/*  
Theme Name: New Media Blue
Description: The theme I made for the Frontiers of New Media Symposium
Date: September 16, 2009
Version: 1.4
Author: Peter Christiansen
Author URI: http://www.petewebdesign.com/
Tags: Awesome, Blue
*/

/*Basic Styles*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	vertical-align: top;
	background: #4c577c url(images/nmbbackground.jpg) top left repeat;
	color: #121250;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

.post{
	padding: 10px;
}

.entry{
	
}

p.postmetadata{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font-size:10px
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

a:link, a:visited{
	text-decoration: none;
	border:none;
	border-style:none;
	color: #0000ff;
}

a:hover{
	text-decoration: none;
	color:#aaaaff;
}

p{
	padding: 10px 0 0 0;
}

img{
	border:none;
}

.alignleft{
	clear: both;
	float:left;
	margin: 0 20px 0 0;
}

.clearfloat{
	clear:both;
}
	

/*Layout*/

#wrapper{
	margin:0 auto 0 auto;
	width: 900px;
        display: inline-block;
	text-align:left;
	background:#eeeeee;
	clear:both;
}

#header{
	float: left;
        width: 900px;
        height: 320px;
	background:url(images/nmbheader.jpg) no-repeat left;
}

/* --- U style page layout styles --- */
.u_style #Uwrapper { 
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
.u_style #Uheader { 
	position: relative;
	width: 900px;
        height: 70px;
        float: left;
	border-top: #333 10px solid;
        border-bottom: #333 7px solid;
	background: #666 url(http://www.hum.utah.edu/communication/fnm2009/header/grayBck.png) no-repeat top left;
}
.u_style #headerLeft {
	float: left;
	width: auto; 
        
}
.u_style #headerRight {
	position: relative;
	float: right;
	width: auto;
}



html>body .col { top: 0 } /* hide from ie6 and under  */
.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

/* --- header styles --- */

/* --- headerRight styles (top right bar) --- */
.u_style #headerRight div ul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #dac092;
	font-weight: normal;
	margin: 0;
	padding: 0 .7em .5em 2em;
	background: #333 url(http://www.hum.utah.edu/communication/fnm2009/header/grayBar_corner.jpg) left bottom no-repeat;
}
.u_style #headerRight div ul li {
	display: inline;
	padding: 0 .25em 0 .5em;
	margin: 0;
}
.u_style #headerRight div li + li {
	border-left: #dac092 1px solid;
}
.u_style #headerRight div a:link, .u_style #headerRight div a:visited { 
	color: #fff; 
	text-decoration: none;	
}
.u_style #headerRight div a:focus, .u_style #headerRight div a:hover, .u_style #headerRight div a:active { 
	color: #dac092; 
	text-decoration: none; 
}

/* --- search styles --- */
#search {
	float: right;
	width: 15em;
	text-align: right;
	padding: .5em 1em 0 0;
}
#search form input {
	display: inline;
	margin: 0 .25em 0 0;

}
#search form label input {
	width: 10em;
	height: 1em;
	margin-bottom: .4em;
}
#search form label {
	font-size: 1px;
	color: #999;
}
html>body .col { top: 0 } /* hide from ie6 and under  */
.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}


/* End Ustyle header - paste me into header.php ABOVE WP header*/


#header #menu{
	margin: 243px 0 0 0;
	background:url(images/nmbnav.jpg) repeat-x bottom left;
	display: block;
	height: 35px;
}

#header #menu ul{
	list-style-type: none;
}

#header #menu li{
	height: 35px;
	font-size: 20px;
	float: left;
	padding: 5px 10px 0 20px;
}

#header #menu a:link, #header #menu a:visited{
	text-decoration: none;
	color: #ffffff;
}

#header #menu a:hover{
	text-decoration: none;
	color:#aaaaff;
}

#container{
	float: left;
	width: 690px;
	background:#eeeeee;
	padding: 0 0 0 0;
	display:block;
}

.sidebar{
	float: left;
	width: 200px;
	/*background: #eeeeee;*/
	margin: 0 0 0 10px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li .button{
	padding: 10px 0 0 0;
	margin: 0;
}

.sidebar ul li h2{
	font-family: Arial, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#footer{
	clear: both;
	float: left;
	width: 900px;
	height: 44px;
	background:url(images/nmbfooter.jpg) repeat-x top left;
	text-align: center;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 18px;
}

/*Comment Page*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}