@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Miss Me Photoblog
Description: This photoblog theme was custom designed for Miss Me Photography.  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: #f0568c url(images/bg.gif) repeat;
	color: #623e1f;
}

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: #50a9b7;
}

a:hover{
	color: #e6457f;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
}

/* Layout Wrappers & Header Styling */

#wrapper{
	margin: 0 auto 0 auto;
	width: 1052px;
	text-align: left;
	padding: 0;
}

#header{
	height: 277px; 
	width: 1040px;
	background: url(images/hdBg.png) top left no-repeat;
	padding: 0;
	margin: 0 auto;
}

#logo{	
	float: left;
	text-indent: -9999px;
	background: url(images/logo.gif) top left no-repeat;
	display: block;
	height: 221px;
	width: 275px;
	margin: 35px 0 0 383px;
}

#logo a{
	display: block;
	height: 221px;
	width: 275px;
}

#flash{
	clear: both;
	height: 308px;
	margin: 0 auto;
	padding: 0;
	width: 988px;
	z-index: 0;
        zoom: 1;
}

#scallop{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1040px;
	text-align: left;
	background: url(images/scallop.png) top left repeat-y;
}

#footer{
	background: url(images/ftBg.png) top left no-repeat;
	font-size: 12px;
	height: 65px;
	margin: 0 auto 5px;
	padding: 0;
	text-align: center;
	width: 1040px;
}

/* Navigation Bar Styling */
#nav, #nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav{
	height: 87px;
	width: 745px;
	margin: -50px 0 0 -5px;
	padding: 60px 160px 0;
        position: relative;
	background: url(images/nav.png) top no-repeat;
	font-size: 16px;
	z-index: 99;
}

#nav li{
	display: block;
	position: relative;
	float: left;
	padding:3px 29px 10px 0;
}

#nav li.home{
        padding-left: 8px;
}

#nav li.search{
	padding-right: 0;
        padding-left: 0;
}

#nav li a{
	display:block;
	float:left;
	text-decoration:none;
	color: #623e1f;
}

#nav li a:hover{
	color: #fff;
}

#nav ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 33px;
	left:auto;
}

#nav ul li{
	padding: 0;
	margin: 0;
}

#nav li ul li a{
	font-size: 16px;
	width: 150px;
	padding: 3px 0 3px 10px;
    background-color: #f6a7c3;
}

#nav li ul li a:hover{
	color: #fff;
	background-color: #ef548c;
}

#nav li:hover ul{
	display: block;
}

#searchform #s{
	background: url(images/search.gif) top left no-repeat;
	float: left;
	height: 20px;
	margin: -3px 0 0 0;
	padding: 3px 5px;
	width: 103px;
	outline: none;
	border: none;
}

#searchform #s:focus{
	outline: none;
	border: none;
}


/* Main Body Styling */

#container{
	margin-top: -40px;
	padding: 20px 50px;
}

.post{
	background: url(images/divider.gif) bottom center no-repeat;
	padding: 10px 0 120px 0;
	margin: 0 0 25px;
}

.date{
	background: url(images/date.gif) top left no-repeat;
	color: #35a2b0;
	float: left;
	height: 71px;
	margin: 0 10px 0 0;
	padding: 45px 0 0 25px;
	text-align: center;
	width: 80px;
}

p.month, p.year{
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

p.day{
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.post h2, .post h3, .post h4{
	font-weight: bold;
	padding: 7px 0 0 0;
	color: #e6457f;
}

.title-block{
	float: left;
	padding-top: 35px;
	width: 810px;
}

.title-block h2{
	font-size: 30px;
	color: #ef548c;
	margin: 0;
	padding: 0;
}

.title-block h2 a{
	color: #ef548c;
}

.title-block h2 a:hover{
	color: #ff971d;
}

.title-block p{
	border-top: 1px solid #f6a7c3;
	font-size: 12px;
	padding: 5px 0 0;
	margin: 5px 0 0;
}

.entry{
	clear: both;
line-height: 18px;
}

.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 #e6457f;
}

body.home .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	background: #f6a7c3;
	border: solid 1px #e6457f;
	padding: 0 10px;
	font-size: 10px;
	width: inherit;
	color: #fff;
	margin: 0;
}

.commBox{
	font-size: 11px;
	margin: 0;
	padding: 0 0 5px;
}

*html body.home .commentlist{
	height: 100px;
}

body.home .commentlist a:hover{
	color: #ffffff;
}

body.home .commentlist li{
	border-bottom: #e6457f 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;
}

.commentmetadata{
	font-size: 10px;
}

.comment-author{
	color: #e6457f;
	font-weight: bold;
}

.comment-meta{
	font-size: 10px;
	float: left;
	display: inline;
}

.comment-meta a{
	color: #e6457f;
}

.comment-meta a:hover{
	color: #e6457f;
}

.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;
}

/* Splash Styles */
#wrapperS{
		font-size: 30px;
		margin: 0 auto;
		padding: 0;
		width: 1044px;
	}
	
	#headerS{
		background: url(images/topS.png) top left no-repeat;
		height: 260px;
		margin: 20px 0 0;
		padding: 0;
		width: 1044px;
	}
	.logoS, p.website, p.photoblog{
		float: left;
	}
	
	h1.logoS{
		background: url(images/logoS.gif) top right no-repeat;
		display: block;
		height: 218px;
		margin: 32px 0 0;
		padding: 0 0 0 9px;
		text-indent: -9999px;
		width: 272px;
	}
	
	p.website, p.photoblog{
		margin: 150px 0 0;
		padding: 0;
	}
	
	p.website{
		margin: 180px 118px 0 145px;
	}
	
	p.photoblog{
		margin: 180px 0 0 105px;
	}
	
	#mainS{
		background: url(images/mainS.png) top left no-repeat;
		height: 448px;
		margin: 0;
		padding: 0;
		width: 1044px;
	}
	
	.img1, .img2, .img3{
		float: left;
		height: 420px;
		width: 300px;
	}
	
	.img1{
		margin: 10px 20px 0 50px;
	}
	
	.img2{
		height: 301px;
		margin: 10px 20px 0 0;
		padding: 119px 0 0 0;
	}
	
	.img3{
		margin: 10px 0 0 0;
	}
	
	#footerS{
		background: url(images/botS.png) top left no-repeat;
		clear: both;
		font-size: 12px;
		height: 91px;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 1044px;
	}
	
	#footerS p{
		padding-top: 28px;
	}


