/*
Theme Name: Amazing Real Live
Description: Amazing Real Live
Author: GO
Author URI: http://rexoom.com/
Version: 1.0
This theme is licenced under GPL:
http://www.opensource.org/licenses/gpl-license.php


*/


body {
font-size: 1em;
color:#333333;
text-align: center;
font-family: Georgia,"Times New Roman",Serif;
margin: 0;
background: #191611;
}

a {
color:#64461f;
}
a:hover {
color:#000000;
}
a:visited {
color:#64461f;
}

div, ul, li, p,
h1,h2,h3,h4,
ol, ul, td  {
font-family: "IM Fell DW Pica",Georgia,"Times New Roman",Serif;
padding: 0;
margin: 0;
}

.access {
display: none;
}

.wp-caption-text {
	font-size:11px;
	font-style:italic;
	text-align:center;
}
.clr {
clear: both;
}

li {
list-style-type: none;
}

pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}

a img {
border: 1px solid #666;
}

/* Page layout 
=============== */

#wrapper {
width: 850px;
padding:0px 0px 0px 0px;
margin: 0 auto;
position: relative;
background: url('/wp/wp-content/themes/amazing/images/bg-mid.png') #ffe6a4;
text-align:center;
}

#bodywrap {

}
/* Header 
=============== */

#header {
position: relative;
padding-top: .3em;
margin: 15px 0px 0px 0px;
text-align:center;
background: url('/wp/wp-content/themes/amazing/images/bg-top.png') no-repeat;
}

#homelink {
margin: 5px 0;
text-decoration: none;
border-bottom: none!important;
}

#header img {
border: none;
margin-top:15px;
}

#header ul {
margin:0 auto;
bottom: 5px;
font-size: 1.1em;
text-align: center;
font-size:14px;
text-transform:uppercase;
}

#header li {
display: inline;
padding: 0 .4em;
}
#header li:last-child {
border-right: none;
}


#header ul a {
	
text-decoration: none;
color: #64461f;
padding: 2px 4px;
}

#header a:hover {
color: #64461f;
border-bottom: 1px solid #444;
}

#header .current_page_item a {
background-color: #f2d095;
}

#image_header {
clear: both;
height: 144px;
border: 2px solid #333;
}

#content a, #sidebar a {
color:#333333;
}

/* Content 
=============== */

#content {
float: left;
width: 600px;
position: relative;
text-align:left;
}

.home #content { width:90%; }

#content.fullpage { width:90%; }

#content h2 {
margin: 0;
font-style:italic;
font-size:28px;
}

#content h2 a { text-decoration: none; }
#content p {
margin: .5em 0 1em 0;
line-height: 1.4em;
}
#content img {
margin: 5px;
}
#content ul {
margin-left: 2em;
}

#content li {
margin-bottom: .4em;
list-style-type: square;
font-size: 1.04em;
}
ul {
font-size:18px; line-height:24px; list-style-image:url(/images/bullet.gif);
}

.content-left { width:600px; float:left; }
.post { text-align: left;padding:10px 20px 10px 60px;}

/* Sidebar 
=============== */

#sidebar {
float: right;
width:230px;
margin: 0em .6em .5em .3em;
position: relative;
text-align:center;
}

#sidebar ul {
margin-left: 1em;
text-align:center;
}
#sidebar li {
margin-bottom: .4em;
list-style-type:none;
}
#subnav li {
list-style:upper-roman;
}
#subnav a {
text-decoration:none;
color:#660000;
}
#subnav a:hover {
text-decoration:underline;
}
#sidebar h2 {
font-size:18px;
margin:0px;
}

#quote {
margin: 0 0 2em 0;
font-size: 1em;
}
#quote p {
margin-bottom: .8em;

}

#news h2 {
color: #64461f;
margin: 0 0 .5em 0;
text-transform: uppercase;
font-size: 1.3em;
font-weight: normal;
}

#news .post {
margin: 0 0 1em 0;
}

/* Footer 
=============== */

#footer {
width:100%;
clear: both;
background-color:#191611;
text-align:center;
}
#footer h2 {
color:#191611;
line-height:15px;
font-size:2px;
}
#footer ul a {
font-size:14px;
color:#ffe0a8;
text-decoration:none;
padding:0px 15px;
text-align:center;
}
#footer li {
display:inline;
color:white;
}
.alignleft {
float:left;
margin-right:20px;
}
.alignright {
float:right;
margin-left:20px;
}
.aligncenter {
	margin:0 auto; 
}
.border {
border:2px white solid;
}