/* @override 
	http://genevievenislyblog.com/wp-content/themes/GN/style.css
	http://genevievenislyblog.com/wp-content/themes/GN_v3/style.css
*/

/*
Theme Name: Genevieve Nisly  Theme
Theme URI: http://genevievenislyblog.com
Description: Who hooks you up?
Author: 2nd Mile Productions
Author URI: http://2ndmileproductions.com
version: 1.0
*/


/* @group Eric Meyers Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */


/* @group Basics */

body {
	background: url(./images/background.jpg) 50%;
    background-attachment: fixed;
	font-family: "Century Gothic", verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 40px;
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

/* @end */


/* @group images and misc. */
img {
	border: none;
	padding: 6px;
	display: block;
	text-align: center;
}

img a {
	border:none;
}

img.left {
	float: left; border: none; padding: 6px;
}

img.right { 
	float: right; border: none; padding: 6px;
}

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}

/* @end */


/* @group links */

a {
	color:#922E2E;
	text-decoration:none;
	border: none;
	}

a:hover {
	text-decoration: underline; border: none;
}

/* @end */



/* container */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 6px;
	color:#333;
	background: transparent;
}
	
/* header */

#header {
	background: url(./headers/header.jpg) 50% top no-repeat;
	color: #fff; 
	height: 341px;
}

#header h1{
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;
	text-indent: -9000px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	text-indent: -9000px;	
	}

/* @group Top Menu */

#topmenu {
	display: block;
	height: 24px;	
}

#topmenu ul {
	float: right;
	font-size: 13px;
	padding:  0 5px 0 0;
}

#topmenu li {
	float: left;
	padding: 0 10px;
}

#topmenu li a {
	color: #999;
	padding: 0 13px 0 0 ;
	background: url(./images/888888_7x7_arrow_down.gif) right 65% no-repeat;
}

#topmenu li a:hover {
	color: #333;
	text-decoration: none;
	background: url(./images/454545_7x7_arrow_down.gif) right 65% no-repeat;
}

/* @end */



/* @group Main Menu */

#menu {
	text-align: center;
	display: block;
	font-size: 18px;
	width:100%;
	height:32px;
}

#menu ul {
	margin: 10px 0 5px 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	margin: 0;
	padding: 6px 13px 6px 13px;
	text-decoration: none;
	height: 32px;
	color:#999;
}

#menu ul li a:hover {
	color: #333;
}

#menu ul li.current_page_item a {
	color: #333;
}

/* @end */

/* @group Content */
#content {
	width: 900px;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}	

.post {
	margin:0 0px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h2{
	font-size: 16pt;
	font-weight: 300;
	color: #08122E;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}

.authordata {
	margin: 2px 0;
	font-size: 9px;
}
	
.post p{font-size: 8pt;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p {
	margin:12px 0;
}

.pmd {
	clear: both;
	background:#F7F7F7;
	padding:5px 8px;
	margin-top: 16px;
	border-right:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	font-size: 10px;
}

/*.post p.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:5px 8px;
	margin-top: 16px;
	border-right:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	font-size: 10px;
}*/
	

.navigation {
	margin: 12px 0 10px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
}
	
.alignleft {float:left;}
.alignright {float:right;}

.pagetitle {}


/* @end */



/* @group Sidebar */

#sidebar {
	font-size:8pt;
	width: 200px;
	float:right;
	margin: 0 0 24px 0;
	padding: 12px 0 0 0;
	}

#sidebar h2{
	font-weight: normal; 
	font-size: 12pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin: 12px;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul div#get_recent_comments_wrap ul {
	margin: 8px 0;
}

#sidebar ul div#get_recent_comments_wrap ul li {
	margin: 8px 0 8px 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar #myfox {
	text-align: center;
	font-size: 16px;
}

#sidebar #myfox img {
	padding: 5px 0 20px 0;
}

/* @end */



/* @group Comments */
.addcommentlink {
	margin: 10px 0 0 0;
}

.addcommentlink p a {
	font-size: 14px;
	color: #999;
	padding: 0 13px 0 0 ;
	background: url(./images/888888_7x7_arrow_down.gif) right 65% no-repeat;
	text-decoration: none;	
}

.addcommentlink p a:hover {
	color: #333;
	text-decoration: none;
	background: url(./images/454545_7x7_arrow_down.gif) right 65% no-repeat;
}


#commentssection{
	clear: both;
	margin: 0;
	padding: 2px 12px;
	border-top:solid 5px #DEDEDE;
}
	
#commentssection h3{
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	color: #000;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	background: transparent;
	margin:10px 0 15px 0;
	padding:5px 0 5px 0;
	overflow: hidden;
}

ol.commentlist li.alt {
	background: transparent;
}

ol.commentlist li p {
	margin: 10px 0 10px 10px;
	padding: 0 12px 0 7px;
	border-left: 4px solid #ccc;
	line-height: 14pt;
}

ol.commentlist a {
	color:#000;
}

ol.commentlist cite {
	font-size: 15px;
	font-style: normal;
}
	
ol.commentlist cite a {
	color:#922E2E;
	text-decoration: none;
}

ol.commentlist cite a:hover {
	color:#922E2E;
	text-decoration: underline;
}

span.commentmetadata {
	font-size: 9px;
	font-style: italic;
	color: #888;
}

span.commentmetadata a {
	font-size: 9px;
	font-style: italic;
	color: #888;
}

span.commentmetadata a.hover {
	text-decoration: underline;
}

div.edit-comment-admin-links a {
	color: #888;
}

div.edit-comment-admin-links a:hover {
	color:#922E2E;
	text-decoration: underline;
}

#commentform{
	background-color: #F7F7F7;
	border-right:solid 2px #c8c8c8;
	border-bottom:solid 2px #c8c8c8;
	margin: 12px 12px 20px 12px;
	padding:10px 20px;
}
	
#commentform p{
	color: #000;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
	
#commentbox{
	width:55%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#author:focus, #email:focus, #url:focus, #commentbox:focus {
	border: 1px solid #922E2E;
	background-color: #eee;
} 

#submit {
	margin:5px 5px 0 0;
	background-color: #eee;
}

#submit:hover {
	margin:5px 5px 0 0;
	background-color: #ddd;
	border: 1px solid #922E2E;
}	

/* @end */

/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}


/* @group footer */
#footer {
	clear: both;
	width: 100%;
	margin-top:15px;
	font-size: 7pt;
}

#footercontent {
	background-color: #F7F7F7;
	border-right:solid 2px #c8c8c8;
	border-bottom:solid 2px #c8c8c8;
	margin-bottom: 20px;
}

#footer  div.col1, div.col2, div.col3 {
	float: left;
	font-size: 10px;
}

#footer div.col1 {
	width: 550px;
}

#footer div.col2 {
	width: 200px;
}

#footer div.col3 {
	width: 145px;
}


#footer div.col1 h2 {
	padding: 0 0 0 10px;
}

#footer div.col1 ul {
	padding: 5px 30px 10px 10px;
	line-height: 1.3em;
}

#footer div.col1 ul li {
	padding: 4px 0;
}

#footer div.col2 ul, #footer div.col3 ul {
	list-style: circle;
	margin: 0;
	padding: 5px 0 10px 15px;
}

#footer div.col2 ul li, #footer div.col3 ul li {
	margin: 0;
	padding: 2px 10px 2px 0;
	color: #aaa;
}

#footer div.col3 p.more {
	padding: 0 0 0 5px;
}

#footermeta {
	background-color: #922E2E;
	clear: both;
}
	
#footermeta p {
	padding:6px;
	margin: 0;
	color: #FFF;
	float: left;
}
#footermeta a {
	color: #BCBCBC;
	text-decoration: none;
}
#footermeta a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}

#footermeta ul.right {
	float: right;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 6px;
}

#footermeta ul.right li {
	float: left;
	padding:0 0 0 10px;
}

.clear-fix {
	clear: both;
}




/* @end */
	


