/*
  CssTemplateTheme: TorquayChandlers2
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

h1, h2 {
  color: #1c1e47;
	font-weight: bold;
}

h1 {
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1em;
	line-height: 150%;
}

a {
	color: #1c1e47;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #1c1e47;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 100px;
  width: 980px;
  margin: 0 auto;
  background: url(images/header.jpg) no-repeat bottom left;
  clear: both;  
}

#logo {
	float: right;
}

#logo h1 {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 0px 0 0 20px;
	font-size: 3em;
	color: white;
}

#logo p {
	padding: 80px 20px 0px 0;
	font-size: 12px;
	color: black;
	float: right;
	color: white;
	margin-bottom: 0px;
}

#logo a {
	text-decoration: none;
	color: white;
}

#menu {
	text-align: left;
	margin: 0 auto;
	width: 980px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 35px;
	margin: 2px 2px 0 0;
	padding: 9px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	background: url(images/menubar-normal.jpg) no-repeat; 
}

#menu a:hover, #menu .current_page_item a {
  text-decoration: none;
  color: white;
  background: url(images/menubar-hover.jpg) no-repeat;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

/* Content */

#content {
	float: left;
	width: 730px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background: #a2afc2 url(images/article-header.jpg) no-repeat;
	color: black;
}

.post a {
	color: #1c1e47;
}

.post a:hover {
	color: #1c1e47;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: underline;
	color: #1c1e47;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #8090aa;
}

.post .links a {
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat left center;
	text-decoration: underline;
	font-weight: bold;
	color: #1c1e47;
}

.post .links a:hover {
  text-decoration: underline;
}

/* Sidebars */

.sidebar {
	float: right;
	width: 200px;
	background-color: #e4edf5;
	border-left: 1px solid #1c1e47;
	padding-left: 3px;
}

.sidebar ul {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	height: 25px;
	vertical-align: middle;
	padding-top: 8px;
}


.sidebar li li a {
  padding-left: 14px;
  background: url(images/sidebar-link-normal.gif) no-repeat left;
	text-decoration: none;
	color: black;
}

.sidebar li li a:hover {
  text-decoration: underline;
  background: url(images/sidebar-link-hover.gif) no-repeat left;
}

.sidebar li h2 {
  text-transform: none;
  font-size: 14px;
	padding: 10px;
	padding-left:20px;
	color: #1c1e47;
	background: #bfcfdc url(images/sidebar-header-glyph.png) no-repeat left center;
	margin-bottom: 5px;
	
}

/* Footer */

#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	height: 50px;
	padding: 22px 0;
	background: url(images/footer.jpg) no-repeat;
}

#footer p {
	text-align: center;
	font-size: 14px;
	color: black;
}

#footer a {
	color: #1c1e47;
|
