/*  
Theme Name: SLTA Theme
Theme URI: http://henstudio.com
Description: designed by <a href="http://henstudio.com">Hen Design Studio</a>.
Version: 1.0
Author: Henmaker
Author URI: http://henstudio.com

*/

body {
	font: 75%/150% "Lucida Sans", Tahoma, Arial;
	color: #333333;
	background: #8A142A;
	margin: 0px;
	padding: 0px;
}
a {
	color: #8A142A;
	text-decoration: none;
}
a:visited {
	color: #8A142A;
	text-decoration: none;
}
a:hover {
	color: #d21f42;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}

/* alignments */
.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left {
	float: left;
}

img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px !important;
}

.right {
	float:right;
}

img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px !important;

}

h1 {
	color: #8A142A;
	font-size: 170%;
	font-style: normal;
	background: url(images/bullet_blue.gif) no-repeat left 1px !important;
	padding-left: 20px;
	margin-bottom: 10px;
}
h1 a, h1 a:visited{
	color: #8A142A;
	text-decoration: none;
}
h1 a:hover{
	color: #d21f42;
	text-decoration: none;
}
h2 {
	color: #d6320c;
	font-size: 130%;
	font-style: normal;
	background: url(images/bullet_blue.gif) no-repeat left 1px !important;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 a, h2 a:visited {
	color: #d6320c;
	text-decoration: none;
}
h2 a:hover {
	color: #ff804f;
	text-decoration: none;
}
h3 {
	font-size: 120%;
	font-style: normal;	
	color: #8A142A;
	margin: 5px 0px;
}
h4 {
	font-size: 110%;
	font-style: normal;	
	color: #cd1f41;
	margin: 5px 0px;
}
form {
	margin:0px;
	padding:0px;
}
#header {
	width: 100%;
	height: 173px;
}

.flashheader{
	position: relative;
	text-align: center;
}

#page {
	margin: 0px auto;
	width: 765px;
	background-color: #fff;
}
/* header area */


/* content area */
#content {
	padding: 5px 10px 15px;
	float: left;
	width: 555px;
	min-height: 350px !important; 	
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-none {
	float: left;
	overflow: hidden;
}

.eventBackground {
	padding: 5px 5px 15px 10px;
	float: left;
	width: 500px;
	overflow: hidden;	
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #7e7e7e;
}

.home_background {
	background: url(/images/home_back.gif) no-repeat right bottom;
}

#content img{
	margin-right: 5px;
	margin-left: 5px;
}

#content-wide {
	padding: 5px 10px 15px;
	float: left;
	width: 760px;
	overflow: hidden;
	min-height: 350px  !important;
}

.post {
	clear:both;
}

.post-title {
	float: left;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	font-size: 95%;
	padding-bottom: 20px;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}


.post-cat {
	background: url(images/icon_news.gif) no-repeat left -2px  !important;
	padding-left: 15px;
	font-size: 95%;
	color: #a3a3a3;
	padding-bottom: 5px;
}

.post-date {
	font-size: 95%;
	color: #a3a3a3;
	margin-left: 10px;	
}

.entry {
	clear: both;
	padding-top: 10px;
	text-align: justify;
}


.entry ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-left: 10px;
}

.entry ul li {
	list-style: none;	
	background: url(images/bullet_gold.gif) no-repeat 0 3px  !important;
	padding: 0 0px 0 15px;
	margin-left: 2px;
	margin-top: 0;
}



/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #e1f4fd;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #75b0a3;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #75b0a3;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: #e1f4fd;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background: #e1f4fd;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}


/*sidebar */
#sidebar {
	float: right;
	width: 175px;
	overflow: hidden;
	background-color: #ebffcc;
	padding: 0 5px 5px 10px;
	margin: 0;
	height: 100%;
}
/*sidebar h2 */
#sidebar h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	font-size: 95%;
	line-height: 120%;	
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 2px 0 2px 10px;
	border: none;
}

/*list posts*/
ul.list-posts li{
	background: url(images/icon_news.gif) no-repeat !important;
	padding-left: 17px !important;
}

/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat 5px 3px !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/icon_news.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 15px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

/* home news */
.home-recent-posts {
	width: 250px;
	float: left;
	margin-left: 10px;
}
.home-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.home-recent-posts ul {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 95%;
	line-height: 120%;
}
.home-recent-posts ul li {
	background: url(images/bullet_gold.gif) no-repeat 0 5px;
	padding: 0 0px 1px 15px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}


/* credits */
#footer {
	width: 765px;
	background-color: #26050c;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	margin: 0 auto;
	width: 775px;
	color: #e5e4e1;
	font-size: 85%;
	line-height: 120%;
	padding: 10px 5px;
}
#copyright a, #copyright a:visited {
	color: #e5e4e1;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	color: #943425;
}	


.bigtext {
	font-size: 120%;
}
a.btn {
	font-size: 90%;	
	background-color: #8A142A;
	height: 18px;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
}
a.btn:hover {
	background-color: #d92044;
	color: #fff;	
	text-decoration: none;
}
a.btn:visited {
	color: #fff;	
}

.headline {
	font-size: 120%;	
	color: #8A142A;
	margin: 5px 0px;
	font-weight: bold;
}

.headline2 {
	font-size: 120%;	
	color: #d6320c;
	margin: 5px 0px;
	font-weight: bold;
}

table.table1 {
	background-color: #d92044;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

table.table1 td {
	padding: 5px!important;
	background-color: #ffffff;	
}

table.table1 td.header {
	background-color: #d92044;
	color: #fff;
	font-weight: bold;
}