/*
Theme Name: FB TGG
Theme URI: http://www.fivebellies.com/download/themes/fb-tgg/
Description: A wordpress theme by Five Bellies
Version: 1.2
Author: Five Bellies
Author URI: http://www.fivebellies.com

The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}

	ol {
	list-style-type: decimal;
	list-style-position: outside;
		}

	* a:link, * a:visited {
		color: #333399;
		text-decoration: none;
		}
/*
* a:visited {
color: #9E5696;
}
*/

* a:active {
color: #9696f4;
}

* a:hover {
color: #0000ff;
border-bottom: 1px solid;
cursor: pointer;
/* works well for onclick anchors */
}

a.nohover:hover {
	cursor: pointer;
	border: none;
}

a.nohover img {
	border: solid 0px #5C2014;
}

a.nohover {
	background: none;
}

.noborder {
	border: none;
}

:link img {
	border: none;
	}

* img {
	border: none;
	}

a img {
	border: none;
	}

:link img, :active img {
	border: none;
	}

a.nounderline, a.nounderline:hover, a.nounderline:visited {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}

a.forum, a.category {
	font-size: 12px;
}





/* Structure
----------------------------------------------------------------------------- */

	html {
		margin-bottom: 0.1em;
		background: #daddad;
		background-repeat: repeat;
		}

	body {
		font-size: 8pt;
/*		font-size: 67.5%; /* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #35140D;
		}

	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #4c4c4c;
/*		font-size: 1.1em;*/
		}

	#wrapper {
		background: #5C2014;
		width: 726px;
		margin: 0 auto;
		padding: 2px;
		text-align: left;
/*		text-transform: lowercase;*/
/*		font-size: 1.1em;*/
		}

	#header {
		height: 120px;
		background-image: url(/images/happy_header.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		margin: 0px;
		padding: 0px;
		}

	#main {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border: solid 0px black;
		}

	#main_table {
		background: #ffffcf;
/*
		background-image: url(/images/happy_left_and_right_corner.jpg); 
		background-repeat: no-repeat; 
		background-position: top left;
*/
		height: 100px;
		width: 726px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border-collapse: collapse;
		border-spacing: 0px;
		border: solid 0px black;

	}

	#content {
		float:left;
		width: 726px;
		/*padding: 15px 25px 15px 25px;*/
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border: solid 0px black;
		text-align: center;
		}
	#content2 {
		float:left;
		width: 746px;
		padding: 15px 25px 30px 25px;
		border: 1px solid #e0e0e0;
		}


	#sidebar {
/*
		background-image: url(/images/rightcorner.jpg);
		background-repeat: no-repeat;
		background-position: top right;
*/
		float: right;
		width: 212px;
		padding: 15px 0 60px 10px;
		margin: 0px;
		}

	#footer {
		padding: 0;
		height: 165px;
/*
		background-image: url(/images/happy_footer.jpg);
		background-image: url(/images/footer-website_atom.gif);
*/
		background-image: url(/images/footer-website_plants.gif);
		background-repeat: no-repeat;

		/* IE6 and IE7 hack */
		clear: both;
		border-top: none;
		border-bottom: 0;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		width: 726px;
		}





	/* Header
	----------------------------------------------------------------------------- */


#header h1 a {
		}

 .login {
	float: right;
	text-decoration: none;
	vertical-align: bottom;
	color: #cfccc9;
		}

 .login a {
	text-decoration: none;
	vertical-align: bottom;
	color: #cfccc9;
		}

 .login a:hover {
	text-decoration: underline;
		}


#header p.description {
/*		font-size: 1.2em;*/
	}

a.header_right {
	float:right;
}

a.playbutton {
	border:0px solid blue;

	position: absolute;
	top: 35px;
	left: 50%;

	height: 50px;
	width: 57px;

	color: : #FABD1C;
	text-decoration: none;

	margin: 0;
	padding: 0;
	font-size: 100%;
	font-size: 50px;
	font-family: Arial, "Trebuchet MS", sans-serif;
	line-height:1px;
}

a.playbutton:hover {
	background: #FABD1C;
}

#pagetab {
	margin: 0 0 0 20px;
	font-size: 100%;
	font-size: 10pt;
	font-family: Arial, "Trebuchet MS", sans-serif;
	position: absolute;
	top: 103px;
	width: 703px;
}

#pagetab ul {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;

}

#pagetab li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}

#pagetab li a {
	padding: 3px 0.5em;
	margin-left: 1px;
	border-bottom: none;
	text-decoration: none;
	vertical-align: bottom;
	color: #cfccc9;
}

#pagetab li a:hover {
	text-decoration: underline;
}

#pagetab li a#current {
	background: #fff;
	border-bottom: none;
}

.page_item {
	margin: 0;
	padding: 0;
}

#pagetab li.page_item_current_page_item a {
	color: #FABD1C;
}

	/* Content
	----------------------------------------------------------------------------- */

	#content h2 a {
		/*color: #737373;*/
	}

	#content p a, #content .metadata a {
		/*color: #00ccff;*/
		padding-bottom: 2px;
	}

	#content p a:hover, #content .metadata a:hover {
		/*border-bottom: 1px solid #f66;*/
		text-decoration: bold;
	}

	#content p a:visited, #content .metadata a:visited {
		/*color: #609;*/
	}
/*
	#content .post h3 {
		border-bottom: 1px solid #ccc;
		font: 1.2em "Lucida Grande", sans-serif;
		padding-top: 20px;
		text-transform: uppercase;
	}
*/
	#content .entry {
		padding-top: 10px;
		width: 100%;
		overflow: auto;
		height: 1%;
		text-align: left;
/*		background: url(/images/dot.gif) bottom left repeat-x;
*/
	}

	#content .metadata {
		display: block;
		padding: 10px 0 0;
		font-size: 7pt;
	}



	/* Comments
	----------------------------------------------------------------------------- */

	.commentlist {
/*		padding: 0 0 30px 0;
		border: 1px solid black;

		padding-bottom: 30px;
*/
		padding: 0;
		margin: 0 0 0 0;
	}

	.commentlist li {
/*		background: url(/images/dot.gif) bottom left repeat-x;
		border: 1px solid black;
		padding: 0px 0 10px 0;
		margin: 10px 0;
*/
		/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		width: 100%;
		overflow: visible;
		height: 1%;
	}

	.comment_number a {
		font: 3.2em Georgia, serif;
		float: right;
		padding-right: 10px;
		/*color: #d6d6d6;*/
	}

	.comment_author {
		font-size: 1.4em;
	}

	h2#respond {
		display: block;

/*
		padding-top: 15px;
*/
	}

	h2.comments {
		color: #787650;
		text-decoration: bold;
	}


	/* Sidebar
	----------------------------------------------------------------------------- */

	#sidebar ul li.side {
		padding-bottom: 25px;
	}

	#sidebar div {
		line-height: 1.7em;
	}

	#sidebar h2 {
		display: block;
		padding: 0 0 10px;
	}

	#sidebar ul li a {
		line-height: 1.9em;
	}

	#sidebar ul li ul li ul {
		padding-left: 0px;
	}

	#sidebar ul li ul li ul li ul {
		padding-left: 0px;
	}


	/* Footer
	----------------------------------------------------------------------------- */

	#footer p {
		line-height: 2.2em;
	}





/* Lists
----------------------------------------------------------------------------- */
	li {
		list-style-type: square;
		padding: 0 0 0 15px;
		margin: 0 0 0 15px;
	}

	ul.none, li.none {
		list-style-type: none;
	}



/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		/*color: #737373;*/
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}

	h1 a:hover {
	text-decoration: none;
	}

	h1 {
		font-size: 14pt;
		text-transform: capitalize;
		padding: 0 0 10px 0;
	}

	h2 a:hover {
		text-decoration: none;
	}

	h2 {
		font-size: 1.5em;
		}

	h3 {
		font-size: 2em;
		}
h3 a:visited {
/*color: #609;*/
}
h4, h4 a, h4 a:hover {
	/*color: #f66;*/
}
h4 a:hover {
text-decoration: underline;
}
h4 {
font-size: 1.1em;
		}
		h4 a:visited {
/*color: #f66;*/
}
h4 a:visited:hover {
text-decoration: underline;
}

#jukebox {
	width: 130px;
	padding: 0px;
	margin: 0px;
}
#jukebox h5 {
	background: #4c4c4c;
	text-align: center;
	border: 1px solid #4c4c4c;
	font-size: 1.1em;
}
#jukebox h5 a {
	/*color: #fff;*/
	text-decoration: none;
}
#jukebox h5 a:hover {
	text-decoration: underline;
}

#jukebox h6 {
	padding: 5px;
	width: 450px;
	background: #4c4c4c;
	text-align: center;
	border: 1px solid #4c4c4c;
	font-size: 1.5em;
}
#jukebox h6 a {
	/*color: #fff;*/
	text-decoration: none;
}
#jukebox h6 a:hover {
	text-decoration: underline;
}


/* Images
----------------------------------------------------------------------------- */

	#content img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}

	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}
    .g2image_normal
    {

        margin-right: 4px;

    }
    .g2image_float_left
    {

        float: left;
        clear: left;
        padding-right: 10px;

    }
    .g2image_float_right
    {

        float: right;
        clear: right;
        margin-left: 4px;

    }
    .g2image_centered
    {

        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;

    }


/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}

	/* This is if you use the current page-archives.php for your archives */

	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}




/* Boxes
----------------------------------------------------------------------------- */

a.more {
	font-size: 7pt;
}

.box0 {
	width: 720px;
	border: solid 0px black;
	margin: 0 auto;
	background: none;
	display: block;
	}

.box2 {
	border: solid 0px black;
}

.box2, .box2_light, .box2_dark, .box2_trans {
	float: left;
	margin: 0px;
}

.box2_light {
	background: #FFFFB4;
	border: solid 0px #5C2014;
}

.box2_dark {
	background: #5C2014;
	border: solid 0px #FFFFB4;
}

.box2_trans {
	background: none;
	border: solid 0px black;
}

.box2_dark a {
	color: white;
}

.box3_light, .box3_dark, .box3_trans {
	float: right;
	margin: 5px;
	border: solid 0px #0000ff;
	text-align: left;
}

.box3_light, .box3_trans {
	color: #000000;
}

.box3_dark {
	color: #ffffff;
}

.box3_light img, .box3_trans img {
	border: solid 1px #5C2014;
}

.box3_dark img {
	border: solid 1px #FFFFB4;
}

.box_float_left {
	float: left;
	display: inline;
	border: solid 0px black;
	margin: 0px 10px;
	background: none;
	text-align: left;
	}

.box_float_right {
	float: right;
	border: solid 0px black;
	margin: 0 10px;
	padding: 0 10px;
	background: none;
	text-align: left;
	}

.box_outer {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: bottom;
}

.box_inner {
	position: relative;
	top: 0;
	left: 0;
	border 1px solid #5C2014;
	margin:0 0 5px 0;
	background-position:top center;
	background-repeat:no-repeat;
}

/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(/images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}

	.center {
		text-align: center;
		}

hr {
	display: none;
	}

hr.divider {
	color:#5C2014;
	display:block;
	height:1px;
	text-align:center;
	margin: 10px 0;
}

.cmd-avatar {
	clear: none;
	display: inline;
	float: left;
	clear: left;
	padding-right: 3px;
	border: none;
}
.gravatar {
	float:left;
	width: 70px;
	height: 70px;
	padding: 3px;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.postgrav {
	float: left;
	width: 50px;
	height: 50px;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #e0e0e0;
	background: #fff;
}

/* Tables
----------------------------------------------------------------------------- */

table.register tr td {
	text-align: left;
}

table.forum {
	border-collapse: collapse;
	vertical-align: top;
	border-bottom: solid 1px black;
	margin: 20px auto;
}

table.forum tr td {
	padding-bottom: 10px;
}

.gig table {
	border-collapse: collapse;
	width: 95%;
	vertical-align: top;
	background: #FFFFB4;
	margin: 10px auto;
	border-top: solid 1px #5C2014;
	border-bottom: solid 1px #5C2014;
	border-left: solid 1px #5C2014;
	border-right: solid 1px #5C2014;
	text-align:left;
	vertical-align;top;
}

.gig table th, .gig table thead, .gig table thead td {
	font-weight: bold;
	padding: 2px;
	border:solid 1px #5C2014;
	width:16%;
}

.gig table td, .gig table tbody td {
	padding: 2px;
	border:solid 1px #5C2014;
	width:16%;

}

.gig1 table {
	border-collapse: collapse;
	width: 95%;
	vertical-align: top;
	background: #FFFFB4;
	margin: 10px auto;
	border-right: solid 1px #5C2014;
	text-align:left;
	vertical-align;top;
}

.gig1 table th, .gig table thead, .gig table thead td {
	border-left: solid 1px black;
	border-bottom: solid 1px #5C2014;
	font-weight: bold;
	padding: 2px;
}

.gig1 table td, .gig table tbody td {
	border-left: solid 1px #5C2014;
	padding: 5px;

}

.gig1 table tr.alt {
	background:#FFFFCF;
}

.header_row {

}

.even_row {

}

.odd_row {
	background-color: #ffffcf;
}


/* Forms
----------------------------------------------------------------------------- */

.loginform, .lostpasswordform, .profileform, .registerform, .mailinglistform, .webshopform, .webshopconfirmform {
	margin: 0 auto;
}

.loginform, .lostpasswordform, .registerform  {
	width: 320px;
}

.webshopform, .webshopconfirmform {
	width: 90%;
	text-align:center;
}

.mailinglistform {
/*
	position:relative;
	top:40px;
	left:-15px;
*/
	display: inline;
	width: 190px;
	font-size: 9px;
	text-align: left;
	border: 0px solid black;

}

.profileform {
	width: 420px;
}

.loginform label, .lostpasswordform label, .registerform label, .mailinglistform label, .webshopform label, .webshopconfirmform label {
	width: 100px;
} 

.mailinglistform label {
	width: 25px;
	vertical-align: bottom;
	text-align:right;
}

.profileform label {
	width: 200px;
}


.loginform label, .profileform label, .registerform label, .lostpasswordform label, .mailinglistform label, .webshopform label, .webshopconfirmform label {
	float: left;
	clear: left;
	text-align: right;
	margin: 0px 10px 0 0;
	display: block;
	border: solid 0px black;
}

.loginform fieldset, .profileform fieldset, .registerform fieldset, .lostpasswordform fieldset, .mailinglistform fieldset, .webshopform fieldset, .webshopconfirmform fieldset {
	text-align: left;
	padding: 2px;
	margin:0 auto;
}

.webshopform fieldset div {
	border:0px solid black;
}

.loginform fieldset legend, .profileform fieldset legend, .registerform fieldset legend, .lostpasswordform fieldset legend, .mailinglistform legend, .webshopform legend, .webshopconfirmform legend {
	text-decoration: bold;
}

.webshopconfirmform fieldset, fieldset.address {
	width: 50%;
}

.loginform a, .webshopform a, .webshopconfirmform a {
	text-align:left;
}

.loginform li, .profileform li, .registerform li, .lostpasswordform li {
	list-style:none;
	text-align:left;
}

.mailinglistform input, .postform input, textarea#comment, input {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	margin: 1px 0;
	background: #FFFFFF;
}

input.noborder {
	border: 0px solid #7F9DB9;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background: none;
}

input.border {
	border: 1px solid #7F9DB9;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

.required, input.required {
	background: yellow;
	border: 1px solid #7F9DB9;
}

textarea#comment, textarea#post-content {
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}

.searchform {
	width: 300px;
	float: right;
	text-align: center;
	border: 1px solid #e0e0e0;
}

/* Vertical Alignment (see http://www.jakpsatweb.cz/css/css-vertical-center-solution.html)
----------------------------------------------------------------------------- */

/* add height at tag */
.vertical_outer {
	display: table;
	#position: relative; 
	overflow: hidden;
}

/* add #top, vertical-align at tag
** eg. for vertical alignment at bottom
**	#top: 100%;
**	vertical-align: bottom;
*/
.vertical_middle {
	#position: absolute; 
	display: table-cell; 
}

/* add #top at tag
** eg. for vertical alignment at bottom
**	#top: -100%;
*/
.vertical_inner {
	#position: relative;
}

div.feedburnerFeedBlock ul {
font-family: verdana;
font-size: 11px;
margin-left:0;
padding-left:0;
list-style-type: none
}

div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
font-family: verdana; 
font-size: 11px;
display:block;
margin:20px 0 0 0;
}

#creditfooter {
display: none; 
}

div.feedburnerFeedBlock ul li p.date {
font-weight:bold;
font-family: verdana; 
font-size: 11px;
display:block;
}
