/*
Theme Name: Oregon GOSH
Theme URI: http://www.oregongosh.com
Author: Oregon GOSH
Description: Custom theme for Oregon GOSH conference
Version: 1.3

/* @group Reset */

* {padding:0; margin:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,embed,object,form,fieldset,label,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
a img { border: none; }
/* removes Firefox outlines */
a { outline: none; }
object, embed { display: inline; }

/* @end Reset */

/* @group Globals */

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, font, img, small, strike, strong, sub, sup, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after {
	content: "";
	}
blockquote {
	quotes: "" "";
	}

html { 
	height:100%;
	margin-bottom:1px;
	}

body { /* gradient background image behind each page */
	/*background: #fff5d2 url('/wp-content/themes/orgosh/_img/bkg-global-page.jpg') repeat-x;*/
	background: #798a84 url('/wp-content/themes/orgosh/_img/gradient-background-2011.png') repeat-x;
	border-top: 3px solid #f9931d; /* Gold from logo */
	color: #333;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	}

a, a:visited {
	color: #3D71bd;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}

input, textarea {
	font-family: tahoma, helvetica, arial, sans-serif;
	}

hr {
	border-top: 1px dotted #ccc;
	color: #fff;
	height: 1px;
	margin: 10px 0px;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic
}

/* @end Globals */

/* @group Layout */

#container {
	font-size: 1.0em;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	}

#container,  #footer {
	clear: both;
	position: relative;
	width: 980px;
	}

#header { /* Runs across the top of the page, has the name of the conference. Not the date, not the logo. */
	/*background: #fff url('/wp-content/themes/orgosh/_img/bkg-global-hdr.png') top left no-repeat; */
	background: #798a84  url('/wp-content/themes/orgosh/_img/header-2011.png') top left no-repeat; 
	height: 140px;
	padding-top: 12px; /* 15px 0; */

	text-align: right;
	width: 980px;
	}

#header #logo {
	float:left;
	margin-left: 20px;
	/*position: absolute;*/
	margin-top: 0px;
	
	}

#header #logo a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#header #logo a:visited {
	color:#fff;
}
#header #tagline {
	color: #fff; /* was yellow in 2009 #ffdf74; */
	float: right;
	font-size: 14px;
	line-height: 1.4em;
	position: absolute;
	right: 14px;
	top: 16px;
}

.title {
	font-size:18px;
	font-weight:bold;
}

#header #nav {
	clear: right;
	float: right;
	height: 34px;
	position: absolute;
	top: 90px;
	right: 14px;
	z-index:13; /* on top of page for drop-down menu choices */
}

#header #nav #main {
	float: left;
	z-index:13;
	}
#rotator {
	z-index:0; /* Under the drop-down menus */
}
/* old menu 
#header #nav li {
	border-left: 1px solid #cabbd8;
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	margin: 5px 0 0;
	}

#header #nav li a {
	color: #333; 
	float: left;
	padding: 7px 12px;
	}

#header #nav li a:hover {
	color: #fff;
	}

#header #nav li.page_item a:hover {
	background: #009c91; 
	color: #fff;
	}

#header #nav li.current_page_item a,
#header #nav li.current_page_item a:hover {
	background: #845ca1;
	color: #fff;
	}

	#header #sub-nav {
		float: right;
		height: 34px;
		position: relative;
		top: 44px;
		width: 610px;
                z-index: 13;
		}

		#header #sub-nav li {
			border-left: 1px solid #e3e0de;
			display: inline;
			font-size: 0.8em;
			font-weight: normal;
			float: left;
			margin: 5px 0 0;
			}
		
		#header #sub-nav li a {
			color: #666;
			float: left;
			padding: 7px 15px;
			}

		#header #sub-nav li a:hover {
			color: #999;
			}

		#header #sub-nav li.page_item a:hover {
			background: #b79cc8;
			color: #fff;
			}

		#header #sub-nav li.current_page_item a{
			background: #fff;
			color: #845ca1;
			font-weight: bold;
			}

			#header #sub-nav li.current_page_item a:hover {
				background: #845ca1;
				color: #fff;
				} */
				
/* New menu for 2011 */

			
/* works in FF however in IE it is clipped */

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:13;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:13;
}
#nav a {

	color: #333; 
	float: left;
	padding: 7px 12px;

	display: block;
    margin: 0px 10px 0px 0px;
}
#nav .current_page_item a { /* djp - selected menu */
    background: #798a84; /* #4A7EB8; /* light blue */
	color:#fff;
}
#nav a:hover {
	background: #009c91; /* green from logo */
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 10px 0px 0px;
	padding: 7px 12px;
}
#nav li {
	border-left: 1px solid #cabbd8;
	/*display: inline; */
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	margin: 5px 0 0;

	/*float: left;
	margin: 0px;
	padding: 0px; */
}
#nav li li {
	float: left;
	margin-top: 0px;
	padding: 0px;
	width: 140px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #798a84;
	color: #FFFFFF;
	width: 140px;
	float: none;
	margin-top: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	z-index:10;
}
#nav li li a:hover, #nav li li a:active {
	background: #009c91;
	color: #FFFFFF;
}
#nav li ul {
	position: absolute;
	width: 10em;
	margin-top:26px; /* drop-down spacing */
	left: -999em;
	z-index:10;
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

				

/* @end Layout */

/* @group Content Body */

	#body {
		background: #fff;
		font-size: 0.84em;
		float: left;
		padding: 0 0 30px;
		width: 980px;
                position: relative;
                z-index:0;
		}

		#body h1 {
			border-bottom: 1px solid #f1f1f1;
			color: #f9931d; /* was purple in 2009 #53326C; */
			font-size: 1.875em;
			font-weight: normal;
			left: 25px;
			margin: 0 0 15px;
			padding: 0 0 15px;
			position: relative;
			top: 0;
			width: 940px;
			}
			
		#body #content {
			float: left;
			position: relative;
			width: 520px;
			}

			#body #content.full {
				float: left;
				margin-left: 20px;
				position: relative;
				width: 700px;
			z-index:1;
				}

			#body #content h2, #body #content .post h3 {
				color: #009c91; /* Changed to Green for 2011 conference */
				font-size: 1.4em;
				font-weight: normal;
				line-height: 1.4em;
				padding: 5px 0 2px;
				}

			#body #content p {
				line-height: 1.4em;
				margin-bottom: 15px;
				}




			#body #content a.more-link  {
				background: #009c91; /* Teal in 2010 */
				color: #fff;
				font-size: 0.7em;
				font-weight: bold;
				margin: 0 0 10px;
				padding: 5px 7px;
				text-decoration: none;
				text-transform: uppercase;
				width: auto;
				}
			
			#body #content a.more-link:hover {
				background: #000;
				}

			#body #content ul, #body #content ol {
				line-height: 1.4em;
				margin: 0 0 15px 25px;
				}
			
			#body #content ul {
				list-style-type: disc;
				}
			
			#body #content ol {
				list-style-type: decimal;
				}

			#body #content li {
				line-height: 1.4em;
				margin: 5px 0;
				}
			
			#body #content blockquote {
				font-style: italic;
				padding: 5px 30px;
				}
			
			/*#body #content img {
				border: 5px solid #f2ecf3;
				margin: 5px 0 0;
				}*/

				#body #content img.noborder {
					border: 0;
					}

			#body #content .alignleft {
				float: left;
				margin-right: 20px;
				margin-bottom: 10px;
				}
			
			#body #content .alignright {
				float: right;
				margin-left: 20px;
				margin-bottom: 10px;
				}
			
/* @end Content Body */

/* @group News */

			#body #content .post {
				float: left;
				padding: 0 0 0 5px;
				width: 700px;
				}

			#home #body #content .post {
				padding: 0 0 20px 5px;
				}

				#body #content .post .postmetadata {
					float: left;
					padding: 5px 0;
					}

					#body #content .post .postmetadata p {
						margin: 0;
						}

				#body #content .post .postcontent {
					float: right;
					width: 520px;
					}

					#body #content .post .postcontent small a {
						color: #798a84; /* 2011 changed, was a2a9b0; */
						}
					
					#body #content .post .postcontent small a:hover {
						color: #000;
						}
					
					#body #content .post h2 {
						margin-bottom: 10px;
						}

					#body #content .post h3 {
						color: #666;
						font-size: 1em;
						font-weight: bold;
						margin-bottom: 0px;
						letter-spacing: 2px;
						text-transform: uppercase;
						}
						
					#body #content .post h3 {
						color: #666;
						font-size: 1em;
						font-weight: bold;
						margin-bottom: 0px;
						letter-spacing: 2px;
						text-transform: uppercase;
						}

					#home #body #content .post h3 {
						color: #666;
						font-size: 1.5em;
						font-weight: normal;
						margin-bottom: 10px;
						letter-spacing: 0;
						text-transform: none;
						}

				#body #content .post small {
					color: #a2a9b0;
					display: block;
					font-size: 0.8em;
					line-height: 1.4em;
					margin: 2px 0 5px;
					text-transform: uppercase;
					}

/* @end News */

/* @group Sponsors */

		#body #sidebar {
			float: right;
			margin-left: 10px;
			padding: 0 0 0 0;
			width: 220px;
			}
				
			#body #sidebar ul li {
				clear: both;
				display: block;
				margin-bottom: 10px;
				padding: 5px 0 5px 14px;
				}

			#body #sidebar img {
				margin: 0 5px 10px 0;
				}

			#body #sidebar h5 {
				color: #f9931d; /* was purple in 2009 #8863a5; */
				font-weight: bold;
				padding: 0 0 8px;
				text-transform: uppercase;
				}

/* @end Sponsors */


/* @group Footer */
	#footer {
		background: #009c91; /* 2011 - teal color, was #f2ecf3; */
		float: left;
		font-size: 0.84em;
		margin-bottom: 50px;
		width: 980px;
		}

		#footer .column {
			float: left;
			line-height: 1.3em;
			margin: 30px 0 0 20px;
			width: 160px;
			}

			#footer .column li {
				margin-bottom: 5px;
				}

				#footer .column li a {
					color: #fff; /* was black in 2009 */
					}
				
				#footer .column li a:hover {
					color: #ff9419; /* 2011 is gold, was in 2009 #3D71bd; */
					}
			
					#footer .column li li {
						margin: 3px 0 0 5px;
						}
					
						#footer .column li li a {
							color: #fff; /* 2011 white, was #888f96; */
							font-size: 0.9em;
							}
						
						#footer .column li li a:hover {
							color: #ff9419; /* 2011 is gold, was in 2009 #3D71bd; */
							}
		
		#footer #col5 {
			float: right;
			margin: 30px 0 0 30px;
			width: 220px;
			}

			#footer #col5 img {
				margin-left: 20px;
				}
		
		#footer #legal {
			color: #fff; /* 2011 is white, in 2009 was #000; */
			clear: both;
			font-size: 0.85em;
			float: left;
			padding: 35px 20px 20px;
			width: 940px;
			}

.white-box {
  background: #fff; /* White background around two logos, new in 2011 */
  width:220px;
  height: 87px;
  
}
/* @end Footer */

/* @group Misc Overrides */

td.time {
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	width: 110px;
	}
	
p.photo-credit {
	clear: left;
	color: #999;
	font-size: .75em;
	line-height: 1em;	
	}
	
#map-cont {
	float: right; 
	margin-left: 20px;
	width: 400px;
	}

#floatbox {
	border: 1px solid #F1F1F1;
	padding: 20px 30px;
	margin: 0 20px 20px;
	max-width: 270px;
	}

#floatbox-narrow {
	border: 1px solid #F1F1F1;
	padding: 20px 30px;
	margin: 0 20px 20px;
	max-width: 200px;
	}

.clear {
	clear: both;
}

.postcontent a, 
.postmetadata a, 
#body #content .postcontent h2 a,
#body #content .postcontent h2 a:visited { /* 2011 colors */
    color: #798a84;
}
.postcontent a:hover, 
.postmetadata a:hover, 
#body #content .postcontent h2 a:hover { /* 2011 colors */
    color: #000;
}

#body h1 a {
    color: #ff9419; /* 2011 gold */
}
#body h1 a:hover {
    color:#000;
}
/* @end Misc Overrides */
