/*
Theme Name: Gregg's Theme
Theme URI: http://mynameisgregg.com
Description: Office space layout
Version: 1.0
Author: Gregg Hogan
Author URI: http://mynameisgregg.com/
Tags: fixed width, three columns, widgets, valid CSS, widget ready, simple, valid XHTML, left sidebar, green, yellow, black, flower, daffodil

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #f6e6cd;
	color: #b88f65;
}


/* Default */
a {
	color: #b88f65;
}

a:hover {
	color: #b88f65; text-decoration:line-through;
}

a:focus {
	outline: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

blockquote {
	padding: 0 1.5em;
	margin: 0;
	background: url(images/quoteBk.gif) left top no-repeat;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

/* Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout */
#container1 {
	width: 100%;
	margin: 0 auto;
	background-color: #f3f2ea;
}
/* CENTER */
#container2 { 
	
}
#loginPanel{
	position: absolute;
	right: 310px;
	top: 30px;
	background-color: #000;
	width: 300px;
	height: 200px;
	
}
/* LEFT */
#container3 {
	
}
/* RIGHT */
#container4 {
	
}
#logoNsuch {
	background: url(images/spiral.jpg) repeat-x bottom #f6e6cd;
	height: 120px;
	line-height: 77px;
	vertical-align:middle;
	clear:both;
}
#logoNsuch a img {border:none; vertical-align:middle;}
#logoSearch {
	
	width: 222px;
	height:37px;/*follow your image's size*/
background-image:url(images/searchbar2.jpg);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
top: 0px;
	
}
#logoImg { float: left;}

#logoSearch form {
	display:inline;
}
#s {
	border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:9px;
left:9px;
width:200px;
height:28px;

}
#searchbox_submit {
	border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:10px;
left:180px;
width:27px;
height:16px;

}
/*********************************/
#logoSign {
	float: right;
	width: 220px;
	height:50px;/*follow your image's size*/
/*background-image:url(images/searchbar.jpg);
background-repeat:no-repeat; /*important*/
padding-right:10px;
margin:0px;
position:relative; /*important*/
top: 10px;
	text-align: right;
	line-height: 13px;
}


#logoSign form {
	display:inline;
}
#sign {
	border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:9px;
width:200px;
height:28px;

}
#Logosearchbox_submit {
	border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:8px;
left:190px;
width:27px;
height:16px;

}
/************************************************************/
#page {
	margin: 0 255px 0 255px;
	min-height: 700px;
	padding: 20px 12px;
	
}

* html #page {
	height: 700px;
}


h2.pagetitle,
h2.commentheading {
	padding: 0;
	margin: 0;
	font-family: Georgia, serif;
	color: #ffd236;
	text-align: right;
}
.post h2 {
	padding: 0;
	margin: 0;
	font-family: 'Century Gothic', Arial, Verdana, sans-serif;
	font-size: 1.3em;
}

.post h2 a,
.post h2 a:hover {
	color: #001f00;
	text-decoration: none;
}

#content p {
	padding: 0;
	margin: 0.5em 0;
}

p.postmetadata,
p.postmetadata a,
p.tags,
p.tags a{
	font-family: Arial, Verdana, sans-serif;
	color: #005100;
}

p.postmetadata a:hover,
p.tags a:hover {
	color: #fcfc44;
}

p.postmetadata,
p.tags {
	font-size: 0.85em;
	margin: 0;
	padding: 3px 0;
}

#content .entry p {
	margin: 0.8em 0;
}

#content p.tags {
	background: url(images/tagsIcon.gif) left 3px no-repeat;
	padding-left: 16px;
}

ul.postmetadata {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.85em;
	background: url(images/commentBk.gif) left 10px repeat-x;
	height: 30px;
}

ul.postmetadata li.comments {
	float: right;
}

ul.postmetadata li.comments a {
	color: #bbf9bb;
	display: block;
	text-decoration: none;
	background: #001f00 url(images/commentRightBk.gif) right top no-repeat;
}

ul.postmetadata li.comments a:hover {
	color: #fff;
}

ul.postmetadata li.comments a span {
	display: block;
	background: url(images/commentLeftBk.gif) left top no-repeat;
	padding: 2px 5px 3px 5px;
}

#rightcol {
	width: 220px;
	float: right;
	margin-top: 20px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #5cbe5c;

}

#rightcol a {
	font-size: 12px;
	text-decoration: none;
	color: #b88f65;
}

#rightcol a:hover {
	
	text-decoration: line-through;
}

#rightcol ul,
#rightcol ul ul,
#rightcol h2 {
	margin: 0;
	padding: 0;
}

#rightcol ul {
	list-style: none;
	margin: 0;

}
#rightcol ul li {
	display: block;
	padding: 0 0 15px 10px;
	background: url(images/board.jpg) no-repeat left top;
	
	color: #fff;
	line-height: 35px;
	font-size: 25px;
	width: auto;
	margin-right: 0px;
	text-align: left;
	height: auto;
}
#rightcol ul li ul {
	display: block;
	background: none;
	text-align: left;
		line-height: 12px;
		padding-top: 5px;

}
#rightcol ul li ul li, #rightcol ul li ul li:hover {
	display: block;
	background: none;
	text-align: left;
		
		padding-top: 10px;
		font-size: 11px;
		line-height: 12px;
		color: #b88f65;
		margin-left: -15px;


}

#rightcol ul ul li:hover {
	
	color: #fff;
	text-decoration: none;
	
	
}


ul#navlist {
	padding: 0;
	margin: 1.5em 0 0 0;
	list-style: none;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	text-transform: lowercase;
}

ul#navlist li a {
	display: block;
	padding: 3px 0 3px 2.2em;
	background: url(images/navBk.gif) 1em bottom no-repeat;
	color: #bbf9bb;
	font-weight: bold;
	height: 1%;
	text-decoration: none;
}

ul#navlist li a:hover,
ul#navlist li.current_page_item a,
ul#navlist li.current_page_ancestor a {
	background: #000 url(images/navBk.gif) 1em top no-repeat;
	color: #fff;
}

#sidebar {
	width: 255px;
	float: left;
	margin-top: 20px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #5cbe5c;
}

#sidebar a {
	color: #bbf9bb;
	text-decoration: none;
}

#sidebar a:hover {
	color: #bbf9bb;
	text-decoration: underline;
}

#sidebar ul,
#sidebar ul ul,
#sidebar h2 {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	list-style: none;
	margin: 0 1em 1em 0;
}

#sidebar h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #ffd236;
	padding: 1em 0 0.5em 0;
	font-size: 1.5em;
	background: url(images/commentBk.gif) right 2.3em repeat-x;
}

#sidebar ul ul li a {
	display: inline-block;
	padding: 0 10px 15px 10px;
	background: url(images/board.jpg) no-repeat right;
	height: 38px;
	color: #fff;
	line-height: 43px;
	font-size: 25px;
	width: auto;
	margin-left: 0px;
	text-align: left;
}

#sidebar ul ul li a:hover {
	margin-left: -5px;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	width: auto;
}

#sidebar ul ul#recentcomments li a {
	display: inline;
	padding: 0;
	background-image: none;
	border: 0;
}

#sidebar ul ul#recentcomments li a:hover {
	background-color: transparent;
}
#sidebar ul ul#recentcomments li {
	padding: 2px 1em 4px 0;
	background: url(images/sidebarBk.gif) right center no-repeat;
	border-bottom: 1px solid #008100;
}
#sidebar ul ul#recentcomments li:hover {
	background-color: #006300;
}

table#wp-calendar {
	width: 150px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	width: 14%;
	padding: 2px 0;
}

#wp-calendar td#today {
	font-weight: bold;
}

.navigation {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.9em;
	padding: 0 0 1em 0;
}

.navigation .alignleft a {
	background: url(images/navLeftArrow.gif) left bottom no-repeat;
	padding-left: 1em;
}

.navigation .alignleft a:hover {
	background: url(images/navLeftArrow.gif) left top no-repeat;
}

.navigation .alignright a {
	background: url(images/navRightArrow.gif) right bottom no-repeat;
	padding-right: 1em;
}

.navigation .alignright a:hover {
	background: url(images/navRightArrow.gif) right top no-repeat;
}

.navigation a {
	text-decoration: none;
	color: #005100;
}

.navigation a:hover {
	text-decoration: none;
	color: #fcfc44;
}


/* Comment */
h2.commentheading {
	padding: 0 0 1em 0;
}

ol.commentlist {
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
}

div.commentindheader {
	padding: 1em 1em 0 1em;
	font-family: Arial, Verdana, sans-serif;
}

div.commentindtext {
	padding: 0 1em 1em 1em;
}

ol.commentlist li.alt div.commentindheader {
	background: url(images/commentIndTopBk.gif) center top no-repeat;
}

ol.commentlist li.alt {
	background: #006f00 url(images/commentIndBottomBk.gif) center bottom no-repeat;
}

div.avatarwrapper {
	position: relative;
	float: left;
	margin: 0 1em 0 0;
}

span.avataroverlay {
	position: absolute;
	display: block;
	background: url(images/commentAvatarOverlay.gif) left top no-repeat;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
}

li.alt span.avataroverlay {
	background: url(images/commentAvatarOverlayAlt.gif) left top no-repeat;
}

li.alt blockquote {
	background-image: url(images/quoteCommentAltBk.gif);
}

div.commentindheader cite {
	font-style: normal;
}

#recaptcha_area {
	padding-bottom: 1em;
}

form#commentform {
	margin: 0 0 1em 0;
	padding: 1em;
}

form#commentform p {
	margin: 0 0 1em 0;
	padding: 0;
}

input#author,
input#email,
input#url {
	width: 27em;
}

input#author,
input#email,
input#url,
textarea#comment {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	padding: 2px;
	background: #008100;
	color: #fff;
	border: 1px solid #006f00;
}

textarea#comment {
	width: 45em;
	height: 120px;
}

input#submit {
	background: #006300 url(images/buttonBk.gif) left top no-repeat;
	border: 0;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 79px;
	height: 27px;
}


#footer {
	clear: both;
	background: #001f00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.9em;
	color: #bbf9bb;
}

#footer a {
	color: #ffe000;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerinner {
	width: 937px;
	margin: 0 auto;
	padding: 1em 0 2em 0;
}

p.poweredBy {
	text-align:center;
}

p.validations {
	margin: 10px 0 0 170px;
}

span.buttons {
	padding: 0 0 0 264px;
}

span.buttons img {
	border: 0;
	vertical-align: bottom;
	padding: 0 5px;
}

span.buttons img.home {
	width: 11px;
	height: 10px;
}

span.buttons img.top {
	width: 9px;
	height: 10px;
}

#footer a.xhtml,
#footer a.css {
	font-weight: bold;
	padding: 0 18px 0 0;
	color: #fff;
	background: url(images/greenArrow.gif) right 1px no-repeat;
}

#footer a.css {
	padding-left: 3px;
}














/* Xbox 360 Gamercard */
.gamercard {
	margin: 0 0 0 0; /* change margin if used elsewhere */
	padding-top: 10px;
	width: 198px;
	
	text-align: left;
	line-height: 10px;
}
.gamertag, #sidebar .gamertag {
	margin-top: -10px;
	padding: 0 0 2px 2px;
	
}
.gamertag p, #sidebar .gamertag p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.gamercard a, .gamercard a:visited, #sidebar .gamercard a, #sidebar .gamercard a:visited, .gamercard a.taglink, .gamercard a.links {
	margin: 0;
	padding: 0;
	color: #b88f65;
	font-size: 12px;
	text-decoration: none;
	border: none;
}
.gamercard a.taglink:hover, .gamercard a.links:hover, #sidebar .gamercard a.taglink:hover {
	color: #b88f65;
	
	text-decoration: underline;
	border: none;
}
.gamercard a.links:hover {
	text-decoration: none;
}
.gamerimg, .entry .gamerimg {
	margin: -1px 4px 0 1px;
	padding: 0;
	
	border: 1px solid #afafaf;
	float: left;
}
.gamercard .stats {
	margin: 5px 0 0;
	
	color: #b88f65;
	height: auto;
	
}
.gamercard .stats div, #sidebar .gamercard .stats div {
	margin: 0;
	padding: 0;
	height: 12px;
	font: 10px/.8 Verdana, Arial, Helvetica, sans-serif;
}
.gamercard .gcinfo {
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}
.gamercard .repimg {
	margin: 0;
	padding: 0;
	height: 9px;
	width: 63px;
}
.gamercard .playedgames {
	margin: 4px -3px 0;
	padding: 4px 0 4px;
	height: 34px;
	text-align: left;
	border-top: 1px solid #e5e5e5;
}
.gamercard .playedgames p {
	margin: 0;
	padding: 0;
}
.gamercard .playedgames a, #sidebar .gamercard .playedgames a, .entry .gamercard .playedgames a {
	text-decoration: none;
	border: none;
	color: #b88f65;
}
.entry .gamercard .playedgames img, .gamercard .playedgames img {
	margin: 0;
	padding: 0 4px;
	border: none;
}
.gamercard .links {
	float: right;
	color: #5cbe5c;
}
/* End Gamercard */


			.boxgrid{ 
				width: 325px; 
				height: 260px; 
				margin:10px; 
				float:left; 
				
				border: solid 2px #8399AF; 
				
				position: relative; 
				
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}