/*  
Theme Name: Synclesia
Theme URI:
Description: WP Synclesia theme designed by <a href="http://www.uifusion.com">uifusion.com</a>. 
Version: 1.1
Author: uifusion
Author URI: http://www.uifusion.com
Tags: two columns, widgets, fixed width, 800px 
    - You may NOT resell this theme
    - A link back to AOE media GmbH must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/

*, 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	color: #2c2f20;
	font-size: 73%;
    background:#EFE7D4;
}

/* Default fonts
*******************************/
body		  { font-family: Myriad,"Lucida Sans","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif; }

input,
select		{ font-family: Myriad,"Lucida Sans","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif; }

textarea,
pre,
tt,
kbd,
var,
code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }


/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
}

h1 {
    font-size: 2.55em;
    color:#663817;
    line-height:18px;
	padding-bottom:2px;
}

h2 {
    font-size: 2.08em;
    color:#663817;
	line-height:18px;
	padding-bottom:5px;
}

h3 {
    font-size: 1.27em;
    font-weight:bold;
    color:#E6BE79;
}

h4 { font-size: 1.3em; font-weight:bold; color:#663817; 
	line-height:18px; padding-bottom:5px; }
h5 { font-size: 1.2em; font-weight:bold; color:#663817; }
h6 { font-size: 1.1em; font-weight:bold; color:#663817; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.4; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    { margin: 0 0 2em 2em; border:1px dotted #666; padding:1em; }
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
small		  { font-size: .9em; }
code          { /*style*/ }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }
sub           { vertical-align:sub;font-size: .9em; }
sup           { vertical-align:super;font-size: .9em; }
acronym       { border-bottom:1px dotted #666; }
abbr 		  { /*style*/ }
dfn 		  { font-style:italic; }
bdo           { /*style*/ }
q             { font-style:italic; }
cite          { font-style:italic; }
li		      { font-style:normal; }

dl {
    line-height:1.4;
    margin-bottom:1em;
}
dd {}
dt {}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color:#5A2E0B; text-decoration: underline; cursor:pointer; }

a:hover		{ color:#E6BE79; }
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/

/*home page Styles*/
/*.homePage { background:url(images/grainSmall.gif) top right no-repeat; }*/
.homePageText, .homePageTextBig {
	padding:15px 20px 10px 15px;;
	font-size: 1.27em;
    font-weight:normal;
    color:#5a2e0b;
}

.homePageText a, .homePageTextBig a { text-decoration:none; }
.homePageText { font-size: 1.27em; line-height:20px; text-indent:15px; width:410px; }
.homePageTextBig { font-size: 2.08em; color:#C28723; padding:20px 15px 0px 25px; }

.homePageFooter { padding-bottom:0px; }

/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:2;
}

input, textarea{
	border:1px solid #cecece;
	font-size:12px
}

img {
    border:0;
    outline:0;
}

/* Wordpress aligning
*******************************/
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}


#root{
	width:680px;
    padding:0 50px;
	margin:0 auto;
    background:#fff;
    background:#EFE7D4 url(images/bg.gif) center 0 repeat-y;
}

#header {
    height:170px;
    background:url(images/header.jpg) 0 0 no-repeat;
    color:#fff;
    position:relative;
}

#header h1 {
    padding:0px 0 0 20px;
}

#logoLink{
	background:none;
	display:block;
	height:160px;
	width:430px;
}

#header h1 a {
    text-decoration:none;
    color:#fff;
}

#header .description {
    padding-left:50px;
    line-height:1.4;
}



#header .search {
	color:#635b5c;
    font-size:.92em;
	position:absolute;
    right:20px;
    bottom:20px;
}

#header input.text, #emailSubscribe input.text {
    border:1px solid #90491B;
    width:110px;
    background:#FFFAEF;
    font-size:1em;
	padding:1px;
}

#emailSubscribe input.text { width:150px; text-align:center; }

#header input.submit, #emailSubscribe input.submit {
    background:transparent url(images/search-button.gif) 0 0 repeat;
    color:#fff;
    font-weight:bold;
    border:0;
    font-size:1em;
    border:1px solid #B19660;
	cursor:pointer;
	padding:1px;
}

#emailSubscribeSubmit input.submit { margin:3px 15px 10px 0px; }

.emailSubscribe { margin-left:15px; }

.emailSubscribeSubmit { margin-right:15px; }

#main{
	overflow:visible;
}

#main-block{
	width:500px;
	float:left;
}

#content {
    overflow:visible;
    padding-top:4px;
}

#sidebar {
    background:none;
	padding:0px;
}

#left-box {
    width:193px;
    float:right;
	padding:0px;
	margin:0px;
	position:relative;
	margin-right:-22px;
    border-left:0px solid #ffffff;
    background:url(images/left-box.png) top left repeat-y;
	overflow:visible;
	z-index:1000;
}

#left-box-top {
	position:relative;
	width:193px;
    float:right;
	padding:0px;
	margin-right:-22px;
	margin-bottom:0px;
	display:block;
	background:url(images/left-box-top.png) top left no-repeat;
	height:13px;
	overflow:visible;
}

#left-box-bottom {
	width:193px;
	margin-bottom:-18px;
	position:relative;
	display:block;
	background:url(images/left-box-bottom.png) top left no-repeat;
	height:18px;
}

#sidebar .box {
	padding:0px;
    margin:4px 3px 15px 3px;
}

#sidebar h3 {
    color:#fff;
    margin-bottom:0px;
    line-height:23px;
	height:23px;
    padding:0px 10px;
    font-weight:bold;
	margin-top:-5px;
	background-color:#996E3D;
	width:163px;
}

#sidebar ul {
	margin:0px;
	margin-left:6px;
	padding:0px;
	width:177px;
	background:#996E3D;
}

#sidebar ul ul {
	margin:0px;
    padding:0px;
}

#sidebar li li {
	margin:0px;
    padding:0px;
}

#sidebar li {
	margin:0px;
    padding:0px;
	height:26px;
	border-bottom:none;
}

#sidebar li a {
    padding:0px 10px 0px 10px;
	line-height:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    background:url(images/nav-back.gif) 0 0 no-repeat;
	color:#5C2E0D;
	border:none;
}

#sidebar li li a {
	margin:0px;
    padding:0px;
    padding-left:24px;
}

#sidebar li li li a {
	margin:0px;
    padding:0px;
    padding-left:36px;
}

#sidebar li a:hover {
    background:#fff;
}

#sidebar li a:hover {
	background:url(images/nav-back.gif) 0 -33px no-repeat;
}



#content .post {
    overflow:visible;
	margin-top:15px;
    margin-bottom:1.5em;
    clear:both;
    position:relative;
}

#content .title {
    padding:12px;
    margin-bottom:12px;
    background:#f5f0d7 url(images/titleRight.gif) top right no-repeat;
}

#content  h2 {
    

}

#content .title a {
    text-decoration:none;
}

#content .title a:hover {
}

#content .date {
    position:absolute;
    left:-40px;
    top:-1px;
    text-align:center;
    width:32px;
    padding:8px 4px 0 5px;
    height:53px;
    font-size:9px;
    z-index:100;
    text-transform:lowercase;
    line-height:1.2;
    background:url(images/date.gif) 0 0 no-repeat;
    color:#af823a;
    font-weight:bold;
}

#content .date span {
    font-size:1.1em;
    display:block;
    text-align:center;
    font-size:.92em;
}

#content .postdata {
    line-height:1.4;
    padding:25px 5px 20px 14px;
    border:none;
    border-left:0;
    border-right:0;
    margin:15px 24px 15px 17px;
	background:url(images/postDataBorder.gif) top left no-repeat;
}

#content .postdata a {
    color:#d6a14b;
}

#content .category a {
    font-weight:bold;
    text-decoration:none;
}

#content .entry {
    margin:0 24px;
}

#content .entry .more-link {
    font-weight:bold;
}





/* Comments
 *******************************/

#comments {
    padding:24px 24px 0;
}

#comments h3 {
    font-weight:bold;
    color:#E6BE79;
}

.comments-list {
    margin:12px 0;
}

.comments-list .avatar {
    margin-bottom:4px;
    vertical-align:middle;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li {
    
}

.comments-list li.graybox {
    background:#f8f5e5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list .comment {
    margin-top:8px;
}
#commentform {
    margin-top:12px;
}

#commentform input.text,
#commentform textarea, #securitycode {
    border:1px solid #D9A859;
    border-right-color:#eee;;
    border-bottom-color:#eee;
    padding:2px;
}

#commentform input.text, #securitycode {
    width:200px;
}

#commentform input.button {
    border:1px solid #D9A859;
    font-size:1em;
    background:#F5EDC5;
    font-weight:bold;
    color:#2C2F20;
}

#commentform textarea {
    width:400px;
}

#footer{
    clear:both;
    padding-top:8px;
    color:#2F190C;
}

#footer .content {
    padding:82px 48px 0px 48px;
    overflow:hidden;
    height:102px;
    background:url(images/footer.jpg) 0 0 no-repeat;
}

#footer img {
    vertical-align:middle;
}

#footer .copyright {
    float:left;
	margin-top:40px;
    line-height:20px;
}

#footer .links {
    float:right;
	margin-top:40px;
}

#footer .links a {
    color:#2F190C;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}

.navigation {
	margin:36px 24px 0 24px;
	font-weight:bold;
	overflow:hidden;
}

.navigation a {
    color:#c48b2d;
}

img#wpstats, #wpstats { width:1px; height:1px; filter:alpha(opacity=10); -moz-opacity:.10; opacity:.10; }

.verseText { font-size:115%; font-style:italic; padding:10px; color:#562B09; font-family: "Lucida Sans", verdana, arial, helvetica, cursive;}
.verseText a { color:#996E3D; }

.slideshowdiv>div{ /*Proper way to center a relative div*/
	margin: 0px;
	margin-left:20px;
	padding-bottom:10px;
	position:relative;
	float:left;
	filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; 
}
