@charset "utf-8";

/* --------------- GENERAL STRUCTURE ------------------------- */

html, body{
	margin:0;
       height:100%;
}

#body{
	margin:0 auto 100px auto;
	width:916px;
}

#content{
	padding:0 0 190px 0;
}

#header{
	height:385px;
	margin:0 0 20px 0;
	position:relative;
}

#left-column{
	float:left;
	width:100px;
	padding:10px 25px 0 0;	
}

#main-content{
	float:left;
	width:583px;
	padding:10px 20px 50px 20px;
	margin-bottom:50px;
}

#right-column{
	float:left;
	padding:10px 0 0 20px;
        width:141px;
}

.horizontal-list{
	margin:0;
	padding:0;
}

.horizontal-list li{
	margin:0;
	padding:0;
	float:left;
	display:inline;
}



/* -------------------HEADER ------------------------------------------ */

#twitter{
	position:absolute;
	width:350px;
	height:119px;
	top:57px;
	left:40px;
	padding:10px 0 10px 10px;
}

#twitter p{
	width:275px;
	margin:12px 0;
}

#twitter-logo{
	position:absolute;
	width:95px;
	height:22px;
	top:10px;
	right:40px;
}

#sam-pic{
	position:absolute;
	width:163px;
	height:215px;
	top:8px;
	left:382px;
}

#mark-pic{
	position:absolute;
	width:190px;
	height:261px;
	top:8px;
	left:546px;
}

#nav{
	position:absolute;
	width:172px;
	top:65px;
	left:750px;
	margin:0;
	padding:0;
}

#nav li{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#nav li#home{
	height:29px;
}

#nav li#blog{
	height:29px;
}

#nav li#about-sam{
	height:31px;
}

#nav li#about-mark{
	height:32px;
}

#nav li#biog{
	height:29px;
}

#nav li#video_blog{
	height:29px;
}

#nav li#competition{
	height:29px;
}

#nav li a{
	display:block;
	height:100%;
	width:100%;
}

#header h1{
	height:94px;
	position:absolute;
	top:270px;
	left:25px;
	width:100%;
}	

#footer-text{
	float:left;
	width:480px;
	line-height:22px;
	padding:0 0 0 0;
	margin:1em 0;
}	

#footer-links{
	float:right;
	width:400px;
	line-height:22px;
	margin:1em 0;
	text-align:right;
}

/* ---------------------- GENERAL CLASSES ------------------------------*/

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.clear{
	clear:both !important;
	height:0 !important;
	margin:0 !important;
	padding:0 !important;
	visibility:hidden !important;
}


/* -------------------- BLOG ---------------------------- */

.blog-item{
	margin-bottom:50px;
}

	
/* ------------------- ABOUT ---------------------------- */

.about-left{
	width:190px !important;
	padding-right:15px !important;
}

.about-page{
	width:510px !important;
	background:transparent url(http://www.samandmark.com/images/about-content-border.gif) top left repeat-y !important;
}

#homepage-news-ticker{
	position:relative;
	width:100%;
	height:47px;
	overflow:auto;
	text-transform:uppercase;
}


/* ----------------------- HOME ------------------------------- */

#content.home{
	background-image:none !important;
	padding-bottom:50px !important;
}

#main-content.home{
	padding-bottom:0 !important;
}

#ticker{
	margin:50px 0 0 0;
	height:70px;
	width:100%;
	overflow:hidden;
}

#ticker p{
	margin:0;
	padding:0 530px 50px 530px;
	white-space:nowrap;
	color:#F8E11D;
	font-family:Arial;
	font-size:70px;
	font-weight:bold;
	text-transform:uppercase;
	height:70px;
	line-height:70px;
}	

#flash-player{
width:570px;
height:313px;
}