	/*
Theme Name: Blue Dog Glass
Theme URI: http://wordpress.org/
Description: The 2010 theme for Blue Dog Glass
Author: Alan Reddick
Version: 1.0

*/

* {
	outline: none;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif
}
img {
	border: none;
}
p { 
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}
html {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
}
body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}
#header {
	position: relative;
	height: 187px;
	background-image: url(images/header.png);
	background-position: center top;
	width: 100%;
}
#header #headContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 187px;
	position: relative;
}
#headContent #navigation  {
	position: absolute;
	width: 750px;
	height: 40px;
	top: 130px;
	left: 0px;
	padding-left: 150px;
	color: #FFF;
}
#navigation li {
	display: inline;
	font-size: 155%;
	list-style: none;
	text-transform: uppercase;
	padding-left: 15px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #F1EAD1;
	text-decoration: none;
}
#navigation .current_page_item a {
	color: #B6A66F !important;
}
#navigation .current-category-ancestor a {
	color: #B6A66F !important;
}
#headContent #topMenu  {
	width: 400px;
	position: absolute;
	left: 500px;
	top: 0px;
	text-align: right;
	color: #618dd0;
}
#topMenu li {
	display: inline;
	font-size: 160%;
	list-style: none;
	text-transform: uppercase;
}
#topMenu a {
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
}
#topMenu a:hover {
	color: #F1EAD1;
	text-decoration: none;
	padding-left: 15px;
}
#topMenu .current_page_item a {
	color: #B6A66F !important;
}
#logo {
	height: 161px;
	width: 191px;
	/* [disabled]padding-top: 14px; */
	/* [disabled]margin-left: 50px; */
	position: absolute;
	top: 14px;
	left: 50px;
}
#siteTitle {
	position: absolute;
	top: 0px;
	left: 250px;
}
#siteTitle h1 {
	font-size: 360%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFF;
}
#siteTitle p {
	font-size: 150%;
	color: #FFF;
}
#mainbodyOuter {
	background-image: url(images/mainbody.gif);
	background-repeat: repeat-y;
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: -187px;
}
#mainbody  {
	width: 900px;
	margin-right: 7px;
	margin-left: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #618dd0;
	border-left-color: #618dd0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 224px;
}
#mainbody:after {
	content: ".";
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
}
#mainbody #bodyCopy {
	width: 550px;
	padding-top: 208px;
	float: left;
}
#bodyCopy h1 {
	margin-left:-7px;
	display: block;
	height: 35px;
	background-image: url(images/h1-bg.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 18px;
	font-size: 185%;
}
#bodyCopy h2 {
	font-size: 125%;
}
#bodyCopy h3 {
	font-size: 110%;
}
#bodyCopy p {
}
#mainbody #sidebar {
	width: 346px;
	padding-top: 190px;
	background-color: #FFF;
	float: right;
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	background-position: 2px 0px;
}
#mainbody a {
	text-decoration: none;
}
#mainbody a:link {
	color: #1b4b94;
}
#mainbody a:visited {
	color: #1b4b94;
}
#mainbody a:hover {
	color: #0d2447;
}
#mainbody a:active {
	color: #0d2447;
}
#sidebar h1 {
	display: block;
	height: 35px;
	padding-left: 41px;
	padding-top: 18px;
	font-size: 185%;
}
#sidebar p {
	margin-left: 41px;
	margin-right: 25px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 234px; 
	position: relative;
	margin-top:-234px;
}
#footerContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
#menu-footer1 {
	float:left;
	border-right: solid 1px #d9c683;
}
#menu-footer2 {
	float:left;
	border-right: solid 1px #d9c683;
}
#menu-footer3 {
	float:left;
}
.entry-content {
	margin: 0px 25px;
}
.footerMenu ul {
	padding: 0 20px 0 20px;
	margin: 0;
}
.footerMenu li {
	list-style: none;
	line-height: 160%;
}
.footerMenu a {
	color: #1b4b94;
	text-decoration: none;
	font-size: 115%;
	text-transform: uppercase;
}
.footerMenu a:hover {
	color: #0d2447;
	text-decoration: none;
	text-transform: uppercase;
}
.footerMenu .current_page_item a {
	color: #000000 !important;
}
.footerMenu .current-category-ancestor a {
	color: #000000 !important;
}
.cat-item a {
	display: block;
	height: 100px;
	width: 183px;
	font-size: 16px;
	text-transform: capitalize;
	text-align: center;
	line-height: 100px;
	background-image: url(images/categorybg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
