/*
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: #61025E url('images/bg1.jpg') repeat-y;
	color: #000;
	font-weight: normal;
	position:relative;
	font-size: 12px;
}

h1 {
	font-size: 16px;
}
#page {
	width:840px;
	margin:0px auto;
	position:relative;
	padding:0 60px;
	}
.page {
	width:840px;
	margin:0px auto;
	position:relative;
	}
#header_page {
	padding:0 0 30px 0;
}
#content_page {
	padding:30px 0;
}
a, h2 a:hover, h3 a:hover {
	color:#000;
	text-decoration: underline;
	}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	height: 212px;
	width: 840px;
	xborder-bottom:1px solid #bed7e9;
	position:relative;
}
.big_logo {
	display:block;
	position:absolute;
	bottom:12px;
	left:0;
	width:200px;
	height:160px;
	background:url(images/logo_big.png) no-repeat;
}

.tag_header
{
	display:block;
	position:absolute;
	left: 150px;
	bottom:55px;
	width:360px;
	height:100px;
	background:url(images/tag_header.png) no-repeat;
}

.sticker_logo {
	position:absolute;
	top:0px;
	right:0px;
	background:url(images/sticker.png);
	width:296px;
	height:203px;
}
.nav_bar {
	position:relative;
	float:left;
	width: 175px;
	padding: 0 30px 100px 0;
}
.nav_bar li {
	list-style:none;
	font-size:16px;
	padding:15px 0 15px 21px;
	border-top:1px solid #92278f;
}
.nav_bar .first_item {
	border-top:0px none;
}
.nav_bar li a {
	text-decoration:none;
}
.nav_bar .current_page_item {
	font-weight:bold;
}

#content {
	position:relative;
	float:left;
	width:630px;
	line-height: 18px;
}

#content a{
	color: #00A651;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	position:relative;
	clear:both;
	xborder-top:1px solid #BED7E9;
	padding: 50px 0 0;
	margin:30px 0 0;
	color:#fff;
}
#footer .btt {
	position:absolute;
	top:-50px;
	left:10px;
	cursor:pointer;
	cursor:hand;
}
#footer .btt img {
	padding:0 10px;
}
#footer .btt_purple {
	position:absolute;
	top:-80px;
	left:10px;
	cursor:pointer;
	cursor:hand;
	width:140px;
	height:21px;
	background:url(./images/backtotop.png);
}

.bottom_logo {
	width:87px;
	height:41px;
	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;
	color:#fff;
}
.bottom_copy {
	font-size:10px;
	text-align:center;
}

/* character page styles */

.upper_char {
	float:left;
	width:195px;
	height:150px;
	margin:0 15px 15px 0;
	background:#eee;
	position:relative;
	color:#fff;
}
.char_upper_pic {
	position:absolute;
	top:12px;
	left:12px;
	width:73px;
	height:73px;
	display:block;
}
.char_upper_data {
	position:absolute;
	top:12px;
	left:93px;
	height:100px;
	width:90px;
	overflow:hidden;
	white-space:nowrap;
	font-size:9px;
}
.char_upper_data h3 {
	margin:0;
	font-size:11px;
	color:#fff;
}
.char_upper_desc {
	font-size:9px;
	height:52px;
	left:12px;
	overflow:hidden;
	position:absolute;
	text-align:justify;
	top:91px;
	width:166px;
	line-height: 14px;
}

.lower_char {
	float:left;
	width:190px;
	margin:0 18px 15px 0;
	height:48px;
	position:relative;
	xbackground:#eee;
	line-height:16px;
}
.char_lower_pic {
	position:absolute;
	top:0px;
	left:0px;
	width:48px;
	height:48px;
	display:block;
}
.char_lower_data {
	position:absolute;
	top:0px;
	left:53px;
	height:48px;
	/* width:160px; */
	width:162px;
	overflow:hidden;
	font-size:9px;
	white-space:nowrap;
}
.char_lower_data h3 {
	margin:0;
	font-size:11px;
	color:#000;
}
.divider {
	width:714px;
	height:20px;
	border-top:1px solid #92278f;
	clear:both;
}
div.googlemaps {
	margin:0 !important;
}


.print_link {
	float:right;
}

.daylink, .daylink:hover {
	font-weight: bold !important;
	text-decoration: none;
}

.active_day, .active_day:hover {
	color: #000 !important;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

.schedule_header {
	width:620px;
	padding:0 0 15px 0;
}
.schedule_event {
	position:relative;
	width:620px;
	clear:both;
	border-top:1px solid #92278f;
	padding:15px 0;
}
.schedule_start {
	color: #000;
	font-weight: bold;
	width:80px;
	float:left;
	font-size:13px;
}
.schedule_details {
	padding-right:20px;
	width:225px;
	float:left;
}
.schedule_event .full_size {
	width:515px;
}
.schedule_title {
	font-weight:bold;
	font-size:13px;
}
.schedule_participants {
	width:290px;
	float:left;
	line-height: 16px;
}
.schedule_description {
	line-height:16px;
}
.smallprint {
	font-size: 10px;
}
.agreement_checkbox .desc, .agreement_checkbox .error {
	display:none !important;
}

#feed {
	position:relative;
	float:right;
	width:235px;
	margin: 10px 0 30px 0;
}
#feed .title {
	height:30px;
	color:#000;
	font-size:18px;
	padding:15px 15px 0;
	font-weight: normal !important;
}
#feed .body {
	margin:15px;
}
.tweet {
	padding: 10px 0;
	background:url(images/dotted_grey_bg.jpg) repeat-x;
	border-bottom:1px solid #92278f;
}
#feed .first_item {
	background:none;
	border-top:1px solid #92278f;
}
.tweet .person {
	color: #00A651;
	text-decoration: none;
}
.tweet .timestamp {
	color:#000;
	font-size: 10px;
	font-style:italic;
	font-family: "Georgia",Georgia,Serif;
}

.narrowcolumn {
	padding: 0 20px 20px 0 !important;
	width: 370px !important;
	float: left !important;
	}
.main_content {
	position:relative;
}
.full_white_bg {
	width:100%;
	background:#fff;
}
.kodak_sponsor {
	background:url(/wp-content/themes/soccomm/images/sponsoredbykodak.png);
	width:183px;
	height:114px;
}
