/*
Theme Name: USOMC
Theme URI: http://www.vectordefector.com
Description: A custom web theme developed specifically for United States Open Music Competition.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343434;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
	}
	
	
.homeBg {
	background-image: url(images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
}

.pageBg {
	background-image: url(images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
	
a {
	outline: none;	
	color: #daa520;
}

b, strong {
	color: #daa520;	
}

input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
 
#page { 
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 970px;
	height: 135px;
}

#headerimg {
	position: absolute;
	width:709px;
	height:95px;
	margin-top:20px;
}

#googleTranslate {
	float:right;
	width:170px;
	height:42px;	
	margin-top: 30px;
}

/* navigation items */

#navigation {
	position: absolute;
	width: 850px;
	height: 33px;
	margin-left: 135px;
	margin-top: 103px;
	z-index: 1000;
}

#navigation li {
	float:left;
	height: 30px;
	padding-top: 3px;
	padding-left: 13px;
	padding-right: 13px;
	list-style: none;
	border-right: 1px solid #dfdcd3;	
}

#navigation .current_page_item {
	list-style-image: url(images/nav-active-bullet.gif);
	list-style-position: inside;
}

#navigation .current_page_item .navParent{
	color:#daa520 !important;
}

#navigation .current_page_item ul .current_page_item{
	color:#daa520 !important;
}

#navigation li a{
	font-size: 16px;
	text-decoration: none;
	color:#1029a7;
}

#navigation li a:hover{
	color:#daa520 !important;
}

/* sub nav items */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navigation li ul {
	position: absolute;
	width: 170px;
	left: -1500px;
	}

#navigation li:hover ul {
	left: auto;
    margin-top: 10px;
	margin-left: 10px;
	display: block; 
	width: 170px;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	box-shadow: 0px 1px 4px #ccc;
}
	
#navigation li ul li {
	float: right;
	width: 170px;
	min-height: 23px !important;
	padding-top: 10px;
	padding-bottom: 8px;
    padding-left: 8px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color:#ffffff;
    text-align: left !important;
}

#navigation li ul li a{
	font-size: 13px;
	color:#343434;	
}

/* end nav */

/* home elements */

#homeContent {
	float:left;
	width: 935px;
	padding: 15px;
	margin-left: 2px;
	margin-top: 115px;
	min-height: 550px;
}

#homeSlideshow {
	float:left;
	width:625px;
	height:295px;
}

#homeWelcome {
	float:left;
	width: 600px;	
	margin-top: 30px;
	margin-left: 10px;
}

.homePost {
	float:left;
	width: 635px;
	margin-top: 20px;
}

/* end home */

#content {
	float:left;
	width: 935px;
	padding: 15px;
	margin-left: 2px;
	margin-top: 35px;
	min-height: 550px;
}

.post {
	float:left;
	width: 600px;
	margin-left: 10px;
	margin-top: 20px;
}

.entry {
	float:left;
	width: 100%;
}	

#footer {
	float:left;
	width: 970px;
	height: 45px;
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #dfdcd3;
	color: #868686;
}

#footerLeft {
	float:left;
	width: 500px;
}

#footerLeft a {
	font-weight: bold;
	color: #868686;
	text-decoration: none;
}	

#footerLeft a:hover {
	text-decoration: underline;
}	

#footerRight {
	float:right;
	width: 400px;
	text-align:right;
}

/* End Structure */


/* Begin Sidebar */
#sidebar{
	float: right;
	width: 275px;
	margin-top: 20px;
	margin-right: 10px;
}

#searchBox {
	float:right;
	width:275px;
	text-align: center;
}

.field {
	color:#b0adad;
	height: 24px;
	width: 220px;
	padding-left: 5px;
	background-image: url(images/search-field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sidebarEntry {
	float:right;
	width:270px;
	margin-top: 20px;
	margin-bottom: 18px;	
}

.annoucementEntry {
	float:right;
	width: 270px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.quickLink {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
}	

/* End Sidebar */


/*	Begin Headers */
h1 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #daa520;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size:26px;
	border-bottom: 3px double #dfdcd3;
	background-image: url(images/header-flourish.gif);
	background-repeat: no-repeat;
	}

h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	}



#sidebar h2 {
	margin: 0;
	color: #daa520;
	padding-left: 30px;
	padding-bottom: 10px;
	font-size:26px;
	border-bottom: 3px double #dfdcd3;
	background-image: url(images/header-flourish.gif);
	background-repeat: no-repeat;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.entryTimestamp {
	float:left;
	width: 100%;
	margin-top: 10px;
	color: #666;
}	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	border: 1px solid #dfdcd3;
	}

img.alignright {
	padding: 1px;
	margin: 4px 0 5px 10px;
	display: inline;
	border: 1px solid #dfdcd3;
	}

img.alignleft {
	padding: 1px;
	margin: 4px 10px 5px 0;
	display: inline;
	border: 1px solid #dfdcd3;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.smtable {
	width:	200px;
	border: 0; 
	cellspacing: 0;
	cellpadding: 10px;
}