@charset "utf-8";
/*  
Theme Name: LIL - Retromania
Theme URI: http://www.jayhafling.com/
Description: Retromania is nice free wordpress theme for personal blog. The theme is released under GPL
Version: 1.6
Author: Jay Hafling
Tags: green, yellow, light, two-columns, right-sidebar, fixed-width
*/

html
{
	font-size:100.01%;
}
html, body 
{
	border:0;
	margin:0;
	padding:0;
}

* 
{
	padding:0;
	margin:0;
	
}

body 
{ 
	font: Georgia, "Times New Roman", Times, serif;
	background: #561d16;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background: #7a3427 url(images/new/bodybg.jpg);
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1.search_results 

{
	background-color: #d0b991;
	display:block;
	height: 1em;
	margin-bottom: 0.3em;
	
}

h1 
{
	padding:0px 0 10px 0;
	font-size:20px;
	color:#ac1616;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #5a251d;
	line-height: 32px;
	box-shadow: 0px 1px 0px #927c5d;
	text-shadow: 0px 1px 0px #927c5d;
	filter: dropshadow(color=#927c5d,offX=0,offY=1);
}

h2 
{
	padding:0px 0 20px 0;
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #5a251d;
	font-size: 26px;
	/*box-shadow: 0px 1px 0px #927c5d;*/
	text-shadow: 0px 1px 0px #927c5d;
	filter: dropshadow(color=#927c5d,offX=0,offY=1);
}

.post h2 a {color: #5a251d}

h3 
{
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#ac1616;
	padding:0px 0 20px 0;
}

/***** Common Formatting *****/

p, ul, ol 
{
	margin:0;
	padding:0 0 20px 0;
}

ul, ol 
{
	padding:0 0 0px 2.5em;
}

blockquote 
{
	margin:0 0 20px 0px;
	padding:10px 10px 10px 60px;
	background:#d3cdba url(images/blockquote.gif) top left no-repeat;
}

small 
{
	font-size:0.85em;
}

img 
{
	 border:0;
}

sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub 
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover 
{
	text-decoration:none;
}

a:link
{
	color:#ac1616;	
}
a:visited
{
	color:#ac1616;	
}
a:hover 
{
	color:#73794f;
}
a:active
{
	color:#ff4200;
}

/***** Forms *****/

form 
{
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea 
{
	font:1em Arial, Helvetica, sans-serif;
}

textarea 
{
	width:100%;
	line-height:1.25;
}

label 
{
	cursor:pointer;
}

/***** Tables *****/

table 
{
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td 
{
	padding:2px;
	border:0;
}
table tr th 
{
	padding:2px;
	border:0;
}


/***** Peek *****/
.peek{
	width:1050px;
	background: url(images/new/peekbodybg.png) top no-repeat;
	margin:0 auto;
	
}

/***** Wrapper *****/

.wrap 
{
	width: 959px; 
	background: #b28f61 url(images/new/mainbg.jpg);
	margin: 0 auto;
	text-align: left;
	position:relative;
}


/***** Global Classes *****/


/*.shadow {
	box-shadow: 0px 1px 0px #e8d9ac;
	text-shadow: 0px 1px 0px #e8d9ac;
	filter: dropshadow(color=#e8d9ac,offX=0,offY=1);
}*/


.clear         { clear:both; overflow:hidden; width:1px; height:1px;}
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 

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

.alignleft {
   float: left;
   margin:0 10px 10px 0px;
}

.alignright {
   float: right;
   margin:0 0px 10px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/**************  Classes  **************/
/*++++++++++++++  Header  +++++++++++++++*/

.header
{
	width:1000px;
	height:350px;
	position:relative;
	background:url(images/header.jpg) top left no-repeat;
	z-index:190;
}

#headerlink {
	position: absolute;
	width: 960px;
	height: 305px;
	z-index: 99px;
}

h1.logo
{
	margin:0;
	padding:0;
	font:bold 34px/34px Georgia, Helvetica, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#ad1616;
	position:absolute;
	left:57px;
	top:11px;
}
h1.logo a, h1.logo a:visited
{
	color:#ad1616;
	text-decoration:none;
}
.description
{
	margin:0;
	padding:0;
	font:bold 11px/11px "Trebuchet MS", Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	position:absolute;
	left:57px;
	top:44px;
}


.subscribe_rss
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	right:200px;
}
.subscribe_rss a, .subscribe_rss a:visited
{
	color:#3e3f42;
	text-decoration:none;
}
.subscribe_email
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	right:30px;
}
.subscribe_email a, .subscribe_email a:visited
{
	color:#3e3f42;
	text-decoration:none;
}
.subscribe_email a:hover, .subscribe_rss a:hover
{
	color:#ad1616;
}
/******* HERE IS The MENU STUFF ******/
#menu {

	width: 900px;
	height: 120px;
	position: absolute;
	top: 300px;
	left: 15px;
	background: url(images/new/menubg.png) no-repeat;
	z-index: 90;
	padding-left: 100px;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 24px;
	color: #41180e;
	border: 0px;

}

#menu a {
	text-decoration: none; 
	color: #41180e;	
}

#menu a:hover {
	text-decoration: none; 
	color: #41180e;	
	border-bottom: 3px solid #000;
}

#menu ul {
	margin: 0 auto;
	margin-top: -10px;
	padding: 0;
	padding-top: 10px;
	width: 950px;
	list-style: none;
	text-align: center
}
	
#menu li {
	display: block;
	float: left;
	height: 40px;
	padding: 0;
	margin-right: 30px;
	padding-top: 5px;
}


.shadow .page-item-147 {min-width:0!important; width:80px!important;}
/*#menu li:hover {

	padding-bottom: 0px;
	background: url(images/new/a_hover.png) no-repeat center;
	text-decoration: none;
}*/
/******* HERE IS the END of the MENU stuff ******/








/**** OLD MENU STUFF ***/
ul.menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:201px;
	left:55px;
	z-index:200;
}

ul.menu li
{
	float:left;
	font:bold 11px/11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	color:#000;
	padding:0 21px 0 0;
	margin:0;
	position:relative;
}
ul.menu li a, ul.menu li a:visited
{		
	color:#000;	
}
ul.menu li a:hover
{		
	color:#ad1616;		
}

ul.menu li ul 
{ 	
	position: absolute; 
	left:-10px; 
	top: 10px;
	padding:0;
	margin:0;
	display:none; 
	width:150px;
	background:#e4ddcb;
	list-style:none;
	z-index:100 !important;
	
}

ul.menu li ul li
{
	float:none;
	padding:8px 0 8px 10px;
	display:block;
	margin:0;
	position:relative;
	border-bottom:1px solid #d2ccbf;
	z-index:254;
}
ul.menu li ul li ul
{
	position: absolute; 
	left:150px; 
	top:0px;
	display:none; 
	padding:0px 0 0 0;
	list-style:none;
	z-index:253;
}


ul.menu li:hover ul, ul.menu li.over ul { display: block; } 
ul.menu li:hover ul li ul, ul.menu li.over ul li ul { display: none; } 
ul.menu li ul li:hover ul, ul.menu li ul li.over ul { display: block; } 
/**** OLD MENU STUFF ENDS HERE***/

/* Content */ 
.content
{
	margin-top: 60px;
	width:100%;
	overflow:hidden;
	/*background:url(images/content_body.jpg) top left repeat;*/
	z-index:100;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.content_left
{
	width:100%;
	overflow:hidden;
	/*background:url(images/sharp_left.gif) top left repeat-y;*/
}
.content_right
{
	width:100%;
	overflow:hidden;
	/*background:url(images/sharp_right.gif) top right repeat-y;*/
	
}

/* Mainbar */
.mainbar
{
	width:636px;
	float:left;
	overflow:hidden;
	background:url(images/mainbar_body.jpg) top left repeat;
	display:inline;
	margin:13px 0 20px 22px;
	
}
.mainbar_top
{
	width:669px;
	overflow:hidden;
	background:url(images/mainbar_top.jpg) top left no-repeat;	
}
.mainbar_bottom
{
	width:669px;
	overflow:hidden;
	background:url(images/mainbar_bottom.jpg) bottom left no-repeat;	
	padding:40px 0;
}
.mainbar_inner
{
	width:560px;
	margin:0 0 0 40px;	
}

.post
{
	width:100%;
	margin:0 0 40px;
	position:relative;
	z-index:1;
}

.post h2.post_header
{
	font:normal 24px/24px Georgia, "Times New Roman", Times, serif;
	color:#222;
	margin:0 0 7px;
	padding:0;

}
.post h2.post_header a, .post h2.post_header a:visited
{
	color:#5a251d;

}
.post h2.post_header a:hover
{
	color:#883d33;

}
.post_line
{
	width:100%;
	height:7px;
	background:url(images/post_line.jpg) top left no-repeat;
	margin:0 0 12px;
}

.post-author-thumb img {border: 2px solid #CFCFCF;} 
.post_content
{
	/*background:url(images/mainbar_lines.gif) top left repeat;*/
	line-height:20px;
}
.post_data
{
	width:540px;
	background:#d0b991;
	padding:4px 10px;
	font:normal 12px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:20px 0 0 0;
}
.post_data a, .post_data a:visited
{
	color:#5a251d;
	text-decoration:underline;
}
.post_data a:hover
{
	color:#000;
	text-decoration:none;
}
.post_date
{
	background: url(images/new/date_bg.jpg) no-repeat scroll left top transparent;
    color: #FFFFFF;
    left: 0px;
    position: relative;
    top: -10px;
    width: 43px;
    z-index: 5;
	margin-top: 10px;
	float: left;
	text-align: center
}
.post_date_top
{
	font: bold 24px/24px Georgia,"Times New Roman",Times,serif;
    margin: 0 0 0;
    text-align: center;	
}
.post_date_bottom
{
	font:  15px/15px Georgia,"Times New Roman",Times,serif;
    margin: 0 0 0;
 	 padding-top: 1px;
    text-align: center;
    text-transform: uppercase;
	
}

/* Comments */
.comments
{
	width:100%;
	overflow:hidden;
	border-top:1px solid #413a1f;
	color:#232323;
}
.comments h1
{
	padding:20px 0 10px;
}
ol.commentlist
{
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
li.comment
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback .vcard
{
	padding:0 0px 0 75px;
}
li.pingback .p
{
	padding:0 0px 0 75px;
}
li.pingback .commentmetadata
{
	padding:0 0px 0 75px;
}
li.comment img
{
	border:5px solid #d0b991;
	float:left;
	margin:0 15px 0 0;
}

li.comment cite
{
	font-style:normal;
	font-size:14px;
	line-height:80%;
	margin:0;
	padding:0;
}
li.comment span
{
	font-style:normal;
	font-size:11px;
}
.commentmetadata
{
	margin:0;
	padding:0 0 8px;
	line-height:80%;
	font-size:10px;
}
.comment-body
{
	width:100%;
	overflow:hidden;
}
.comment-body p
{
	width:485px;
	overflow:hidden;
	float:right;
	padding:0 0 15px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.comment-body blockquote
{
	overflow:hidden;
	float:right;
	padding:0 0 10px 10px;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*Comment form*/
.commentform
{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	/*background: url(images/content_body.jpg);*/
}
.commentform_inner h1
{
	padding:0 0 0px;
}
.commentform_inner
{
	padding:18px 16px 25px;
	overflow:hidden;
}

.commentform_inner h3
{
	padding:0 0 10px 9px;
	color:#fff;
}

.commentform_hint
{
	padding:6px 9px;
	background:#d0b991;
	overflow:hidden;
	color:#1f1d19;
	font-size:11px;
	margin:0 0 5px 0;
}
form.commentform_form
{
	width:100%;
	overflow:hidden;
}
.commentform_left
{
	float:left;
	width:147px;
	overflow:hidden;
	padding:0 0 0 9px;
}
.commentform_right
{
	float:right;
	width:360px;
	overflow:hidden;
}
.commentform_title
{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:5px 0 2px 4px;
}
.commentform_left input
{
	width:145px;
	height:19px;
	border:1px solid #d0b991;
}
.commentform_right textarea
{
	width:358px;
	height:72px;
	border:1px solid #d0b991;
}
.commentform_right input.commentform_submit
{
	width:67px;
	height:20px;
	background:url(images/btn.gif) top left repeat-x;
	margin:12px 0 0 0;
	border:1px solid #d0b991;
	font-size:12px;
	cursor:pointer;
}
.tags
{
	padding:10px 0;
	font-size:10px;
}

/**/
.sidebar
{
	float:left;
	width:291px;
	/*overflow:auto;*/
	margin:22px 0 0 10px;
}
.sidebar ul, .sidebar ul li, .sidebar ul li ul, .sidebar ul li ul li
{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	background:none;

}
.sidebar ul li, .sidebar ul, .sidebar ul li ul
{
	display:block;
}
.sidebar ul li
{
	width:291px;
	/*border:1px dashed #99936f;*/
	/*background:url(images/sidebar_body.gif) top left repeat;*/
	margin:0 0 10px 0;
	overflow:hidden;
}
.sidebar ul li h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #bfafa2;
	font-size: 24px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	background: url(images/new/sidebar_header_bg.png) top no-repeat;
	display: block;
	height: 38px;
	width: 279px;
	font-weight: 100;
	font-style:italic
}
.sidebar ul li ul
{
	width:232px;
	margin:0 0 10px 0;
	padding:0;
}
.sidebar ul li ul li
{
	margin:0 0 0px 10px;
	padding: 5px 0 5px 13px;
	background:url(images/bullet.gif) left top no-repeat;
}

.sidebar ul li ul li a, .sidebar ul li ul li, .sidebar ul li ul li a:visited
{
	font:normal 13px/13px Georgia, "Times New Roman", Times, serif;
	color:#000;
}

.sidebar ul li ul li a:hover
{
	color:#73794f;
}



.sidebar ul li input.search_input
{
	width:170px;
	height:25px;
	background:#561c11;
	border:3px solid #f6e4c7;
	vertical-align:middle;
	color: #f6e4c7;
	font:normal 12px/100% Georgia, "Times New Roman", Times, serif;
	padding:1px 0 0 5px;
	margin:0 5px 0 0;
}

.sidebar ul li input
{
	vertical-align:middle;
}
.sidebar ul li input.submit_search
{
	width:32px;
	height:25px;
	background:#f6e4c7;
	border:3px solid #561c11;
	margin:0 0 0 0px;
	padding:0;
	font:bold 12px/100% Georgia, "Times New Roman", Times, serif;
	color:#561c11;
	text-transform:uppercase;
	cursor:pointer;
}
form.sidebar_search
{
	width:232px;
	padding:13px 18px;
	display:block;
	
}




.footer
{
	padding: 0 10px 0 20px;
	background:#fff url(images/new/footerbg.jpg) no-repeat; 
	height: 43px;
	text-align: right;
	color: #5a251d;
	position:relative;
}
.footer_left
{
	/*width:100%;
	height:55px;
	background:url(images/sharp_left.gif) bottom left repeat-y;*/
}
.footer_right
{	
	/*
	width:100%;
	height:55px;
	background:url(images/sharp_right.gif) bottom right repeat-y;
	position:relative;
	*/
}

.copy
{
	position:absolute;
	top:10px;
	left:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.copy_support
{
	position:absolute;
	top:10px;
	right:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
table#wp-calendar
{
	width:100%;
}


/*********HERE COMES THE NEW SIDEBAR EDITS. THEY NEED TO BE MOVED*********/
.sidebar_folder {
	position: relative;
	top: 0px;
	padding: 0;
	left: -5px;
	width:280px;
	padding-top: 0px;
	
}

.sidebar_top {
	position: relative;
	top: -5px;
	left: -1px;
	width:280px;
	height: 150px;
	background: url(images/new/sidebgtop.png) top no-repeat;
	padding-top: 10px;
	padding-left: 0px;
}

.sidebar_middle {
	position: relative;
	padding-left: 10px;
	margin-top: -85px;
	top: 0px;
	left: -1px;
	width: 280px;
	min-height: 20px;
	background: url(images/new/sidebgrepeat.png) repeat-y;
	padding-bottom: 45px;
	margin-bottom: 50px;
}

.sidebar_bottom {
	position: relative;
	top:-50px;
	left: -1px;
	width:280px;
	min-height: 21px;
	background: url(images/new/sidebgbottom.png) no-repeat
}

.sidebar_middle img {
	padding: 2px
}


#sidebarcontainer {
	float:right;
	width:281px;  
	min-height: 600px;
	margin-top: 5px;
	position: relative;
}


#sidebarcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0}
	
 h2.widgettitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #bfafa2;
	font-size: 24px;
	margin: 0;
	padding: 0;
	padding-top: 22px;
	background: url(images/new/sidebar_header_bg.png) top no-repeat;
	display: block;
	height: 100px;
	width: 279px;
	font-weight: 100;
	font-style:italic
}

.headerbg
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #bfafa2;
	font-size: 24px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	background: url(images/new/sidebar_header_bg.png) top no-repeat;
	display: block;
	height: 100px;
	width: 279px;
	font-weight: 100;
	font-style:italic
}

#contributorsblock
{	position: relative;
	top:-10px;
	padding-left: 0px
}

#widgetformat
{	position: relative;
	top: -50px;
	padding: 0;

}


#widgetformat li ul li /*this is the LI for the links that show up under the titles*/
{	position: relative; 
	top: -50px;
	padding: 0.5em;
	margin-bottom: -10px;
	margin-left: 25px;
	/*background: #fff; testing purposes*/
	width: 220px;
	color: #41180e;

}

#widgetformat li ul li a
{	color: #41180e;
	font-weight: bold
}

