/*  
Theme Name: Right World View
Theme URI: http://mvillerightworldview.com
Author: Erica Schoonmaker
Author URI: http://designbyeri.ca
Description: -
*/

/* ------Layout */

#container {
	width: 100%;
	margin: 0 auto;
	top: 0px;
}

#header {
	width: 1020px;
	height: 150px;
	background: #3b5885 url("headback.jpg") no-repeat top center;
	margin: 0 auto;
	position: relative;
	top: -1px;
}

#headerlogo {
	width: 331px;
	height: 144px;
	position: relative;
	top: -45px;
	left: 20px;
}

#headerback {
	width: 100%;
	height: 150px;
	background: #3b5885 url("back_head.png") repeat-x top left;
	position: absolute;
	margin: 0 auto;
}

#content {
	width: 960px;
	height: auto;
	position: relative;
	top: 165px;
	margin: 0 auto;
}

#blogbar {
	width: 620px;
	height: auto;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar1 {
	width: 140px;
	height: auto;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;}

#sidebar2 {
	width: 140px;
	height: auto;
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ------Navigation */

#nav {
	position: relative;
	width: 596px;
	height: 43px;
	border: 0;
	padding: 0;
	background: url("nav1.jpg") top left no-repeat;
	left: 394px;
	top: 98px;
}

#nav ul {
	width: 596px;
	height: 43px;
	padding: 0;
	position: relative;
	
}

#nav ul li {
	padding: 0;
	list-style: none;
	position: absolute;
	margin: 0 auto;
	top: 0;
}

#nav ul li, #nav a {
	height: 43px;
	display: block;
}

#nav ul li a {
	text-indent: -9999px;
	text-decoration: none;
}

#n1 {
	left: 0px;
	width: 100px;
}

#n2 {
	left: 100px;
	width: 114px;
}

#n3 {
	left: 214px;
	width: 84px;
}

#n4 {
	left: 298px;
	width: 181px;
}

#n5 {
	left: 479px;
	width: 119px;
}

#n1 a:hover {
	background: transparent url(nav2.jpg) -0px 0 no-repeat;
}

#n2 a:hover {
	background: transparent url(nav2.jpg) -100px 0 no-repeat;
}

#n3 a:hover {
	background: transparent url(nav2.jpg) -214px 0 no-repeat;
}

#n4 a:hover {
	background: transparent url(nav2.jpg) -298px 0 no-repeat;
}

#n5 a:hover {
	background: transparent url(nav2.jpg) -479px 0 no-repeat;
}

/* ------General Style */

body {
	margin: 0;
	padding: 0;
	background: #DADCDF url("back.png") top center repeat-y;
	color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

ul {
	list-style-type: disc;
	margin: 1px;
	padding-left: 1em;
}

ol {
	letter-spacing: 0;
	margin: 1px;
	padding-left: 1em;
}

.head, h1 {
	text-align: left;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	color: #333333;
	font-size: 36px;
	line-height: 40px;
	padding: 0;
	font-weight: normal;
}

.subhead, .sidebarhead, h2, h3 {
	font-size: 20px;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	color: #2E4467;
	font-weight: normal;
	padding: 0;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

A:link {
	color: #2E4467;
	text-decoration: none;
}

A:visited {
	color: #2E4467;
	text-decoration: none;
}

A:active {
	color: #2E4467;
	text-decoration: none;
}

A:hover {
	color: #2E4467;
	text-decoration: underline;
}

input, textarea, select, text, submit {
	background: transparent;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	border: 1px solid #2E4467;
}

/* ------Blog Stuff */

.postcal {
	float: left;
	margin: 0.1em 10px 0 0;
	width: 61px;
	height: 62px;
	background: url("cal.jpg") no-repeat;
	color: #333333;
	text-align: center;
}

.postdate {
	display: block;
	padding: 7px 0 0 0;
	font-size: 36px;
	font-family: Georgia, Palatino, "Times New Roman", serif;
}

.postmonth {
	display: block;
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 2px 0 0 0;
}

/* ------Images */

img {
	border: 0px;
}

img.img {
	border: 0px;
	padding: 5px;
}

img.left {
	border: 0px;
	float: left;
	padding: 5px;
}

img.right {
	border: 0px;
	float: right;
	padding: 5px;
}

/* ------Positioning */

div.center, p.center {
	text-align: center;
}

div.right, p.right {
	text-align: right;
}

div.left, p.left {
	text-align: left;
}

div.justify, p.justify {
	text-align: justify;
}