

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFDC;
  background: black url(./images/img02.jpg) repeat-x left top;	
}

#wrapper {

}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: red;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.6em;
}

#bannerHeader {
	color: white;
	font: 3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 30;
	font-weight: bold;	
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(../css/images/girlBack1.jpg) no-repeat 0px 106px;
}

/* Header */

#header-wrapper {
	height: 106px;
}

#header {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 15px;
  height: 106px;
}

/* Logo */

#logo {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
	color: #000000;
	/*background: url(images/img02.jpg) no-repeat left 15px;*/
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 40px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 3.8em;
	/* background: red; */
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}





/* Menu */

#menu {
	float: right;
	width: 600px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 60px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 15px 20px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 980px;
	margin-left: 150px;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}
/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 40px;
	border-bottom: 3px dotted #E7E2DC;
}

.post .title {
	/*height: 41px;*/
	padding: 7px 0px 10px 30px;
	letter-spacing: -.2px; 
}

.post .title a {
	color: red;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: left;
}

.post .meta .key {
	float: right;
}


.post .meta a {
}


.post .summaryDiv     {
	padding: 0px 30px 20px 30px;

	text-align: justify;

}

.post .summaryDiv .hardRule 
{
	border-bottom: 1px dotted #E7E2DC;
}


.post .entry {
	padding: 0px 30px 20px 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}



.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebarWrapper {
  position: fixed;
  top: 150px;
  left: 800px;
	/*float: right;*/
	width: 280px;
	margin: 0px;
	padding: 0px 20px 0px 0px;

}

#sidebar {
	width: 280px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
	background: url(images/img01.jpg) no-repeat left 5px;
}

#sidebar h2 {
	height: 38px;
	padding-left: 10px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 10px 10px 10px;
	/*text-align: justify;*/
	font-size: .9em;
	line-height: 140%;	
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Pre Footer - For message at bottom of content, suggestions etc... */
#preFooterWrapper {
	height: 5px;
}

/* Footer */

#footerWrapper {
	height: 50px;
}



#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: red;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}