/*
		DO NOT REMOVE OR EDIT THIS
		====================================
		Designed and coded by Carlsche Media
		Email: hello@carlschemedia.com
		Website: http://www.carlschemedia.com/

*/

/* RESETS AND BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 0.9em  "Lucida Sans Unicode", "Lucida Grande" , Helvetica, Arial, sans-serif; color: #ffffff;
	background:url(images/body-bg.jpg) no-repeat top center #000000;

}


h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande" , Helvetica, Arial, sans-serif;
	font-size: 2.7em;
	color: #000000;
	/* letter-spacing: -2px; */
	margin: 0px 0px 0px 0px;

}

h1 a:link{
      color: #000000;
}

h1 a:hover {
	text-decoration:none;
	color:#3680a1;
}

h1 a:visited {
	text-decoration:none;
	color:#000000;
}


	h1#header {
		width: 250px;
		height: 156px;
		background: url(images/header_logo.png) no-repeat center center;
		font-family: "Lucida Sans Unicode", "Lucida Grande" ;
		font-size: 0.9em;
		line-height: 1.2em; 
		margin-bottom: 1.2em;
		font-weight:normal;
	
	}
	
	
	h2 {
		font-family: "Myriad Pro", "Calibri", Helvetica, Arial, sans-serif;
		font-size: 2.7em;
		color: #000000;
		margin: 0px 0px 0px 0px;

	}

	h2 a:link{
	      color: #000000;
	}

	h2 a:hover {
		text-decoration:none;
		color:#3680a1;
	}

	h2 a:visited {
		text-decoration:none;
		color:#000000;
	}


	h2#logo {
		width: 950px;
		height: 638px;
		background: url(images/content-bg.jpg) no-repeat center center;
		font-family: "Lucida Sans Unicode", "Lucida Grande" ;
		font-size: 0.9em;
		line-height: 1.2em; 
		margin-bottom: 1.2em;
		font-weight:normal;
		

	}
		

ul { list-style: none inside;}
li { font-size: 0.75em; }
p { font-size: 0.8em; line-height: 1.8em; margin-bottom: 1.2em; color: #999999; font-weight: normal;
}
a { outline: none; text-decoration:none; color:#ff0000; }
a img { border: none;}

/* END RESET */


/* TOOLBOX */
.floatleft {float: left; }
.floatright {float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* STRUCTURE AND OTHER STUFF */
#page-wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position:relative;
}

	#main-content {
		padding: 0px 0px 0px 0px;
		color: #999999;
		padding-left: 0px;
	}
	
	#main-area {
		width: 505px;
		min-height: 760px;
		float: left;
		padding-left: 10px;
		padding-top: 0px;
	
	}
	
	#sidebar {
		width: 890px;
		padding: 10px;
		float: right;
        text-decoration: none;
		color: #333;
	}
	
	
	ul#menu { 
		margin:0px;	padding:0px;
		position:absolute; top:15px; right:20px;
	        list-style: none inside;
	}

	ul#menu li{
		margin:0px;	padding:0px;
		list-style:none;
		padding-left: 25px; 
		display:inline;
	    font-size: 1.0em;
	}
	ul#menu li a{
		text-decoration:none;
		color:#ffffff;
	    font-size: 0.8em;
		font-weight: normal;
	}
	ul#menu li a:hover {
		text-decoration:none;
		color:#565656;
	}

	#twitter_div {
		position: absolute;
		left: 70px;
		top: 168px;
		width: 300px;
		height: 150px;
		overflow: auto;
	}
	ul#twitter_update_list {
		list-style: none;

	}

	ul#twitter_update_list li {
		margin-bottom: 5px;
		padding: 5px;
		color: #cacaca;
	}	

	ul#twitter_update_list li a{
		color: #3680a1;
	}	
	
	
	

/* END STRUCTURE */


	
/* FOOTER */


#footer {
	background: url() right center no-repeat; height: 151px;
	position: relative;

	color:#939393;
	font-size:0.8em;
	line-height:14px;
}
#footer span {
	display:inline;
	float:right;

}
#footer a {
	color:#565656;
	text-decoration:none;
}
#footer a:hover { color:#ffffff; }

/* END FOOTER */
