/*
Theme Name:		Studio 222 Fargo
Theme URL: 		http://studio222fargo.com
Version: 		1.2
Description: 	A custom theme by Spider and Company built on WP Framework
Author: 		Caley Jack Steward
Author URI:		http://robojackstudios.com
Tags:			wpframework, framework, widgets, gravatars, valid xHTML, valid CSS, SEO, microformats, hAtom, vCard, XOXO

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

@import url(css/reset.css); 
@import url(css/960.css);

body {
	float: left;
	width: 100%;
	border-top: 5px solid #F00;
/*	border-bottom: 20px solid #C00;*/
	font: 100%/1.5 Arial, sans-serif;
}

#header {
	margin-bottom: 20px;
}
#logo {
	margin-top: 20px;
}
#logo a {
	width: 140px;
	height: 131px;
	display: block;
	background: url('images/header-logo.png') no-repeat;
	text-indent: -9999px;
}
#description {
	margin-top: 60px;
	font-size: 18px;
	line-height: 1.2;
}
.nav ul {
	float: right;
	border-right: 1px dotted #888;
}
.nav ul li {
	float: left;
	height: 144px;
	list-style: none;
	font-size: 16px;
	text-transform: uppercase;
	border-left: 1px dotted #888;
	letter-spacing: 1px;
}
.nav ul li a {
	display: block;
	height: 16px;
	width: 130px;
	text-align: bottom;
	padding: 126px 10px 2px;
	color: #888;
	text-decoration: none;
}
.nav ul li a:hover {
/*	color: #C00;*/
	background: #F2F2F2;
	color: #444;
/*	text-shadow: 0 -1px 0 #FFF;*/
}
.nav ul li.current_page_item a {
	background: #F00 url('images/nav-bg.png') repeat-x bottom left;
/*	font-weight: bold;*/
	color: #FFF;
	text-shadow: 0 -1px 0 #400;
}

#content a, #footer a {
	color: #C00;
	text-decoration: none;
}
#content a:hover, #footer a:hover {
/*	color: #800;*/
	border-bottom: 1px dotted #888;
}
#content p, #footer p {
	font-size: 14px;
	color: #666;
	margin: 5px 0 15px 0;
}
#content strong {
	font-weight: bold;
	color: #444;
}
#content .banner {
	margin-bottom: 30px;
}
img.banner {
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#content .hentry {
/*	clear: both;*/
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
h1 {
	font-size: 32px;
	letter-spacing: -2px;
}
h2 {
	font-size: 21px;
}
h3.entry-title {
	margin-top: 20px;
}

#wp-calendar {
	font-size: 14px;
	background: #F2F2F2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
	padding: 5px;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar thead th {
	font-weight: bold;
}
#wp-calendar tbody td {
	color: #808080;
}
#wp-calendar #today {
	background: #DDD;
	color: #000;
	border: none !important;
}
#wp-calendar .ec3_eventday a {
	color: #F00 !important;
}
#wp-calendar .ec3_eventday a:hover {
	color: #C00 !important;
}
#wp-calendar .ec3_eventday:hover {
	border: none !important;
}
#wp-calendar table td:hover {
	border: none !important;
}
#content table.ec3_schedule {
	display: none;
}

#secondary ul li {
	font-size: 14px;
	list-style: none;
}
#secondary ul.ec3_events {
	margin: 10px 0 15px 0;
}
#secondary .ec3_events li {
	margin: 10px 0;
}
#secondary .ec3_events .date {
	font-size: 12px;
	color: #666;
}

#footer {
	margin-top: 30px;
}
#footer p {
	font-size: 10px;
	text-align: center;
}


ol#search-query {
	margin-left: 30px;
}
#search-query li a {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}

#content .wp-caption p {
	font-size: 10px;
	margin: 0;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	display: block;
	text-align: center;
}
