/*  
Theme Name: Gearhart Photography
Description: Simple web2.0 wordpress blog design.
Date: Jun 12, 2009
Version: 2.7.5
Author: Zbra
Author URI: http://www.zbradesigns.com/
Tags: light, three-Columns, Black, Blue, fixed-width, theme-options
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}


body {
	background:#160400;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
	
}

.header {
	height:100px;
	position:relative;
	width:960px;
}

.wrap {
	width:960px;
	margin:auto;
}


/*--formatting--*/
a {
	color:#d2c3c1;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#d2c3c1;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 960 30px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
        font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2.pagetitle {
	font: 400 24px Arial, Verdana, Tahoma;
	margin-top: 20px;
	padding: 2px 0;
	text-align: center;
	background-color: #323232;
        font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2.pagetitle strong {
	font-size: 30px;
        font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2 a {
	color: #fff;
	text-decoration: none;
        font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3 {
	font: 900 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Palatino Linotype", "Book Antiqua", Palatino, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	background-color: #333333;
	padding: 10px;
	clear: both;
	margin: 10px 0 0 0;
	font: 400 12px Arial, Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 4px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

.twitter ul li {
	margin-bottom:8px;
}

.twitter-item {
         padding-left:6px;
         padding-bottom:10px;
         font-size:12px;

}
img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #141414;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #141414;
}

/*--container--*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 384px;
	float: left;
	background: url(images/header.png) no-repeat;
}

#content {
	width: 960px;
	float: left;
}

#content #left-col {
	width: 670px;
	float: left;
	position: relative;
	padding-right: 30px;
       
}

#content #right-col {
	width: 260px;
	padding-top: 8px;
	float: left;
	position: relative;
        text-align:left;
       
}

#right-col {
	background:#220600;
margin-top:32px;
margin-bottom:32px;
background:url(images/rt_btm.png) bottom center no-repeat)
}

#content #right-col #sidebar {
	width: 260px;
	float: left;
	position: relative;
}




/* header */

.logo {
	position:absolute;
	left: 356px;
	top: 17px;
}

.nav_lft {
	position:absolute;
	width:300px;
	top:75px;
	left: -18px;
}

.nav_rt {
	position:absolute;
	width:400px;
	left: 673px;
	top: 75px;
}

/* navigation */

.nav, .nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
	 float:left;
	 z-index:200;
 }
 
 .nav a:link, .nav a:active, .nav a:visited{
    display:block;
    padding:0px 18px;
    color:#fff;
    text-decoration:none;
	font-size:13px;
 }
 
 .nav li ul li a:link, .nav li ul li a:active, .nav li ul li a:visited {
 	padding:0px 5px;
 }

.nav a:hover{
    color:#9a0505;
}

.nav li{
    float:left;
    position:relative;
}

.nav ul {
    position:absolute;
    width:auto;
    top:1.5em;
	left:17px;
    display:none;
}

.nav li ul a{
    width:12em;
    float:left;
	font-size:11px;
}

.nav li ul {
	background:#302222;
	z-index:150;
}

.nav ul ul{
	top:auto;
	}	

.nav li ul ul {
    left:9em;
    margin:0px 0 0 10px;
	width:auto;
    }

.nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
.nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }
	

/*--post--*/

.post {
	width: 598px;
	float: left;
	margin-top: 20px;
}

.post-bg-down {
	float: left;
	width: 600px;
	height: 5px;
}

.post-info {
	float: left;
	margin: 0px 0 5px 0;
	padding: 0 0px 0 0px;
	font-size: 10px;
}

.post-info a{
	color: #fff;	
}

.post-info a:hover{
	text-decoration: none;
}

ul.links {
	list-style: none;
}

.entry {
	float: left;
	width: 960px;	
	padding: 0px 0 15px 0;
        color:#d2c3c1;
	font-size: 12px;
}

.entry h2 a {
	font-size: 20px;
	color: #fff;
	float: left;
	width: 960px;
	padding: 0px 0 15px 0;	

}

.entry h2 a:hover {
	color:#d2c3c1;
	text-decoration: none;
}

.more {
    display: block;
	background: url(images/more.png) no-repeat top left;
	width: 73px;
	height: 17px;
	text-indent: -9999em;
	display: block;
    margin: 20px 50px 20px 0;
    cursor: pointer;
    float: right;
}

p.metadata {
	padding: 0 0 0 15px;
	margin-left:10px;
	background-color: #323232;
	clear: left;
	margin-top: 15px;
	font-size: 11px;
	background: url(images/tag.png) no-repeat left;
}

p.metadata2 {
	padding: 16px 2px 2px 2px;
	clear: left;
	text-align: left;
	width: 956px;
	margin-top: 20px;
	text-align: center;
        font-size:10px;
        border-top:1px solid #323232}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

.banner-after-post {
	width: 600px;
	height: 60px;
	margin-top: 20px;
	float:left;
}

.banner-after-post img{
	border: none;
}

/*--right-col--*/

/*--feed--*/

.feed {
	width: 250px;
	float: left;
}

.feed ul {
	list-style: none;
	margin: 0 0 0 0;
        float:left;
}

.feed ul li {
	margin-top: 1px;
}

.feed ul li a{
	color: #fff;

}

.feed ul li a:hover{
	text-decoration: none;
}

.rss-icon {
	float: left;
	background: url(images/rss-icon.png) no-repeat;
	width: 50px;
	height: 38px;
	margin: 7px 0 0 10px;
}

.rss-posts, .rss-comments {
	font-size: 12px;
}

/*--search--*/
#searchform {
	width: 200px;
	background: url(images/searchform.png) no-repeat top left;
	height: 33px;
        margin-bottom:20px;
}

#searchform form {
	float: left;
	width: 310px;
	display: inline;
}

#searchform form input#s {
	width: 167px;
	background: #fff;
	height: 19px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #999;
	font-size: 11px;
}

#searchform form input#searchsubmit {
	width: 0px;
	background: #999;
	height: 0px;
	border: 0;
}

/*--ad block--*/

.ads {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}

.ads h2 {
	background: url(images/h2-sidebar.png) no-repeat;
	width: 290px;
	height: 25px;
	font-size: 17px;
	padding: 20px 0 0 10px;
}
.adsimg {
	width: 285px;
	padding: 10px 0 0 13px;
}

.ads img {
	border: none;
	margin: 0 0 5px 5px;
}

.li-sidebar-bottom {
	float: left;
	width: 300px;
	height: 4px;
	background: url(images/li-sidebar-bottom.png) no-repeat;
}

/*--sidebar1--*/



#sidebar h3 {
	text-align: left;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style: none;
}


#sidebar2 {
	width: 960px;
}

#sidebar ul {

}

#sidebar ul li {
	float: left;
	width: 470px;
	margin-bottom: 20px;
        background:#ccc;
        margin-left:5px;
display:block;
}

#sidebar ul li h2 {
	height: 25px;
        text-align:left;
	font-size: 16px;
	padding: 0px 0 0 0px;
	text-transform: capitalize;
}


#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 230px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	float: left;
	width: 230px;
	text-decoration: none;
	color: #bababa;
	padding: 5px 0px 0 0px;
        font-size:14px;
}

#sidebar ul li ul li a:hover {
	color: #d2c3c1;
	font-weight: normal;
        text-decoration:underline;
}

/*--comments--*/

#comments {
	margin-top: 15px;
	float: left;
	width: 960px;
	padding: 20px 0 20px 0;
	color: #fff;
        z-index:100;
}

h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 200px;
	float: left;
	text-indent: -9999em;
	padding: 5px 0 20px 0;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

#comments ol li .comment-data {
	float: left;
	width: 475px;
	background-color: #323232;
	min-height: 120px;
	overflow: visible;
	font-size: 11px;
	padding: 0 5px 0 10px;
}

#comments ol li.alt .comment-data {
	float: left;
	width: 475px;
	min-height: 120px;
	overflow: visible;
	padding: 0 5px 0 10px;
	background: none;
}

#comments .comment-gravatar {
	float: left;
	margin: 0 10px 0 10px;
}

#comments .comment-gravatar img{

	
}

#comments .comment-info {
	color: #1486c1;	
	font-size: 11px;
	padding: 5px 0 0;
}

#comments .comment-info a {
	color: #fff;
	text-decoration: none;
}

/*--respond--*/
#respond {
	background: url(images/respond.png) no-repeat top left;
	padding-top: 30px;
	margin-top: 15px auto 0 auto;
	float: right;
	width: 680px;
        z-index:100;
}

#respond p {
	padding: 0 0 10px 10px;
}

#respond input {
	padding: 2px;
	border: 1px solid #a9a9a9;
}


/* footer */

.footer {
	clear:both;
	margin:32px 0 32px 0;
	width:960px;
	height:40px;
	background:url(img/footer_bg.jpg) center no-repeat;
	text-align:center;
	padding-top:20px;
	color:#7b3f32;
}

.footer a {
	text-transform:capitalize;
	font-size:10px;
	color:#7b3f32;
	text-decoration:none
}

.footer a:hover {
	text-decoration:underline;
}

.btm_wid_holdr {
        width:960px;
        margin:auto;
        background:#4b241c;
        margin-bottom:32px;
        height:auto;
}

.widget {
        width:270px;
        float:left;
        height:130px;
        background:#190501;
        padding:30px;
        margin-bottom:32px;
}

.widget ul {
    list-style:none;
}

.rt {
         float:right;
         width:240px;
}


/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud {
	text-align: center;
}

/*--page nav--*/

.navigation {

	float: left;
	width: 600px;
	margin: 20px 0 0 0;
}

.navigation .previous {

	float: left;
	display:block;
	text-indent: -9999em;
	background: url(images/previous.png) no-repeat;
	width: 122px;
	height: 22px;
	margin: 7px 0 20px 20px;
	cursor:pointer;
}

.navigation .next {

	float: right;
	display:block;
	text-indent: -9999em;
	background: url(images/next.png) no-repeat;
	width: 94px;
	height: 22px;
	margin: 7px 20px 20px 0;
	cursor:pointer;
}

/*--contact--*/

.contact-form {
	
	width: 550px;
}

.contact-form input {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form textarea {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form form, fieldset {

	border: none;
	
}

.contact-form .cp_message {
	width: 90%;	
	
}

.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;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Slide Show */
#img_rotate {
	width:960px;
	height:320px;
}	

#img_rotate {
    position:relative;
    height:320px;
}

#img_rotate IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#img_rotate IMG.active {
    z-index:10;
}

#img_rotate IMG.last-active {
    z-index:9;
}

