/*  
Theme Name: Image Quest
Theme URI: 
Description: Designed for J. Christopher Galleries.com
Author: Dan Christopher
Author URI: 
Version: 1
Tags: black, gold, simple, right sidebar, 3 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #6396ff;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body { 
	background: #625e64 url("/images/layout-new/bg-redfade.jpg") repeat-x; 
  font: 10pt/18pt "trebuchet ms", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	line-height: 15px; color: #cac5ca; padding:0; margin:0; text-align:center; 
	text-align: center; /* IE Centering Technique */
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0px auto;
  width:900px;
  letter-spacing: .07em;
}

/* Header and wrapper */
#wrapper {
  width: 900px;
  text-align: left; /* IE Centering Technique */
  height: 233px;
  }

#headerwrapper {
	background: url("images/header.jpg") no-repeat;
	height: 169px;
  }

#header {
  margin: 0;
	height: 169px;
  }


#top { padding:5px 5px 3px 5px;text-align:center; font-size:11px; }
#top a { margin: 0 6px; }

#head { height:159px; background: url("/images/layout-new/main-galleries-head.jpg") no-repeat top center; }

#head a.logo { display: block; width: 500px; height: 130px; margin-left:auto; margin-right:auto; text-decoration:none; }
#head a.logo span { visibility:hidden; }

.topbar { background: url("/images/layout-new/main-galleries-topbar.png") repeat-x; position:relative; top: -5px; text-align:center; width:900px; }

.topbar .leftcorner { position:absolute; top:1px; left:0; width: 7px; height: 48px; background: url("/images/layout-new/topbar-corners.jpg") no-repeat top right;  }
.topbar .rightcorner { position:absolute; top:1px; right:0; width: 7px; height: 48px; background: url("/images/layout-new/topbar-corners.jpg") no-repeat top left;  }

ul.topnav { list-style:none; padding:0; margin:0; margin-left:auto; margin-right:auto; width: 750px; height: 24px;  text-align:center;}
ul.topnav li { float:left; padding: 0 0 0 20px; margin-top: 8px; border:0; letter-spacing: .1em; }
ul.topnav li.selected { background: url("/images/layout-new/topbar-sel.jpg") no-repeat bottom left;  }
ul.topnav li.selected a { background: url("/images/layout-new/topbar-sel.jpg") no-repeat top right;  }
ul.topnav li a { font-size: 16px; color: #efe8e1; display:block; padding:8px 20px 6px 0; height: 16px; float:left;}
ul.topnav li a:HOVER { color: #fff; }


#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  height: 145px;
  display:inline;
  }
#title h1 a {
	display:block;
	margin-top: 35px;
	width: 415px;
	height: 110px;
	}
#title h1 a span {
	display:none;
	}
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

#topright {
  color: #fff;
  font-size: 10pt;
  float: right;
  margin-bottom: 24px;
  margin-right: 15px;
  width: 468px;
  height: 60px;
  display:inline;
  }

#topright a {
  }


/* Menu and search */

#nav {
	background: url("images/bg-nav.jpg") no-repeat;
	padding: 3px;
  clear: both;
  height: 32px;
  }
  
#nav a.selected { 
	color: #d8c387;
}

#search { height: 40px; }

#searchform {
	float:right;
	margin:0;
	margin-top: 3px;
	*margin-top: 0; /* IE7 LAYOUT HACK */
	padding:7px 10px;
  margin-left: 10px;
  width: 228px;
  height: 20px;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 10px;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 10px;
  }

#searchbox {
	float:right;
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  height: 13px;
  border: 1px solid #000;
  padding: 2px;
  }

#searchbutton {
	margin-left: 5px;
	float:right;
  width: 50px;
  color: #d8c387;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav ul {
  list-style: none;
  width: 600px;
  }

#nav li {
  float: left;
  }

#nav li a {
  padding: 3px 10px 0 10px;
  font-size: 11pt;
  font-weight:lighter;
  color: #7c637a;
  }

#nav li a:hover {
  color: #fff;
  text-decoration: none;
  }

#nav li.rssmenu a {
  color: #d3d082;
  }

#nav li.rssmenu a:hover {
  color: #fff;
  }



/* Content */

#main {
  clear: both;
  margin:0;
  width: 896px; /* Prevents IE6 miscalculation */
  text-align:left;
  background: #fff;
 	position:relative;
 	top:-2px;
 	border: 2px solid #0c0c0c;
  }

#contentwrapper {
  width: 486px;
  float: left;
  padding: 20px;
  }
  
#contentwrapper .tl {
	width: 27px; 
	height:27px;
	background: url("images/corners.jpg") no-repeat;
	position:absolute;
	background-position: -27px -28px;
	left: 0;
	top:0;
}
#contentwrapper .tr {
	width: 27px; 
	height:27px;
	background: url("images/corners.jpg") no-repeat;
	position:absolute;
	background-position: 0 -27px;
	right: 0;
	top:0;
}
#contentwrapper .bl {
	width: 27px; 
	height:27px;
	background: url("images/corners.jpg") no-repeat;
	position:absolute;
	background-position: -27px 0;
	left: 0;
	bottom:0;
}
#contentwrapper .br {
	width: 27px; 
	height:27px;
	background: url("images/corners.jpg") no-repeat;
	position:absolute;
	background-position: 0 0;
	right: 0;
	bottom:0;
}

#contentwrapper .corners.bl {
	background-position: -27px -28px;
	left:0;
	top:0;
}

#contentwrapper .corners.tr {
	background-position: -27px -28px;
	left:0;
	top:0;
}

#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  }

#content {
  }

#content .pageTitle {
  font-size: 15pt;
  color: #222;
  }

.post {
  margin-top: 0px;
  margin-bottom: 15px;
  }

h2.postTitle {
  padding: 0 10px;
  line-height: 16pt;
  }

h2.postTitle a {
  font-size: 14pt;
  color: #333;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

.post img {
  margin: 10px;
  }

#content p, .postContent p {
  font-size: 10pt;
  line-height: 16pt;
  color: #333;
  }

.postContent img {
	float:right;
	margin:10px 0;
	padding:0;
	position:relative;
	left:20px;
}

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }


#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #727248;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #727248;
  background: url(images/comment.jpg) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 15px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #333;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 360px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bbb;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  }



/* Sidebars */
#sidebars {
  float: right;
  padding: 20px;
  width: 330px;
  line-height: 16pt;
  }

#sidebar0 {
  padding: 0 15px 0 0;
  }

#sidebar1 {
  float: left;
  width: 150px;
  }

#sidebar2 {
  float: right;
  padding-right: 15px;
  width: 150px;
  }

#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 12pt;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  }

#sidebars table {
  width: 160px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  text-decoration: none;
  }
  
#sidebars a.showit {
  }
  
#sidebars a:hover {
  color: #727248;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}




/* footer*/

#footerwrapper {
	padding-top: 50px;
  clear: both;
  height: 158px;
  }

#footer { 
	margin-top: 100px; 
	color: #381828; 
	text-align:center;
	padding-bottom: 5px; 
	padding-top:3px;  
	}

#footer a {
	color: #7ca3ea;
	}

#footerleft {
  float: left;
  margin-top: 70px;
  margin-left: 15px;
  width: 400px;
  display: inline;
  }

#footerleft p {
  padding: 0;
  line-height: 16px;
  }

#footer p {
  font-size: 10pt;
  color: #FFF;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 900px;
  height: 55px;
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: normal;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }
