/*
Theme Name: Ryan's Awesomenessality
Description: coolness all up in here
Author: ryan isaac

	ryan's awesomenessality v1.5

	This theme was designed and built by Ryan Isaac,
*/


/* Begin Typography & Colors */

* {font-family: helvetica, verdana; font-weight: lighter; margin:0px;color:#4c4c4c; border:none;}
.spacer {height:1px;clear:both;}

#pwbox-432 {height:20px; border: #333 solid thin; margin-bottom:20px;}

/* Header */

#headerwrapper {width:100%;background:white;height:135px;}
#headercontainer {width:960px; margin-right:auto; margin-left:auto;margin-top:20px;}
#headerlogo {float:left;height:110px; width:340px;margin-top:5px;background:url(images/headerlogo.png)  no-repeat;}
#bigpicture {font-weight:lighter;background:none transparent;height:95px;padding-top:85px;}
#headercontainer a {text-decoration:none;}
#bigpicture h2 {color:#727373; font-size:14px; }
#bigpicture h2 span.bigpicture {height:37px;font-weight:bold;}
#bigpicture h2 span.aquiregreen {color:#afbd22	; font-weight:bold}

/*Header Search*/

#headersearch {float:right; margin-top:20px;}
#headersearch form#quick-search {background:white; padding: 0;border:#c1c1c1 solid 1px;width: 222px; height: 32px;}
#headersearch form#quick-search p {margin: 0; padding-bottom: 0;border:none; }
#headersearch form#quick-search input {float: left;margin: 0; padding: 5px;border: none; background: transparent white;}
#headersearch form#quick-search .tbox {margin: 6px 0 0 5px; width: 170px;display: inline;color:#afbd22; font-size:12px;font-style:italic;background:white }
#headersearch #search form#quick-search .btn{width: 24px; height: 24px;}

/* Navbar */

#navbar {float:right;margin-top:37px;z-index:999}
#navbar .sf-menu li a:hover.clientlogin {color:#814000}


/*** Navbar positioning ***/

.sf-menu, .sf-menu * {margin:0;padding:0;list-style:	none;}
.sf-menu {line-height:	1.0;}
.sf-menu ul {position: absolute; top:-999em;width:150px; /* left offset of submenus need to match (see below) */}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	border-right: 	1px solid white;
	
}
.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** Colors and Display ***/

.sf-menu {
	float:			left;
	margin-bottom:	1em;
	margin-top:10px;
}
.sf-menu a {
	text-decoration:none;
	
}
.sf-menu li a {
	height:30px;
	padding-top:15px;
	font-size:18px;
	color:#404040;
	padding-left: 10px;
	padding-right: 15px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;

}
.sf-menu li a:visited, .sf-menu li a:link{
	color:#404040
}
.sf-menu li a.clientlogin {
	color:#c15f00;
	font-weight:bold;
	text-decoration:none;
}
.sf-menu li a:hover.clientlogin {
	color:#c15f00
}
.sf-menu li a:hover {
	color:#afbd22;
}
.sf-menu li.current_page_item a{
	color:#afbd22;
}
.sf-menu li.current_page_parent a{
	color:#afbd22;
}
.sf-menu li ul li.page_item a{
	color:#7c7c7c;
	font-weight:lighter;
	text-transform:none;
}
.sf-menu li ul li.page_item a:hover {
	color:#afbd22
}

.sf-menu li ul li.current_page_item a {
	color:#afbd22;
}

.sf-menu li ul li a {
	height:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#7c7c7c;
}
.sf-menu li {
	background:		;
}
.sf-menu li li {
	background:		white;
	border: 1px solid #cbcbcb;
	padding-bottom:10px;
}
.sf-menu li li li {
	background:		#9AAEDB;
}

/** sub sub menus**/

.sf-menu li ul li ul li  {background:white;}
.sf-menu li ul li.current_page_parent a{color:#afbd22;} /*keep the "Planning" tab highlighted" */


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://aquireadvisors.com/wp-content/themes/newaquire/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*Feature on home page */

#featurewrapper {width:100%;background:#e8e8e8;border-top:white 1px solid;}
.uppershadow {background: transparent url(images/uppershadow.png) repeat-x;height:13px;}
.lowershadow {background:url(images/bottomshadow.png) repeat-x transparent; height:13px;} 
#featurecontainer {background: url(images/featurebgshine.png) no-repeat; height:300px; width:960px; margin-left:auto; margin-right:auto;}
#featureleft {float:left; width:430px;margin-top:50px;background:url(images/dentalchair3.png) no-repeat;}
#featureright {float:right; width:460px;height:280px; background:url(images/sliderbg.png); margin-top:20px}
#featureleft h2 {color:#555; font-size:28px; font-weight:bold; letter-spacing: 1px;}
#featureleft h2 span.featurebigpicture {color:#afbd22; font-weight:600; letter-spacing:-1px;}
#featureleft h4 {font-size:16px; padding-top:20px; color:#444; word-spacing:1px; letter-spacing:1px;border-bottom:#555 solid 1px; padding-bottom:50px;}

#featurewrapper2 {background:#e8e8e8; width:100%;border-bottom:white 1px solid;}
#featurecontainer2 {height:155px; width:960px; margin-left:auto; margin-right:auto;background:#e8e8e8;}
#featurecontainer2 a {text-decoration:none;}
#featurecontainer2 a:hover {text-decoration:underline;}
#step1 a.readmore p {margin-top:25px; color:#c15f00}
#featurecontainer2 a:hover.readmore  {text-decoration:none; }
#step1 {float:left; width:220px; background:url(images/1.png) no-repeat; margin-right:20px;}
#step1 h2, #step1 p {padding-left:40px;}
#step1 a:hover.readmore p,#step2 a:hover.readmore p,#step3 a:hover.readmore p,#step4 a:hover.readmore p{color:#814000;}
#stepsmiddle {float:left; width:440px;margin-left:30px;}
#step2 a.readmore p {margin-top:12px; color:#c15f00}
#step2 {float:left; width:220px;padding-left:10px; background:url(images/2.png) no-repeat;margin-right:12px;}
#step2 h2,#step2 p {padding-left:50px;}
#step3 a.readmore p {margin-top:12px; color:#c15f00}
#step3 {float:left; width:220px;background:url(images/3.png) no-repeat;}
#step3 h2,#step3 p {padding-left:60px;}
#step4 a.readmore p {margin-top:12px; color:#c15f00}
#step4 {float:right; width:220px;background:url(images/4.png) no-repeat;margin-right:10px;}
#step4 h2,#step4 p {padding-left:53px;}
#step1 p, #step2 p, #step3 p, #step4 p  {font-size:12px;}

/* Slider on home page */

.clear {clear:both}
#gallery {position:relative;height:220px;width:420px;margin-left:20px; margin-top:20px;}
#gallery a {float:left;position:absolute;}	
gallery a img {border:none;height:220px;z-index:1}	
#gallery a.show {z-index:500}
#gallery .caption {overflow:hidden;z-index:600; background-color:#000; color:#ffffff;height:100px; width:100%; position:absolute;bottom:0;}
#gallery .caption .content {margin:5px; color:white;}	
#gallery .caption .content h3 {margin:0;padding:0;color:#afbd22;font-weight:bold;}

/* Home page stuff */

#bodycontainer .contentleft .entry h4 {font-size:14px;font-weight:bold; color:#444}
#bodycontainer .contentleft .entry h2 {font-size:24px; color:#afbd22;margin-bottom:15px;}
#bodycontainer .contentleft .entry p {font-size:14px;}
#bodycontainer .contentleft .entry p em strong {font-weight:bold;}

#bottomthreecols {clear:both; width:960px; margin-right:auto; margin-left:auto;background:url(images/bottombar.png) no-repeat;padding-top:45px;}
#leftthreecols {float:left; width:300px;}
#leftthreecols h3 {color:#333; font-size:16px;font-weight:bold;padding-left:33px; background:url(images/phone.png) no-repeat 0 -3px;height:26px;margin-bottom:10px;}
#leftthreecols p {font-size:14px;}
#leftthreecols span.bold {font-weight:bold;}
#leftthreecols a.bold {color:#c15f00;}
#leftthreecols a:hover.bold {color:#814000}
#middlethreecols {float:left; width:300px;}
#middlethreecols h3 {color:#333; font-size:16px;font-weight:bold;padding-left:37px; background:url(images/portfolioicon.png) no-repeat;height:26px;margin-bottom:10px;}
#middlethreecols .videoplayer {width:270px; height:170px;border:gray 1px solid;margin-bottom:10px;}
#middlethreecols p.newslettertext {font-size:12px;padding-left:10px; color:#c15f00}
#rightthreecols {float:right; width: 300px;}
#rightthreecols h3 {color:#333; font-size:16px;font-weight:bold;padding-left:37px; background:url(images/mailicon.png) no-repeat 0 3px;}
#rightthreecols h3 span.aquiregreen {color:#afbd22; font-weight:bold;}
#rightthreecols form#quicknewsletter{padding: 0; margin-top: 20px;border:#C6C5C5 solid 1px;width: 222px; height: 32px;background:white;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
#rightthreecols form#quicknewsletter {padding: 0; margin-top: 20px;width: 222px; height: 32px;}
#rightthreecols form#quicknewsletter p {margin: 0; padding: 0;border:none; }
#rightthreecols form#quicknewsletter input {float: left;margin: 0; padding: 5px;border: none; background: transparent white;}
#rightthreecols form#quicknewsletter .tbox {margin: 6px 0 0 5px; width: 170px;display: inline;color:#999; font-size:12px;font-style:italic; }
#rightthreecols #search form#quicknewsletter .btn{width: 24px; height: 24px;}
#rightthreecols p.newslettertext {font-size:12px;}
#rightthreecols p.newslettertext a {font-weight:bold; text-decoration:none;}
#rightthreecols p.newslettertext a:hover {text-decoration:underline;color:black;}

.contentright h3.mostrecentnews {margin-bottom:15px;color:#333; font-size:16px;font-weight:bold;}
.contentright a.posttitle {color:#c15f00; font-size:14px;text-decoration:none;font-weight:bold;background:url(images/silverbullet.png) no-repeat 0 4px; padding-left:15px;}
.contentright a:hover.posttitle {text-decoration:none; color:#814000;}
.contentright p.postinfo {font-size:12px;padding-top:5px; margin-bottom:15px;color:#999}
.contentright p.postinfo span.category a {color:#555; text-decoration:none;}
.contentright p.postinfo span.category a:hover {color:#222; text-decoration:underline;}


/*Body of all pages */

#bodywrapper {clear:both;width:100%;background:url(images/bgstripes2.png) repeat; border-bottom:#333 solid 1px;padding-bottom:40px;}
#bodycontainer {width:960px;margin-left:auto; margin-right:auto;padding-bottom:30px;padding-top:30px;}
.contentleft {float:left; width:600px;margin-bottom:60px;}
.contentleft .post {line-height:2;}
.contentright { float:right; width: 300px;}


/*footer*/

#footerwrapper {width:100%; background:#232323; border-top:white solid thin;}
#footercontainer {width:960px; margin-right:auto; margin-left:auto; padding-top:25px;}
#footerleft {float:left; width:240px;padding-right:20px;}
#footerleft h3 {color:white;padding-bottom:20px;}
#footerleft p {color:white; font-size:14px;padding-bottom:12px;}
#footerleft p span.aquiregreen {color:#afbd22}
#footerleft a {color:#c15f00;text-decoration:none;}
#footerleft a:hover {color:#814000;}
#footerleft p .bold {font-weight:bold;color:#afbd22; }
#footermiddle {float:left;width:440px;margin-bottom:25px;}
#footermiddle li.current_page_item a {color:#adc042;}
#footermiddle h3 {color:white;  padding-bottom:22px;}
#footermiddle li {list-style-type:none;padding-bottom:7px;font-size:14px;}
#footermiddle a {color:white;text-decoration:none;font-size:14px;background:url(images/ico-bullet.png) no-repeat 0 2px;padding-left:15px; }
#footermiddle a:hover {color:#afbd22;}
#footermiddleleft {float:left; width:220px;}
#footermiddleright {float:left; width:220px;}
#footerright {float:left; width:220px;}
#footerright h3 {color:white;  padding-bottom:20px;background:url(images/bluebullet.png) no-repeat 0 6px;}
#footerright p {color:white; font-size:14px;padding-bottom:18px;background:url(images/ico-bullet.png) no-repeat 0 6px; padding-left:15px;}
#footersearch {width : 250px;}
#footersearch form#quick-search {padding: 0; margin: 0;border:white solid 1px;width: 222px; height: 32px; margin-bottom:50px;}
#footersearch form#quick-search p {margin: 0; padding: 0;border:none;}
#footersearch form#quick-search input {float: left;margin: 0; padding: 5px;border: none;background: transparent;color:#91807f ;	}
#footersearch form#quick-search .tbox {margin: 6px 0 0 5px; width: 170px;display: inline;}
#footerserach #search form#quick-search .btn{width: 25px; height: 25px;}
#footersearch a.backtotop {font-size:22px; color:white; font-weight:bold;background:url(images/backtotop.png) no-repeat; padding-left:30px;text-decoration:none}
#footersearch a.backtotop span.smaller {font-size:16px;color:white;}
#footercredits {height:80px;clear:both;background:url(images/bg-footerborder.png)repeat-x;}
#footercredits h4 {font-size:10px; color:#999; padding-top:20px;}
#footercredits span.aquiregreen {color:#afbd22;}

/* Pages */

#pagetitleswrapper {width:100%;background: url(images/featurebgshine.png) no-repeat #e8e8e8;border-top:white 1px solid;border-bottom:white 1px solid;}
#pagetitlescontainer {width:960px; margin-right:auto; margin-left:auto;height:80px; background:url(images/featurebgshine.png) no-repeat 0 -1px;}
#pagetitlescontainer h3 {font-size:28px; color:#afbd22; padding-top:20px;float:left;}
#pagetitlescontainer h4 {background:url(images/ico-magnify.png) no-repeat 3px 0; padding-left:35px;color:#444; font-size:18px;height:45px; }
#pagetitlescontainer form#quick-search {background:white; padding: 0; margin-top: 20px;border:#C6C5C5 solid 1px;width: 222px; height: 32px; float:right;margin-right:80px;}
#pagetitlescontainer form#quick-search p {margin: 0; padding: 0;border:none; }
#pagetitlescontainer form#quick-search input {float: left;margin: 0; padding: 5px;border: none; background: transparent white;}
#pagetitlescontainer form#quick-search .tbox {margin: 6px 0 0 5px; width: 170px;display: inline;color:#999; font-size:12px;font-style:italic; }
#pagetitlescontainer #search form#quick-search .btn{width: 24px; height: 24px;}
.pagescontentleft {float:left; width:600px;margin-bottom:60px;}
.pagescontentleft h2 {margin-bottom:20px;}
.pagescontentleft p {font-size:14px;margin-bottom:20px;line-height:2;}
.pagescontentleft ol, ul {margin-bottom:20px;}
.pagescontentleft h3 {margin-bottom:20px;font-size:16px;font-weight:bold;}
.pagescontentleft h3 a{ margin-bottom:20px;font-size:16px;}
.pagescontentleft h3 a:hover {color:#c15f00}


/*Pages Sidebar*/

#pagessidebar {width:300px; float:right;}
#sidebarnewsletter {border-bottom:gray 1px dashed;padding-bottom:15px;}
#sidebarnewsletter h3 {color:#333; font-size:16px;font-weight:bold;padding-left:37px; background:url(images/mailicon.png) no-repeat 0 3px;}
#sidebarnewsletter h3 span.aquiregreen {color:#afbd22; font-weight:bold;}
#sidebarnewsletter form#quicknewsletter{padding: 0; margin-top: 20px;border:#C6C5C5 solid 1px;width: 222px; height: 32px;background:white;-moz-border-radius: 5px; -webkit-border-radius: 5px;}
#sidebarnewsletter form#quicknewsletter {padding: 0; margin-top: 20px;width: 222px; height: 32px;}
#sidebarnewsletter form#quicknewsletter p {margin: 0; padding: 0;border:none; }
#sidebarnewsletter form#quicknewsletter input {float: left;margin: 0; padding: 5px;border: none; background: transparent white;}
#sidebarnewsletter form#quicknewsletter .tbox {margin: 6px 0 0 5px; width: 170px;display: inline;color:#999; font-size:12px;font-style:italic; }
#sidebarnewsletter #search form#quicknewsletter .btn{width: 24px; height: 24px;}
#sidebarnewsletter p.newslettertext {font-size:12px;}
#sidebarnewsletter p.newslettertext a {font-weight:bold; text-decoration:none;}
#sidebarnewsletter p.newslettertext a:hover {text-decoration:underline;color:black;}

#sidebarcategories { width:270px; padding-top:10px; padding-left:10px;padding-right:15px; margin-top:30px; margin-bottom:30px;}
#sidebarcategories li {list-style-type:none;background:url(images/ico-bullet.png) no-repeat 0 5px; padding-left:10px;padding-bottom:20px;}
#sidebarcategories a {text-decoration:none;  font-size:14px;}
#sidebarcategories a:hover {text-decoration:none; color:#c15f00;}
#sidebarcategories h4{height: 30px;color:#333; font-size:16px;font-weight:bold;padding-left:35px; background:url(images/postits.png) no-repeat;margin-bottom:15px;}

#recentposts {margin-top:30px;border-bottom:gray 1px dashed;}
#recentposts h3.mostrecentnews {margin-bottom:15px;color:#333; font-size:16px;font-weight:bold;}
#recentposts a.posttitle {color:#c15f00; font-size:14px;text-decoration:none;font-weight:bold;background:url(images/silverbullet.png) no-repeat 0 4px; padding-left:15px;}
#recentposts a:hover.posttitle {text-decoration:none; color:#814000;}
#recentposts p.postinfo {font-size:12px;padding-top:5px; margin-bottom:15px;color:#999}
#recentposts p.postinfo span.category a {color:#555; text-decoration:none;}
#recentposts p.postinfo span.category a:hover {color:#222; text-decoration:underline;}

/* Contact Page */

#contactformsleft {width:300px;float:left; color:#535353;padding-bottom:35px;}
form#contactforms #contactformsleft  input {margin: 0; padding: 5px;border: thin solid #999;width:200px;color:#999; font-size:12px;font-style:italic;margin-top:15px; margin-bottom:15px; height:32px; width:250px;}
form#contactforms p {font-size:12px;font-style:italic; color:#999;padding-left:7px;margin-bottom:7px;}
form#contactforms textarea {height:100px;width:253px; font-size:12px; font-style:italic; color:#999;}
form#contactforms input.btn {width:90px; height:40px;color:white; }
#contactformsright {float:right;width:300px;}
form#contactforms #contactformsright input {margin: 0; padding: 5px;border: thin solid #999;width:200px;color:#999; font-size:12px;font-style:italic;margin-top:15px; margin-bottom:15px; height:32px; width:250px;}
form#contactforms #contactformsright p {font-size:12px;font-style:italic; color:#999;padding-left:7px;margin-bottom:7px;}
form#contactforms #contactformsright textarea {border: thin solid #999;height:100px;width:253px; font-size:12px; font-style:italic; color:#999;}
form#contactforms #contactformsright input.btn {width:90px; height:40px;;color:#c15f00;cursor:pointer }

/* blog */

.contentleft .post {border-bottom:gray dotted 1px;margin-bottom:40px;padding-bottom:25px; }
.post h2 { border:solid 1px #444;}
.post h3 {margin-bottom:15px;}
.post .title {font-size:22px; color:#444; text-decoration:none;padding-bottom:7px; background:#e8e8e8 url(images/featurebgshine.png) no-repeat; padding-top:10px; padding-left:5px;margin-bottom:10px;}
.post .title a:hover {text-decoration:underline;}
.post p.blogdate {font-size:13px;padding-bottom:10px;background:url(images/silverbullet.png) no-repeat 0 3px ;padding-left:10px;}
.post p.blogdate span.date {color:#999;}
.post p.blogdate span.category a {color:#c15f00; text-decoration:none;}
.post p.blogdate span.category a:hover {color:#814000; text-decoration:underline;}
.post p.author {font-size:12px; color:#555;padding-top:15px; padding-bottom:10px;}
.contentleft .post .content p {font-size:14px;padding-bottom:20px;}
.contentleft .post ul li {padding-bottom:10px;font-size:14px;}
.contentleft .post a.readmore {font-size:12px; color:#c15f00;text-decoration:none;background:url(images/silverbullet.png) no-repeat 0 3px; padding-left:10px;}
.contentleft .post a.survey {font-size:16px; color:#c15f00;text-decoration:underline;background:url(images/silverbullet.png) no-repeat 0 3px; padding-left:10px;}
.contentleft .post a:hover.readmore  {text-decoration:none; color:#814000}

/* single page for blog posts */

#pagetitlescontainer h3.singlepost {font-size:18px;}


/* search page */

#searchtitlescontainer {width:960px; margin-right:auto; margin-left:auto;height:120px; background:url(images/featurebgshine.png) no-repeat 0 -1px;}
#searchtitlescontainer h3 {font-size:18px; color:#333; padding-top:30px;float:left;}
#searchtitlescontainer form#quick-search {background:white; padding: 0; margin-top: 27px;border:#C6C5C5 solid 1px;width: 222px; height: 32px; float:right;margin-right:80px;}
#searchtitlescontainer form#quick-search p {margin: 0; padding: 0;border:none; }
#searchtitlescontainer form#quick-search input {float: left;margin: 0; padding: 5px;border: none; background: transparent white;}
#searchtitlescontainer form#quick-search .tbox {margin: 6px 0 0 5px; width: 170px;display: inline;color:#999; font-size:12px;font-style:italic; }
#searchtitlescontainer #search form#quick-search .btn{width: 24px; height: 24px;}
.searchcontentleft {float:left; width:600px;margin-bottom:10px;}
.searchcontentleft .searchpost {border-bottom:gray dotted 1px;margin-bottom:10px;padding-bottom:5px; }
.searchcontentleft .searchpost .title {font-size:18px; color:#444; text-decoration:none;padding-bottom:7px;padding-top:10px;margin-bottom:10px;}
.searchcontentleft .searchpost .title a:hover {text-decoration:underline;}
.searchcontentleft .searchpost p.blogdate {font-size:13px;padding-bottom:10px;background:url(images/silverbullet.png) no-repeat 0 3px ;padding-left:10px;}
.searchcontentleft .searchpost p.blogdate span.date {color:#999;}
.searchcontentleft .searchpost p.blogdate span.category a {color:#c15f00; text-decoration:none;}
.searchcontentleft .searchpost p.blogdate span.category a:hover {color:#814000; text-decoration:underline;}
.searchcontentleft.searchpost p.author {font-size:12px; color:#555;padding-top:15px; padding-bottom:10px;}
.searchcontentleft .searchpost .content p {font-size:14px;padding-bottom:5px;}
.searchcontentleft .navigation a{font-size:14px;padding-bottom:5px;color:#c15f00;}


