/*Wordpress babel theme stylesheet for Babel Editing. Created by Kadie*/


body {
	font: normal small arial,sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}

h1.textShift {
	width: 2000px;
	margin-left: -1800px;
	margin-bottom: 5px;
}

h1 {
	font: bold large arial;
	color: #6A2D0A;
	margin-top: 0px;
}

div.outer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-top: 0px;
	}

div.leftSide {
	float: left;
	width: 700px;
	padding-top: 0px;
	}

div.banner {
	height: 110px;
	background-color: none;
	margin-bottom: 15px;
	}

div.links {
	float: left;
	}

div.pageContent {
	width: 590px;
	float: left;
	background-color: none;
	margin-bottom: 6px;
}

ul.nav {
	list-style: none;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	}
	
div.lang {
	padding-top: 10px;
	float:left;
	}

ul.nav li {
	padding: 5px 16px 2px 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

div.siteName {
	position: relative;
	padding-top: 0px;
	margin-top: -8px;
	border-bottom: solid 2px #E48334;
	z-index: 4;
}

img.title {
	margin-top: 0px;	
	position: relative;
	top: 10px;
	padding: 0px 0px 0px 12px;
}

img.blogTitle {
	margin-top: 0px;	
	position: relative;
	top: 8px;
	padding: 0px 0px 0px 12px;
}

div.tagline {
	float:left;
	padding-left:12px;
	margin-top: 9px;
	}	

div.bannerImage {
	position: relative;
	float:right;
	margin-right: 9px;
	z-index: 6;	
	}

div.infoTop {
	margin: 0px;
	}

div.infoBottom {
	margin: 0px;
	}

div.infoMiddle {
	background-color: #FFF0CA;
	width: 520px;
	padding: 15px 30px 15px 40px;
	margin: 0px;
}

div.socMediaLinks {
	text-align:right;
}

div.pageContentFront p {
	font: small arial;
	line-height: 200%;
	margin-top:10px;
	margin-bottom: 10px;
}

div.pageContent p {
	font: small arial;
	line-height: 200%;
	margin-top:10px;
	margin-bottom: 10px;
}

div.links a {
	font-weight: bold;
	font-size: 11pt;
}

a:link, a:visited, a:active, a:hover {
	color: #C75D17;
	text-decoration: none;
}

a.post-edit-link {
	line-height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 4px 5px 3px 5px;
	margin: -12px 0px 0px 0px;
	text-align: center;
	color: #C75D17;
}

img {
	border: none;
}

div.paper {
	margin: 20px 10px;
	padding: 10px 30px;
	background: url(images/paperTexture.png) repeat;
	border-top: 1px solid #EBEAE1;
	border-left: 1px solid #EBEAE1;
	border-bottom: 2px solid #EBEAE1;
	border-right: 2px solid #EBEAE1;
	}
	
div.paper p a {
	background: #FFCACD url(images/textMistakes.png) repeat-x bottom left;
	color: #000000;
	}

ul.inline {
	margin-left: -61px;
}

ul.inline li {
	display: inline;
	padding: 0px 3px 0px 0px;
}


li.activ, li.current_page_item {
	background: url(images/linkPointer4.png) no-repeat top right;
	}

div.pulloutR {
	float:right;
	padding: 12px;
	border-top: solid 2px #E48334;
	border-bottom: solid 2px #E48334;
	background-color: #FFFFFF;
	margin: 20px 0px 10px 20px;
}

div.pulloutL {
	float:left;
	padding: 12px;
	border-top: solid 2px #E48334;
	border-bottom: solid 2px #E48334;
	background-color: #FFFFFF;
	margin: 10px 20px 10px 0px;
}


div.pageTitle {
	position: relative;
	left: 13px;
	}

h2 {
	font-size: small;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
}

div.pulloutL h3 {
	margin-top: 0px;
	}

div.pulloutR h3 {
	margin-top: 0px;
	}

h3 {
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}


ul.normalList {
	padding-left: 20px;
	padding-top: 0px;
	margin-top: -10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 200%;
}


ul.normalList li {
	padding-left: 0px;
	}
	
div.rightCol {
	width:41.25%;
	float: right;
}

div.hr100 {
	position: relative;
	top: 0px;
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
	border-bottom: solid 2px #E48334;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	}

div.footer {
	position: relative;
	top: 0px;
	padding: 5px;
	font: normal x-small arial,sans-serif;
	color: #B3B3B3;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	width: 400px;
}

div.sticky {
	position: absolute;
	left: 0px;
	top: 400px;
}

div.hr100Stick {
	position: relative;
	top: -155px;
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
	border-bottom: solid 2px #E48334;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	}

div.footerStick {
	position: relative;
	top: -165px;
	padding: 5px;
	font: normal x-small arial,sans-serif;
	color: #B3B3B3;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	clear:both;
}

/* For single posts */

div.postInfoMiddle {
	background-color: #FAF0E7;
	width: 560px;
	padding: 15px 15px 15px 15px;
	border: 2px solid #cccccc;
	border-bottom: 0px none;
	margin: 0px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

div.archiveInfoMiddle {
	background-color: #FAF0E7;
	width: 560px;
	padding: 0px;
	border: 2px solid #cccccc;
	margin: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.post_list {
	padding: 15px;
}

div.postmetadata {
	float: right;
	margin: -15px -15px 0px 15px;
	border-left: 2px dotted #ffffff;
	border-bottom: 2px dotted #ffffff;
	padding: 10px;
	width: 130px;
	background-color: #FAF0E7;
	font: normal x-small arial,sans-serif;
	color: #666666;	
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}


div.post div.postmetadata div.postmetadata_edit {
	margin-top: 20px;
	margin-left: 0px;
}

div.postNavBar {
	background-color: #FAF0E7;
	width: 580px;
	padding: 2px 5px;
	border: 2px solid #cccccc;
	border-top: 2px solid #ffffff;
	margin: 0px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

div.prevPost {
	float: left;
	padding: 1px 3px;
}

div.nextPost {
	float: right;
	padding: 1px 3px;
}


/* For the sidebar */

div.sidebar {
	float: right;
	width: 180px;
	margin-top: 24px;
	padding-top: 14px;
	background: #EDD2BC url(images/sidebarTop.png) no-repeat top left;
	font: normal x-small arial,sans-serif;
	}

#blogTitle {
	padding-top: 0px;
	margin-top: -8px;
	border-bottom: solid 2px #FFFFFF;
}

div.sidebar ul {
	padding: 15px;
	margin: 0px;
}

div.sidebar ul ul{
	padding: 0px;
}

li.widget {
	padding: 12px;
	/*border-left: solid 2px #6A2D0A;
	border-right: solid 2px #6A2D0A;*/
	background: #FAF0E7 url(images/sidebarBoxCorner.png) no-repeat top left;
	margin: 20px 0px 10px 0px;
	list-style-type: none;
}

li.widget li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

div.sidebar h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

input#s {
	width: 120px;
	margin: 5px 0px;
}

/*For the contact sheet */

#container {
padding: 0px;
width: 100%;
}

fieldset {
border: 2px solid #FBDFB2;
padding-left: 20px;
}

.fieldset {
background-color: none;
padding: 0px;
font: small arial;
}

legend span {
display: block;
font-weight: bold;
color: #3E2214;
font-size: 11pt;
padding-bottom: 0.5em;
}

label {
display: block;
}

label span {
width: 9em;
margin-left: 1em;
margin-right: 0px;
float: left;
}

label input {
width: 200px;
font: small arial;
}

label textarea {
width: 300px;
font-family: inherit;
}

#submit {
margin-left: 205px;
font-family: inherit;
}

.antispam {
	display:none;
	}
	
/* Comments styling */

.comments-template{
	margin: 10px 0 0;
	/*border-top: 1px solid #ccc;*/
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0px 0px;
	line-height: 18px;
	padding: 0px 5px 5px 5px;
	border: 1px solid #cccccc;
	background-color: #FAF0E7;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.comments-template ol li p{
	line-height: 160%;
}

.comments-template ol li.alt {
/*	background-color: #FAF0E7;  */
}

.comments-template h2, .comments-template h3{
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}

.commentmetadata{
	font-size: 12px;
	border-bottom: 2px dotted #cccccc;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template div.comment_edit {
	float: right;
	line-height: 100%;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 4px;
	margin: 1px 0px 0px 0px;
	text-align: center;
	color: #666666;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.comment-Text {
	padding: 0px 15px 0px 15px;
}

h3#respond {
	margin-top: 15px;
}

/* To clear floaters*/

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}

.clearfix {display: block;}


/*qtranslate language chooser */

ul.qtrans_language_chooser {
	list-style-type: none;
	width: 70px;
	float: right;
	margin-bottom: 0px;
	margin-top:24px;
	padding-top: 4px;
	padding-left: 0px;
}

ul.qtrans_language_chooser li {
	float:left;
	margin-right: 5px;
}

/*Search template*/

div.search_list {
	padding: 0px;
}

strong.search-term-found {
	background-color: #CAD2FF;
}

/*Quotes style*/


div.pulloutQ {
	float:right;
	padding: 0px 12px 0px 12px;
	border-top: solid 2px #E48334;
	border-bottom: solid 2px #E48334;
	margin: 0px 0px 10px 15px;
	width: 230px;
	background: #ffffff url(images/quote66.png) no-repeat top left;
}

div.quoty {
	margin-bottom: -15px;
	padding-bottom: 0px;
}

div.quoty p{
	font: italic normal medium times,serif;
	background: transparent url(images/quote99.png) no-repeat bottom right;
	padding: 0px 10px 15px 10px;
}

}
