/*  
Theme Name: Achieve
Theme URI: 
Description: A custom theme
Version: 1.0
Author: Oppenheimer Group
Author URI: http://www.oppenheimergroup.com
*/


/* Begin Main Structure */
*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:#ffcc35; background: url(images/bg_page.png); font-family:arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {width:960px; margin:0px auto; margin-top:0px; margin-bottom:10px; background-color:rgb(255,255,255); border:solid 3px #ffcc33; font-size:1.0em;}
.main {clear:both; padding-bottom:30px; background:transparent url(images/bg_container_left_border.jpg) top left repeat-y;}
.vertical-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.content {display:inline; /*Fix IE floating margin bug*/; float:left; width:500px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.side-bar {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {clear:both; width:960px; height:3.7em; padding:1.1em 0 0; background:#fffffd url(images/bg_footer.jpg); no-repeat; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:#999999; font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal; color:#999999;}
.footer a {text-decoration:underline; color:#999999;}
.footer a:hover {text-decoration:none; color:#000000;}
.footer a:visited {color:#999999;}

/* HEADER */
.header {width:960px; font-family:arial,sans-serif;}
.header-branding {width:960px; height:110px; background:#ffffff url(images/bg_header_branding.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.slide_show {width:960px; height:190px; background:#ffcc35; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-horizontal-nav {width:960px; height:29px;}
.breadcrumbs {clear:both; width:960px; padding:.2em 0 .2em 0; background:rgb(255,255,255); background:transparent top left repeat-y;}

/********************/
/*  HEADER SECTION  */
/********************/
.headerlogo {width:200px; height:110px; position:absolute; z-index:2; margin:0px 0 0 380px;}
.headerslogan {width:200px; height:110px; position:absolute; z-index:1; margin:0px 0 0 380px;}


.nav-top {width:350px; position:absolute; z-index:3; margin:0px 0 0 605px; font-family: arial,sans-serif;}
.nav-top ul {float:right; padding:0 0px 0 0; border-left: solid 0px #73A2B6; border-bottom: solid 0px #73A2B6; background-color: #FFFFFF; font-weight: normal;}	
.nav-top li {display:inline; list-style:none;}
.nav-top li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125) ; border-right: solid 0px #73A2B6; color: #a60029; text-decoration: none; font-size:110%;}
.nav-top a:hover {text-decoration:none; color:#a60029;}
.address {width:200px; height:100px; position:absolute; z-index:1; margin:25px 0 0 750px; color:#a60029; /*xoverflow:visible !important /*Activate if Firefox print problems*/; overflow:hidden /*IE6*/;}
.address p {width:200px; text-align:right; line-height:110%; font-size:120%;}
.address a {text-decoration:none; color:#a60029;}
.address a:hover {text-decoration:none; color:#a60029;}

.header-quick-search {width:960px; height:170px; background:#ffcc33 url(images/bg_header_quick_search.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.quick-search-form {width:420px; height:220px; padding:10px 5px 2px 370px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.quick-search-form h1 {text-align:left; padding:2px 5px 2px 5px; line-height:110%; font-size:160%; color:#b4162c;}
.quick-search-form p {text-align:left; padding:2px 5px 2px 5px; line-height:110%; font-size:120%; color:#b4162c;}
.quick-search-form fieldset {border:none;}
.quick-search-form.field {width:155px; padding:2px; border:solid 1px rgb(200,200,200); font-family:arial,sans-serif; font-size:110%;}
.quick-search-form.combo {width:163px; padding:2px; border:solid 1px rgb(200,200,200); font-family:arial,sans-serif; font-size:110%;}
.quick-search-form a {text-decoration:none; color:#ffffff;}
.quick-search-form a:hover {text-decoration:none; color:#E64C00;}

.nav-horiz {float:left; width:960px; height:27px; border-top:solid 1px #ffcc33; border-bottom:solid 1px #ffcc33; background:#ffcc35 url(images/bg_header_navigation.jpg) repeat-x; color:rgb(75,75,75); font-family: arial,sans-serif; font-size:1.0em; font-size:130%;} /*Color navigation bar normal mode*/
.nav-horiz ul {list-style-type:none;}
.nav-horiz ul li {float:left; position:relative; z-index:1000; border-right:solid 1px #ffcc33; }
.nav-horiz ul li ul {display:none; border:none;}
.nav-horiz ul li ul {margin-left:-30px; padding:0 30px 30px 30px; background:url(images/bg_header_navigation_hover.gif) top center;} /*Sticky hover zones*/
.nav-horiz ul li a {float:left; display:block; height:2.1em; line-height:2.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:#FFFFFF;}
.nav-horiz ul li:hover {width:auto;}
.nav-horiz table {position:absolute; z-index:999; top:0; left:0; border-collapse:collapse;}

/*Non-IE6*/
.nav-horiz ul li:hover a {background-color:#FFFFFF; text-decoration:none; color:#ffcc35;} /*Color main cells hovering mode*/
.nav-horiz ul li:hover ul {display:block; position:absolute; z-index:998; top:2.0em; margin-top:0.1em; left:0;}
.nav-horiz ul li:hover ul li ul {display: none;}
.nav-horiz ul li:hover ul li a {display:block; width:10em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav-horiz ul li:hover ul li a:hover {background-color:#FFFFFF; text-decoration:none;} /*Color subcells hovering mode*/

/*IE6*/
.nav-horiz ul li a:hover {background-color:#FFFFFF; text-decoration:none; color:#ffcc35;} /*Color main cells hovering mode*/
.nav-horiz ul li a:hover ul {display:block; position:absolute;z-index:997; top:2.1em; t\op:2.0em; left:0; marg\in-top:0.1em;}
.nav-horiz ul li a:hover ul li a {display:block; w\idth:10em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav-horiz ul li a:hover ul li a ul {visibility:hidden; height:0px; width:0px; position:absolute; z-index: 997;}
.nav-horiz ul li a:hover ul li a:hover {background-color:#FFFFFF; text-decoration:none;} /*Color subcells hovering mode*/



/* Begin Overall General Settings */
	/* Begin Links and Headers */	
	a, h2 a:hover, h3 a:hover { 
		color: #A60029; 
		text-decoration: none; 
		}

	a:hover {
		text-decoration: underline; 
		}
	
	h1, h2, h3 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold; 
		}
		
	h2 {margin:0 0 0.4em 0; padding:0 0 2px 0; border-bottom:dashed 1px #a60029; font-family:arial,sans-serif; color:#a60029; font-weight:bold; font-size:18px;}

	h3 { 
		padding: 0; 
		font-size: 1.3em; 
		margin: 30px 0 0; 
		}
		
	h3.comments { 
		padding: 0; 
		margin: 40px auto 20px ; 
		}

	h2.pagetitle {
		text-align: center; 
		}

	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none; 
		}	
	/* End Links and Headers */
	
	
	
	/* Begin Images */	
	a img {
		border: none;
		}
		
	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; 
		}
	/* End Images */	
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777; 
	}	
	
code { 
	font: 1.1em 'Courier New', Courier, Fixed; 
	}
	
acronym, abbr, span.caps { 
	font-size: 0.9em; 
	letter-spacing: .07em; 
	cursor: help; 
	}

acronym, abbr { 
	border-bottom: 1px dashed #999; 
	}
	
.alignright { float: right; }

.alignleft { float: left }

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; }

.navigation { 
	display: block; 
	text-align: center; 
	height: 10px; 
	margin-bottom: 60px; 
	}
/* End Overall General Settings */



/* Begin Content Areas */
#content {
	font-size: 1.2em;
	width:740px;
	float:left;
	padding-left:10px;
	}
	
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	overflow:hidden;
	}

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

	/* Begin Post Area */
	.post { 
		margin: 0 0 40px; 
		text-align: justify; 
		}
	
	.postmetadata ul, .postmetadata li { 
		display: inline; 
		list-style-type: none; 
		list-style-image: none; 
		}

	.widecolumn .entry p { font-size: 1.05em; }
	
	.widecolumn .post { margin: 0; }
	
	.widecolumn .postmetadata { margin: 30px 0; }
	
	.widecolumn .smallattachment { 
		text-align: center; 
		float: left; 
		width: 128px; 
		margin: 5px 5px 5px 0px; 
		}
		
	.widecolumn .attachment { 
		text-align: center; 
		margin: 5px 0px; 
		}

	.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
	
	.narrowcolumn .postmetadata { text-align: center; }
	
	.narrowcolumn .postmetadata { padding-top: 5px; }

	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 p a:visited { color: #b85b5a; }
	
	.entry ul li:before { content: "\00BB \0020"; }
	
	.entry ol { 
		padding: 0 0 0 35px; 
		margin: 0; 
		}
		
	.entry ol li { 
		margin: 0; 
		padding: 0; 
		}
		
	.entry form { text-align:center; }
	/* End Post Area */



	/* Begin Comment Area */
	.alt { 
		background-color: #f8f8f8; 
		border-top: 1px solid #ddd; 
		border-bottom: 1px solid #ddd; 
		margin: 0; 
		padding: 10px; 
		}

	#commentform input { 
		width: 170px; 
		padding: 2px; 
		margin: 5px 5px 1px 0; 
		}
		
	#commentform p { 
		margin: 5px 0; 
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	#commentform textarea { 
		width: 100%; 
		padding: 2px; 
		}
		
	#commentform #submit { 
		margin: 0; 
		float: right; 
		}

	.commentlist { 
		padding: 0; 
		text-align: justify; 
		}
		
	.commentlist li { 
		margin: 15px 0 3px; 
		padding: 5px 10px 3px; 
		list-style: none; 
		font-weight: bold; 
		}
		
	.commentlist p { 
		margin: 10px 5px 10px 0; 
		font-weight: normal; 
		line-height: 1.5em; 
		text-transform: none; 
		}
		
	.commentlist li, #commentform input, #commentform textarea {
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	.commentlist cite, .commentlist cite a { 
		font-weight: bold; 
		font-style: normal; 
		font-size: 1.1em; 
		}

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

	.commentmetadata { 
		margin: 0; 
		display: block; 
		font-weight: normal; 
		}
	/* End Comment Area */
/* End Content Area */



/* Begin Search Form */
#searchform { 
	margin: 10px auto; 
	padding: 5px 3px; 
	text-align: center; 
	}
	
#sidebar #searchform #s { 
	width: 108px; 
	padding: 2px; 
	}
	
#sidebar #searchsubmit { 
	padding: 1px; 
	}
/* End Search Form */



/* Begin Sidebar */
.side-bar-with-border {width:183px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px #a60029; background:#ffcc36; float:right;}

#sidebar {
	float:left;
	width:200px;
	background:#FFCC36;
	font-size:12px;
	}

#sidebar form { margin: 0; }

#sidebar h2, .side-bar-with-border h2 {clear:both; margin:0px; padding:4px 20px 3px 20px; background-color:#ffcc35; font-family:arial,sans-serif; color:#ffffff; font-weight:bold; font-size:13px; border:none;}

#sidebar ul, #sidebar ul ol, .side-bar-with-border ul { 
	margin: 0; 
	padding: 0; 
	}
	
#sidebar ul li, .side-bar-with-border ul li { 
	list-style-type: none;
	list-style-image: none; 
	margin-bottom: 15px; 
	}
	
#sidebar ul ul, #sidebar ul ol, .side-bar-with-border ul ul { margin:0; }

#sidebar ul ul li, #sidebar ul ol li, .side-bar-with-border ul ul li { margin:0; padding:0; }

#sidebar ul ul li a, #sidebar ul ol li a, .side-bar-with-border ul ul li a { 
	margin:0; 
	padding:4px 20px 3px 20px; 
	border-top:solid 1px #f1c131; 
	display:block; 
	width:160px; 
	color:#000; 
	}

.side-bar-with-border ul ul li a { width:143px; }

#sidebar ul ul li a:hover, 
#sidebar ul ol li a:hover, 
.side-bar-with-border ul ul li a:hover, 
#sidebar ul ul li.current-cat a, 
#sidebar ul ul li.current_page_item a { 
	background:#fff; 
	text-decoration:none; 
	}

#sidebar ul ul ul, #sidebar ul ol, .side-bar-with-border ul ul ul { margin: 0; }

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

ol li, #sidebar ul ol li { list-style: decimal outside; }
/* End Sidebar */



/* Begin Footer */
#footer { 
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none; 
	padding: 0; 
	margin: 0 auto; 
	width: 760px; 
	clear: both; 
	}

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


/* 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; 
	font-size: 9pt; 
	}
	
#wp-calendar a { 
	display: block; 
	text-decoration: none; 
	}

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

#wp-calendar td { 
	padding: 3px 0; 
	text-align: center; 
	}
	
#wp-calendar td.pad:hover { background-color: #fff; }

#wp-calendar th { 
	font-style: normal; 
	text-transform: capitalize; 
	}
/* End Calendar */



/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/