/*
Theme Name: Elysieme Theme
Theme URI: http://www.elysieme.com/
Description: 
Version: 1.0
Author: PSDgator
Author URI: http://www.psdgator.com/
*/

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

/* Generic Styling */
body {
	background:black url(images/bg.gif) repeat-x top left;
	color:#aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:visited {
	color:#aaa;
}

.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

strong, .strong {
	font-weight:bold;
}

.align-left {
	float:left;
	width:auto;
	margin-right:9px;
}

.align-right {
	float:right;
	width:auto;
}

/* Container */
#container {
	position:relative;
	width:900px;
	margin:0 auto;
	background:black url(images/container_bg.jpg) no-repeat top left;
	border-left:1px solid #1a1a1a;
	border-right:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a;
	
	min-height:800px;
}

/* Footer */
#footer {
	position:relative;
	width:870px;
	margin:0 auto 20px auto;
	padding:15px;
	background:black;
	border-left:1px solid #1a1a1a;
	border-right:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a;
	font-size:11px;
}

#footer p {
	width:400px;
	float:left;
}

#footer ul {
	width:450px;
	float:left;
}

#footer ul li {
	display:block;
	float:left;
	background:url(images/arrow.gif) no-repeat 0px 6px;
	padding:0 0 0 9px;
	margin-left:9px;
}

#footer ul li a {
	display:block;
	float:left;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#ddd;
}

/* Header */
#header {
	position:relative;
	width:900px;
	height:96px;
	border-bottom:1px solid #1a1a1a;
}

#logo {
	display:block;
	position:absolute;
	width:190px;
	height:17px;
	top:40px;
	left:24px;
}

a#back-to-blog {
	display:block;
	position:absolute;
	top:63px;
	left:23px;
	font-size:10px;
	color:#ccc;
	text-decoration:none;
}

a:hover#back-to-blog {
	display:block;
	font-size:10px;
	color:#ccc;
	text-decoration:underline;
}

#header ul {
	position:absolute;
	top:63px;
	right:60px;
}

#header ul li {
	display:block;
	float:left;
	font-size:10px;
	color:#ccc;
	padding-left:33px;
	margin-left:33px;
}

#header ul li.sep {
	background:url(images/menu_l.gif) no-repeat 0px 5px;
}

#header ul li a {
	display:block;
	float:left;
	font-size:10px;
	color:#ccc;
	text-decoration:none;
}

#header ul li a:hover {
	text-decoration:underline;
}

/* Title */
#title {
	position:relative;
	width:860px;
	margin:0 auto;
	padding-top:13px;
	margin-bottom:20px;
}

#title h1 {
	font-size:16px;
	color:#aaa;
	font-weight:bold;
	border-bottom:1px solid #999;
	padding-bottom:10px;
	
}

/* Left Side */
#left-side {
	position:relative;
	width:460px;
	float:left;
	padding-left:50px;
}

.posts {
	float:left;
	padding-bottom:30px;
}

.posts p {
	margin-bottom:10px;
}

.posts p, .posts ul li, .posts ol li {
	line-height:1.3em;
}

small.date {
	color:#aaa;
	padding-left:17px;
}

.post {
	margin-bottom:35px;
}

.post ul {
	list-style:outside;
	list-style-type:disc;
	margin-bottom:10px;
	margin-left:17px;
}

.post ol li {
	list-style:outside;
	list-style-type:decimal;
	margin-bottom:10px;
	margin-left:20px;
}

.post h2 {
	display:block;
	font-size:15px;
	color:#aaa;
	background:url(images/arrow-big.gif) no-repeat 0px 5px;
	font-weight:bold;
	padding-left:17px;
	margin-bottom:12px;
}

.post h2 a {
	font-size:15px;
	font-weight:bold;
	color:#aaa;
	text-decoration:none;
}

.post h2 a:hover {
	font-size:15px;
	color:#aaa;
	text-decoration:underline;
}

.entry {
	padding-left:17px;
}

.postmetadata {
	padding-left:17px;
}

/* Sidebar */
#sidebar {
	position:relative;
	width:240px;
	float:left;
	margin-left:90px;
	padding-top:5px;
}

#searchform {
	position:relative;
	width:185px;
	margin-bottom:30px;
	margin-left:55px;
}

#sidebar input#s {
	background:black;
	border:1px solid #888888;
	color:#ccc;
	font-size:11px;
	padding:3px 2px;
	width:122px;
}

#sidebar input#searchsubmit {
	background:#333;
	color:#aaa;
	text-transform:uppercase;
	font-size:10px;
	border:1px solid #818181;
	position:absolute;
	display:block;
	width:52px;
	top:2px;
	left:132px;
}

#sidebar ul li h2 {
	display:block;
	text-align:right;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #777;
	font-weight:normal;
	padding-bottom:4px;
	color:#ddd;
	background:url(images/symbol.gif) no-repeat 10px 0px;
	margin-bottom:10px;
}

#sidebar ul li ul {
	border:2px solid #111;
	font-size:10px;
	text-transform:uppercase;
	color:#aaa;
	padding:1px 40px;
}

#sidebar ul li ul li {
	text-align:right;
	background:url(images/arrow-right.gif) no-repeat center right;
}

#sidebar ul li ul li a {
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#aaa;
	padding-right:6px;
}

#sidebar ul li ul li a:hover {
	text-decoration:underline;
}







































small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

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

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

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


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

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

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}