/* 
	Theme Name: LemmeCheck Blue
	Credit: StudioPress.com
*/

body {
	background: #FFFFFF url(images/bg.png) top center repeat-y;
	color: #424242;
	font-size: 12px;
	font-family: Arial, Tahoma, Arial;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #CCCCCC url(images/wrap.jpg) center repeat-y;
	color: #424242;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrapfull {
	background: #CCCCCC url(images/wrapfull.jpg) center repeat-y;
	color: #424242;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #333333 url(images/header.png);
	width: 960px;
	height: 100px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Arial, Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Arial, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
.headerright {
	width: 485px;
	float: right;
	margin: 0px;
	padding: 5px 15px 0px 0px;
	text-align: right;
	}
	
.headerright a, .headerright a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	}
	
.headerright .widget a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 960px;
	height: 35px;
	color: #FFFFFF;
	margin: 1px auto 0px;
	padding: 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #336699;
	display: block;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0px;
	padding: 9px 10px 9px 10px;
	text-transform: uppercase;
	text-decoration: none;
	}

#nav li a:hover, #nav li a:active {
	background: #CADDF7;
	color: #222222;
	display: block;
	margin: 0px;
	padding: 9px 10px 9px 10px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #CADDF7;
	width: 170px;
	color: #333333;
	float: none;
	font-weight: normal;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #CCCCCC;
	color: #FFFFFF;
	padding: 7px 5px 7px 5px;	
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover1 ul ul, #nav li.sfhover1 ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover1 ul, #nav li li.sfhover1 ul, #nav li li li.sfhover1 ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 638px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#homepage a, #homepage a:visited  {
	color: #0080FF;
	text-decoration: none;
	}
	
#homepage a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	color: #666666;
	}
	
#homepage h1 {
	color: #424242;
	font-size: 14px;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	}
	
#homepage h1 a, #homepage h1 a:visited  {
	color: #006699;
	text-decoration: none;
	border: none;
	}

#homepage h1 a:hover {
	color: #333333;
	text-decoration: underline;
	border: none;
	}

h1.specialfeature a, h1.specialfeature a:visited {
	font-size: 18px;
	line-height: 1.5em;
}

#homepage h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	}
	
#homepage h3 {
	background: #CCCCCC url('images/secbg.jpg');
	color: #999999;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #CCCCCC;
	}

#homepage h4 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}

#homepage embed, #homepage object {
	width: 250px; 
	height: 205px;
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#homepage ul li {
	background: url(images/arrowhome.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

#homepage-tgp-container	{
	float: left;
	width: 200px;
	display: inline;
	padding: 0px 2px 0px 2px;
	margin: 0px auto 0px;
}

.featured {
	float: left;
	width: 636px;
	margin: 0 0 10px 0;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	
.homepageleft {
	float: left;
	width: 313px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

.homepageright {
	float: right;
	width: 313px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

.homepagefull {
	clear: both;
	width: 636px;
	margin: 10px 0 10px 0;
	padding: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
	
.homebox {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.homebox-premium {
	background: #EEF5FF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.homebox-models {
	background: #F8FFED;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.homebox-featured {
	background: #FDF8E7;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.homebox-latest-covermodel {
	background: #FEF5FF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.homebox-covermodels {
	background: #FFF3E3;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.homebox-tgp {
	background: #F5FEFE;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.homebox-links {
	background: #FDFAEF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

.recententry {
	height: 165px;
}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 618px;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 20px 10px;
	display: inline;
	}

#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 10px 0px 50px 10px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #0080FF;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #FA8513;
	text-decoration: underline;
	}

#contentwide p {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
}

#contentleft h1, #contentwide h1 {
	color: #FF9900;
	font-size: 22px;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #FF9900;
	text-decoration: none;
	text-transform: capitalize;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #2779BA;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	clear: both;
	color: #666666;
	text-shadow: 2px 2px 3px #DFDFDF;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
	padding: 1px 10px 1px 2px;
	line-height: 24px;
	background: #F1F1F1 url('images/h2bg.jpg');
	border-bottom: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #DFDFDF;
	border-top: solid 1px #DFDFDF;
	}

#contentleft h2 a, #contentleft h2 a:visited, #contentwide h2 a #contentwide h2 a:visited  {
	text-decoration: none;
	border: none;
	}

#contentleft h3, #contentwide h3 {
	color: #424242;
	font-size: 14px;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	border-bottom: 0px solid #DFDFDF;
	}
	
#contentleft h4, #contentwide h4 {
	color: #424242;
	font-size: 13px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	}

#contentleft h5, #contentwide h5 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}

#contentleft h6, #contentwide h6 {
	background: #ffffff url('images/clickhere.gif') no-repeat left center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 2px 2px 2px 30px;
	line-height: 24px;
	color: #666666;
	}

#contentleft h6 a, #contentwide h6 a {
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #0080ff;
	border-bottom: 1px dotted #cccccc;
}
#contentleft h6 a:hover, #contentwide h6 a:hover {
	color: #ff9900;
	border-bottom: 1px dotted #0080ff;
}


#contentleft p {
	text-align: justify;
}
		
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited {
	color: #0080FF;
	text-decoration: underline;
	}

.postcomments a, .postcomments a:visited {
	color: #0080FF;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #FA8513;
	text-decoration: underline;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 25px;
	}
	
.postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

.postarea td ol li {
	padding: 0px 0px 0px 15px;
	margin: 0 0 1px 10px;
	line-height: 1.2em;
}

.postarea td li a:hover {
	color: #FA8513;
}
	
blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 50px;
	background: url('images/quote.gif') top left no-repeat;
	color: #666666;
	font-style: italic;
	}

.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 11px;
	}
	
.postmeta {
	color: #666666;
	background: #F1F1F1;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-size: 11px;
	text-transform: uppercase;
	margin: 20px 0px 50px 0px;
	padding: 1px 10px 1px 10px;
	border: 1px solid #DFDFDF;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.postmeta p a:link, .postmeta p a:visited {
	text-decoration: none;
}

.postmeta p a:hover {
	text-decoration: underline;
}
	
code {
	color: #222222;
	background: #F6F3EE;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E9E2D7;
	}
	
.archiveleft {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

.archiveright {
	float: right;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
}

#resultsbox {
	clear: both;
	margin: 1px auto;
	padding: 8px 0 0 0;
	}

/************************************************
*	Images  					     		    * 
************************************************/

#contentleft img {
	padding: 4px;
	border: 1px solid #DADADA;
}

#contentwide img {
	padding: 1px;
	border: 1px solid #DADADA;
}

td img {
	padding: 0px;
}

img.homepage {
	padding: 4px;
	border: 1px solid #DADADA;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 2px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 20px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 20px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.gallery {
	padding: 2px;
	margin: 0px auto;
}

.wp-caption {
	border: 1px solid #CCCCCC;
	text-align: center;
	background: #EEEEEE;
	padding: 5px 0px 5px 0px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*	Gallery Settings 	        			     	    * 
************************************************/

#gallery-1 .gallery-item {
	margin-top: 2px !important;
	}
#gallery-1 img {
	border: 1px solid #dfdfdf !important;
	}

/************************************************
*	Sidebar 	        			     	    * 
************************************************/

#social {
	float: right;
	margin: 0px 0px 10px 0px;
	display: inline;
	width: 272px;
	text-align: center;
}

#social img, #social img a {
	border: 0px !important;
	padding: 0px 0px 0px 0px !important;
}

	
#sidebar {
	float: right;
	width: 272px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #0080FF;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #0080FF;
	text-decoration: underline;
	}
	
#sidebar h2 {
	color: #7E7E7E;
	font-size: 12px;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	}

#sidebar h3 {
	color: #424242;
	font-size: 12px;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar h3 a, #sidebar h3 a:visited {
	color: #006699;
}

#sidebar h3 a:hover {
	color: #000000;
}

#sidebar p {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}

#sidebar p a, #sidebar p a:visited {
	color: #006699;
	}

#sidebar p a:hover {
	color: #000000;
}
	
#sidebar a img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
	}
	
#sidebar .widget  {
	background: #EEEEEE url(images/sidebarbg.jpg) top center repeat-y;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #2779BA;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

.postform {
	background: #F5F5F5;
	width: 250px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 5px 0px;
	}

.adsensesidebar {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

p.warning {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Verdana;
}

/************************************************
*	SIDEBAR SPECIAL OFFER			*
************************************************/

#specialoffer p {
	color: #ff0000;
	font-weight: bold;
	font-family: Arial, Verdana;
	text-align: center;
}

#specialoffer p a, #specialoffer p a:visited {
	color: #0080ff !important;
	text-decoration: underline;
	font-size: 16px !important;
}

#specialoffer p a:hover {
	color: #000000 !important;
}

/************************************************
*	Tag Cloud Formatting			*
************************************************/

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Verdana;
	}

#tagcloud a, #tagcloud a:link, #tagcloud a:visited {
	color: #666666;
}
#tagcloud a:hover, #tagcloud a:active {
	color: #FA8513;
}


	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #FFFFFF url(images/footer.png) center repeat-y;
	height: 110px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	font-size: 13px;
	color: #333333;
	margin: 0px;	
	padding: 0px;
	}

.footertop {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	}
	
.footertop  a {
	color: #000000;
	text-decoration: underline;
	}

.footertop  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}
	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 180px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#searchsubmit {
	background: #999999 url(images/secbg.jpg);
	color: #336699;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #CCCCCC;
	}

#submit {
	background: #CCCCCC;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
	}
	
#author, #email, #url {
	background: #EEEEEE !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}
	
#comment {
	background: #EEEEEE !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #CCCCCC;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
	}
	
.reply a:hover {
	background: #666666;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	TGP Premium Section	     	    * 
************************************************/

#tgp-premium-section {
	clear: both;
	width: 920px;
	margin: 20px 0 20px 0px;
	padding-bottom: 50px;
}

#tgp-premium-container	{
	float: left;
	display: inline;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DFDFDF;
	padding: 8px;
	margin: 4px 5px 20px 5px;
	width: 432px;
	height: 210px;
	overflow: hidden;
	background: #DCDCDC url(images/tgpbgprem.jpg);
}

#tgp-premium h3 {
	color: #424242;
	font-size: 14px;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	}
	
#tgp-premium h3 a, #tgp-premium h3 a:visited  {
	color: #006699;
	text-decoration: none;
	border: none;
	}

#tgp-premium h3 a:hover {
	color: #FA8513;
	text-decoration: underline;
	border: none;
	}

#tgp-premium p {
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	margin: 4px;
	color: #424242;
	padding: 5px 5px 0 5px;
	line-height: 1.5em;
	font-size: 12px;
	text-transform: capitalize;
}

#tgp-premium p a, #tgp-premium p a:link, #tgp-premium p a:visited	{
	color: #0080FF;
	text-decoration: underline;
	font-weight: bold;
}
#tgp-premium p a:hover, #tgp-premium p a:active	{
	color: #FA8513;
}

img.tgp-premium {
	float: right;
	margin: 0px 0px 10px 10px !important;
	display: inline;
	padding: 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	-moz-box-shadow: 2px 2px 4px #cccccc;
	-webkit-box-shadow: 2px 2px 4px #cccccc;
	box-shadow: 2px 2px 4px #cccccc;
}


/************************************************
*	TGP Images Section		     	    * 
************************************************/

#tgp-section {
	clear: both;
	width: 920px;
	margin: 20px 0 20px 0;
	padding-bottom: 50px;
}
#tgpcontainer	{
	float: left;
	display: inline;
	border: 1px solid #DFDFDF;
	padding: 4px;
	margin: 4px 8px 20px 8px;
	width: 155px;
	height: 240px;
	overflow: hidden;
	background: #E7E7E7 url(images/tgpbg.jpg);
	font-size: 12px;
}
img.tgp {
	text-align: center;
	float: none;
	margin: 2px auto;
	padding: 4px;
	border: 1px solid #DADADA;
}
#tgp h3 {
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 13px;
	margin: 0px 10px 0 10px;
	padding: 0px;
	text-transform: capitalize;
	line-height: 1.2em;
}
#tgp h3 a, #tgp h3 a:link, #tgp h3 a:visited {
	font-weight: bold;
	color: #666666;
}
#tgp h3 a:hover, #tgp h3 a:active {
	color: #000000;
}
#tgp p {
	font-family: Arial, Helvetica;
	text-align: center;
	margin: 4px;
	color: #666666;
	padding: 5px 5px 0 5px;
	line-height: 1.5em;
}
#tgp p a, #tgp p a:link, #tgp p a:visited	{
	color: #0080FF;
	text-decoration: underline;
	font-weight: bold;
}
#tgp p a:hover, #tgp p a:active	{
	color: #FA8513;
}

/************************************************
*	TGP text List 					     	    * 
************************************************/

#list-section {
	clear: both;
	width: 920px;
	margin: 5px 0 30px 0px;
	padding-bottom: 10px;
}
#list-left	{
	float: left;
	display: inline;
	width: 460px;
	margin-bottom: 20px;
}
#list-right	{
	float: right;
	display: inline;
	width: 460px;
	margin-bottom: 20px;
}

/************************************************
*	Niche Sites Tags 					     	    * 
************************************************/

#niche-section {
	clear: both;
	width: 920px;
	margin: 5px 0 20px 0px;
	padding-bottom: 10px;
}
#niche-section ul {
	margin: 10px 25px 25px 25px;
}
#niche-section li {
	display: inline;
	overflow: visible;
	padding: 0px;
	margin: 0px auto;
}

#niche-section a, #niche-section a:visited {
	font-weight: normal;
}

/************************************************
*	Plugins  					     		    * 
************************************************/

.wordtube {
	text-align: center;
	margin: 0px auto;
	padding: 0 0 25px 0;
}

.addthis_container	{
	margin: 20px 0 20px 0;
	border: 0px;
}
.addthis_content img {
	border: 0px;
}
.breadcrumb {
	clear: both;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	margin: -15px 0 15px 0;
	padding: 1px;
	background: #F9F9F9;
	border-bottom: solid 1px #F1F1F1;
	border-left: solid 1px #F1F1F1;
	border-right: solid 1px #F1F1F1;
	border-top: solid 1px #F1F1F1;
}

a.breadcrumb, a.breadcrumb:visited {
	color: #666666;
	text-decoration: underline;
}

a.breadcrumb:hover {
	color: #0080FF;
	text-decoration: underline;
}

#breadcrumb {
	clear: both;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	margin: -15px 0 15px 0;
	padding: 1px;
	background: #F9F9F9;
	border-bottom: solid 1px #F1F1F1;
	border-left: solid 1px #F1F1F1;
	border-right: solid 1px #F1F1F1;
	border-top: solid 1px #F1F1F1;
}

#breadcrumb a, #breadcrumb a:visited {
	color: #666666;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #0080FF;
	text-decoration: underline;
}



/************************************************
*	Advertising				     		    * 
************************************************/

/* Fling Specific */

#dating iframe {
	width: 960px;
	margin-left: -10px !important;
	margin-right: 0px !important;
	padding: 0px !important;
}

#dating iframe img {
	padding: 0px;
	border: 0px solid #DADADA;
}

/* XXX Blackbook */

#geo_profiles table {
	padding-bottom: 20px;
}

td.geo_thumbnail {
	text-align: center;
	float: none;
	margin: 2px auto;
	padding: 4px;
	border: 1px solid #DADADA;
}
td.geo_extra {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	line-height: 1.2em;
}

