body {
	margin: 0;
	padding: 0;
	/*
	background: #FFFFFF url(images/top2.jpg) repeat-x;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #303030;
}

/* Round corner boxes */
.rounder{
background-color:#F8F8F8;
border:1px solid #DFE8F7;
border-radius: 12px 12px / 12px 12px;
padding-top:10px;
padding-bottom:10px;
padding-right:25px;
padding-left:25px;
list-style-type: none;
}

/* Round corner boxes */
.snippet{
background-color:#F8F8F8;
border:1px solid #DFE8F7;
border-radius: 12px 12px / 12px 12px;
padding-top:10px;
padding-bottom:10px;
padding-right:25px;
padding-left:25px;
list-style-type: none;
}

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

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

.features {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #6699FF;
}

a:hover {
	text-decoration: underline;
}
/*
img.border {
	border: 6px solid #E1F1F6;
}
*/
img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
/*
	background: url(images/top.jpg) no-repeat center top;
	*/
}

/* Header */

#header {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding-left:5px
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 20px;
	padding-left: 20px ;
	color: #FFFFFF;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	letter-spacing: -1px;
	
/*	text-shadow: #808080 -1px 1px 2px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 50px;
}

#logo p {
	margin: 0;
	padding: 10px 0 0 10px;
/*	text-shadow: #808080 -1px 1px 2px; */
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

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

/* Search */

#search {
	float: right;
	width: 280px;
	height: 100px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 100px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 233px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	border: none;
	background: url(images/img09.jpg) no-repeat left top;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #303030;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}


#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/

}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;

}
#nav a{
	  			/* Round nav tabs */
  border-radius: 3px 3px ;
	display:block;  
	padding:5px;
	color:#fff;
	background:#6699FF;
	text-decoration:none;

}
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;

}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#6b0c36;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 60px 30px 0px 15px; 
}

/* Content */

#content {
	float: left;
	width: 560px;
	padding: 15px 20px 0px 0px;
}

.post {
	padding-top: 20px;
	padding-bottom: 10px;
}

.post .title {
	letter-spacing: -1px;
	color: #6b0c36;
}

.post .title a {
	color: #303030;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 330px;
	padding: 40px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#sidebar li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sidebar li li {
	padding-left: 15px;
	line-height: 35px;
	background: url(images/img07.gif) no-repeat left 14px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 15px;
	letter-spacing: -1px;
	font-size: 24px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#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;
}

/* Footer */

#footer-wrapper {
/*
	background: url(images/img01.jpg) repeat-x left bottom;
	*/
}

#footer {
	width: 1000px;
	height: 300px;
	margin: -80px auto 0px auto;
/*
	background: url(images/bottom1.jpg) no-repeat center top;
	*/
}

#footer p {
	margin: 0;
	padding-top: 180px;
	line-height: normal;
	font-size: 14px;
	text-align: center;
}

#footer a {
}

