/*
Theme Name: Sparkol
Description: Sparkol Theme
Version: 2.0
*/

/* -------------------------------------------------------------- 

   Basic WordPress Blog Styles      

-------------------------------------------------------------- */   

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin: 10px 0 5px 10px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
/* -------------------------------------------------------------- 

   End Basic WordPress Blog Styles      

-------------------------------------------------------------- */

body {
	margin:0;
	padding:0;
	height:100%;
	background:#000;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/BG/pinstripes.png);
}

p {
	font-size: 12px;
	line-height: 20px;
}

div.post {
	margin-top: 25px;
	padding: 0px 40px;
	margin-bottom: 10px;
}


strong {
	font-size: 12px;
}

p.subheader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #606057;
}
p.subheader a {
	color: #606057;
}
p.alert {
	font-weight: bold;
	color: #F5F5F1;
	background-color:#00CCFF;
}
a {
	color:#00CCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.blue {
	list-style-image: url(images/bullet_blue.png);
        margin:0 30px 0 0;
}
ul.blue li {
	padding: 10px 30px 5px 0px;
}


#visitMain {
        float:left;
        padding:30px 0 0 10px;
	text-decoration:none;
}

#visitMain a {
	text-decoration:none;
	color: #999999;
}
#visitMain a:link {
	color: #999999;
}
#visitMain a:visited {
	color: #606057;
}
#visitMain a:hover {
	color: #FFF;
}

.nopad { padding:0;}

#topBar {
	position:absolute;
	top:0;
	right:0;
	width: 100%;
	height: 250px;
	z-index:-1;
	background: url(images/BG/top_blue.png) no-repeat;
}




#img-bg {
	border: 1px solid #C1DAD7;
	margin: 10px;
	background: url(images/img_bg.png);
	display: inline-block;
}
#img-bg img {
	display: inline-block;
	border: none;
	margin: 15px;
	padding: 5px;
	background: #FFFFFF;
}




#leftfloat {
	float: left;
	width: auto;
	margin: 30px;
}



#centerColumn {
	margin:0px auto;
	width:770px;
	vertical-align: middle;
	clear: both;
}
#spacer {
	height: 60px;
	width:770px;
}
#centerpage {
	padding:0px;
	width:760px;
	background: #FFF;
	text-align: left;
	color: #939385;
}




div.hr {
	height: 30px;
	background: #fff url(images/Split.png) no-repeat scroll center;
}
div.hr hr {
	display: none;
}



#navbar {
	margin:20px 0px 0px 0px;
	width:100%;
	height: 25px;
	padding:0;
	text-align:center;
}
#navbar h2 {
	text-align:left;
	display:inline;
}
#navbar img {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
	float: left;
}
#navbar ul {
	float: right;
	list-style: none;
	margin: 25px 0px;

}
#navbar li {
	float: left;
	margin: -5px 0px;
	vertical-align: top;
}
#navbar li a {
	background: url(images/nav_buttons_blue.png) 0 0 no-repeat;
	height: 33px;
	width: 90px;
	display: block;
	text-decoration:none;
	font-size:11px;
	line-height: 33px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0px 10px 0px 0px;
}
#navbar li a:link {
	color: #FFF;
}
#navbar li a:visited {
	color: #FFF;
}
#navbar li a:hover {
	color: #000;
	background-position: 0 -33px;
}
#navbar li a:active, #navbar li.current_page_item a {
	color: #FFF;
	background-position: 0 -66px;
}

#abouttitlebar {
	margin:0px;
	padding:0px;
	height:75px;
	text-align:center;
	text-transform: uppercase;
	background:url(images/titlebar.png) no-repeat;
}
h2.posttitle {
	float:left;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	margin-left:40px;
	vertical-align: top;
  margin-top:26px;
}
#abouttitlebar ul {
	float: right;
	list-style: none;
	margin: 25px 0px;
}
#abouttitlebar li {
	float: left;
	margin: -5px 0px;
}
#abouttitlebar li a {
	background: url(images/second_buttons.png) 0 0 no-repeat;
	height: 40px;
	width: 85px;
	padding: 0px 10px 0px 0px;
	display: block;
	text-decoration:none;
	font-size:11px;
	line-height: 30px;
	font-weight:bold;
}
#abouttitlebar li a:link {
	color: #606057;
}
#abouttitlebar li a:visited {
	color: #606057;
}
#abouttitlebar li a:hover {
	color: #FFF;
	background-position: 0 -40px;
}
#abouttitlebar li a:active {
	color: #FFF;
}
#header {
	height:100px;
}
#header img {
	margin:20px 0px;
}
#table-zebra {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px auto;
	width: 700px;
	text-align: center;
	border-collapse: collapse;
	table-layout: fixed;
}
#table-zebra thead th {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 8px;
	border-right: 1px solid #C1DAD7;
	color: #939385;
	vertical-align: top;
}
#table-zebra thead th p {
	margin: 10px;
	padding: 0px;
}
#table-zebra tbody th {
	font-size: 14px;
	text-align: left;
	padding: 8px;
	color: #939385;
	border-right: 1px solid #C1DAD7;
	font-weight:normal;
}
#table-zebra td {
	padding: 8px;
	color: #939385;
	border-right: 1px solid #C1DAD7;
}
#table-zebra .odd {
	background: #F5F5F1;
}




form {
	margin: 0px 40px;
	width: 700px;
	text-align: left;
}
form label {
	float: left;
	clear: left;
	width: 350px;
	font-size: 12px;
	line-height: 40px;
	padding: 0px 0px 12px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #606057;
}
form .required {
	color: #00CCFF;
}
form input {
	margin-top: 3px;
	height: 28px;
	width: 340px;
	background: #F5F5F1;
}
form select {
	margin-top: 3px;
	height: 28px;
	width: 340px;
	background: #F5F5F1;
	text-transform: none;
}
form textarea {
	margin-top: 3px;
  padding-left: 0px;
	width: 600px;
	background: #F5F5F1;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
       font-size:14px;
       height:400px;
}
form #spacer {
	width: 100%;
	height: 50px;
}
form label.long input {
	float: left;
	width: 695px;
	padding: 0px;
}



#nav1 {
	margin:20px 0px 0px 0px;
	width:100%;
	height: 25px;
	padding:0;
	text-align:center;
}
#nav1 img {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
	float: right;
}
#nav1 ul {
	float: right;
	list-style: none;
}
#nav1 li {
	float: right;
	margin: 0px 0px;
}
#nav1 li a {
	background: url(images/nav_buttons_big_blue.png) 0 0 no-repeat;
	height: 33px;
	width: 125px;
	display: block;
	text-decoration:none;
	text-transform: uppercase;
	font-size:11px;
	line-height: 33px;
	font-weight:bold;
}
#nav1 li a:link {
	color: #FFF;
}
#nav1 li a:visited {
	color: #FFF;
}
#nav1 li a:hover {
	color: #000;
	background-position: 0 -33px;
}
#nav1 li a:active {
	color: #FFF;
	background-position: 0 -66px;
}
/*__________________________________________________________________________________________________________________________________________________*/



form a {
	color: #000;
	text-decoration: none;
}
form a:hover {
	color:#FFF;
	text-decoration: none;
}
/*__________________________________________________________________________________________________________________________________________________*/



#bottomBar {
	position:relative;
	clear:both;
	width:100%;
	margin: 20px -5px;
}
#bottomBar img {
	border-style: none;
}

#footer {
	margin:0px;
	width:100%;
	height: 150px;
	background: url(images/footer_blue.png) repeat-x center;
	font-size: 11px;
	color: #939385;
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #939385;
}
#footer a:visited {
	color: #939385;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer a:active {
	color: #939385;
}
#footer hr {
	border : 0;
	height : 15px;
	background : url(images/FooterHR.png) no-repeat center;
}


