/*
Launch Squared
website by Daniel Scally http://launch2.com
*/

/*//// MAIN BLOCK LEVEL ELEMENTS ////*/

html, body{
	font-family: Lucida Grande, Arial, Verdana, Helvetica;
	margin:0; 
	padding:0;
	background: #f1fcfe url(includes/bg2.jpg) repeat-x;
	}

#container {
	width: 1000px;
	margin: 0;
	margin-left: 1px;
	margin-right: auto;
	padding: 0px;
	padding-top: 0px;
	}

#banner {
	padding: 0;
	margin-left: 360px;
	}


#right {
	width: 200px;
	margin-left: 790px;
	padding: 0px;
	}

#left {
	float:left;
	width: 420px;
	margin-left: 360px;
	padding: 0px;
	}


#footer {
	text-align: right;
	clear: both;
	padding: 10px;
	margin-top: 15px;
	}

#box {

	background:url(images/box-bg.gif) repeat-x;
	}

/*//// SECONDARY BLOCK LEVEL ELEMENTS... not really though ////*/


p {
	font-size: 18px;
	color: #5D5C5F ;
	letter-spacing: .02em;
	line-height: 24px;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	}

p.small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5D5C5F ;
	letter-spacing: .02em;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	font-style:italic;
	}
	
p.small2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5D5C5F ;
	letter-spacing: .02em;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	font-style:none;
	}

#small3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5D5C5F ;
	letter-spacing: .02em;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	font-style:normal;
	}

#twitter_update_list {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5D5C5F ;
	letter-spacing: .02em;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	font-style:normal;
	}
	
a:link, a:visited, a:active {
	color: #5D5C5F;
	border: 0px;
	margin: 0;
	padding: 0px;
	letter-spacing: .02em;
	border-bottom: 1px dotted #5D5C5F;
	text-decoration: none;
	}

a:hover {
	color: #603913;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #40B3EA;
	letter-spacing: .02em;
	}

ul {
	font-size: 18px;
	color: #5D5C5F ;
	letter-spacing: .02em;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 5px;
	text-decoration: none;
	list-style-type:none;
	}


.highlight{
	padding: 10px;
	margin: 10px;
	background-color:#F9FEB5;
	}
	
	
/*//// HEADING FORMATING ////*/

h1 {
	font-family: Lucida Grande, sans-serif;
	color: #40B3EA;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	}
	

/*//// TEXT FORMATING ////*/

.symbolarrow {
	font-size: 18px;
	color: #CCCCCC ;
	letter-spacing: .02em;
	line-height: 22px;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	}

.title {
	margin: 0;
	padding: 5px;
	text-align: left;
	letter-spacing: .03em;
	font-size: 22px;
	text-decoration: none;
	}

.title a:link, .title a:active, .title a:visited {
	margin: 0;
	padding: 0px;
	font-weight: bold;
	color: #131313;
	text-decoration: none;
	}


.title a:hover {
	margin: 0;
	padding: 0px;
	font-weight: bold;
	color: #73868C ;
	text-decoration: none;
	}

.content {
	font-size: 10px;
	color: #5D5C5F ;
	letter-spacing: .02em;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	}
	
.content a:link, .content a:visited, .content a:active {
	font-size: 10px;
	color: #5D5C5F;
	border: 0px;
	margin: 0;
	padding: 0px;
	letter-spacing: .02em;
	border-bottom: 1px dotted #5D5C5F;
	text-decoration: none;
	}

.content a:hover{
	font-size: 10px;
	color: #40B3EA;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #40B3EA;
	letter-spacing: .02em;
	}
	


