/*
Theme Name: Beth Crock
Theme URI: http://randallcrock.net/art/web-design/
Description: Personal theme based around a light color scheme
Version: 1.0
Author: Randall Crock
Author URI: http://randallcrock.net
*/
body{
margin: 1em 0 0 01;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 14px;
text-align: center;
vertical-align: top;
background: #fdfdfd;
color: #080808;
}

h2 {
font-size:20px;
font-weight:bold;
text-decoration:none;
}

h3 {
font-size:16px;
font-weight:bold;
font-style:italic;
}

p {
	line-height: 1.5em;
	margin: 1.5em 0.5em;
}

#wrapper{
	margin: auto;
	width: 920px;
	text-align:left;
	clear:both;
	display:inline-table;
}

#header{
	width:920px;
	margin: 0 auto 1em auto;
	border-bottom:#CCC 1px solid;
	vertical-align:middle;
	font-size:16px;
	text-align:left;
	padding:0;
	display: table;
}

#header h1{
	font-size:36px;
	padding-left: 0.5em;
	display:inline;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
	color: #000;
	text-decoration:none;
}

#logo {
	width: 36px;
	height: 36px;
	background: #0C8BF2;
	margin: 0.5em;
	display:table-cell;
	vertical-align: middle;
}

#head_title{
	display:table-cell;
	vertical-align:middle;
	padding: 0 2em 0 0;
}

/*
#navbar {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
#navbar ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#navbar li {
	float: left;
	position: relative;
}
#navbar a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#navbar ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
		top: 3.333em;
		left: 0;
	width: 188px;
	z-index: 99999;
}
#navbar ul ul ul {
	left: 100%;
	top: 0;
}
#navbar ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1em;
	padding: 10px 10px;
	width: 168px;
}
#navbar li:hover > a,
#navbar ul ul :hover > a {
	background: #efefef;
}
#navbar li:hover > a {
	background: #f9f9f9;
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #333;
}
#navbar ul li:hover > ul {
	display: block;
}
#navbar .current_page_item a {
	font-weight: bold;
}
*/

#navbar {
	text-align:center;
	font-weight: normal;
	display:block;
	float:right;
	clear:both;
	width: 100%;
}

#navbar ul {
	list-style: none;
	padding: 0;
}

#navbar li {
	float: right;
	position: relative;
	margin: 8px;
}

#navbar a {
	text-decoration: none;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
	padding: 8px;
}
#navbar a:hover {
	color: #fff;
	background: #0C8BF2;
}

#navbar ul ul {
	display:none;
	position: absolute;
	top:35px;
	right: 0;
	z-index:9999;
}

#navbar ul ul li {
	margin: 0;
}

#navbar ul li:hover > ul {
	display: block;
}

#navbar ul li:hover,
#navbar ul li:hover > ul {
	background: #ddd;
}

#navbar li.current_page_item > a {
	color: #fff;
	background: #0C8BF2;
}


#container{
	float:left;
	padding: 5px;
	min-height:600px;
}

.blog-content {
	float:left;
	padding: 0 7px 0 12px;
}

.post-head {
	text-align:left;
	text-decoration:none;
	font-style:italic;
	margin: 10px 10px 0 10px;
	padding: auto 10px;
	border-bottom:#ccc 1px solid;
}

.post-head h2 {
	font-style:normal;
	font-weight:bold;
	text-decoration:inherit;
	margin: 0.5em 0 0 0.5em;
}

.post-head a {
	text-decoration:none;	
}

.post-head a:hover {
	text-decoration:none;
}

.post {
	margin: auto auto 15px auto;
	padding:auto auto 10px auto;
	border-bottom:#ccc 1px solid;
}

.table_cell {
vertical-align:middle;
/*border:#333 2px groove;*/
padding:10px 20px 10px 20px;
color:#00AA00;
font-style:italic;
font-weight:bolder;
border-right:#777 1px solid;
border-left:#777 1px solid;
}

.sidebar{
	list-style-type:none;
	float:right;
	width:200px;
	margin:10px auto 10px auto;
	padding:0 0 10px 3px;
}

.sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0 10px 0 10px;
}

.sidebar ul li{
	font-family:"Orator Std", Consolas, Courier;
	font-size:12px;
	padding:0;
}

.sidebar h2 {
	font-size:16px;
	text-decoration:none;
}

a img{
	border:none;
}

a:link, a:visited, a:active {
	color: #0C8BF2;
	text-decoration:none;
	border:none;
}
a:hover {
	text-decoration:underline;
}

.aligncenter {
	text-align:center;
}

#footer{
	font-size: 9px;
	clear:both;
	width:900px;
	height:30px;
	vertical-align:middle;
	margin:auto auto auto auto;
	display:block;
}

.image-left {
	float:left;
	text-align:center;
	font-style:italic;
	padding:5px;
}

.image-right {
	float:right;
	text-align:center;
	font-style:italic;
	padding:5px;
}

.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;
}

.left { float: left; }
.right { float: right; }
.clear { clear:both; }

.wp-caption-text {
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	font-weight: 400;
}

.image,
.gallery-item {	
	padding: 4px;
	background: #dddddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.image {
	margin:1.5em;
}

