@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Tracy Joy Photography
Description: This photography blogsite theme was custom designed for Tracy Joy Photography and is NOT freeware.  Unauthorized use of this theme, graphics or code is a violation of copyright.
Version: 1.0
Author: Genevieve Sass
Author URI: http://lilaccreative.com/

*/

/* General Styling */

body{
	margin: 0;
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #1d8580 url(images/) repeat;
	color: #000000;
        height: 100%;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2.pagetitle{
	text-align: center;
	margin: 25px;
}

a:link, a:visited{
	text-decoration: none;
	color: #ec1e79;
}

a:hover{
	color: #00b5ac;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
}

/* Layout Wrappers & Header Styling */
#header{
	height: 209px; 
	padding: 0;
	margin: 0 auto;
	width: 1011px;
}

#logo{
	background: url(images/header-bg.png) top left no-repeat;
	height: 209px;
	margin: 0;
	padding: 0;
	width: 1011px;
	z-index: 99;
	zoom: 1;
}

#logo h1{	
	background: url(images/logo.gif) top left no-repeat;
	display: block;
	float: left;
	height: 160px;
	margin: 10px 0 0 120px;
	text-indent: -9999px;
	width: 1011px;
}

#logo h1 a{
	display: block;
	height: 1451px;
	width: 320px;
}

p.tagline{
	background: url(images/tagline-bg.png) top left no-repeat;
	float: right;
	font-size: 20px;
	height: 48px;
	margin: -100px 75px 0 0;
	padding: 25px;
        text-align: center;
	width: 289px;
	z-index: 0;
	zoom: 1;
}

#wrapper{
	margin: 0 auto;
	width: 1012px;
	text-align: left;
	background: url(images/post-bg.png) repeat-y;
	padding: 0;
}

#flash{
	clear: both;
	margin: 0 auto;
	padding: 0;
        width: 1000px;
        z-index: 0;
}

#footer{
	background: url(images/post-bot.png) top left no-repeat;
	font-size: 12px;
	height: 38px;
	margin: 0 auto;
        padding: 0;
	text-align: center;
	width: 1012px;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #000;
}

/* Navigation Bar Styling */
#nav, #nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav{
	height: 40px;
	width: 1012px;
	background: url(images/nav-bg.png) top left no-repeat;
	margin: 20px auto 0;
	font-size: 15px;
	text-transform: uppercase;
}

#p-subnav{
        height: 40px;
        font-size: 16px;
        border-bottom: 3px solid #ec1e79;
        list-style: none;
        margin: 10px 6px 15px 6px;
        padding: 0 20px 10px 0;
        width: 980px;
}

#nav li{
	border-right: 8px solid #fff;
	display: block;
	float: left;
	margin: 5px 0 0 0;
	position: relative;
}

#p-subnav li{
        display: block;
	float: left;
	margin: 0;
	position: relative;
}

#nav li.contact{
	border-right: none;
}

#nav li a{
	display:block;
	float:left;
	padding:8px 29px 9px;
	text-decoration:none;
	color: #fff;
}

#p-subnav li a{
        display: block;
        padding: 10px 30px;
}

#nav li.home a{
	padding: 9px 30px 7px 35px;
}

#nav li a:hover, #blog #nav li.blog a, #photoblog #nav li.photoblog a{
	background: #ec1e79;
	color: #000;
	padding: 8px 29px 9px 29px;
}

#nav li.home a:hover, #welcome-to-tracyjoycom #nav li.home a{
	background: transparent url(images/nav-bg.png) bottom left no-repeat;
	margin-top: -4px;
	padding: 13px 30px 7px 35px;
}

#welcome-to-tracyjoycom #nav li.home a, #photoblog #nav li.photoblog a, #blog #nav li.blog a, #contact #nav li.contact a{
        cursor: default;
} 



#nav ul, #p-subnav ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 33px;
	left:0;
}

#nav ul li, #p-subnav ul li{
	border: none;
	padding: 0;
	margin: 0;
}

#nav li ul li a, #p-subnav li ul li a{
	background: #00b5ac;
	color: #fff;
	font-size: 15px;;
	padding: 3px 0 3px 10px;
        z-index: 99;
        zoom: 1;
}

#p-subnav li ul li a{
       width: 150px;
}

#nav li.info ul li a{
	width: 174px
}

#nav li.galleries ul li a{
	width: 139px;

}

#nav li.clients ul li a{
	width: 130px;

}

#nav li.contact ul li a{
	width: 130px;

}

#nav li ul li a:hover, #p-subnav li ul li a:hover{
	color: #000;
	padding: 3px 0 3px 10px;
        z-index: 99;
        zoom: 1;
}

#nav li:hover ul, #p-subnav li:hover ul{
	display: block;
        z-index: 99;
        zoom: 1;
}


/* Main Body Styling */

#container{
	padding: 15px 40px;
}

#featCont{
       float: left;
       padding: 15px 20px 0 0;
       width: 650px;
       z-index: 0;
}

.h-post{
       float: left;
       font-size: 18px;
       line-height: 24px;
       width: 290px;
       padding-top: 15px;
}       

h2.page-title{
        font-size: 30px;
        text-align: center;
        padding: 15px 0 0 0;
}

#h-post-container{
       padding: 20px;
}

#p-container{
        padding: 0 30px 30px;
}

.post{
	padding: 10px 0 40px 0;
}

.datebox{
	background: url(images/date.gif) top left no-repeat;
	float: left;
	height: 105px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 85px;
}

.datebox p.day{
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

.datebox p.month, .date-box p.year{
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.datebox p.month{
	padding-top: 25px;
}

.datebox p.year{
	margin-top: -10px;
}

.title-block{
	float: left;
}

.title-block h2{
	color: #ec1e79;
	font-size: 24px;
	margin: 0;
	padding: 25px 0 5px 0;
}
	

.title-block p{
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.post h2{
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 0 0;
	color: #ffffff;
}

.entry{
	clear: both;
	line-height: 18px;
}

.p-entry{
        clear: both;
        padding: 0 15px;
}

.b-entry{
        clear: both;
        width: 570px;
        padding: 0 15px;
}

#b-post-container{
	float: right;
	margin: 0 18px 0 0;
	padding: 0;
	width: 600px;
}

.b-post{
	background: url(images/divider-b.gif) bottom center no-repeat;
	padding: 10px 0 70px 0;
	margin-bottom: 25px;
}

.p-post{
	background: url(images/divider-p.gif) bottom center no-repeat;
	padding: 10px 0 100px 0;
	margin-bottom: 25px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

/* Comments Styles */
.meta-comments{
	clear: both;
}

.p-comm-bg{
	background: url(images/comm-bg.gif) top left repeat-y;
	margin: 15px 0 20px 0;
	padding: 0;
	width: 936px;
}

.p-comm-bot{
	background: url(images/comm-bot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 15px 0;
	width: 936px;
}

.p-comm-bar{
	background: url(images/p-comm-bar.gif) top left no-repeat;
	font-size: 14px;
	height: 46px;
	margin: 0;
	padding: 20px 0 0 45px;
	width: 891px;
}

.b-comm-bg{
	background: url(images/b-comm-bg.gif) top left repeat-y;
	margin: 15px 0 20px 0;
	padding: 0;
	width: 592px;
}

.b-comm-bot{
	background: url(images/b-comm-bot.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 15px 0;
	width: 592px;
}

.b-comm-bar{
	background: url(images/b-comm-bar.gif) top left no-repeat;
	font-size: 14px;
	height: 46px;
	margin: 0;
	padding: 20px 0 0 45px;
	width: 547px;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

body#blog .commentlist, body#photoblog .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	margin-top: 0;
	padding: 0 18px 0 25px;
	font-size: 10px;
	width: 535px;
}

*html body.home .commentlist{
	height: 100px;
}

body#blog .commentlist a:hover, body#photoblog .commentlist a:hover{
	color: #ffffff;
}

body#blog .commentlist li, body#photoblog .commentlist li{
	border-bottom: #fb7c9d 1px dotted;
	padding: 10px 0;
	clear: both;
}

body#blog .meta-comments, body#photoblog .meta-comments{
	font-size: 10px;
	padding-top: 5px;
}

.meta-comments a img{
	border: none;
}

.comments-template h2, .comments-template h3{
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 10px;
}

.comment-author{
	color: #1db4bd;
	font-weight: bold;
}

.comment-meta{
	font-size: 10px;
	float: left;
	display: inline;
}

.comment-meta a{
	color: #1db4bd;
}

.comment-meta a:hover{
	color: #eb008b;
}

.comment-text p{
	margin: 0;
	padding: 0;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}


/* Blog Sidebar Styling */
#sidebar1{
        float: left;
        margin-left: 10px;
}

#sidebar2{
        float: right;
        margin-right: 10px;
}

.sidebar{
font-size: 12px;
	width: 184px;
}

.sidebar ul{
        list-style: none;
        margin: 0;
        padding: 0;
}

.sidebar ul li{
	background: url(images/sb-bot.gif) bottom left no-repeat;
	width: 184px;
	padding: 0 0 15px;
	margin: 0 0 5px 0;
}

.sidebar ul li h2{
	background: url(images/sb-top.gif) top left no-repeat;
	color: #000;
	font-size: 18px;
	font-weight: normal; 
	height: 41px;
	width: 184px;
	margin: 0;
	padding-top: 15px;
	text-align: center;
}      padding: 0 12px

.sidebar ul li ul{
        font-size: 12px;
	padding: 0 15px 25px;
        width: 150px;
}

.sidebar ul li div{
	padding: 0 20px 10px;
}

.sidebar ul li ul li{
	background-image: none;
	border: none;
	margin: 0;
	padding: 0 20px 7px;
}

#twitter-1 li.twitter-item{
        font-size: 12px;
        width: 145px;
        margin-bottom: 5px;
}

li.r-posts ul li{
        width: 145px;
        font-size: 12px;
        padding: 0 0 10px 0;
}

li.r-posts ul li a{
        display: block;
        width: 145px;
        font-size: 12px;
        padding: 7px 0 0 0;
}

#twitter-1 .twitter-timestamp{
        color: #aeaeae;
}

table#wp-calendar{
	width: 150px;
}
/* WP Image-in-Post Alignment */

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}

img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}

img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}




