/*
Design by Demián Saborío
http://www.BAHEAD.com
*/

* {
	margin: 0;
}


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/ts_home01_01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.5em;
}


h1, h2, h3 {
	margin-top: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2B5DAA;
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0px;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 1.5em;
	font-size: 1em;
	text-align: justify;
}

ul, ol {
	margin-left: 2em;
	text-align: justify;
	line-height: 130%;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #001E89;
}

a:hover {
	border: none;
	color: #001E89;
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #B8D03B;
	color: #B8D03B;
}

hr {
	display: compact;
}



#header{
	width: 867px;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 100px;
	border-bottom: none;
	margin-top: 6px;
	padding: 0 10px 10px 10px;
}

#header-info{
	float: right;
	text-align: right;
	width: 300px;
	padding-top: 15px;
}



/*Menu Top*/

#menuTop{
	margin: 0 auto;
	text-align: right;
}

#menuTop li{
	display: inline;
}


#menuTop a {
	color:#001E89;
}

#menuTop a:hover {
	text-decoration: underline;
	color:#001E89;
}

#contact-info{
	float: right;
	text-align: right;
	padding-top: 5px;
	color: #001E89;
	font-size: 1.2em;
}




/* Menu */



.menu ul{
	padding: 3px 9px 2px 9px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	font: 10px "Trebuchet MS ", Verdana, Arial;
	font-weight: bold;
	list-style-type: none;
	text-align: right;
}

.menu li{
display: inline;
margin: 0;
}

.menu li a{
	text-decoration: none;
	padding: 3px 9px 2px 9px;
	margin: 0;
	margin-right: 1px;
	color: black;
	font-size: 10px;
	background: #FFFFFF;
	border: 1px solid #D4DFED;
}


.menu li a:hover{
background-color: #2B5DAA;
color: #FFFFFF;
}

.menu .selected a{
	background-color: #2B5DAA;
	color: #FFFFFF;
}



#contact-info{
	float: right;
	text-align: right;
	padding-top: 5px;
	color: #001E89;
	font-size: 1em;
}





/* Box Menu */

#boxMenu {
	height: 20px;
	width: 869px;
	margin: 0 auto;
}



/* Box Flash */

#boxFlash {
	height: 131px;
	width: 867px;
	height: 131px;
	margin: 0 auto;
	border-bottom: 4px solid #CCCCCC;
	margin-bottom: 15px;
}



/* Box Bottom Page */

#boxBottomPage {
	height: 10px;
	width: 869px;
	height: 10px;
	margin: 0 auto;
	background-image: url(images/ts_home01_27.gif);
}




/* Page */

#page {
	width: 867px;
	margin: 0 auto;
	background: #FFFFFF;
	border-right: 1px solid #D1DBEC;
	border-left: 1px solid #D1DBEC;
	border-top: 1px solid #D4DFED;
}

/* Content */

#content {
	float: right;
	width: 662px;
	padding: 0 15px 0 15px;
}

.post {
	background-position: bottom;
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	font-size: 1.6em;
	padding-bottom: 8px;
	background: url(images/ts_home01_14.gif) repeat-x;
	background-position: bottom;
}

.post .entry {
	padding-bottom: 20px;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}


/*Thumbnail Pics*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #728CC2;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

/*.thumbnail:hover span{ /*CSS for enlarged image on hover
/visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally 

}
*/


.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 0; /*position where enlarged image should offset horizontally */
z-index: 50;
}



/* Recent Posts */

#recent-posts {
}

#recent-posts h3 {
	margin: 0;
}

#recent-posts p {
	margin: 0 0 1.5em 0;
	font-size: 1em;
}

/* Sidebars */

.sidebar {
	float: left;
}

#sidebar1 {
	width: 159px;
	padding: 5px 0 0 15px;
}


/* Widebar */

#widebar {
	float: left;
	margin-top: 10px;
}

#widebar #colA {
	float: left;
	width: 210px;
}

#widebar #colB {
	float: left;
	width: 210px;
}


#widebar ul {
	margin: 1em;
	padding-left: 20px;
	list-style: none;
}

#widebar li {
	padding-left: 20px;
	background: url(images/Bahead_Home_42.gif) no-repeat left center;
	
}


/*Menu Bottom*/

#menuBottom{
	float: left;
	height: 20px;
	width: 867px;
	padding: 15px 15px 0 15px;
}

#menuBottom a{
	color: #2a5ba5;
	font-size: 0.9em;
	text-decoration: none;

}



#menuBottom a:hover{
	color: #2a5ba5;
	font-size: 0.9em;
	text-decoration: underline;
}



/* Footer */

#footer {
	text-align: center;
	font-size: 1em;
	width: 867px;
	margin: 0 auto;
	padding-bottom: 15px;
	
}
