/*
Theme Name: Nathanael Bass
Theme URI: http://nathanaelbass.com/
Description: The theme for nathanaelbass.com.
Author: Nathanael Bass
Author URI: http://nathanaelbass.com/
Version: 1.0 
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px Arial, Helvetica, Sans-serif;
        line-height: 1.5em;
	color: #FFF;
	background-color: #333;
}
#header {
	background-image: url(images/headerbg.jpg);
	height: 220px;
	background-repeat: repeat-x;
}
#headerlogo {
	background-image: url(images/headerlogo.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#headerbox {
	background-repeat: no-repeat;
	padding-top: 30px;
	line-height: 24px;
}
#headerbox div h4 {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding-left: 7px;
}
#headerbox div p {
	color: #FFF;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar {
	height: 420px;
}
#sidebar p {
	font-size: 14px;
	line-height: 20px;
}
#sidebar #strong {
	font-style: italic;
	font-weight: bold;
}
#sidebarinset {
	padding-top: 100px;
	padding-left: 77px;
}
#mainbody {
	height: 212px;
	background-color: #333;
}
#maintext {
	margin-top: 10px;
}

#maintext h2 {
	font-family: CFB1ShieldedAvengerNormal;
	text-transform:uppercase;
}

#maintext img, 
#maintext ul {
	background: #2B2B2B;
	padding: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	width: ;
	height: ;
}
#maintext p, li {
	font-size: 13px;
	line-height: 20px;
}
#maintext strong {
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #09C;
        text-decoration : none;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	font-weight: bold;
}

h2 {
	font-size: 23px;
	font-weight: bold;
}

h3 {
	font-size: 21px;
	font-weight: bold;
}

h4 {
	font-size: 19px;
	font-weight: bold;
}

h5 {
	font-size: 17px;
	font-weight: bold;
}

h6 {
	font-size: 15px;
	font-weight: bold;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

ul#nav {
   list-style-type : none;
   text-align : right;
 }

 /*
  This styles the links. It’s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 
 ul#nav a, ul#nav a.rss {
   font-family: CFB1ShieldedAvengerNormal;
   text-transform:uppercase;
   padding : 10px 5px 5px 87px;
   margin-top : 10px;
   font-size:1.5em;
   line-height: .4em;
   color : #FFF;
   font-style : normal;
   display : block;
   text-decoration : none;
   text-align : left;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 10px;
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn’t do it in this example. I didn’t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   color : #FF3;
 }

 /*
  This style the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   color : #09C;
   cursor : default;
 }
/* Captions ----------------------------------------------------------------------------------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	width: 220px;
	bACKGROUND: #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
}

/* End captions */

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}
#footer {
	color: #333;
	background-color: #FFF;
	height: 200px;
	background-repeat: repeat-x;
	width: 100%;
}
.footerboxleft {
	margin-top: 20px;
	font-size: 12px;
}
.footerboxright {
	text-align:right;
	margin-top: 20px;
	font-size: 12px;
}
#registration {
	color: #000;
	background-color: #CFF;
	padding: 5px;
	margin-top: 20px;
	border: medium solid #255584;
}
.bottombox {
	font-size: 14px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 10px;
}