/*  

*****************************************************
-----------------------------------------------------

Theme Name: Arcade Disco
Author: Arcade Disco
Tags: Two-columns, Arcade machine

-----------------------------------------------------
*****************************************************

*/

 /*******************
 **    General    **
 *******************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}

body
{
  margin: 0 auto;
  padding: 0;
  background-image: url('img/dots.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  font-family: Arial, sans-serif;
  font-size: 11px;
  vertical-align: top;
}
img{
    border: 0;
	padding-bottom: 15px;
}
h1{
    font-family: Palatino, sans-serif;
	font-size: 1.5em;
    padding: 0 0 10px 0;
}
#header h1 a{
	color: #5b5b5b;
}
#header h1 a:hover{
    color:#a52713;
    text-decoration: none;
}
h2 a{
    color: #5b5b5b;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
a:link, a:visited{
	text-decoration: none;
	color: #FF0;
}
a:hover{
    text-decoration: none;
	color:#FF0;
}
p{
    padding: 10px 0 0 0;
	color:#ffffff;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
    margin: 0 auto;
    width: 100%;
}
#header{
	margin-top: 50px;
	position: relative;
	width: 850px;
	height: 382px;
	margin-right: auto;
	margin-left: auto;   
}

#wrapper
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 850px;
}

#background_container{
	background-color: #000000;
	width: 850px;
	margin: 0 auto;
	background-image: url(img/middle_frame1.gif);
	background-repeat: repeat-y;
}
#content_container{
    margin: 0 auto;
    width: 750px;
    position: relative;
}
#container{
	float: left;
	width: 475px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 16px;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 12.5px 0 10px 0;
    clear: both;
    width: 500px;
    float: left;
}
.post h2{
    font-family: Georgia, serif;
    font-size: 2.2em;
}
.post h2 a{
    color: #ffffff;
}
.post h2 a:hover{
	color:#FF0;
}
.entry{
    line-height: 18px;
    float: left;
    width: 450px;
}
p.postmetadata{
    border-bottom: 1px solid #ccc;
    font-size: 0.85em;
    clear: both;
	padding-bottom: 15px;
}
p.postmetadata a{
    color: #FF0;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
	padding: 10px 0 0 0;
	font-size: 0.88em;
	font-weight: bold;
	line-height: 18px;
	clear: both;
	color: #FF0;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
	float: left;
	width: 225px;
        font-family: Arial, sans-serif;
	font-size: 0.95em;
	display: inline;
	margin: 25px auto;
	padding: 0 0 25px 15px;
	border-left: 1px solid #cccccc
}
.sidebar ul{
	list-style-type: disc;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #FFF;
	line-height: 15px;
}
.sidebar h2{
    font-family: arial, serif;
    font-size: 1.8em;
    letter-spacing: 1px; 
    padding: 5px 0 5px;
	color:#FFF;
	line-height:18px;
	margin-top:7px;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 12px;
	margin-left:-10px;
	list-style:none;
	text-align:left;
}
.sidebar a{
    color: #ffffff;
}
.sidebar a:hover{
    color: #ffff0c;
}
#wp-calendar a{
    color: #ffffff;
}
#wp-calendar{
	width: 100%;
	color: #999;
}


/*******************
 **     Search    **
 *******************/

#searchform div{
    padding: 0;
}
#searchsubmit{
   
    width: 50px;
	margin-left: 5px;
  
}
#s{
	color: #000000;
	border: 0;
	background: #ffffff;
	width: 140px;
	padding: 2px;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 25px;
	padding-bottom: 15px;
}

.commentmetadata{
	font-size: 0.85em;
	color: #FFF;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Georgia, sans-serif;
	font-size: 1em;
	width: 450px;	
}

/*******************
 **     Footer    **
 *******************/

#footer{
	width: 850px;
	height: 232.5px;
	background-image: url(img/footer_frame1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#footer p{
    line-height: 18px;
    padding: 10px 0 10px 0;
}
#footer a{
    color: #a52713;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}

.wp-caption{
    text-align: center;
    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-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.leavecomment{
	font-family: Georgia, Sans-serif;
	font-size: 1.5em;
	color: #ffffff;
	padding-top:30px;
}

.alignrightnext{
    float: right;
	padding-right: 20px;
}

