/*
Theme Name: Laura Jacqmin
Theme URI: http://hotsocieties.com/wp_themes/laura_jacqmin
Description: I took Srini G's "Plainscape" (http://srinig.com/wordpress/") and I broke it down to fit Laura's look/feel.
Version: 1.0
Author: Harlo Holmes, HotSocieties Media
Author URI: http://hotsocieties.com/
Tags: fixed-width, two-columns, right-sidebar, blue, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	padding:0;
	font-family:arial;
	color:#fff;	
	background-color:#000;
	min-height:600px;
}

img {
	border:none;
}


#wrap {
	position:relative;
	max-width:1000px;
	margin:0 auto;
}

#header {
	position:relative;
	top:40px;
	padding:0;
	margin:0;	
}

#bannerSpace {
	position:absolute;
	top:0;
	width:99%;
	height:315px;
	background-color:#000;
}

.lj {
	position:absolute;
	z-index:1;
	top:-50px;
	left:10px;
}

#navigation {
	position:absolute;
	top:320px;
	right:1%;
	width:810px;
	height:30px;
	background-color:#fff;
	z-index:1;
}

#navigation ul {
	list-style-type:none;
	float:right;
	margin:3px 40px 0 0;
}

#navigation ul li {
	float:left;
	padding:0 2px 0 2px;
	font-size:14px;
	letter-spacing:.1em;
}

#navigation ul li a:link, #navigation ul li a:visited {
	padding:1px;
	text-decoration: none;
	color:#3788a3;
}

#navigation ul li a:hover {
	color:#fff;
	text-decoration:none;
	color:#37a352;
}

#mainContent {
	position:absolute;
	top:375px;
	width:100%;
	margin:0 0 30px 20px;
}

#mainContent p {
	font-size:13px;
	letter-spacing:.08em;
	color:#E6E6D1;
	font-weight:normal;
}

#mainContent ul {
	list-style-image:url('http://hotsocieties.com/proj/l_jacqmin/images/lj_bullet.png');
}

#mainContent ul li {
	font-size:13px;
	letter-spacing:.08em;
	color:#E6E6D1;
	font-weight:normal;
	padding:5px 0 5px 0;
}

#mainContent p a:link, #mainContent p a:visited {
	text-decoration:none;
	color:#3788a3;
	font-weight:bold;
	padding:0 2px 0 2px;
}

#mainContent p a:hover, #sidebar ul li a:hover {
	text-decoration:none;
	color:#E6E6D1;
	background-color:#3788a3;
	font-weight:bold;
	padding:0 2px 0 2px;	
}

.navigation a:link, .navigation a:visited {
	text-decoration:none;
	color:#3788a3;
	font-weight:bold;
	padding:0 2px 0 2px;
	font-size:12px;
}

.navigation a:hover {
	text-decoration:none;
	color:#E6E6D1;
	background-color:#3788a3;
	font-weight:bold;
	font-size:12px;
	padding:0 2px 0 2px;	
}

#mainContent h1 {
	color:#3788a3;
	text-align:right;
	font-weight:normal;
	font-size:28px;
	letter-spacing:.3em;
	padding:0 7% 10px 0;
	clear:left;
}

#mainContent h2 {
	color:#3788a3;
	font-size:18px;
	font-weight:normal;
	letter-spacing:.1em;
}


#content {

	margin:0;

	padding:0 0 0 0;

	width:576px;

	float:left;

}

#footer {

	margin: 20px auto;

	clear: both;

}

/* Header */


/* End header */

/* Post */


.post {
	margin: 0;
	width:700px;
	padding:20px 0; 
	text-align: justify;
	clear:both;
	position:relative;
	top:0px;
}

.post h2 {
	color:#3788a3;
	font-size:18px;
	font-weight:normal;
	letter-spacing:.1em;
}

.post h2 a:link, .post h2 a:visited, .post h2 a:hover {
	color:#3788a3;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

.post h3.post-title, #comments h3 {
	color:#3788a3;
	font-size:14px;
	font-weight:normal;
	letter-spacing:.1em;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}


.post hr {
	display: none;
	}



.postmetadata {
	clear: both;
	font-size:.7em;
	color:#E6E6D1;
	text-align:right;
}

.postmetadata a:link, .postmetadata a:visited{
	text-decoration:none;
	color:#3788a3;
	font-weight:bold;
}

.postmetadata a:hover {
	text-decoration:none;
	color:#E6E6D1;
	background-color:#3788a3;
}



.clear {

	clear: both;

}


.entry {
	font-size:1.4em;
	margin:20px 0;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#000;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	background-color:#000;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#000;
}

.commentlist li.odd {
	background-color:#000;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;
	background-color:#000;
	border:1px solid #E6E6D1;
	color:#E6E6D1;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	position:absolute;
	top:0;
	right:1%;
	margin:30px;
	width:250px;
	text-align:right;
}

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

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	text-decoration:none;
	font-size:11px;
	letter-spacing:.08em;
	color:#E6E6D1;	font-weight:normal;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
 #sidebar h2 {
 	font-size:16px;
 }
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */	

#footer {
	padding:10px;
	text-align:center;
	font-size:1.1em;
	color:#888;
	margin:20px;
}

/* Custom */



