/*
Theme Name: Glazed 
Theme URI: http://glaze0101.com
Description: The default WordPress theme for glaze0101
Version: 1.3
Author: justin adkins
Author URI: http://justinadkins.com/


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/background.jpg')repeat;
	color: #333;
	margin:0;
	padding:0;
	text-align: center;
	}
a[href $='.pdf'] {
   padding-right: 28px;
   background: transparent url(images/pdficon_small.jpg) no-repeat center right;
}
a[href$=".xls"] {
background: transparent url(images/xlsicon_small.gif) no-repeat center right;
   padding-right: 28px;
}
a[href$=".doc"] {
background: transparent url(images/docicon_small.gif) no-repeat center right;
   padding-right: 28px;;
} 
#page {

	border: 1px solid #959596;
	text-align: left;
	width: 900px;
	margin:0 auto;
	padding:0;
	background: #fff;
	}
#content h2, h2 .pagetitle{
background: url('images/nav_back.png') repeat x;
height: 34px;

	}
#header {
	background: url('images/header.png') no-repeat bottom center;
	}

#headerimg 	{
	margin: 0px;
	height: 311px;
	width: 900px;
	}
#top {
background: url('images/top.png') no-repeat bottom center;
	margin: 0px;
	height: 123px;
	width: 900px;
	}
#nav {
width:526px;
height:25px;
list-style: none;
display: inline;
float: right;
text-align:right;
}

#nav ul{
width:526px;
	list-style:none;
display: inline;
	padding:auto;
	margin:0;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size:11px;
	font-weight:bold;

	text-decoration:none;
	text-transform:uppercase; 
}
#nav li{
border-right: 2px solid #9a7f48;
display: inline;
padding:0 17px;
}

#nav ul li a:link, #nav ul li a:visited{
	display:block;
	line-height:19px;
	padding:auto 20px;
	margin:0;
	display: inline;
	text-decoration:none;
	color:#9a7f48;

}
#nav ul li a:hover{
color: #679a9c;
}
#content {
width:700px;
	font-size: 1.2em;
float:left;

	}

.post, .entry{
width: 95%;
color:#7f7977;
float: left;
background:#fff;

padding:10px;
	
}
.post h2, .post h2 a{
color:#fff;
}
.post{
border:1px solid #fff;
background:#7f7977;
margin:10px;
}
.entry p a{
color:#7f7977;
text-decoration: underline;
}
.postmetadata, .postmetadata a{
width: 80%;
color:#fff;
float: left;
display: inline;
}
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;			}
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}
.alignleft{
float:left;
}
.alignright{
float:right;
}
.clear{
clear:both;
}
#sidebar_background{

width:20%;
float:right;
background: url('images/sidebar.png') no-repeat top center;
}
#sidebar{

width:148px;
padding-left:25px;
padding-right:25px;
}
#sidebar a, a:visited{
	border-bottom: none;
	color: #fff;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-left: 5px;
}

#sidebar a:hover{
	color: #fff;

}

#sidebar a img{
	border:none;
}

#sidebar h2 {
	color: #fff;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
	
	color: #fff;
	display: block;
	text-decoration: none !important;


}

#sidebar ul li a:hover{
	color: #fff;

}


#sidebar p{
margin:3px 0;
padding:0;
}

#sidebar h5{
   text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font: 11px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0;
	float: left;
}

/************************************************
*	Bottom Content													*
************************************************/

#bottomcontent {
	clear: both;
	background-image: url(images/bottombackground.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 1000px;
	height: 300px;
	text-align: justify;
	padding: 10px 10px 0 0;
	margin: 0px;
}

#bottomcontent p{
	padding:10px;
	margin:0px;
}

.metainfo {
	float: left;
	padding: 32px;
}

.delicious {
	float: right;
	padding: 32px;
	overflow:hidden;
}

.googleads {
	float: left;
	padding: 0 136px 10px 136px;
}

#footer {
color:#fff;
	clear: both;
	text-align: center;
	height: 80px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding:10px;
	margin:0px;
}
#footer a{
color:#fff;
}
