/*  
Theme Name: QuestPR
Theme URI: http://www.theconsult.com/
Description: Quest PR blog theme
Version: v1.0
Author: Consult
Author URI: http://www.theconsult.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*** Base Styles
-----------------------------***/

/** Global Styles
------------------------------**/

* { /*global reset*/
	margin: 0;
	padding: 0;
	}
body {
	background: #8C2493 url(assets/images/bg.png) repeat-y center top;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: .74em;
	color: #333
	}
h1 , h2 , h3 , h4 {
	font-family: "Calibri";
	}
h1 ,  {
	text-transform: uppercase;
	}
h1 {
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 28px;
	text-align: right;
	color: #2c97a2;
	}
h2 {
	width: 230px;
	color: #2c97a2;
	font-size: 1.em;
	}
h2.pagetitle {
	width: 100%;
	}
h3 {
	margin: 10px 0 0 0;
	font-size: 1.7em;
	}
h3 a:hover {
	color: #ccc;
	text-decoration: none;
	}
h3.nou {
	border-bottom:  none;
	}
h4 {
	border-bottom: 1px solid #444;
	color: #8C2493;
	font-size: 1.75em;
	text-transform: capitalize;
	}
h5 { /*date*/
	float: right;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666;
	}
#grad{
	background: transparent url(assets/images/top-bg.png) o-repeat center top;
}
#rap {
	width: 750px;
	margin: auto;
	}
#wrapper {
	width: 100%;
	background: transparent url(assets/images/bg_content.png) repeat-y center top;
	}
a , a:visited {
	color: #8C2493;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
abbr  {
	border: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.print {
	display: none;
	}
/**----------------------------**/

/** Header
------------------------------**/
#head {
	width: 750px;
	height: 120px;
	background: transparent;
	}
.description {
	margin-right: 14px;
	font-size: 16px;
	text-align: right;
	color: #333;
	}
.reflect {
	float: right;
	}
/*Icons*/
#iminks li , #iminks li a {
	float: left;
	height: 33px;
	list-style: none;
	clear:none;
	}
#iminks ul {
	margin-left: 0;
	}
#iminks li {
	margin: 20px 0 10px 0;
	text-indent:23px;
	}
#iminks li span {
	display: none;
	}
#iminks #home {
	width: 24px;
}	
#iminks li#home a {
	background: transparent url(assets/images/icons.png) no-repeat 0px 0px;
	}
#iminks li#home a:hover {
	background: transparent url(assets/images/icons.png) no-repeat 0px -33px;
	}
#iminks #print {
	width: 24px;
}
#iminks li#print a {
	background: transparent url(assets/images/icons.png) no-repeat -24px 0px;
	}
#iminks li#print a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -24px -33px;
	}
#iminks #contact {
	width: 24px;
}
#iminks li#contact a {
	background: transparent url(assets/images/icons.png) no-repeat -48px 0px;
	}
#iminks li#contact a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -48px -33px;
	}
#iminks #feed {
	width: 44px;
}
#iminks li#feed a {
	
	background: transparent url(assets/images/icons.png) no-repeat -68px 0px;
	}
#iminks li#feed a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -68px -33px;
	}	
#iminks #commentfeed {
	width: 124px;
}	
	
#iminks li#commentfeed a {
	background: transparent url(assets/images/icons.png) no-repeat -68px 0px;
	}
#iminks li#commentfeed a:hover {
	background: transparent url(assets/images/icons.png) no-repeat -68px -33px;
	}		
	
	
/**----------------------------**/

/** Menu
------------------------------**/
#menu {
	float: left;
	width: 230px;
	border-top:1px #d3d3d3 dashed;
	}
#menu a {
	
	color:#8C2493 ;
	text-decoration: none;
	}
#menu a:hover {
	
	color: #333;
	text-decoration: none;
	}
#menu ul , #menu li {

	}
#menu li {
	margin-bottom: 10px;
	list-style: none;
	}
#menu li ul li{
	margin-bottom: 5px;
	}
#menu li#search h2 {
	
	margin: 10px 0 5px 0;
	}
#menu li#flickrrss {
	margin-bottom: 12px;
	}
#menu ul#flickr {
	margin-top: 3px;
	width: 200px;
	}
#menu ul#flickr li a {
	float: left;
	border-left: none;
	}
#menu ul#flickr a:hover {
	border-left: none;
	}
#menu ul#flickr img , #menu ul#flickr img a {
	margin: 2px 1px;
	padding: 1px;
	border: 2px solid #444;
	background: #fff;
	}
#menu ul#flickr a:hover img {
	border: 2px solid #fff;
	background: #444;
	}
#menu li#search, #menu li#recent-posts, #menu li#iminks, #menu ul#myflickr {
	clear: both;
	}

/**----------------------------**/

/** Postbody
------------------------------**/
#postbody {
	float: right;
	width: 483px;
	text-align: left;
	border-top:1px #d3d3d3 dashed;
	}
.post {
	margin: 0 0 1em 0;
	}
.premeta {
	margin-top:6px;
	border-top: 1px solid #d3d3d3;
	padding: 3px 0;
	border-bottom:1px #d3d3d3 dashed;
	}
.premeta .famdat {
	color: #beb07f;
	font-weight:bold;
	}
.postmeta {
	padding: 3px 0;
	border-top:1px #d3d3d3 dashed;
	}
.storycontent {
	padding: 10px 0 10px 0;
	}
.storycontent p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.35em;
	}
.storycontent img {
	margin: 10px;
	padding: 1px;
	border: 0px solid #444;
	background: #fff;
	}

.storycontent a:hover img { /*why does this not work in IE while the Flickr hover does??*/
	border: 0px solid #fff;

	}
.storycontent ul {
	list-style: disc;
	list-style-position: inside;
	}
.storycontent ol {
	list-style: decimal;
	list-style-position: inside;
	}
.storycontent li {
	padding-left: 10px;
	}
#nav , .nav{
	margin: 0 auto;
	padding: 0 0 35px 0;
	text-align: center;
	}
#navtop , .navtop{
	margin: 0 auto;
	padding: 10px 0 35px 0;
	text-align: center;
	}
blockquote {
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #E4E4E4;
	border-left: 10px solid #E4E4E4;
	font-style: italic;
	background: #ECECEC;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
code {
	font-family: 'Courier New', Courier, Fixed;
	font-size: 1em;
	}	
	
#readmore{
	clear:both;
}	
/*famfamfam Icons*/
/* If you wish to remove the icons in the postbody, delete this code*/
.famdat , .famaut , .famtag , .famtab , .famedt , .famcom , .famlst, .famper {
	padding: 2px 0 2px 18px;
	font-weight:bold;
	}
.famdat {
	background: url('assets/images/date.png') left center no-repeat;
	}
.famaut {
	background: url('assets/images/author.png') left center no-repeat;
	}
.famper {
	background: url('assets/images/permalink.png') left center no-repeat;
	}	
.famtag {
	margin-top: 2px;
	background: url('assets/images/tag.png') left center no-repeat;
	}
.famtab {
	margin-top: 2px;
	background: url('assets/images/tab.png') left center no-repeat;
	}
.famedt {
	background: url('assets/images/edit.png') left center no-repeat;
	}
.famcom {
	background: url('assets/images/comment.png') left center no-repeat;
	}
.famnxt {
	padding: 2px 20px 2px 0;
	background: url('assets/images/next.png') right center no-repeat;
	}	
.famlst {
	background: url('assets/images/last.png') left center no-repeat;
	}

/* Comments */
ol#commentlist {
	padding-left: 25px;
	}
ol#commentlist li {
	padding-top: 3px;
	margin: 20px 0;
	list-style-position: outside;
	list-style-type: decimal;
	}
.commenttext {
	margin-bottom: 2px;
	padding: 0;
	border-top:1px #999 dashed;
	}
.commenttext p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.25em;
	}
/**----------------------------**/

/** Footer
------------------------------**/
#foot {
	clear: both;
	margin: 0 16px;
	padding: 10px 0; 
	text-align: right;
	}
#foot p {
	margin: 7px 0;
	font-size: .9em;
	}
#foot img {
	vertical-align: bottom;
	}
/**----------------------------**/

/** Forms
------------------------------**/
form fieldset {
	margin-bottom: 10px;
	border: none;
	}
form label {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	}
form textarea {
	width: 99%;
	}
form input#s{
	background-color:#ECECEC;
	border:1px solid #e4e4e4;
	float:left;
	height: 18px;
	padding: 3px;
	font-size:1.1em;
	width:180px;
}	
form input.button , form input#gobutton {
	padding: 2px;
	background: #404040;
	color: #999;
	border: 1px solid #818181;
	font-size: .9em;
	cursor: pointer;
	float:left;
	}
form input#gobutton {
	height: 26px;
	padding: 2px 5px;
	}
form input.button:hover , form input#gobutton:hover {
	background:#636363;
	color:#969696;	}
form fieldset ol {
	margin: 0;
	padding: 0;
	}
form fieldset li {
	display: block;
	list-style: none;
	padding: 5px;
	margin: 0;
	overflow: auto;
	}
form em { /*Intended for "*" to indicate required field*/
	font-weight: bold;
	font-style: normal;
	color: #2c97a2;
	}
/**----------------------------**/

/** sIFR
------------------------------**/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 , .sIFR-hasFlash h2 , .sIFR-hasFlash h3 , .sIFR-hasFlash h4 , .sIFR-hasFlash h5 {
	visibility: hidden;
	}
/**----------------------------**/

/***--------------------------***/


/* Yes, I know it's not original to have a quote...but I'm doing it anyways.
 
	Go and tell that long tongue liar,
	Go and tell that midnight rider,
	Tell the rambler, the gambler, the back biter,
	Tell 'em that God's gonna cut 'em down.
	
*/