@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Hissyfits
Description: This theme was custom designed for Hissyfits 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: #fbb03b url(images/bg.gif) repeat;
	color: #000000;
}

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: #ea4996;
}

a:hover{
	color: #a149b7;
}

p{
	padding: 10px 0 0 0;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

/* Layout Wrappers & Header Styling */

#wrapper1{
	margin: 0;
	width: 100%;
	text-align: left;
	background: url(images/stripe.gif) repeat-x;
	padding: 0;
}

#hd-wrapper{
	margin: 0 auto 0 auto;
	width: 1022px;
	text-align: left;
}

#ds{
	margin: 0 auto 0 auto;
	width: 1022px;
	text-align: left;
	background: url(images/ds.png) repeat-y;
}

#wrapper2{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: #fff;
}

#header{
	margin: 10 auto 0 auto;
	height: 268px; 
	width: 1022px;
	background: url(images/hd-bg.png) top left no-repeat;
	padding: 0;
}

#logo h1{
	float: left;	
	text-indent: -9999px;
	background: url(images/logo.gif) top left no-repeat;
	display: block;
	height: 173px;
	width: 417px;
	margin: 80px 0 0 45px;
}

#logo h1 a{
	display: block;
	height: 173px;
	width: 417px;
}

p.tagline{
	background: url(images/tagline.gif) top left no-repeat;
	float: right;
	height: 34px;
	margin: 225px 45px 0 0;
	text-indent: -9999px;
	width: 401px;
}

#flash{
	clear: both;
	margin: 0;
	padding: 0;
}

#footer{
	background: url(images/main-bot.png) top left no-repeat;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	width: 1022px;
	height: 53px;
}
	

/* Navigation Bar Styling */
#nav, #nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav{
	height: 39px;
	width: 954px;
	background: url(images/nav-bg.gif) top left no-repeat;
	font-size: 18px;
	margin-left: 25px;
}

#nav li{
	display: block;
	position: relative;
	float: left;
	padding:7px 30px 5px 0;
}

#nav li.home{
	padding-left: 30px;
}

#nav li a{
	display:block;
	float:left;
	text-decoration:none;
	color: #000000;
}

#nav li a:hover{
	color: #fff;
}

#nav ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 30px;
	left:auto;
}

#nav ul li{
	padding: 0;
	margin: 0;
}

#nav li ul li a{
	font-size: 16px;
	width: 150px;
	padding: 3px 0 3px 25px;
    background-color: #5ae3ed;
}

#nav li ul.categories li a{
	width: 175px;
}

#nav li ul.archives li a{
	background: #5ae3ed url(images/random-sweetness-drop.gif) top left no-repeat;
	font-size: 16px;
	width: 150px;
	padding: 3px 0 3px 25px;
}

li.babies a, li.session a, li.party a{
	background: url(images/sugar-babies-drop.gif) top left no-repeat;
}

li.kids a, li.wear a{
	background: url(images/sour-patch-kids-drop.gif) top left no-repeat;
}

li.families a, li.pricing a{
	background: url(images/sweet-families-drop.gif) bottom left no-repeat;
}

li.lollies a, li.packages a{
	background: url(images/my-lil-lollies-drop.gif) bottom left no-repeat;
}

li.random a{
	background: url(images/random-sweetness-drop.gif) bottom left no-repeat;
}

li.ingredients a{
	background: url(images/ingredients-drop.gif) bottom left no-repeat;
}

#nav li ul li a:hover{
	color: #fff;
}

#nav li:hover ul{
	display: block;
}

#nav li a:hover{
	color: #ffffff;
}


/* Main Body Styling */

#container{
	padding: 25px;
}

.post-bg{
	background: url(images/post-bg.gif) top repeat-y;
	margin-bottom: 25px;
	width: 940px;
}

.post-bot{
	background: url(images/post-bot.gif) bottom right no-repeat;
}

.post-bot2{
	background: url(images/post-bot2.gif) bottom right no-repeat;
}

.post-top{
	background: url(images/post-top.gif) top left no-repeat;
	padding: 25px 25px 45px 25px;
}

.post{
	padding: 10px 0 40px 0;
}

.date-block{
	background: url(images/date-drop.gif) top left no-repeat;
	float: left;
	height: 72px;
	margin: 0;
	padding-top: 15px;
	text-align: center;
	width: 84px;
}

.date-block p.month{
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 0;
}

.date-block p.day{
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

.date-block p.year{
	font-size: 12px;	
	line-height: 12px;
	margin: -7px 0 0 0;
}

.post h2{
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 0 0;
	color: #eb008b;
}

h2.pagetitle{
	color: #a149b7;
}

.entry{
line-height: 18px;
}

img.cat-img{
	margin-bottom: -1px;
}

p.postmetadata{
	margin: 0;
	padding-bottom: 5px;
	font-size: 12px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

.candy-break{
	clear: both;
	border-top: solid 2px #fbb03b;
	margin-top: 70px;
	width: 740px;	
	margin-bottom: 40px;
	min-height: 115px;
}

/* Comments Styles */
.meta-comments{
	clear: both;
	border-top: solid 2px #fbb03b;
	margin-top: 20px;
	width: 740px;	
	margin-bottom: 40px;
	min-height: 115px;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 740px;
}

.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-top: 1px solid #ccc;
}

body.home .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	background: #e0ffb6;
	border: solid 1px #8cc63f;
	padding: 0 10px;
	font-size: 10px;
	width: inherit;
}

*html body.home .commentlist{
	height: 100px;
}

body.home .commentlist a:hover{
	color: #ffffff;
}

body.home .commentlist li{
	border-bottom: #ea4996 1px dotted;
	padding: 10px 0;
	clear: both;
}

body.home .meta-comments{
	font-size: 12px;
	padding-top: 5px;
}

.meta-comments a img{
	border: none;
}

body.home a.comments_link{
	font-size: 12px;
	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: #ea4996;
	font-weight: bold;
}

.comment-meta{
	font-size: 10px;
	float: left;
	display: inline;
}

.comment-meta a{
	color: #1db4bd;
}

.comment-meta a:hover{
	color: #a149b7;
}

.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 {
float:left;
margin:0 0.5em 0.5em 0;
}

img.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}