@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Studio Noveau
Description: This theme was custom designed for Studio Noveau 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;
	padding: 0;
	font-family: "Century Gothic", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #000 url(images/bg.gif) repeat;
	color: #fff;
}

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;
	color: #0e6b89;
}

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

a:hover{
	color: #179dc9;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
}

/* Layout & Header Styling */

#wrapper1{
	margin: 0;
	width: 100%;
	text-align: left;
	background: url(images/hd-bg.gif) top left repeat-x;
	padding: 0;
}

#wrapper2{
	margin: 0 auto;
	width: 900px;
}

#header{ 
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#flash{
	clear: both;	
	padding-top:30px;
	z-index: 0;
	width: 900px;
	height: 314px;
}

#wrapper2{
	clear: both;
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	background: #000;
}

#footer{
	background: #000 url(images/ft-bg.gif) repeat;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

p.footer-p{
    text-align: center;
	line-height: 18px;
	font-size: 11px;
	padding: 20px;
}

p.footer-p a{
	color: #fff;
	text-decoration: underline;
}

p.footer-p a:hover{
	color: #179dc9;
}

/* Navigation Bar & Logo Styling */
#nav #logo{
	z-index: 99;
	margin: -150px 0 0 -35px;
	float: left;
}

#nav #logo h1{	
	text-indent: -9999px;
	background: url(images/logo.png) top left no-repeat;
	display: block;
	height: 146px;
	width: 217px;
	margin: 40px 0 0 35px;
}

#nav #logo h1 a{
	display: block;
	height: 146px;
	width: 217px;
}

#nav ul{
	list-style: none;
}

#nav{
	height: 50px;
	width: 100%;
	background: url(images/nav-bg.gif) top left repeat-x;
	font-size: 18px;
	clear: both;
	color: #fff;
	margin: -18px 0 0 0;
	padding: 0;
}

#nav1{
	padding-top: 30px;
}

#nav1 li{
	display: block;
	position: relative;
	float: left;
	padding:7px 30px 5px 0;
}

#nav1 li a{
	display:block;
	float:left;
	text-decoration:none;
}

#nav1 li a:hover{
	color: #0e6b89;
}

#nav1 ul{
	position: absolute;
	list-style: none;
	display: none;
	top: 30px;
	left:0;
	padding: 0;
	margin: 0;
}

#nav1 ul li{
	padding: 0;
	margin: 0;
}

#nav1 li ul li a{
	font-size: 16px;
	width: 150px;
	padding: 3px 0 3px 10px;
    background-color: #232323;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#nav1 li ul li a:hover{
	color: #179dc9;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#nav1 li:hover ul{
	display: block;
}

#nav1 li a:hover{
	color: #ffffff;
}


/* Main Body Styling */

#container{
	padding: 20px;
	clear: both;
}

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

.title-block{
	text-align: center;
	background: url(images/title-bg.gif) top left no-repeat;
	height: 75px;
	width: 100%;
}

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

#title-block h2{
	text-align: center;
}

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

.entry{
line-height: 18px;
}

img.cat-img{
	margin-bottom: -1px;
}

p.postmetadata{
	border-bottom: 1px solid #ccc;
	color: #626262;
	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;
}

/* 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 #ccc;
}

body.home .commentlist{
	list-style: none;
	max-height: 100px;
	overflow: auto;
	background: #232323;
	border: solid 1px #0d637e;
	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: #fb7c9d 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: #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;
}


/* Bottom Sidebar and Footer Styling */
#sidebars{
	background: #232323 url(images/sb-bg2.gif) repeat;
	padding: 20px 40px;
	width: 820px;
	margin: 0 auto;
}

#sidebars ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#sidebars h2{
	color: #fff;
	padding-top: 15px;
}

#sidebars a:hover{
	color: #179dc9;
}

#bio, #sidebar1, #sidebar2{
	width: 220px;
	float: left;
}

#bio, #sidebar1{	
	padding-right: 60px;
}

#bio img{
	float: left;
	margin: 5px 5px 5px 0;
}

#bio p{
	margin-top: 0;
	padding-top: 0;
}

#bio p.more{
	float: right;
	padding-top: 10px;
}

table#wp-calendar{
	width: 100%;
}

/* 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;
}



