/*
Theme Name: YOG Custom
Theme URI: http://wordpress.org/
Description: Custom Theme.
Version: 1.6
Author: AB Multimedia
Author URI: http://www.ab-uk.com

*/

/* Begin Typography & Colors */

body {
	
}

#printLogo { 
	display: none; 
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
}

#sidebar h3 {
	position: relative;
	top: 2.1em;
}

h3 {
	font-size: 1.3em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	background-image: url(../../../../templates/images/pageStructure/newsTop.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 38px;
	width: 162px;
	float: left;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

#sidebar ul ul li, #sidebar ul ul li a {
	color: #fff;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
#headerimg h1 {
	visibility:hidden;
	padding:0px;
	margin:0px;
	height:0px;
}

/* End Typography & Colors */

/* Begin Structure */

body {
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 1em 0;
}

.post hr {
	display: block;
}

.entry {
	font-size: 100%;
}

.postmetadata {
	padding-top: 5px;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	/* clear: left; */
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */


/*	Begin Headers */
/*
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
*/
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 2em 0 0 0;
	padding: 0;
	width: 130px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	padding: 0.8em 0 0 0;
}

#sidebar #searchform #s {
	width: 70px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Sidebar */
#sidebar {
 font-size: 80%;
}

#sidebar form {
	margin: 0;
}

#sidebar ul li h2, #sidebar ul li ul li { 
	margin-left: 0.3em; 
}

#sidebar ul p { font-size: 100%; }
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}

/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/* margin-bottom: 60px; */
}

/* End Various Tags & Classes*/


/* ---- styles from yog site */



#leftNavWrap {
	margin: 35px 0 0 0;
	padding: 0 0 14.7em 0;
	background-image: url(../../../../templates/images/pageStructure/left-nav-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	
}

.blogTopWrap {
	height: 50px;
}

ul#leftNav {
	background-image: url(../../../../templates/images/pageStructure/left-nav-background.gif);
	background-repeat: repeat-y;
	background-position: top left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	/* cuz ie is stupid */
	width: 100%;
} 

ul#leftNav li {
	margin-left: 2.8em;
	margin-right: 1.4em;
	font-size: 80%;
	border-bottom: 1px solid #95874A;
	padding: 0.5em 0 0.5em 0;
}

ul#leftNav li.lastList {
	border-bottom: none;
}

ul#leftNav li a {
	display: block;
	width: 92%;
	color: black;
}

ul#leftNav li ul.navLevelTwo {
	list-style: none;
	margin: 0.2em 0 0 0.3em;
	padding: 0 0 0 0;
}

ul#leftNav li ul.navLevelTwo li {
	margin: 0 0 0 0;
	padding: 0 0 0.3em 0;
	border-bottom: none;
	font-weight: normal;
}

ul#leftNav li ul.navLevelTwo li a {
	font-weight: normal;
	font-size: 110%;
	text-decoration: underline;
}

li.current-cat a { text-decoration: underline; }

li.current-cat ul li a { text-decoration: none;}
	
/* end */

/*************** generic styles ***************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	background-color:#C0B792;
	text-align: center;
	margin: 0;
}


h1 {
	color:#DC9900;
	font-size: 0.95em;
	margin: 15px 35px 5px 0px;
}

h2 {
	color:#990000;
	font-size: 1em;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

h3 {
	color: #CC6600;
	font-size: 0.9em;
	margin-bottom: 5px;
	font-weight:bold;
	margin: 2px 0px 5px 0px;
}

h4 {
	color: #333333;
	font-size: 0.7em;
	margin-bottom: 5px;
	font-weight:bold;
}


p {
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 0px;
	letter-spacing:0.01em;
}

a {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #CC6600;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

img {
	border: 0px;
}

.imageLeft {
	float: left;
	margin-right: 1em;
}

.imageRight {
	float: right;
	margin-left: 1em;
}

.shift {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

.strong {
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;
}

.italic{
	font-weight: normal;
	font-style: italic;
}

.error {
	color: #FF0000;
}

.clear {
	clear: both;
}

.inlinePara {
	display:inline;
	margin: 0; 
	padding: 0;
}

/******form styles******/

form {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

form.inlineForm {
	display:inline; 
}

#rightContent .form1 { 
	width: 410px; 
}

label {
	color:#95874A;
	font-weight:bold;
	margin:3px 0px 0px 0px;
}

select {
	color:#DC9900;
	border:1px solid #666666;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
	margin:0;
}

input {
	color:#DC9900;
	font-weight:normal;
	border:1px solid #666666;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding:2px 0px 2px 5px;
}

textarea {
	border: 1px solid #666666;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
}

.submitForm, .button1, .submit {
	color:#FFFFFF;
	background-color: #DC9900;
	padding: 2px 5px 2px 5px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #95874A;
}

/******end form styles******/

/******table styles******/

table {
	margin:5px 0px 0px 0px;
	width:90%;
	border-collapse: collapse;
	font-size:0.7em;
	border:1px solid #95874A;
}

th {
	background-color:#95874A;
	border-right:1px solid #95874A;
	padding: 2px 5px 2px 5px;
	color:#FFFFFF;
}

.row {
	background-color:#D9D4BE;
}

.blueBack {
	background-color: #EAF1F3;
}

td {
	padding: 8px 5px 8px 5px;
	
}

table a {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

/****** end generic table styles******/

td.listContainer { }

td.listContainer ul { }
table ul li { }

ul#rowOneList { font-size: 2em; border: 1px solid red; }

/******end table styles******/

/*************** end generic styles ***************/

/*************** main container ***************/

#container {
	margin: 0px auto 4em;
	padding: 0px;
	width: 960px;
	text-align: left;
}

#innerWrap {
	background-color: #95874A;
	background-image: url(../../../../templates/images/pageStructure/right-column-people-background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 2px;
}

/*************** end main container ***************/

/******header  styles******/

#header {
	background-image: url(../../../../templates/images/pageStructure/heading-background-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	position: relative;
	margin:0px;
	height: 115px;
}

#figureBox {
	position: absolute; 
	top: 70px; 
	left: 93%; 
	height: 10px; 
	width: 100px;
}

/******left content  styles******/

#leftContainer{
	margin:0px;
	padding: 0px;
	width: 760px;
	float:left;
	text-align: left;
}



/******end header  styles******/

/* Content Div on normal pages */

#pageContent {
	background-image: url(../../../../templates/images/pageStructure/heading-page-background-bottom.gif);
	background-position: 0 0%;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding-bottom: 2em;
	float: left;
	width: 760px;
}

#pageContentArea {
	

}
#pageContentLeft {
	float: left;
	width: 12.7em;
	margin-top: 2.5em;
}

#pageContentMiddle {
	margin-left: 12em;
}

#pageContentMiddle h2 {
	margin-bottom: 0.8em;
	/* margin-left: 0.8em; */
	font-size: 120%;
}

#pageContentMiddle .post h2 { text-align: center; }

#blogContent {
	width: 95%;
	margin: 0em 1em 0 1em;
}

#blogContent h1 {
	color:#990000;
	font-size:1.5em;
	margin:0 35px 5px 0;
}

#blogContent .entry a { text-decoration: underline; }

/* Breadcrumbs */

#breadcrumb {
	margin: 0;
	padding: 1em 1em 0 0;
	float: left;
	width: 460px;
}

#breadcrumb p {
	color:#999999;
	padding: 5px 0px 0px 0px;
	float: left;
}

#breadcrumb a {
	font-weight: normal;
	color:#999999;
}


#printBox {
	float: right;
	margin: 1em 1em 0 0;
}

#printBox p {
	margin: 0;
	padding: 0;
	float: left;
}

#printBox p img { 
	margin-right: 0.2em; 
}

/* Content List Wraps */

div.pageContentListWrap {
	background-image: url(../../../../templates/images/pageStructure/page-corner.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 2em 0 1em 1em;
}

div.pageContentListWrap h3 {
	margin: 0;
	padding: 0;
}

div.pageContentListWrap p {
	margin: 0;
	padding: 0.2em 0 0.3em 0;
}

div.pageContentListWrap p.smallGreyText {
	font-size: 70%;
	color: #999999;
	margin: 0;
	padding: 0;
	
}

/* latestArea */

#pageHeader{
	height: 63px;
	background-image: url(../../../../templates/images/pageStructure/pageHeaderBackground.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	margin:0px;
}

#pageHeader h2{
	padding:15px 0px 0px 53px;
}

/* main content Blocks */

#mainContent{
	background-color:#FFFFFF;
	margin:0px;
	background-image: url(../../../../templates/images/pageStructure/mainColumnFullBackground.gif);
	background-position:left bottom;
	background-repeat: repeat-y;
	height:100%;
}

/******end left content  styles******/

/******right content  styles******/

#rightContainer {
	margin: 0px 0 0 0;
	padding: 0px;
	width: 175px;
	float: left;
}

#rightColumnContent #newsListing {
	background-image: url(../../../../templates/images/pageStructure/newsTop.gif);
	background-repeat: no-repeat;
	padding: 25px 0 0 38px;
	width: 180px;
	float:left;
}

#noNewsListing {
	background-image: url(../../../../templates/images/pageStructure/pageTop.gif);
	background-repeat: no-repeat;
	padding: 25px 0 0 0px;
	width: 180px;
	float:left;
}

#rightColumnContent #newsListing h3 {
	font-size: 100%;
	color: white;
}

#rightColumnContent #newsListing .newsListElement {
	background-image: url(../../../../templates/images/pageStructure/news-break.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 8em;
	padding: 0.2em 0 0 0; 
	margin: 0;
}

#sidebar ul.wpNav {
	background-image: url(../../../../templates/images/pageStructure/news-break.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 8em;
	padding: 0.7em 0 0 0; 

}

#rightColumnContent #newsListing .newsLast  {
	background-image: none;
}

#rightColumnContent #newsListing .newsListElement p {
	margin: 0; 
	padding: 0;
}

#newsListing .hpNewsPara {
	float: left; 
	margin: 0;
	padding: 0;
}

#rightColumnContent #newsListing p {
	margin: 0;
	padding: 0;
}

#rightColumnContent #newsListing .hpNewsPic {
	width: 50px; 
	height: 50px;
	margin: 0.4em 0.4em 0 0;
}

#rightColumnContent #newsListing p.smallText {
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 60%;
	color: white;
}

#rightColumnContent a {
	color: white;
	text-decoration: underline;
}

#newsListFooter {
	height: 44px;
	width: 140px;
	background-image: url(../../../../templates/images/pageStructure/newsBottom.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	padding: 0 0 0 40px;
	float:left;
}

#rightColumnContent #newsListFooter a {
	display: block;
	margin-top: 0.3em;
	font-size: 80%;
}
	
/******end right content  styles******/

/******home page  styles******/



.form2 label{
	color:#666666;
	padding-right:2px;
	width:100px;
	display:block;
	float:left;
}
.form2 select{
	color:#333333;
	font-size:1.1em;
	padding:2px 0px 2px 3px;
}
.form2 .submit{
	background-color:#990000;
	display:inline;
	border:0px;
	float:left;
	margin:0px;
	padding:3px 10px 3px 3px;
	background-image: url(../../../../templates/images/pageStructure/form2ButtonBackground.gif);
	background-position:right;
	background-repeat: no-repeat;
}
.form2 p{margin:0px 2px 0px 0px;float:left;}

/******end home page  styles******/

/*************** footer styles ***************/

#pageFooter {
	background-image: url(../../../../templates/images/pageStructure/footer-top-background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 4em;
	float: left;
	width: 960px;
}

#footerWrap {
	background-image: url(../../../../templates/images/pageStructure/footer-bottom-background.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	height: 3em;
	
}

#pageFooter p {
	float: left; 
	margin-top: 2.5em; 
	margin-left: 1em; 
	color: #695F34;
}

#pageFooter ul {
	margin: 1.2em 2em 0px 20px;
	padding: 0px;
	list-style: none;
	float: right;
}

#pageFooter li {
	padding: 5px 0px 1px 8px;
	margin:2px 0px 0px 0px;
	font-size:0.7em;
	font-weight:normal;
	height: 1.4em;
	width:auto;
	display:block;
	float:left;
	color: #ffffff;
}

#pageFooter li a {
	display: inline-block;
	color: #695F34;
	font-weight:normal;
	padding-top: 0.2em;
}

#pageFooter li a:hover{
	color: #695F34;
	font-weight:normal;
	text-decoration:underline;
}

/*************** end footer styles ***************/

.uppercase { text-transform: uppercase; }

.inlineDisplay { margin: 0px; padding: 0; display: inline; }

.blockDisplay { width: 100%; margin }

.white { color: white; }

/*********** Need Help ***********************/

/* Right Column */

#bannerBox, #socialNetworksBox, #benefitsBox {
	margin: 0 0 0 1.4em;	
}

#bannerBox .banner { margin-bottom: 5px; }

#benefitsBox {
	margin-bottom: 0.3em;
	background-image: url(../../../../templates/images/pageStructure/benefits-background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 91px;
}

#benefitsBox h3 {
	color: white;
	width: 100px;
	padding: 0.4em 0 0 0.8em;
	margin: 0;
	font-size: 110%;
}

#benefitsBox p {
	color: white;
	padding: 0.7em 0 0 1.3em;
	margin: 0;
}

#benefitsBox p a {
	color: white;
}

/* Public Admin Styles */

form#loginForm {
	margin: 0 0 0 1em;
}

div.adminButtonsWrap {
	padding-bottom: 1em;
}
