/*
Theme Name: Tempo Multisport
Theme URI: http://www.christineestrada.com
Description: WordPress theme for Tempo Multisport
Version: 1.1
Author: Christine Estrada
Author URI: http://www.christineestrada.com/

	This theme was designed and built by Christine Estrada
	whose blog you will find at http://www.christineestrada.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	background: #cee8f5 url('images/bg.png');
}

h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
	color: #067ab3;
}

h1 a {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #067ab3;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;
	color: #516c00;
	border-bottom: 1px solid #81a939;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 -10px 0;
	padding: 0;
}

hr {
	padding-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #999999; 
	border-style: none none dotted;
	clear: both;
}

	hr.solid {
		border: 1px solid #81a939; 
		border-style: none none solid;
	}

a {
	color: #516c00;
	text-decoration: underline;
}

p.site_credit {
    width: 920px;
	margin: 0 auto 0 auto;
	font-size: 10px;
    text-align: right;
}

p.site_credit a {
	text-decoration: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}




/*
 * PAGE STRUCTURE 								
 */

#page_container {
	width: 1024px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 12px;
	background: url('images/content_bg.png') repeat-y;
}

#login_container {
	width: 1000px;
	height: 30px;
	background-color: #7db842;
}

#header_container {
	float: left;
	position: relative;
	width: 1000px;
	height: 235px;
}

#navigation_container {
	float: left;
	width: 1000px;
	height: 25px;
	background-color: #7db842;
	border-top: 1px solid #41648c;
	border-bottom: 1px solid #41648c;
}

#main_container {
	float: left;
	width: 1000px;
}

#content_container {
	float: left:
	width: 100%;
}

#content_container.narrow {
	float: left;
	width: 650px;
}

#sidebar {
	float: right;
	width: 220px;
	position: relative;
	padding-top: 20px;
}

#footer {
	float: left;
	width: 1000px;
	height: 30px;
	color: #fff;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 11px;
	background-color: #7db842;
	border-top: 1px solid #41648c;
	border-bottom: 1px solid #41648c;
}

#footer p {
	padding: 5px 30px 0 30px;
	margin: 0;
}

#footer p a {
	color: #fff;
}




/*
 * HEADER STYLING									
 */

div#header_container div.contact_badge {
	position: absolute;
	top: 10px;
	right: 25px;
	text-align: right;
	color: #fff;
}

div#header_container div.contact_badge a {
	color: #fff;
}

div.login_content {
	float: right;
	margin: 4px 10px 0 0;
}

div.login_content label {
	font-size: 11px;
}

div.login_content input {
	border: 1px solid #41648c;
	height: 15px;
	font-size: 11px;
}

div.login_content input[type='submit'] {
	margin-top: 1px;
	height: 19px;
}




/*
 * NAV STYLING									
 */

div#navigation_container ul.nav {
	float: left;
	position: relative;
	top: 6px;
	left: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

div#navigation_container ul.nav li {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 14px 0 14px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}

div#navigation_container ul.nav li.current_page_item,
div#navigation_container ul.nav li.current_page_parent {
	height: 20px;
	margin-top: -3px;
	padding-top: 2px;
	background-color: #fff;
	border-top: 1px solid #41648c;
	border-right: 1px solid #41648c;
	border-left: 1px solid #41648c;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

div#navigation_container ul.nav li a {
	color: #000;
	text-decoration: none;
}

div#navigation_container div.media_icons {
	float: right;
	margin: 1px 25px;
}

div#navigation_container img {
	border: none;
	margin: 0 5px;
}

ul.subnav {
	float: left;
	width: 500px;
	margin: -20px 0 0 0;
	padding: 0;
}

ul.subnav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	font-weight: normal;
	text-transform: none;
}

ul.subnav li:before {
	padding-right: 10px;
	content: url('images/bullet.png'); 
}

ul.subnav li:first-child:before {
	padding-right: 0px;
	content: '';
}

ul.subnav li a {
	text-decoration: underline;
	color: #516c00;
}

ul.subnav li.current_page_item a {
	text-decoration: none;
	font-weight: bold;
}




/*
 * CONTENT STYLING								
 */

div#content_container {
	padding: 25px 45px;
}

#content_container img {
	border: 1px solid #516c00;
}

#content_container a.more {
	float: left;
	display: block;
	height: 20px;
	padding-left: 16px;
	margin: 0 30px 0 0;
	background: url('images/read_more.gif') no-repeat left 3px;
}

#content_container a.comments {
	float: right;
	display: block;
	height: 20px;
	padding-left: 18px;
	background: url('images/comments.gif') no-repeat left 4px;
}

#content_container div.navigation {
	margin: 0 0 15px 0;
}

#content_container table th {
	background-color: #067ab3;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px 20px 2px 20px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content_container table td {
	height: 20px;
	padding: 2px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

div.post {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

div.post h3 {
	margin: 20px 0 5px 0;
}

div.post h3 a {
	text-decoration: none;
}

p.wp-caption-text {
	font-size: 11px;
	text-align: center;
	padding: 2px;
	margin: 0;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}




/*
 * SIDEBAR STYLING								
 */

div#sidebar h2 {
	padding: 3px 0 3px 0;
	margin: 0 0 10px 0;
	border-top: 1px dotted #000833;
	border-bottom: 1px dotted #000833;
}

div#sidebar ul {
	margin: 0;
	padding: 0;
}

div#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}




/*
 * BLOG STYLING									
 */

.commentlist li {
	list-style-type: none;
	margin: 0;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	margin: 2px 10px 2px 0;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.timestamp {
	font-size: 11px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #3a4b81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	border: 1px solid #3a4b81;
	font-size: 12px;
}

#respond {
	margin: 20px 0 0 0;
}

#respond h2 {
	margin: 20px 0 0 0;
}

