/*
Theme Name:		Vote For Matt Hudson v1
Theme URI:		http://www.voteformatthudson.com
Description:	The first version of Matt Hudson's Wordpress site
Version:		1.0
Author:			Chris Farrugia at Designbulb.com
Author URI:		http://www.designbulb.com/
*/

script {
	border:none;
}

.container_16
{
	margin:10px auto;
	width: 960px;
	background:url(images/design/container_bg.jpg) repeat-x;
	background-color:#f8f8f8;
	padding:10px 0;
	font-size:13px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
.sub_4
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:10px;
}

.container_16 .grid_4
{
	width: 220px;
}

.container_16 .grid_8
{
	width: 460px;
}

.container_16 .grid_12
{
	width: 700px;
}

.container_16 .grid_16
{
	width: 940px;
	margin:0 auto;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .grid_1
{
	width: 40px;	
}

.container_16 .grid_2
{
	width: 100px;
}

.container_16 .grid_3
{
	width: 160px;
}

.container_16 .grid_5
{
	width: 280px;
}

.container_16 .grid_6
{
	width: 340px;
}

.container_16 .grid_7
{
	width: 400px;
}

.container_16 .grid_9
{
	width: 520px;
}

.container_16 .grid_10
{
	width: 580px;
}

.container_16 .grid_11
{
	width: 640px;
}

.container_16 .grid_13
{
	width: 760px;
}

.container_16 .grid_14
{
	width: 820px;
}

.container_16 .grid_15
{
	width: 880px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/************************/
/*		LAYOUT			*/
/************************/
body {
	background:url(images/design/body_bg.jpg) repeat-x;
	background-color:#11568f;
}

#header {
	position:relative;
	height:130px;
	width:940px;
	margin:0 auto 15px auto;
	background:url(images/design/header_bg.jpg) no-repeat 0;
}

#welcomemsg {
	width:920px;
	padding:10px;
	margin-bottom:25px;
	background:url(images/design/welcome_bg.jpg) repeat-x;
	background-color:#eceaea;
}
.posts {
	padding:15px 10px;
	background-color:#fff;
	border:1px solid #ccc;
}

.entry {
	margin-bottom:30px;
}

.sidebarbox {
	margin-bottom:30px;
}
.countdown_box {
	border:2px solid #ff0000;
	background-color:#fff;
	color:#0a62ac;
	font-weight:bold;
	padding:10px;
	font-size:24px;
	text-align:center;
	margin-bottom:20px;
}

.comments_headers {
	margin-bottom:10px;
	font-size:16px;
}

ul#comment_list {
	margin-bottom:25px;
	border:1px solid #b0ab91;
}

#comment_list li {
	list-style-type:none;
	margin:0;
}

.comment_odd, .comment_even {
	border-bottom:1px solid #b0ab91;
	margin-bottom:0px;
	padding:10px;
	list-style-type:none;
}

.comment_even {
	background-color:#dddacf;
}
.comment_odd {
	background-color:#f2f1ed;
}

.text_input {
	width:400px;
	margin-right:15px;
}
.text_area {
	width:400px;
	height:150px;
}
#footer {
	margin:0 auto;
}
.clear {
clear:left;
}
.navigation.left {
	float:left;
}
.navigation.right {
	float:left;
}
/************************/
/*		FONTS			*/
/************************/
p {
	margin-bottom:10px;
	line-height:18px;
}

#press_credits {
	text-align:center;
	padding:5px 10px;
	margin-bottom:15px;
	background-color:#bbb;
	border:1px solid #aaa;
	font-size:12px;
	font-weight:bold;
}

#press_credits p { margin:0; }

.timeanddate {
	font-weight:bold;
	color:#999;
}

a, a:visited {
	color:#283e93;
}

a:hover {
	color:#ed1c24;
}
h1, h2, h3, h4, h5, h6 { font-family:Arial, Helvetica, sans-serif; }

h2 { 
	font-size:24px;
	line-height:32px;
	margin-bottom:8px;
}
h3 {
	font-size:20px;
	margin-bottom:6px;
}
h4 {
	font-size:14px;
	color:#283e93;
	margin-bottom:6px;
}

h6 {
	color:#0c62ad;
	margin-bottom:2px;
	font-size:13px;
}

#welcomemsg h3 {
	font-size:24px;
}

#sidebar h2 {
	color:#ed1c24;
	font-size:16px;
	line-height:normal;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:1px dotted #999;
}

#social li {
	display:inline;
	margin-right:10px;
	float:left;
}

#social li:last-child {
	margin-right:none;
}

p.tagline {
	font-size:12px;
	color:#ed1c24;
}

.entry ul, .posts li {
	margin:0 0 15px 20px;
}
.entry li, .posts li {
	line-height:18px;
	list-style-type:square;
	margin-bottom:3px;
}

#sidebar li {
	line-height:18px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #999;
}

.post {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}

.post ul {
	margin:0 0 10px 5px;
}

object {
	border:2px solid #444;
}

.sidebarbox script {
	text-align:center;
	margin:0 auto;
}

.paypallabel {
	font-weight:bold;
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/design/error.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/design/success.png');
}


.success, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.wrap td {
	font-size:10px;
}


#events li {
	border-bottom:1px solid #e2e0d8;
	color:#444;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:11px;
}

/************************/
/*		IMAGES			*/
/************************/
img {
	/*background-color:#FFF;*/
}

.alignright {
	float:right;
	margin:0 0 2px 7px;
	border:1px solid #e3e3e3;
	padding:5px;
	background-color:#fff;
}

dl {
	margin-bottom:15px;
}
.wp-caption, .wp-caption-text {
	font-size:11px;
	line-height:18px;
	padding:10px;
	background-color:#eee;
}

#footer p {
	text-align:center;
	font-size:11px;
	margin-bottom:2px;
}

/************************/
/*		NAV			*/
/************************/
#header h1 {
	display:block;
	text-indent:-9999px;
	float:left;
	width:185px;
	height:130px;
}

#header ul {
	width:755px;
	margin-top:143px;
	float:left;
}

#nav li {
	display:inline;
	margin-left:10px;
	padding-right:10px;
	border-right:1px solid #8b0b11;
}

#nav li:last-child {
	border-right:none;
}

ul#nav {
	background:url(images/design/nav_bg.jpg) no-repeat;
	height:42px;
	width:940px;
	padding-top:22px;
	text-align:center;
	margin-bottom:10px;
}

#nav a {
	font-size:12px;
	font-family:Helvetica, Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

#nav a:hover {
	color:#293f94;
}

#header img {
position:absolute;
top:20px;
right:50px;
}

/************************/
/*		FORMS			*/
/************************/
.search_input {
	font-size:14px;
	width:220px;
}

legend {
	visibility:hidden;
}

.med {
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
}
/************************/
/*		Video			*/
/************************/
#covershot img{
	width:180px;
	height:142px;
	border: 1px solid #444;
	overflow:hidden;
}
#videoitem{
	width:180px;
	min-height:300px;
	border: 1px solid #CCC;
	padding: 5px;
	float:left;
	margin:0 7px;
}
#videoblock{
	margin-top:20px;
	border:0px;
}
#videoblock embed{
	width:600px;
	margin-bottom:20px;
	border:10px solid #000;
}
