
body {
	margin: 0;
	padding: 20;
	background: #FFFFF url(images/01.jpg) repeat;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	color: #8A8985;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #7D7764;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}
h2.title {font-family: 'Antic Slab', serif;}
#content .post h2.title {padding-left:0 !important;}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 170%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #CA4C44;
}

a:hover {
}

#wrapper {
	overflow: hidden;
	background-color: #FFFFFF;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 470px;
	background: url(images/img02.jpg) repeat-x left top;
}

#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px;
	background: url(images/01_2.jpg) no-repeat left top;
}

/* Banner */

#banner {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
	clear: both;
}

#banner .image-style {
	border: 15px solid #F4F4F4;
	padding: 0px auto;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 20px 0px 0px 0px;
	letter-spacing: -2px;
	text-transform: normal;
	font-size: 3.8em;
}

#logo p {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	color: #FFFFFF;
} 

#logo p a {
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Splash */

#splash {
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	letter-spacing: -3px;
	text-align: center;
	font-size: 40px;
	}

#splash span {
	color: #313131;
}

/* Menu */

#menu {
	float: right;
	width: 600px;
	height: 60px;
	margin: 0 auto;
	padding: 10;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 70px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 0px 15px 30px;
	text-decoration: none;
	text-transform: normal;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #D92231;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #333333;
}

#menu .current_page_item a {
}

/* Page */

#page {
	padding: 40px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0px 40px 0px 20px;
	
}
#content2 {
	float: left;
	width: 900px;
	padding: 0px 60px 0px 70px;
	
}

.post {
	overflow: hidden;
}

.post .title {
	padding: 0px 0px 30px 0px;
	letter-spacing: -3px;
}

.post .title a {
	border: none;
	text-transform: normal;
	color: #7D7764;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #787878;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -3px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Three Column Content */

#3Column-content {
		color: #E2B8C6;
}


#3Column-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	text-shadow: 1px 2px 0px #861F40;
	text-transform: normal;
	font-size: 36px;
	color: #D92231;
}

#column1 {
	float: left;
	width: 320px;
	margin-right: 20px;
}

#column2 {
	float: left;
	width: 320px;
}

#column3 {
	float: right;
	width: 320px;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #C76485;
}

#footer a {
	color: #C76485;
}
#footer {
	height: 100px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #C76485;
}

#footer a {
	color: #C76485;
}

.box1 {
	overflow: hidden;
	height: 300px;
	}

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px dashed #E7E2DC;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


.list-style2 {
	margin: 0px;
	list-style-type: circle; color: D92231
	padding: 0px;

}

.list-style2 li {
	padding: 7px 0px 7px 0px;
	background: url(images/img06.png) repeat-x left top;
}

.list-style2 a {
	color: #E2B8C6;
}

.list-style2 a:hover {
	color: #C76485;
}

.list-style2 .first {
	padding-top: 0px;
	background: none;
}

.socialicons {position: absolute;width:100px; margin-left:560px;}
	.socialicons a {display: inline !important; width:16px; height:16px; padding:0 0 0 0 !important;}
	
	img.alignleft {float:left !important; margin:0 10px 0 0;}
	img.alignright {float:right; margin:0 0 0 10px}