/* 
LAUNCH SQUARED MEDIA

Design/Development by Daniel Scally | http://launchsquared.com

*/

body{
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
	margin: 0;
	background: url(images/body-bg.jpg) repeat-x;
	background-color: #C6C6C6;
	}


/* MAIN ELEMENTS */
#container{
	width:800px;
	margin: 0 auto;
	text-align:left;
	}

#logo {
	margin-bottom: 5px;
	}

#photo-bar {
	height: 110px;
	background: url(images/photos/web/03.jpg) no-repeat;
	}
	
#left {
	float: left;
	width: 375px;
	margin: 0;
	padding: 0;
	background: #949091;
	}

#right {
	float: right;
	width: 400px;
	padding: 0;
	margin-top: 10px;
	}
	
#content-container{
	padding:5px;
	}

.talk-box {
	margin: 10px;
	padding: 5px;
	background: #E4E4E4;
	border: 2px solid #ccc;
	font-size: 14px;
	color: #000000;
	letter-spacing: .03em;
	text-decoration: none;
	}

.quote {
	margin: 10px;
	padding: 5px;
	background: url(images/quote.gif) top right no-repeat;
	}

.folio-box {
	margin: 4px;
	padding: 2px;
	background: #D6CEB2;
	border: 1px solid #ccc;
	}

.biz-folio-box {
	margin: 6px;
	padding: 6px;
	background: #EFEFEF;
	border: 1px solid #ccc;
	}

.mang-folio-box {
	margin: 6px;
	padding: 6px;
	background: #D7DBFF;
	border: 1px solid #ccc;
	}

.personal-folio-box {
	margin: 6px;
	padding: 6px;
	background: #EFEFEF;
	border: 1px solid #ccc;
	}


/* TEXT FORMATING */


.bar{
	font: Lucidia Grande, Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 4px;
	color: #4396D8;
	background: #EDE3C0;
	border-left: 15px solid #454545;
	}

.title{
	font: Lucidia Grande, Verdana, Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	}



.text {
	font-size: 12px;
	color: #000000;
	letter-spacing: .03em;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	}
	
.text a:link, .text a:visited, .text a:active {
	color: #000000;
	background: #FFFFFF;
	border: 0px;
	margin: 0;
	padding: 3px;
	letter-spacing: .02em;
	text-decoration: underline;
	}

.text a:hover{
	color: #000000;
	background: #73A9DF;
	margin: 0;
	padding: 3px;
	text-decoration: underline;
	letter-spacing: .02em;
	}

.stretcher-text {
	font-size: 14px;
	color: #000000;
	letter-spacing: .03em;
	margin-left: 15px;
	padding: 8px;
	background: #EDE3C0;
	text-decoration: none;
	}
	
.stretcher-text a:link, .stretcher-text a:visited, .stretcher-text a:active {
	color: #000000;
	border: 0px;
	margin: 0;
	
	letter-spacing: .02em;
	text-decoration: underline;
	}

.stretcher-text a:hover{
	color: #73A9DF;
	margin: 0;
	text-decoration: underline;
	letter-spacing: .02em;
	}