/*
Theme Name: GloThemes
Theme URI: http://www.GloThemes.com/
Description: The default GloThemes theme.
Version: 1.0
Author: Valik Rudd
Author URI: http://www.GloThemes.com/

	GloThemes v1.0
	 http://www.GloThemes.com/

	This theme was designed, skinned & programmed by Valik Rudd,
	whose blog you will find at http://www.valiik.com/
	
*/


/* LAYOUT */
/* ----------------------------------------- */

.aligncenter { display:block; margin:10px auto; }
.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
a img { border:0px; }

br.br { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */


body {
background:#000;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

a:link, a:active, a:visited {
text-decoration:none;
color:#00f;
}

a:hover {
text-decoration:underline;
}



#header {
height:115px;
background:url(images/header-bg.jpg) top left repeat-x;
}

#headerin {
	width:900px;
	margin:0 auto;
	padding-top:0px;
}

#logo {
width:300px;
float:left;
height:82px;
padding-top:13px;
}


/* NAVIGATION BAR */

#nav {
float:right;
width:350px;
padding-top:20px;
color:#fff;
text-align:right;
}

#nav a:link, #nav a:active, #nav a:visited {
padding:0px 10px;
text-decoration:none;
color:#fff;
font-weight:bold;
font-style:italic;
border:0px solid #00f;
}

#nav a:hover {
	color:#dafe45;
}

/* CONTENT */

#wrap {
background:#000 url(images/body-bg.jpg) top left repeat-x;
margin:0px;
}

#page {
	width:900px;
	margin:0 auto;
	background:#fdffec;
	padding-bottom:40px;
}

#thecontent {
padding:0px;
}

#incontent {
	padding:40px;
}

#incontent h2 {
	font-size:30px;
	padding:0 0 10px 0;
	margin:0px;
	font-style:italic;
	color:#900;
}

#content {
float:left;
width:550px;
border:0px solid #f00;
}

#content h2 a:link, #content h2 a:active, #content h2 a:visited {
color:#e6851e;
}

#slide {
width:887px;
margin:0 auto;
}

#slidetext {
width:800px;
margin:0 auto;
padding-top:30px;
font-style:italic;
font-weight:bold;
text-align:center;
line-height:20px;
font-size:14px;
}

#buttonz {
	width:563px;
	margin:0 auto;
	padding-top:30px;
}

#hdiv {
padding-top:30px;
padding-bottom:30px;
}

#bonuses {
width:737px;
margin:0 auto;
background:#fff;
border:1px solid #ccc;
padding:30px;
}

#bonussect {
	height:144px;
	padding-bottom:40px;
}

#sects {
width:797px;
margin:0 auto;
}

#sect1, #sect2, #sect3 {
	width:235px;
	float:left;
	text-align:justify;
	line-height:22px;
}

#sectf1, #sectf2, #sectf3 {
	width:235px;
	float:left;
	line-height:22px;
}

#sect1 h2, #sect2 h2, #sect3 h2, #sectf1 h2, h2 {
	font-size:30px;
	padding:0 0 10px 0;
	margin:0px;
	font-style:italic;
	color:#900;
}

#sect2, #sect3,#sectf2, #sectf3  {
	padding-left:46px;
}

#sectf2, #sectf3  {
	padding-top:33px;
}


#introtext {
width:820px;
margin:0 auto;
padding-top:30px;
font-style:italic;
line-height:20px;
font-size:14px;
}

#introtext div.dispimage {
	text-align:center;
	background:#fbfbfb;
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:30px;
}

#mmfreeform {
width:300px;
margin:0 auto;
}


/* SIDEBAR */

#sidebar {
float:right;
width:200px;
border:0px solid #00f;
padding:0px 20px 20px 20px;
margin-top:-20px;
}

#sidebar ul, #sidebar ul li ul{
list-style:none;
padding-left:0px;
}

#sidebar h2{
color:#e6851e;
}

/* FOOTER */

#footer {
text-align:center;
color:#777;
font-size:10px;
padding:10px 0 40px 0;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#ccc;
}


/* SINGLE CONTENT */

#content h2{
color:#e6851e;
}

.alignleft {
float:left;
}
.alignright {
float:right;
}

/* SIDEBOXES */

#sideboxl {
float:left;
width:250px;
margin:0 20px 10px 0;
}

#sideboxr {
float:right;
width:250px;
margin:0 0 10px 20px;
}