/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	background: #5db6c3 url('/templates/ABC_200/images/bg_shadow.png') repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5db6c3;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

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

ul, ol {
}

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

a:hover {
	background: none;
	color:#000000;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF url('/templates/ABC_200/images/col_back.gif') repeat-y left top;
}

#wrapper .btm {
	background: transparent url('/templates/ABC_200/images/center_back.jpg') no-repeat left top;
}

/* Header */

#header {
	width: 1000px;
	height: 231px;
	margin: 0 auto;
}

a.headerNavigation {
	color: #000;
}

a.headerNavigation:hover {
	color: #4d75ac;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 30px 0 0 20px;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.8em;
}

#logo h1 a {
	color: #FF7900;
}

#logo p {
	float: left;
	margin: 44px 0 0 0;
	padding: 3px 10px 3px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

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

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

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

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

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #444444;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 1000px;
	height: 40px;
	background: transparent url('/templates/ABC_200/images/nav_back.jpg');
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	width: 84%;
	margin: 0 auto;
	padding: 0px 0 0 53px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 11px 15px 12px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.16em;
	font-weight: normal;
	color: #fff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #FF0000;
}

#menu a:hover {
	color: #fff;
	background: transparent url('/templates/ABC_200/images/nav_bar_h.jpg');
	text-decoration: none;
}

#menu .first {
}

/* Page */

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

/* Content */

#content {
	float: right;
	width: 740px;
	padding: 20px 20px 0 0;
}

.post {
	margin-left: 20px;
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #F57601;
	color: #000000;
}

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

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

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

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 14px 0px 0 0px;
}

#sidebar ul {
	width: 170px;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	list-style-type: none;
}

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

#sidebar li ul {
	list-style: none;
	list-style-type: none;
	padding-bottom: 20px;
}

#sidebar li li {
	list-style: none;
	list-style-type: none;
	line-height: 25px;
}

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

#sidebar h2 {
	display: block;
	width: 215px;
	padding: 6px 0px 6px 0px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: transparent url('/templates/ABC_200/images/cat_bar.png') no-repeat top;
	text-align: center;
	margin: 0px 0px 12px -32px;
}

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

#sidebar a {
	color: #25a5b8;
	border: none;
}

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

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: url('/templates/ABC_200/images/footer.jpg') no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 1.0em;
	text-transform: none;
	text-align: center;
	padding: 95px 0 0 0;
}

#footer a {
	color: #25a5b8;
}

#footer a:hover {
	color: #777;
}

TD.pageHeading, DIV.pageHeading {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #5db6c3;
	padding-left: 10px;
	}
/* Small Ajax-throbber image */
#indicator {
    float:right;
    visibility:hidden;
}

.infoBox {
  background: transparent;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-size: 14px;
}

#searchBoxLT form input {
vertical-align: middle;
}

#slider {
    position:relative;
    width:630px; /* Change this to your images width */
    height:235px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}