/*
Theme Name: SocComm
Theme URI: http://soccomm.com/
Description: Theme for the SocComm conference.
Version: 1.0
Author: blixa
Author URI: http://blixa.org/
Tags: blue, custom header, fixed width, two columns

*/


body {
	font-family: Arial, Sans-Serif;
	background: #01669a url(images/bg.jpg) repeat-y;
	color: #fff;
	position:relative;
	}

.blue_shader {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	background:#007db5;
}
#page {
	width:840px;
	margin:0px auto;
	position:relative;
	padding:0 60px;
	}

a, h2 a:hover, h3 a:hover {
	color:#fff;
	text-decoration: underline;
	}



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	height: 212px;
	width: 840px;
	border-bottom:1px solid #bed7e9;
	position:relative;
}
.big_logo {
	display:block;
	position:absolute;
	bottom:27px;
	left:0;
	width:539px;
	height:122px;
	background:url(images/logo_big.png);
}
/* Remove Sticker
.sticker_logo {
	position:absolute;
	top:0px;
	right:0px;
	background:url(images/sticker.png);
	width:319px;
	height:207px;
}
*/
.nav_bar {
	position:relative;
	float:left;
	width:250px;
	padding:0 70px 100px 0;
}
.nav_bar li {
	list-style:none;
	font-size:16px;
	padding:15px 0 15px 21px;
	border-top:1px solid #BED7E9;
}
.nav_bar .first_item {
	border-top:0px none;
}
.nav_bar li a {
	text-decoration:none;
}
.nav_bar .current_page_item {
	font-weight:bold;
}
#content {
	float:left;
	width:520px;
}
#footer {
	position:relative;
	clear:both;
	border-top:1px solid #BED7E9;
	padding: 50px 0 0;
	margin:30px 0 0;
}
#footer .btt {
	position:absolute;
	top:-50px;
	left:10px;
	cursor:pointer;
	cursor:hand;
}
#footer .btt img {
	padding:0 10px;
}
.bottom_logo {
	width:64px;
	height:53px;
	background:url(images/emblem.png);
	margin:0 auto 30px;
}
.bottom_links {
	text-align:center;
}
.bottom_links ul {
	padding:0;
	margin:0;
}
.bottom_links li {
	list-style:none;
	display:inline;
	font-size:10px;
	border-left:1px solid #BED7E9;
	padding:0 2px 0 6px;
}
.bottom_links .first_item {
	border-left:0px none;
}
.bottom_links a {
	text-decoration:none;
}
.bottom_copy {
	font-size:10px;
	text-align:center;
}
