/*
Theme Name: Default Setup
Theme URI: http://www.cssjockey.com
Description: Default Setup - Change This
Version: 1.0
Author: CSSJockey
Author URI: http://www.cssjockey.com/
*/

/* 
 * Reset Styles 
 */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, cite,
del, dfn, font, img, ins, kbd, q, s, samp, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, .reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
img{
	outline:0;
	border:none;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	margin:0 0 0px 0;
	padding:0px;
}
ol, ul {
	list-style:inherit;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	border-left:3px solid #CCC;
	padding:0px 0 0px 7px;
	margin-left:10px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
h1{
	font-size:18pt;
}
h2{
	font-size:16pt;
}
h3{
	font-size:14pt;
}
h4{
	font-size:12pt;
}
h5{
	font-size:10pt;
}
h6{
	font-size:8pt;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.textcenter, .aligncenter{
	text-align:center;
}
.textjustify{
	text-align:justify;
}
.hidden{
	display:none;
	visibility:hidden;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
small{
	font-size:90%;
}
b, strong{
	font-weight:bold;
}
code{
	font-family:"Courier New", Courier, monospace;
}
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	margin:10px 0 10px 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin:10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}
.wp-caption p.wp-caption-text {
	font-size: 90%;
	padding: 3px 0 3px 0;
	margin: 0;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
/*
 * Main Structure
 */

body{
	background:#efefef;
        color: #454545;
}
a{
    color: #3887c8;
}
#contest{
	width:780px;
	padding:10px;
	margin:0 auto;
        background: #FFF;
        border: 1px solid #CCC;
}
#contest h1.title{
    font:italic 18pt Georgia;
    color: #454545;
    border-bottom: 1px solid #CCC;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    text-align: center;
}
#contest p{
    font:normal 10pt Tahoma;
}
.post fieldset{
    border: 1px solid #CCC;
    padding:10px;
    margin: 5px;
}
.post fieldset legend{
    font-family:"Trebuchet MS";
    font-size: 13pt;
    color:#3887c8;
    padding:0 5px 0px 5px;
    margin: 0 0 0 0px;

}
.post fieldset p{
    margin: 0 0 5px 15px;
}
.msg{
    padding:10px;
    margin: 0 5px 10px 5px;
    background: #f4f4f4;
    border: 1px solid #CCC;
    font:normal 10pt Arial;
}
.key{
    padding:10px 0 0px 0;
    color:#565c06;
    font:bold 14pt arial !important;
}
.submit{
    margin:10px 0 0 5px;
    padding:5px 15px 5px 15px;
}

/*
 * WordPress Post Styles
 */

.post{
    line-height:1.5;
    padding:0 0 10px 0;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h5{
    font-family:"Trebuchet MS";
    color:#3887c8;
    margin:0 0 10px 0;
}
.post p{
    margin:0 0 15px 0;
}

.post dl{
    margin:0;
    padding:0;
}
.post dl dt{
    margin:0;
    padding:0;
    font-weight: bold;
}
.post dl dd{
    margin: 0 0 1em 1em;
    padding: 0;
}
.post ul{
    margin:0 0 15px 30px;
}
.post ol{
    list-style:decimal !important;
    margin:0 0 15px 35px;
}
.post ul li, .post ol li{
    margin:0 0 3px 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content : "";
}

blockquote, q {
    quotes : "";
    border-left : 2px solid #ccc;
    padding : 0 0 0 7px;
    margin-left : 10px;
    font-style:italic;
}
pre code {
    font-family : "Courier New", Courier, monospace;
}
.post table{
    width:100%;
    border:1px solid #CCCCCC;
    margin:0 0 20px 0;
}
.post table th{
    text-align:center;
    background:#CCCCCC;
    padding:5px;
}
.post table td{
    text-align:center;
    padding:5px;
    border-top:1px solid #CCCCCC;
}
.post tr{
    background:#e8e8e8;
}
.post tr.alternate{
    background:#FFFFFF !important;
}


/*
 * WordPress Calendar widget
 */

#wp-calendar{
	width:100%;
	color:#CCC;
}
#wp-calendar caption{
	text-align:center;
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 5px 0;
}
#wp-calendar th {
	text-align:center;
	font-weight:bold;
}
#wp-calendar tr td{
	text-align:center;
	padding:3px;
}
#wp-calendar a{
	font-weight:bold;	
}
/** Image Caption Styles **/
.wp-caption{
    margin:0 0 10px 0;
    padding:4px 0px 3px 0px;
    background:#FFFFFF;
    border:1px solid #cccccc;
    text-align:center;
}
.wp-caption p{
    margin:3px 0px 0px 0px !important;
    padding:0px !important;
    font-size:85%;
}
.alignright{
    float:right;
    margin-left:10px;
}
.alignleft{
    float:left;
    margin-right:10px;
}
.aligncenter{
    margin:0 auto;
    text-align:center;
    margin-bottom:10px;
}