/*
Theme Name: Score Media
Theme URI: http://scoremedia.ca/
Description: Score Media
Version: 0.1
Author: Joseph Cresencia
Author URI: http://cresencia.ca
Tags: fixed width, vertical navigation

*/

@import url("reset.css");
@import url("elements.css");
@import url("sidebar-layout.css");

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/* Left Column */
#left-column {
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
}

#logo {
	text-align: center;
}

#nav-container {
	padding: 5px 0;
	background: url(http://scoremedia.s3.amazonaws.com/css/img/dashed-grey-vertical.gif) repeat-y 3em 0;
}

#nav {
	list-style: none;
	margin: 0 5px 0 1em;
}

#nav ul {
	list-style: square;
}

#nav li, #nav li.selected ul {
	margin: 0 0 0 2em;
}

#nav li.selected {
	margin: 0;
}

#nav li.selected ul {
	display: block;
}

#nav li ul {
	margin: 0;
	border-top: 2px solid #000;
	padding: 0.5em 0;
	background: #414141;
	list-style: square;
	color: #ccc;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: 1em 1em 1em 3em;
	color: #fff;
	text-decoration: none;
}

#nav li ul li {
	margin: 0 0 0 2.5em;
}

#nav li li a:link, #nav li li a:visited {
	color: #ccc;
	background: #414141;
	padding: 0.25em;
}

#nav-1 a {
	background: #004d9c url(http://scoremedia.s3.amazonaws.com/css/img/1.gif) no-repeat left;
}

#nav-2 a {
	background: #09689f url(http://scoremedia.s3.amazonaws.com/css/img/2.gif) no-repeat left;
}

#nav-3 a {
	background: #0195bb url(http://scoremedia.s3.amazonaws.com/css/img/3.gif) no-repeat left;
}

#nav-4 a {
	background: #09689f url(http://scoremedia.s3.amazonaws.com/css/img/4.gif) no-repeat left;
}

#nav-5 a {
	background: #004d9c url(http://scoremedia.s3.amazonaws.com/css/img/5.gif) no-repeat left;
}

#social-media {
	margin: 2em 0 2em 4em;
}

#social-media li {
	margin: 1em 0;
	list-style: none;
}

#social-media li img {
	vertical-align: middle;
}

/* Middle Column */
#content {
	min-height: 600px;
	margin: 0 0 0 260px;
	padding: 2em 10px 5em 2em;
	border-left: 1px dashed #ccc;
}

body.two-col #content {
	width: 715px;
}

body.two-col #column-right {
	display: none;
}

#teaser {
	padding: 0 0 1em 0;
	border-bottom: 1px dashed #ccc;
}

.more-link {
	text-align: right;
}

#content ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

#content ul li {
	margin: 0.5em 0;
}

#content ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
	list-style: decimal;
}

#content small {
	font-size: 0.8em;
}

#content .padding-block {
	width: 100%;
	height: 500px;
}

#content #properties {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#content #properties li {
	float: left;
	margin: 0;
	width: 33.3%;
}

.calendar {
	float: left;
	margin: 0 0.5em 0.5em 0;
	background: url(http://scoremedia.s3.amazonaws.com/css/img/calendar-bg.gif) no-repeat center;	
	color: #fff;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height: 43px;
	width: 43px;
}

.calendar span {
	clear: left;
	font-size: 1.25em;
	color: #ccc;
}

#executive-team dt {
	font-size: 1em;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	border-top: 1px dashed #ccc;
	background: #f4f4f4;
	color: #000;
}

#executive-team dt span {
	float: right;
}

#executive-team dt.selected {
	border-top: 0;
	background: #0195bb;
	color: #fff;
	cursor: default;
}

#executive-team dd {
	padding: 0 0.5em;
}

#executive-team dd h2 {
	margin: 1em 0;
	font-size: 1em;
}

#executive-team dd img {
	float: left;
	padding: 0.5em;
	margin: 0 0.5em 0.5em 0; 
	margin-right: 5px;
	border: 1px solid #ccc;
}

#board-of-directors {
	margin: 1em 0;
}

#board-of-directors dt {
	font-weight: bold;
}

#board-of-directors dd {
	margin: 0 0 1em 0;
}

#posts h2 {
	font-size: 1.5em;
}

.post h1, .post h2 {
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
}

.post small {
	color: #999;
}

ul#list-view {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#map {
	float: left;
	width: 230px;
}

#contact-form {
	float: left;
	width: 485px;
}

img.alignleft {
	float: left;
}

/* Right Column */
body.three-col #container {
	background: url(http://scoremedia.s3.amazonaws.com/css/img/right-column-bg.gif) repeat-y right;
}

body.three-col #content {
	width: 461px;
}

#column-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 238px;
	height: 100%;
}

#column-right-top {
	height: 31px;
	border-bottom: 1px dashed #ccc;
	background: url(http://scoremedia.s3.amazonaws.com/css/img/right-column-cover-bg.gif) repeat-y;
}

#column-right-content {
	text-align: center;
	margin-left: 18px;
}

#column-right-bottom {
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 4em;
	width: 238px;
	border-top: 1px dashed #ccc;
	background: url(http://scoremedia.s3.amazonaws.com/css/img/right-column-cover-bg.gif) repeat-y;
}

#column-right h2 {
	margin: 0 0 0 18px;
	padding: 0.5em 0 0.5em 0.5em;
	font-size: 1em;
	color: #fff;
	background: #004d9c;
}

#column-right ul {
	margin: 0 0 0 18px;
	list-style: none;
}

#column-right ul li {
	padding: 0.5em 0.5em 0.5em 0.75em;
	border-bottom: 1px dashed #ccc;
}

#column-right ul li.alt {
	background: #ccc;
}

#column-right ul#news li a {
	display: block;
}

/* Footer */
#footer {
	position: relative;
	width: 1030px;
	margin: -3em auto 0 auto;
	border-top: 1px dashed #ccc;
	text-align: center;
	padding: 4em 0 0 0;
	z-index: 100;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	padding: 0 1em;
}

#footer ul {
	margin: 0.5em;
}

#footer ul li {
	display: inline;
}

/* Classes */
.clear {
	clear: both;
	visibility: hidden;
	height: 1px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.ta-left {
	text-align: left;
}

.ta-right {
	text-align: right;
}

.ta-center {
	text-align: center;
}