#slideshow {
    position:relative;
    height:172px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0; 
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


body {
	text-align: center;
	color: #1D1D1D;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #F0E6A8;
	background-image: url(http://www.galoreresources.com/wp-content/uploads/2011/08/bg.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
	background-position: center top;
}
div#header {
	width: 950px;
	margin: auto;
	padding: 0px;
} 

#header_main{
	background-color: #979068;
	height: 172px;
}

#searchsubmit{
	background-color: #F1BF58;
	border: 0px none #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	padding: 6px;
}
.search_padding{
	padding-top: 10px;
}

#s{
		background-color: #ffffff;
	border: 0px none #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 6px;
}

#header_links{
	background-color: #212121;
	height: 48px;
}

div#search {
	background: #000;
	width: 100%;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#search div.inner {
	padding: 10px 0;
	background-color: #000;
}
div#header h1 {
	font-weight: bold;
	float: left;
	width: 40%;
	text-shadow: 1px 0px #2B4462;
	letter-spacing: -1px;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}
 
.header_links_left{
	float: left;
	width: 64%;
}

.header_links_right{
	float: left;
	width: 35%;
}

ul#navigation {
	text-align: left;
	line-height: 48px;
	padding-left: 5px;
	padding-top: 5px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 0px #2B4462;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}
ul#navigation li.active a { 
	color: #FC0;
}
ul#navigation li a:hover {
	color: #FC0;
	text-decoration: none;
}
div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
div#wrapper {
	text-align: left;
	width: 950px;
	padding: 0px;
	margin: auto;
	background-color: #FFF;
}
div#content {
	width: 560px;
	float: left;
	border: 1px solid #E8E8E8;
	margin: 20px;
	padding: 10px;
}

div#content a {
	text-decoration: underline;
}
ul#sidebar {
	display: block;
	width: 290px;
	float: left;
	font-size: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	color: #666;
}
ul#sidebar h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 20px;
	color: #282828; 
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#sidebar li {
	
}
ul#sidebar li ul li {
	font-size: 12px!important;
	margin: 0;
	border: none;
	
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0; 
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 22px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
	color: #333;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 26px;
	text-decoration: none;
}
h2 a {
	color: #272727;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	
}
h2 a:hover {
	color: #999999;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 12px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
}
div.post-title h3 a:hover {
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 22px;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #069;
}
a:hover {
	color: #CCC;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	display: block;
	width: 950px;
	margin: auto;
	text-align: left;
	font-size: 12px;
	height: 50px;
	padding-top: 20px;
	text-transform: uppercase;
}

.footer_left{
	float: left;
	width: 50%;
	color: #a9792c;
}

.footer_right{
	text-align: right;
	float: left;
	width: 50%;
}

div#footer p {
	font-size: 10px;
	color: #a9792c;
	text-transform: uppercase;
}
div#footer a {
	color: #b9880a;
	text-decoration: none;
}
div#footer a:hover {
	color: #DFA60D;
	text-decoration: underline;
}
div#footer p#blog-name {
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}
