/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 30px 0px 0px 0px;
	padding: 0;
	background: #DCD4A7 url(/assets/images/template/img01.jpg) repeat-y center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E3B36;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #A13B30;
}

a:hover {
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CFC69D -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: dashed none none;
    border-width: 1px medium medium;
    margin: 30px 0 40px;
    
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 100px;
	background: #3C3230;
	border-bottom: 10px solid #4F4440;
}

#header {
/*	width: 950px;
	margin: 0 auto;*/
	padding: 0px 0px 0px 30px;
}

/* Logo */

#logo {
	width: 280px;
	margin: 0;
	padding: 0;
	color: #79350A;
        align: left;
        float: left;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	margin: 0px 0px -20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 50px;
	color: #4D8D99;
}

#logo h1 a {
	color: #34312C;
}

#logo p {
	margin: 0px;
	font-size: 26px;
	padding: 0px 20px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #34312C;
}

/* CONTACT */
#contact {
 float : right;
}

#contact p {
  line-height: normal;
  margin: -5px 0 20px 50px;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
}

#page-bgtop {
}

#page-bgbtm {
	overflow: hidden;
	width: 920px;
	padding: 0px 40px 0px 40px;
}
/* Content */

#content {
	float: right;
	width: 520px;
	padding: 40px 30px 20px 60px;
	background: #FCF8E5 url(/assets/images/template/img02.jpg) repeat;
        clear: right;
}

#content img {
	width:200px;
        height: auto;
	float: right;
        clear:right;
	border:none;
	margin:10px 0 10px 20px;
}
#content .inline img { 
	width:200px;
        height: auto;
	float: none;
	margin:10px 5px;
}

#content .full img, #content img.full { 
	width:500px;
        height: auto;
	float: none;
	margin:10px 0;
}

#feed img, img.none {
	width:auto;
        height: auto;
	float: none;
	margin:0;
   
}

.post {
	
}

.post h2 {
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.5px;
        clear:both;
}

.post h3 {
	overflow: hidden;
	background: #EDE8CA;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #3E3B36;
}


.post  {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #DCD4A7;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #3E3B36;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px 0px 20px;
	padding-bottom: 15px;
}

#sidebar li li {
	border-bottom: 1px dashed #C7C392;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	color: #3E3B36;
}

#sidebar li li a:hover {
	color: #7E380A;
}

#sidebar li li.facebook {
	background: url("/assets/images/template/facebook-icon.jpg") no-repeat scroll right center transparent;
         margin-right: 100px;
}

#sidebar li li.blog {
	background: url("/assets/images/template/blogger-icon.png") no-repeat scroll right center transparent;
         margin-right: 100px;
}

#sidebar h2 {
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #333333;
	border-bottom: 1px dashed #C7C392;
}



#sidebar a {
	border: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	width: 610px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #69635E;
}

#footer a {
	color: #474440;
}

/* FEED */

.feedburnerFeedBlock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feedburnerFeedBlock li {
	margin: 0;
	padding: 0;
}

.feedburnerFeedBlock .headline {
	overflow: hidden;
	float: left;
	background: #EDE8CA;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #3E3B36;
	width: 375px;
	
}


.feedburnerFeedBlock .date {
	float: right;
	width: 105px;
	text-align: right;
	background: #EDE8CA;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;

}
