/*
Theme Name: www ryand net
Theme URI: http://www.ryand.net
Description: The new RyAnd layout, with framework basic from the classic theme
Version: 1.0
Author: Ryan Pavlik.  Classic theme (used to know how to split my template) by Dave Shea
Tags: variable width, two columns, widgets


*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background: #000e56;
}

#wrap {
	margin: 3% 5% 5% 5%;
	width: 90%;
	background: #ffffff;
}

/* header and rounded corner styling */
#header {
	margin-left: auto;
	margin-right: auto;
	height: 279px;
	padding: 0;
	background: url("../images/compositeheader.jpg") center no-repeat;
	text-transform: lowercase;
}

#headerleft {
	margin-left: auto;
	margin-right: auto;
	background: url("../images/cornerul.gif") top left no-repeat;
}

#header a {
	color: #000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	background: url("../images/cornerur.gif") top right no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 24pt;
	padding-top: 210px;
}

/* end header and rounded corner styling */

/* content area styling */
#content {
	text-align: left;
	background: white;
	margin-left: auto;
	margin-right: auto;
	width: 61%;
	float: left;
}

#innercontent {
	margin-left: auto;
	margin-right: auto;
	padding: 10pt 28pt 14pt 28pt;
}

h1{
	font-size: 22pt;
}

h2{
	margin-bottom: 0;
	font-size: 12pt;
	font-weight: bold;
}

h3{
	margin-bottom: 0;
	font-style: italic;
}

p {
	margin-top: 0;
}

#firstpost + h2 { /* style Older News header */
	margin-top: 14pt;
}

#oldnews {
	list-style: none;
	margin-top: 0;
}
/* end content area styling */

/* navigation bar styling */
#nav {
	margin-left: auto;
	margin-right: auto;
	width: 37%; /*39%*/
	background: #ffffff url("../images/navbg.png") repeat-y;
	float: right;
	text-transform: lowercase;
	display: inline;
}

#nav ul {
	list-style-type: none;
	list-style-position: inside;
	padding-top: 0;
	/*margin-top: -12pt;*/
	padding-left: 14pt;
	font-size: 22pt;
}

#nav ul li {
	list-style-type: none;
	padding-top: 24pt;
}

#nav  ul  li  ul {
	padding-left: 0;
	font-size: 18pt;
}

#nav  ul  li  ul  li {
	list-style-type: none;
	padding-top: 0;
}

#nav #wpnav li {
	font-size: 14pt;
	list-style-type: none;
}

#nav #wpnav li li {
	font-size: 12pt;
	list-style-type: circle;
}

#nav a {
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	color: #000;
	text-decoration: underline;
}
/* end navigation bar styling */

#footer {
	margin-left: auto;
	margin-right: auto;
	background: url("../images/footer.jpg");
	clear: both;
	height: 5em;
	text-align: center;
	padding: 1em;
	font-size: 10pt;
}
