/*
Theme Name: GAC
Theme URI: http://www.umbrellabs.com/themes/
Author: Umbrella Business Solutions
Author URI: http://www.umbrellabs.com/
Version: 0.001
License: GNU General Public License
License URI: license.txt

Tags: none yet
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #757575;	line-height: 1;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html, body {
	height: 100%;
}
#logo { position: absolute; margin-left: 40px; top: 15px;}
#header h1 {	/*Our Random Walk*/
	position: absolute;
	font-size: 42px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
h1 {
	font-family: "Hammersmith One";
	font-size: 42px;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: auto;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	background: white;
}
#header {
	background-repeat: repeat;
	background-color: #fff;
	height: 600px; width: 990px;
	margin: 0px;
}
#header h2 { /*The online thoughts of George Adamczyk*/
	position: relative;
	font-family: "Cedarville Cursive";
	font-size: 23px;
	top: 75px;
	left: 50px;
	
}
#header h3 { /*Quote of the day*/
	position: relative;
	font-family: "Cedarville Cursive";
	font-size: 16px;
	top: 55px;
	width: 350px;
	background-color: #ccc;
	padding: 20px; padding-right: 0px;
	left: 590px;
	
}

#rotator {
	background-color: white;
	position: relative;
	width: 1000px;
	height: 290px;
	margin: 0px;
	margin-top: 50px;
	left: -5px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	z-index: 999999;
	border-top: 5px solid #CCC;
	border-bottom: 5px solid #CCC;


}
#rotator img{
	height: 290px;
	width: 1000px;

}
#rotator ul {
	
}
#rotator li {
	display: inline;
	position: absolute;
	float: left;
}
/*=====================================================*/
#access {
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	background: url("images/nav.png") top center;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin: 0 auto;
	width: 990px; height: 50px;
	position: relative;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 20px;
	
}
#access li {
	float: left;
	position: relative;
	height: 50px;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	font-size: 16px;
	text-decoration: none;
}
#access 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: 0px;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	height: 50px;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
/*===============================================================*/

#contentWrapper  {
	background: #FFF;
	width: 990px; 
	position: relative;
	top: 10px;
	z-index: 999999;margin-top: -5px;
}
#content {
	background: #fff;
	width: 900px;
	float: left;
	padding: 20px;
-moz-border-radius: 5px;
 border-radius: 5px;
	min-height: 500px;
}
#content h1 {
	font-family: "Hammersmith One";
	padding-bottom: 20px;
	font-size: 23px;
}
#sidebar h1 {
	font-family: "Hammersmith One";
	padding-bottom: 20px;
	font-size: 23px;
}
#sidebar {
	display: none;
	position: relative;
	padding: 20px;
	background: #CCC;
	width: 190px; min-height: 500px; top: 10px;
	float: left; 
	opacity:0.85;
 	filter:alpha(opacity=85); /* For IE8 and earlier */
	-moz-border-radius: 5px;
 border-radius: 5px;
}
.clear {
	clear: both;
}
.txtBox {	
	width: 100%;
	height: 95%;
	position: relative;
	margin: 0 auto;
	color: #333333;
}
#footer {
	width: 100%;
	height: 280px;
	background: #333;
	border-top: 1px solid #ccc;
	font-family: "Ubuntu Condensed";
	font-size: 12px;
	z-index: 99999999;
	position: relative; top: 0px;
	min-width: 1230px;
}
#footer-content {
	width: 1000px;
	margin: 0 auto 0 auto;
}
.tagZ {
	position: relative; float: left;
	width: 380px;
	height: 240px;
	padding-left: 20px;
	padding-top: 10px;
}
.tagZ ul {
	list-style: none;
}
.tagZ h2 {
	font-size: 30px;
	color: #1982d1;
	text-decoration: underline;
	margin-bottom: 10px;
}
#tags {
	width: 220px;
}
#tags a {
	text-decoration: none;
	color: #FFF;
	font-family: Arial;
}
#recents {
	position: relative; float: left;
	width: 220px;
}
#recents a {
	text-decoration: none;
	color: #CCC;
}
#recents p {
	color: #FFF;
}
#contact {
	color: #CCC;
}
#contact input, textarea {
	position: relative; 
}
#contact label {
	display: inline-block;
	width: 80px;
}
.lighter { color: #FFF; }
#about { width: 320px; }
/* ===================================== */
.entry-post {
	margin: 20px;
}
h2.entry-title, h2.entry-title a {
	font-weight: 300;
	font-size: 32px;
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry {
	margin-top: 20px;
	margin-bottom: 30px;
}
.entry-post a {
	font-size: 16px;
	font-weight: bold;
	color: #1982d1;
	text-decoration: none;
}
.comments-link {
	
}