/*  
Theme Name: Psyched V0.7
Description: Edited version of La ciNyc V1.0.
Version: 0.7
Author: 3rdEye
Author URI: http://www.psyched.be/wordpress
Edited by ASAP
*/


/*  -----|  Globals  |------------------------------------------------------  */

body {
	background: #000 url(images/Project2010_70qualBlack.jpg) no-repeat center top;
	background-attachment:fixed;
	color: #999C9C;
	font: 70%/110% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height:1.1em;
}

hr {
	background-image:url(images/hr_vert_graph.png);
	background-repeat:no-repeat;
	background-color: #22201d;
	opacity:0.70;
	filter:alpha(opacity=70);
	border: 1px solid #363430;
	height: 15px;
	margin: 5px 0px;
	width: 960px;
}

a:link, a:visited, a:active {
	color: #d8d7d3;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

ul { list-style: none; }

input, textarea {
	color: #9c9890;
	font-size: 11px;
	text-decoration: none;
	background-color: #161410;
	border: 1px solid #363430;
	padding: 5px;
}

blockquote {
	background: #1b1814;
	padding: 1px 15px 5px;
	border-bottom: 2px solid #35302a;
	border-right: 2px solid #35302a;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	border-bottom: 1px solid #35302a;
	/* border-right: 1px solid #35302a;*/
	text-align: left;
}

pre {
	padding: 5px 0;
	border-top: 2px dotted #35302a;
	border-bottom: 2px dotted #35302a;
}

p { margin-bottom:5px; }

strong {
	font-size:1.125em;
	font-weight:bolder;		
}

/*  -----|  Structure  |----------------------------------------------------  */
	
#page {
	margin: 60px auto 25px;
	padding: 0;
	width: 960px;
}

#header { text-align: center; }

#header p { padding:2px; }

#wrapper {
	background: url(images/content_bkg.gif) repeat-y top left;
	opacity:0.87;
	filter:alpha(opacity=87);
	width: 960px;
	padding-top:10px;
}

#headerimg {
	width: 960px;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.bground {
	background: #22201d url(images/LacinycVersion2_bg.jpg);
	border: 2px solid #363430;
	height: 115px;
	width: 955px;
}

#footer {
	text-align:center;
	font-family: Georgia, 'Times New Roman', serif;
	color: #999;
}

#content {
	border-left: 1px solid #363430;
	border-right: 1px solid #363430;
	padding: 0 10px;
}

#content {
	float: left;
	font-size: 1.1em;
	width: 517px;
	padding-bottom:25px;
}

#content h2 { margin: 0 0 10px; }

#content p { line-height: 1.25em; } 


#sidebar, #sidebar2 {
	float: left;
	width: 200px;
	margin:0 5px;
}


/* #sidebar h3, #sidebar2 h3 { color: #e29204; margin: 15px 0 5px; font-variant: small-caps; } */
#sidebar ul, #sidebar2 ul {
	margin:0 0 10px;
	padding: 0;
}

#sidebar li, #sidebar2 li {
	display: block;
	padding: 6px 10px;
	background: #22201d;
	margin: 2px 0;
	border-right:5px #22201d solid;
}

#sidebar li:hover {
	background: #383634;
	border-right:5px #5b490d solid;
}

#sidebar2 li:hover {
	background: #383634;
	border-right:5px #5b490d solid;
}

.sidebarheaders {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
	color:#e29204;
	font-size: 1.15em;
	margin-top:10px;
	margin-bottom:5px;
}

#searchform {
	background: #22201d;
	padding: 9px;
	text-align: center;
}

#s { width: 165px; }

.goleft { float: left; }

.goright { float: right; }

ul.navigation {
	border-top: 1px solid #363430;
	border-bottom: 1px solid #363430;
}

ul.navigation li {
	display: block;
	padding: 4px 10px;
	background: #22201d;
	margin: 1px 0;
}

ul.navigation li:hover { background: #363430; }

/* Post Structure */

.post { padding: 10px 0 0;
	margin-bottom:40px;}

.widecolumn .post {
	padding: 0;
	margin: 0;
}

.top {
	padding: 15px 10px 0px;
	background: #1b1814;
	margin-bottom: 15px;
	border-bottom: 1px solid #35302a;
}

.lastfive {
	padding:0 10px 0 10px
}

.postmetadata {
	margin: 3px 0;
	padding: 0;
}

.postmetadata a { font-weight: bold; }

#sidebar .postmetadata { line-height: 1.5em; }

.continue {
	margin-top:5px;
	font-size: 1.10em;
}

.top .entry { font-size: 1.1em; }

.entrytext {
	padding: 0 10px 0;
	line-height: 1em;
	font-size: 1.1em;
}

.entrytext h2 {
	border-bottom: 1px solid #e29204;
	display: block;
}

.entrytext ul { list-style-type: circle; }
.entrytext p a img { margin:5px;
			   padding:7px;} 

/* Comments Structure */

.comments {
	padding: 10px;
	margin-top: 15px;
	background: #1b1814;
	border-top: 2px solid #35302a;
	position: relative;
}

#commentform p {
	margin:0px 10px 10px 0;
}

.commentlist {
	background: #1b1814;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #161410;
	margin-top: 10px;
	padding: 5px 0 0;
}

.commentlist li p {
	padding: 5px 10px 0;
	margin: 0;
}

.commentlist li p.commentmetadata {
	border-bottom: 1px solid #35302a;
	background: #181612;
	padding: 5px 10px;
	margin-top: 10px;
}

.cmntformtxt {
	text-align:right;
	}

ul.archive {
	list-style: none;
	padding: 0;
	margin: 0 10px 25px;
	font-size: 1.3em;
}

ul.archive li { display: inline; }

/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: bold;
	color:#e29204;
}

h1 {
	color: #fff;
	font-size: 2.3em;
	margin: 0 0 8px;
}

h1:before {
	content: " . : ";
	color: #444;
}

h1:after {
	content: " : . ";
	color: #444;
}

h1 span { color: #e29204; }

h2 {
	color: #e29204;
	line-height: 1.20em;
	font-size: 1.15em;
	margin: 0;
	padding: 1px 0;
	display: inline;
	border-bottom: 1px solid #35302a;
}

.post h2 a { color: #e29204; }
.post h2 a:hover { color:  #e8bb1d; }

.post h2.first { font-size: 1.75em; }

.widecolumn h2.title {
	display: block;
	padding: 13px 10px;
	background: #1b1814;
	margin: 0 0 15px;
	border-bottom: 1px solid #35302a;
	font-size: 1.75em;
}

.description {
	color: #666;
	font-weight: bold;
}

/* header - footer NAVigation BAR */
.breadcrumbs {
	color: #666;
	font-weight: bold;
	font-size:1.11em;
}

.breadcrumbs ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:left;
	line-height:30px;
}

.breadcrumbs ul li {
	opacity:0.69;
	filter:alpha(opacity=69);
	display:inline;
	background-color:#22201d;
	background-image:url(images/breadcrumbs_vert_graph.png);
	background-repeat:no-repeat;
	padding:3px 5px;
	margin:0px 0px;
	border-top:#22201d 2px solid;
	border-left:#22201d 2px solid;
	border-bottom:#55584d 2px solid;
	border-right:#55584d 2px solid;
}

.breadcrumbs ul li:hover {
	opacity:0.90;
	filter:alpha(opacity=90);
	background-color:#55584d;
	border-top:#55584d 2px solid;
	border-left:#55584d 2px solid;
	border-bottom:#22201d 2px solid;
	border-right:#22201d 2px solid;
}

.breadcrumbs ul li a { color:#e6e6e6; }

.breadcrumbs ul li a:hover { color:#efefef; }

.comments h3 {
	margin: 0 0 10px 0;
	color: #e29204;
}

/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.editNote {
	color:#e29204;
	font-size:90%;
	text-align:right;
	margin-top:6px;
	margin-bottom:6px;
}

.note {
	font-size:73%;
	color:#969996;
}


.postnav {
	text-align:center;
	margin:50px 0px 20px 0px;
}


/* previous : next entries  / single post*/
.postnavSingle { 
	margin-top:20px;
	height:90px;
}

.postnavSingle .spanPrev a{ 
	background:url(images/previous_linksSingle.png);
	text-align:right;
	height:80px;
	width:245px;
	display:block;
	float:left;
}
.postnavSingle .spanNext a{ 
	background:url(images/next_linksSingle.png);
	height:80px;
	width:245px;
	display:block;
	float:right;
}


/* previous : next entries  / archives */
.alignleftPrev, .alignrightNext {
	margin-top:20px;
}
.alignleftPrev {
	float:left;
	text-align:right;
	}
.alignrightNext {
	float:right;
	}
	
.alignleftPrev a{
	background:url(images/previous_links.png);
	height:80px;
	width:245px;
	display:block;
} 
.alignrightNext a {
	background:url(images/next_links.png);
	height:80px;
	width:245px;
	display:block;
}
	
