/*
		Theme Name: Ends of the Earth
*/

	
body {
	margin: 0px;
	padding: 0px;
	background-color: #c3bda8;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #c76d0c;
	text-decoration: underline;

	}

p {
	margin: 0 0 20px 0;
	}

ul, ol {
	margin-bottom: 20px;
	}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #e7ded4;
	}

.content_img img {
	padding: 8px;
	background-color: #e7ded4;
	border: #231303 solid 1px;
	}

/***************************************************** Basic layout *****************************************************/

	
#page {
	width: 898px;
	margin: 0 auto;
	background: url(images/endsofearthcontent.gif) top no-repeat;
   	background-color: #fcfceb;
color: #493d31
	}
	
#header {
         width: 898px;
         height:290px;
	}

#header-logo {
	width:450px;
	float:left;
	}

#header-right {
	width:448px;
	float:right;
	}

#brook {
	width:74px;
	height:74px;
	margin-left:105px;
	margin-top:101px;
        color:#000000;
	}
#header-text {
	width:200px;
	height:111px;
	margin-right:25px;
	_margin-right:13px;
	margin-top:86px;
	color:#663300;
	float:right;
	text-align:left;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;

	}
#header-navigation {
	width:445px;
	height:60px;
	margin-top:20px;
        color:#000000;
	float: right;
	text-align: right;

	}
#content {
	padding: 0 0 0 0;
	}

#content-left {
	float: left;
	width: 460px;
	padding:20px;
	}

#content-right {
	float: right;
	width: 330px;
	padding:0px;
        padding-left:20px;
        margin-right:20px;
        padding-top:40px;
        border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #c7c09f;
	}
#left-sidebar {
       float: left;
	width: 150px;
	padding:0px;
        margin-right:0px;
        margin-top:20px;
}
#right-sidebar {
       float: right;
	width: 180px;
	padding:0px;
        margin-right:0px;
        margin-top:20px;
}

/***************************************************** Headings *****************************************************/

	
h1 {
	color: #493d31;
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
        padding-top:40px;
	}

h1 a {
	color: #493d31;
	text-decoration: none;
	}

h2 {
	color: #493d31;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 38px;
	}

h3 {
	color: #493d31;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	border-top: #231303 solid 1px;
        padding-top:10px;
	}

h3 a {
	text-decoration: none;
	color: #493d31;
	}

h3 a:hover {
	text-decoration: underline;
	color: #493d31;
	}

h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #c76d0c;
	}
#sub-post {
	font-size: 12px;
	text-align: center;
        padding-bottom:20px;
        border-bottom: #231303 solid 3px;
}

/***************************************************** Tabs sidebar *****************************************************/


#tabs_nav ul{
	margin: 0px;
	padding: 0px;
	}

.tabcontent ul {
	margin: 0px;
	padding: 20px;
	}

.tabs {
	width: 310px;
	overflow: hidden;
	}

.tabs li {
	display: inline;
	text-align: center;
	overflow: hidden;
	}

.tabs li a {
	float: left;
	display: block;
	color: #c76d0c;
	font-weight:bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	height: 20px;
	background: #615346;
	margin: 0px;
	}

.tabs li a:hover {
	display: block;
	background: #493d31;
	color: #c76d0c;
	text-decoration: none;
	}

.tabs li a.selected {
	display: block;
	color: #c76d0c;
	text-decoration: none;
	background-color: #493d31;
	}

.tabs li a.selected:hover {
	display: block;
	color: #c76d0c;
	text-decoration: none;
	}

small {
	color: #130a01;
	}

/***************************************************** Tab content *****************************************************/

.tabcontent {
	display: none;
	border-top: 0;
	overflow: hidden;
	background: #493d31;
	}

.tabcontent a, .tabcontent a strong {
	color: #e7ded4;
	}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #e7ded4;
	}

.tabcontent li {
	list-style: none;
	padding: 5px;
	}

.tabcontent ul li a {
	color: #e7ded4;
	text-decoration: none;
	}

.tabcontent ul li a:hover {
	text-decoration: underline;
	}

.tabcontent ul li span {
	display: block;
	color: #e7ded4;
	}

/***************************************************** Content box left *****************************************************/


.box-left {
	margin: 0px 0px 40px 40px;
	line-height: 21px;

	}
	
.small-left {
        margin-top:-20px;
	color: #241402; 
        font-size:12px;
	}

.small-left a {
	color: #c76d0c;
	}
.small-right {
        margin-top:-20px;
	color: #241402;
        float:right;
        font-size:12px;
	}

.small-right a {
	color: #c76d0c;
	}

.reactions {
	background-image: url(images/reactions_bg.png);
	_background-color: #c3bda8;
	float: right;
	font-size: 16px;
	height: 45px;
	padding-top: 7px;
	margin-left: 0px;
	text-align: center;
	text-decoration: none;
	width: 56px;
	}

.reactions a {
	color: #e7ded4;
	text-decoration: none;
	font-size: 18px;
	}


p.tags {
	clear: both;
	}

/***************************************************** Box right *****************************************************/

.box-right-tabs {
	margin: 40px 40px 0px 40px;
	background-color: #493d31;
	}

.box-right {
	margin: 0;
	padding: 10px;
        margin-right:5px;
	background-color: #493d31;
        color:#ffffff;
	}

.box-right a {
	color: #e7ded4;
	}

.box-right a:hover {
	text-decoration: underline;
	}


.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
        font-size:12px;
        line-height:14px;
	}

.box-right li {
	display: block;
	margin: 0px;
	padding: 0px 0;
	}

.box-right li a {
	text-decoration: none;
	}

.ads {
	padding: 8px;
	background-color: #e7ded4;
	border: #231303 solid 1px;
	}

/***************************************************** Comments *****************************************************/

	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
	}	

#commentform input.text, #commentform textarea {
	width: 400px;
	margin: 0 0 0px 0;
	}

#commentform .text {
    margin: 0px 0px 15px 0px;
    color: #301a03;
	font-weight: bold;
    font-size: 16px;
	padding: 10px;
	border: none;
	background-color: #e7ded4;
	width: 210px;
	}

#commentform textarea {
	height: 150px;
	color: #301a03;
	font-weight: bold;
    font-size: 16px;
	padding: 10px;
	border: none;
	background-color: #e7ded4;
	}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #1c1919;
	border: none;
	color: #e7ded4;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.comment_author {
	margin-top: 30px;
	}

.commentlist .quote {
	padding: 40px;
	vertical-align: top;
	}

.commentlist cite {
	display: block;
	font-style: normal;
	font-size: 10px;
	background-color: #09C;
	}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
	}

/***************************************************** Searchform *****************************************************/
	
#search {
	list-style-type: none;
	}

#search_div {
	width: 270px;
        margin-top:40px;
	}

.search_btn {
	border: 0; 
	float: left; 
	margin: -10px 0px 0px -30px;

	}

.input {
    text-align: left;
    margin: 0px 0px 15px 0px;
    color: #000000;
	font-weight: bold;
    font-size: 14px;
	padding: 10px;
	border: #231303 solid 1px;
	background-color: #ffffff;
	width: 210px;
	}

/***************************************************** Footer *****************************************************/

#footer {
	width: 898px;
	font-size: 11px;
	color: #594c3e;
	background: url(images/footer.gif) top no-repeat;
        margin-top:30px;
        padding-bottom:20px;
        background-color: #c3bda8;
	}

#footer a {
	color: #594c3e;
	}

#footer a:hover {
	color: #c76d0c;
	}

#footer p {
	margin: 0 0 10px 0;
	}

#legal {
	float: left;
	width: 400px;
        padding-left:20px;
	}

#webdemar {
	float: right;
	width: 300px;
	text-align: right;
        padding-right:20px;
	}

/***************************************************** Usefull *****************************************************/

.clear {
	clear:both;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin: 0 auto;
	}

.aligncenter {
	margin-bottom: 20px!important;
	}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
	}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
	}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
	}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
	}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
	}

/***************************************************** widgets *****************************************************/

#calendar_wrap table {
	width: 100%;
	}

#calendar_wrap td {
	text-align: center;
	}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
	}

#content-right ul li {
        padding-bottom:10px;
}
#content-right ul li a {
	text-decoration: none;
}
#content-right ul li a:hover {
	text-decoration: underline;

}
#latestphoto {
text-align:center;
margin-bottom:40px;
}

#tabbed-widget-1 {margin-bottom:20px; font-size:11px;}
.tw-rotate { float:left; margin:0px 0 1em 0; padding:0; width:100%; position:relative; top:-4px; }
.tw-hide { display:none; }
.without_title { margin-top:-25px;margin-bottom:-25px; }
.ui-tabs-nav, .ui-tabs-panel { align:center; width:100%; clear:both; }
.tw-tabbed-widgets, #sidebar .tw-tabbed-widgets { margin:0; padding:0; float:left; width:100%;background:#febd75; }


/* tabs */
ul.tw-nav-list, #sidebar ul.tw-nav-list { list-style: none; float:left; width:100%; margin:0; padding:0; }
ul.tw-nav-list li, #sidebar ul.tw-nav-list li { list-style:none; list-style-image:none; display:block; float:left; clear:none; margin:0 2px 0 0; padding:0 0 3px 0;  }
ul.tw-nav-list li:before, #sidebar ul.tw-nav-list li:before, #sidebar li.widget:before { content:''; }
ul.tw-nav-list a, #sidebar ul.tw-nav-list a { font-weight:bold; float:left; width:auto; padding:0.45em 0.6em 0.55em; color:#493d31; background: #eee url('../images/accordion-darker-bar.png') repeat-x left top; }
ul.tw-nav-list a:hover, #sidebar ul.tw-nav-list a:hover { text-decoration:underline; color:#000; background-color:#ddd; margin-bottom:-10px; }
ul.tw-nav-list li.ui-tabs-selected, #sidebar ul.tw-nav-list li.ui-tabs-selected  { background: transparent; padding-bottom:3px; }
ul.tw-nav-list li.ui-tabs-selected a, #sidebar ul.tw-nav-list li.ui-tabs-selected a,
ul.tw-nav-list li.ui-tabs-selected a:hover, #sidebar li.ui-tabs-selected a:hover { background:#febd75; color:#ffffff; text-decoration:none; font-weight:bold; }
.ui-tabs-panel, #sidebar .ui-tabs-panel { margin:0 0 1em 0; padding:0.75em 0 1em 0; float:left; width:90%; }
#sidebar .without_title { margin-top:0; }
* html #sidebar li.widget { float:left; margin-bottom:1em; }
* html #sidebar .ui-tabs-panel { float:none; } 
#page #content #content-right #tabbed-widget-1 {padding-bottom:0px;}

a { outline: none; }
