/*
Theme Name: Amber Peace
Theme URI: http://www.googleadsexposed.com/amber_peace.zip
Version: 1.0
Description: Simple and powerful widget friendly 2 Column theme
Author: LostFreeOnline
Author URI: http://www.lostfreeonline.com
Tags: 2 column, fixed width, widgets, author box, sitemap, archives
*/

/* Start reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* End reset css */


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; 	color:#333; }

h1 { font-size:2em; }

h2 { font-size:1.5em; }

h3 { font-size:1.3em; }

h4, h5, h6 { font-size:1.1em; }

/* Other Html Elements */
.titles { font-size:2em; }
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #099; font-family: "Courier New", Sans-Serif; }

strong {
font-weight:bold;
}

small {
font-size:0.8em;
}

p {
margin-bottom:1em;
line-height:1.2;
}

ul, ol {
line-height:2;
margin-bottom:2em;
}
ul {
list-style:inside disc;
}
#sidebar ul {
list-style:none;
}
ol {
list-style: inside decimal;
}
ul li, ol li {
margin-bottom:5px;
}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

img.icon {
vertical-align:bottom;
margin-left:5px;
}

/* Structure */

body
{
	color: #333;
	background-color: #c7a158;
	font: normal 90% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	text-align:center;
}

#container {
position:relative;
text-align:left;
width: 904px;
margin-left: auto;
margin-right: auto;
}
#header
{
	float: left;
}

#navigation
{
	margin-top: 36px;
	margin-right: 20px;
	float: right;
}

#wrapper_middle
{
	clear: both;
	width: 904px;
	color: #555555;
	background: url(images/main_wrapper_middle.png) top repeat-y;
}

#wrapper_top
{
	background: url(images/main_wrapper_top.png) top no-repeat;
}

#wrapper_bottom
{
	background: url(images/main_wrapper_bottom.png) bottom no-repeat;
}
	

#content-wrapper
{
	margin-top: 10px;
	margin-right: 15px;
	width: 585px;
	float: right;
}

#content
{
	float: left;
	padding: 0;
}

.post_wrapper_middle {
float: left;
	margin-bottom: 20px;
	background: url(images/content_middle.png) top repeat-y;
}

.post_wrapper_top {
float: left;
	background: url(images/content_top.png) top no-repeat;
}

.post_wrapper_bottom {
float: left;
	background: url(images/content_bottom.png) bottom no-repeat;
}

#sidebar-wrapper
{
	margin-left: 15px;
	width: 265px;
	float: left;
}

#sidebar
{
	float: left;
	padding: 0;
	width: 265px;
	margin-right: 0px;
	margin-top: 10px;
}


#footer
{
	clear: both;
	float: left;
	width: 904px;
	height: 49px;
	text-align: left;
	background: #fff;
	background-image: url(images/footer.png);
	background-position: bottom;
	background-repeat: no-repeat; 
	color: #666;
	font-size: 0.85em;
}
#footer p {
margin-top: 15px;
}
span.validlogos {
vertical-align:bottom;
margin-left:10px;
}

.clear {
	clear: both;
}

/* Title */

div#title {
font-family: Tahoma, serifSansSerifMonospace;
letter-spacing: -1px;
font-size:2.4em;
margin-top:10px;
margin-left: 22px;
float: left;
}

div#title a {
color:#555;
}

/* Navigation

#navigation ul {
list-style-type:none;
list-style-image:none;
position:absolute;
top:0;
right:0;
z-index:99;
}

*/

/* =navigation */
#nav{
	clear:both;
	font-weight:bold;
	color:#666;
	margin-left:4px;
	margin-bottom: 0px;
	float:left;
	list-style-type:none;	
}
#nav li{
	height: 20px;
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	padding:5px 0 0 10px ;
	background:url(images/tab_off.png) #c0c0c0 top left no-repeat;
}
#nav li a{
	float: left;
	margin-top: -5px;
	height: 20px;
	color:#666;	
	background:url(images/tab_off.png) transparent top right no-repeat;
	display:block;
	padding:5px 10px 0 0;
}
#nav li a:link,
#nav li a:visited{
	color:#000;
	text-decoration:none;
}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;
}
#nav li.cur,
#nav li.over,
#nav li:hover
{
	background:url(images/tab_on.png) #3375b2 top left no-repeat;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#fff;

	text-decoration:none;
	background:url(images/tab_on.png) transparent top right no-repeat;
}


/* Content */

#content .post_title {
	margin-top: 3px;
	font-family: "century gothic", Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 4px;
}

#content .post_title a {
color: #cb0000;
}

#content .post_info {
margin-top: 3px;
margin-bottom: 10px;
font-size: 0.9em;
	width: 492px;
	float: right;
}

#content .post_info span.author {
padding-left: 18px;
margin-right: 10px;
background: url(images/author.png) center left no-repeat;
}

#content .post_info span.category {
padding-left: 18px;
margin-right: 10px;
background: url(images/category.png) center left no-repeat;
}

#content .post_info span.post_comment {
padding-left: 18px;
background: url(images/comment.png) center left no-repeat;
}

#content .post {
clear: both;
}

#content .post p {
	margin-left: 10px;
	margin-right: 10px;
}

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 0.9em; 
	color: #888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: no-repeat;
	background-color: #F6FAFF;
	border: 1px solid #DDEBF4;
}
table th {
font-weight:bold;
padding:5px;
}
table td {
padding:5px;
}

/* Sidebar */

/*.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
	border: 1px solid #F4F4F4;
}*/

#sidebar img {
margin-left: 25px;
margin-bottom: 20px;
}

.sidebar_middle {
	width: 265px;
	float: left;
	margin-bottom: 20px;
	background: url(images/sidebar_middle.png) top repeat-y;
}

.sidebar_top {
width: 265px;
	float: left;
	background: url(images/sidebar_top.png) top no-repeat;
}

.sidebar_bottom {
width: 265px;
	float: left;
	background: url(images/sidebar_bottom.png) bottom no-repeat;
}

.sideblock h2 { margin-top: 5px; font-size: 1.1em; color: #333; font-weight: bold; }

#searchform input {
width:100px;
}
input#sidebarsubmit {
width:60px;
margin-left:5px;
color:#fff;
background-color:#487AD9;
border-top:1px solid #33f;
border-left:1px solid #33f;
border-bottom:1px solid #001;
border-right:1px solid #001;
}
/* Widget styles */
.widget
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
	border: 1px solid #F4F4F4;
}
#sidebar div.title {
margin-top: 5px;
text-align: center;
font-size: 1.2em;
color: #efefef;
font-weight: bold;
margin-bottom:10px;
}
#sidebar ul {
margin: 0 0 10px 0;
padding: 0;
}

#sidebar ul li {
margin: 0;
padding: 2px 10px 0 10px;
}
caption {
margin-top: 5px;
font-size: 1.1em;
color: #333;
font-weight: bold;
margin-bottom:10px;
}
#sidebar input {
margin-left:5px;
color:#fff;
background-color:#487AD9;
border-top:1px solid #33f;
border-left:1px solid #33f;
border-bottom:1px solid #001;
border-right:1px solid #001;
}
input#s{
background-color:#fff;
margin-bottom:2px;
border:1px solid #999;
}

/* Comments Styling */
.commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #69c;
}

.commentlist p {
margin-top:1em;
margin-bottom:0.5em;
}

#commentform {
margin: 1em 0;
background: #fff;
width: 460px;
}

#commentform #email, #commentform #author, #commentform #url, #commentform textarea {
font-size: 1.1em;
background: #F1FAFF;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover, #commentform textarea:hover {
font-size: 1.1em;
background: #fff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus, #commentform textarea:focus {
font-size: 1.1em;
background: #fff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform p {
margin-bottom:0;
}

#commentform p.note {
margin-bottom:10px;
margin-top:5px;
font-size:0.9em;
}
#submit {
color:#fff;
background-color:#487AD9;
border-top:1px solid #33f;
border-left:1px solid #33f;
border-bottom:1px solid #001;
border-right:1px solid #001;
}

.date {
	background: url(images/calendar.png) no-repeat;
	height: 75px;
	width: 67px;
	text-align: center;
	float: left;
	margin: 10px 0 0 10px;
}
.date .month {
	display: block;
	color: #fff;
	margin-top: -1px;
	padding: 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size:0.85em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #333;
	font: 3.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -15px;
}
#left {
	width: 60px;
	float: left;
}

#tagline {
font-size:0.35em;
color:#efefef;
margin-top:2px;
float:left;
letter-spacing: 1px;
font-weight: bold;
}

/* Links */

a:link { text-decoration: none; color: #36c; }

a:visited { text-decoration: none; color: #00245D; }

a:hover, a:active { color: #36f; }

/* Sidebar Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
width: 260px;
    padding: 0 0 0 0px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
padding: 0;
margin-left: -10px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 13px;
}
.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #333;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background: #c7a158;
border-top: 1px solid #e7bd6c;
border-left: 1px solid #e7bd6c;
border-right: 1px solid #e7bd6c;
}
.ui-tabs-nav a span {
    padding-top: 12px;
    padding-right: 0;
    height: 17px;
    line-height: 17px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 28px;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #e7bd6c;
    padding: 10px;
margin-top: -10px;
    background: #c7a158; /* declare background color for container to avoid distorted fonts in IE while fading */
margin-bottom: 20px;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
