@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Jodie McNally Photography
Description: This photography blogsite theme was custom designed for Jodie McNally 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: #141414 url(images/bg.jpg) repeat-x;
	color: #000000;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, div{
	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: #9b69a0;
}

a:hover{
	color: #683b6c;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
}

/* Layout Wrappers & Header Styling */

#wrapper{
	margin: 0 auto 0 auto;
	width: 1015px;
	text-align: left;
	padding: 0;
}

#header{
	margin: 0;
	padding: 0;
}

h1.logo{
	background: url(images/logo.png) top left no-repeat;
	display: block;
	float: left;	
	height: 147px;
	margin: 20px 0 0 55px;
	padding: 0;
	text-indent: -9999px;
	width: 246px;
}

h1.logo a{
	display: block;
	height: 147px;
	width: 246px;
}

p.tagline{
	background: url(images/tagline.gif) top left no-repeat;
	float: right;
	height: 37px;
	margin: 35px 55px 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 440px;
}

#flash{
	clear: both;
	height: 338px;
	margin:  -22px 0 0 -1px;
	padding: 0;
	width: 1000px
	z-index: 1;
}

#top{
	background: url(images/top.png) top left no-repeat;
	clear: both;
	height:30px;
	margin: -25px 0 0 0;
	padding: 0;
	width: 1015px;
	z-index: 0;
}

#top2{
	background: url(images/top2.png) top left no-repeat;
	clear: both;
	height: 107px;
	margin: 0;
	padding: 0;
	width: 1015px;
}

#ds{
	background: url(images/ds.png) top left repeat-y;
	margin: 0;
	padding: 0;
	width: 1015px;
}

#inside{
	background: #fff;
	margin: 0 0 0 8px;
	width: 1000px;
}

#footer{
	background: url(images/footer.jpg) top left no-repeat;
	height: 113px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	width: 965px;
}

#footer a:hover{
	color: #fff;
}

#footer p{
	padding-top: 90px;
	text-align: center;
}

/* Navigation Bar Styling */
#nav, #nav ul, #navb, #navb ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav{
	clear: right;
	float: right;
	height: 45px;
	margin: 65px 10px -8px 0;
	padding: 0;
	width: 672px;
}

#nav li{
	display: block;
	float: left;
	height: 45px;
	margin: 0 0 0 -7px;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 119px;
}

#nav li a{
	display:block;
	height: 45px;
	width: 119px
}

#nav li.home a{
	background: url(images/nav-home.png) top left no-repeat;
}

#nav li.home a:hover{
	background: url(images/nav-home.png) bottom left no-repeat;
}

#nav li.galleries a{
	background: url(images/nav-galleries.png) top left no-repeat;
}

#nav li.galleries a:hover{
	background: url(images/nav-galleries.png) bottom left no-repeat;
}

#nav li.photoblog a{
	background: url(images/nav-photoblog.png) top left no-repeat;
}

#nav li.photoblog a:hover{
	background: url(images/nav-photoblog.png) bottom left no-repeat;
}

#nav li.info a{
	background: url(images/nav-info.png) top left no-repeat;
}

#nav li.info a:hover{
	background: url(images/nav-info.png) bottom left no-repeat;
}

#nav li.clients a{
	background: url(images/nav-clients.png) top left no-repeat;
}

#nav li.clients a:hover{
	background: url(images/nav-clients.png) bottom left no-repeat;
}

#nav li.contact a{
	background: url(images/nav-contact.png) top left no-repeat;
}

#nav li.contact a:hover{
	background: url(images/nav-contact.png) bottom left no-repeat;
}

#nav ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 45px;
	left:5px;
	z-index: 99;
}

#nav ul li{
	background-image: none;
	height: auto;
	padding: 0;
	margin: 0;
}

#nav li.galleries ul li a, #nav li.info ul li a, #nav li.galleries ul li a:hover, #nav li.info ul li a:hover, #nav li.clients ul li a, #nav li.clients ul li a:hover{
	background-image: none;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	width: 150px;
	text-indent: 0;
	padding: 3px 0 3px 10px;
}

#nav li.galleries ul li a, #nav li.info ul li a, #nav li.clients ul li a{
	background-color: #c39bc7;
	color: #000;
}

#nav li.galleries ul li a:hover, #nav li.info ul li a:hover, #nav li.clients ul li a:hover{
	color: #fff;
	background-color: #715474;
}

#nav li:hover ul, #navb li:hover ul{
	display: block;
}

#navb{
	margin-top: -35px;
        padding: 20px;
}

#navb li{
	float: left;
	padding: 5px 10px;
	position: relative;
}

#navb li a{
	display: block;
	padding: 5px 10px;
	color: #000;
}

#navb li a:hover{
	color: #fff;
	background: #715474;
}

#navb ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 31px;
	left:auto;
	z-index: 99;
}

#navb ul li{
	background-image: none;
	height: auto;
	padding: 0;
	margin: 0;
}

#navb li ul li a{
	background-color: #c39bc7;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	width: 150px;
	text-indent: 0;
	padding: 3px 0 3px 10px;
}


/* Main Body Styling */

#container{
	padding: 20px 0;
}

#container2{
	padding: 20px 40px;
}

.home-post{
	float: right;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 5px 0 0;
	width: 250px;
}

#featCont{
	float: left;
	height: 420px;
	margin: 15px 0;
	padding: 5px 10px 5px 0;
	width: 600px;
}

.postBg{
	background: url(images/post-bg.jpg) top left repeat-y;
	clear: both;
	margin: 0 auto 25px;
	padding: 0;
	width: 967px;
}

.postBot{
	background: url(images/post-bot.jpg) bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 967px;
}

.postTop{
	background: url(images/post-top.jpg) top left no-repeat;
	margin:0;
	padding: 25px;
	width: 917px;
}

h2.postTitle, h2.postTitle a, h2.pageTitle{
	color: #683b6c;
	margin: 0;
	padding: 0;
}

h2.pageTitle{
	text-align: center;
	padding-top: 50px;
}

h2.postTitle a:hover{
	color: #9b69a0;
}

p.date{
	color: #292929;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0;
}

.entry{
line-height: 18px;
}

p.postmeta{
	border-top: 1px solid #683b6c;
	margin: 5px 0;
	padding-top: 0;
	font-size: 12px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

/* Comments Styles */
.meta-comments{
	clear: both;
}

.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 #6c4e6f;
}

body.home .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	background: #e5d2e6;
	border: solid 1px #6c4e6f;
	padding: 0 10px;
	font-size: 10px;
	width: inherit;
	margin: 0;
}

*html body.home .commentlist{
	height: 100px;
}

body.home .commentlist a:hover{
	color: #ffffff;
}

body.home .commentlist li{
	border-bottom: #6c4e6f 1px dotted;
	padding: 10px 0;
	clear: both;
}

body.home .meta-comments{
	font-size: 10px;
	padding-top: 5px;
}

.meta-comments a img{
	border: none;
}

body.home a.comments_link{
	font-size: 10px;
	padding-top: 15px;
	margin-top: 15px;
}

.comments-template h2, .comments-template h3{
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commBox{
	background: #6c4e6f;
	padding: 5px 10px;
	margin: 0;
}

.commBox a{
	color: #fff;
}

.commBox a:hover{
	color: #d3a5d5;
}


.commentmetadata{
	font-size: 10px;
}

.comment-author{
	color: #6c4e6f;
	font-weight: bold;
}

.comment-meta{
	font-size: 10px;
	float: left;
	display: inline;
}

.comment-meta a{
	color: #fff;
}

.comment-meta a:hover{
	color: #d4a6d6;
}

.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;
}

/* 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;
}




