@charset "UTF-8";

/*Header*/

.header {
	width: 800px;
	height: 114px;
	margin: 7px 0 0;
	background: url();
} 


/*Navigation */

.nav {
	 height: 25px;
	 width: 800px;
}

ul#mainnav { 
	margin: 0 0 0 90px; 
	font-size:14px;
	height: 1.618em; 
}

ul#mainnav li { 
	font-size:14px;
	display: inline;
}

ul#mainnav a.current { 
	color: #119911; 
}

ul#mainnav li a { 
	text-transform: uppercase; 
	font-weight: bold; 
	text-decoration: none; 
}

/*Navigation Links*/
a:link {
	color: #68AD40;
	border: 0px;
}

a:hover {
	color:#119911;
}

a:visited {
	color:#119911;
}

a img {
	border: 1px solid #68AD40;
}	

/*Content */
body {
	color: #fff;
	background-color: #000;
	text-align:center;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

blog#wrapper {
	height: 1000px;

}

.mainContent{
	height:660px;
	width: 800px;
}

.wrapper {
	background-color: #111;
	margin: 0 auto;
	height:860px;
	width : 800px;
	text-align:left;
}

.content {
	width:800px;
}

.leftcolumn {
	float:left;
	width: 200px;
	height: 275px;
	padding: 0 15px 20px 20px;
}


.rightBox {
	background-image: url(../images/zTrip_logoSpeaker_main.png);
	float: right;
	width: 260px;
	height: 275px;
}

.leftBox {
	float: left;
	width: 250px;
	height: 275px;
}

.rightcolumn {
	background-color: #111;
	width: 520px;
	height: 260px;
	padding: 0px 25px 20px 10px;
	float: right;
}


p#player { 
	float: right;
} 

.bottom {
	width: 770px;
	float: left;
	margin:20px 0;
	padding:15px 20px 5px 20px;
}



.bottomtop {
	width: 770px;
	height: 100px;
	float: left;
	margin:20px 0;
	padding:5px 20px 5px 20px;
}

.title {
	height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}

.title2 {
	height: 50px;
}

#footer {
	padding-top: 5px;
	font-size: 9px;
}



/*Blog*/
.blog {
	width: 215px;
	padding: 0px;
}

.entry {
	width: 200px;
	height: 220px;
	margin-bottom: 30px;
	text-align: left;
	padding: 5px 10px 0 10px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.leftcolumnBlog {
	float:left;
	width: 200px;
	height: 2032px;
	padding: 0 25px 20px 20px;
	background-color: #111;
}

/*HTML Elements*/
h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;	
	color: #68AD40;
}

h3 {
	font-size: 10px;
}

span {
	color:#119911;
}