/*
Theme Name: Res Communis Theme
Theme URI: http://spacelaw.olemiss.edu
Description: A theme for the NCRSASL Res Communis Blog.
Version: 1.0
Author: James Kelleway
*/

/* LAYOUT */
/* ----------------------------------------- */

/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 20px 20px 0; }
.alignright		{ float: right; margin: 0 0 20px 20px; }
.wp-caption		{ border: 1px solid #999; text-align: center; background: #eee; padding: 10px; margin: 10px; }

body{
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	
}

nav#secondaryNav ul li.first-menu-item a{

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

nav#secondaryNav ul li.last-menu-item a{
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: none;
}

li.widgets {
	width: 186px;
	font-size: 0.9em;
	margin-bottom: 20px;
	padding: 10px 15px 10px 15px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e0e1e3;
	color: #062b74;
	font-size: 0.8em;
	list-style: none;
	margin-left: -28px

}

li.widgets h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #062b74;
	margin-bottom: 10px;
	padding-bottom: 3px;
	clear: both;
}

li.widgets label.screen-reader-text {
	display: none;

}

ul.children {
	padding: 5px 0 0px 10px;
}

li.widgets ul li {
	margin-bottom: 5px;
	list-style: none;
	margin-left: -23px
}

li.widgets ul li a {
	text-decoration: none;
	
}

#contentHeader {
	height: 95px !important;
	position: relatve;
	padding-top: 18px !important;
	background-image: none !important;
	background: #193A6F !important;
}

#blogrss {
	float:right;
	
}

.blogBody footer{
	font-size: 0.8em;
}

p.author {
	font-size: 1.2em !important;
	margin-top: -8px;
}

.blogBody blockquote {
	margin: 40px 20px;
	padding: 20px 20px 40px 20px;;
	background: rgb(232,247,255) url(../images/blockquote.png) no-repeat bottom left;
	

}

div.divider {
	margin: 40px 0;
	border-bottom: 1px solid #193b71;
}

div.floatLeft {
	float: left;
}

div.floatRight {
	float: right;
}

h1.blogTitle {
	font-size:1.2em !important;
}

/*comments*/

h3#comments-title{
	margin: 40px 0;
}

article.comment{
	border-top: 1px solid rgb(170,170,170);
	padding: 10px 0 30px 0;
	border-bottom: 1px solid rgb(170,170,170);
}

div.gravatar {
	float: left;
	margin: 0 10px 5px 0;
	padding: 1px
}


div.commentAuthor {
	font-size:1.1em;
	margin: 0 0 10px 0;
}

div.commentDetails {
	font-size:1.1em;
	margin-bottom: 12px;
}

div#respond {
	margin-top: 20px;
}

div#respond h3 {
	margin-bottom: 20px;
}

form#commentform {

	background: rgb(232,247,255);
	padding:20px 20px 10px 20px;
	margin-bottom: 20px
	

}

form#commentform label {
	text-transform: uppercase;
	font-size: 0.7em;
}

form#commentform p input {
	width: 200px;
	margin-right: 5px;
}

form#commentform textarea {
	width: 635px;
}

h1.archiveHeader {
	font-size: 1.5em !important;
	padding-bottom: 5px;
	border-bottom: 1px solid #193b71;
	color: #193b71;
	margin-bottom: 30px;
}