/*
Theme Name: Genlack.com
Theme URI: http://www.genlack.com
Description: <p>Wordpress theme developed by Genlack, LLC http://www.genlack.com</p>
Version: 1.0
Author: Steve Lack
Date: 02/01/2010
Author URI: http://www.genlack.com/

*/

/* `style starts
----------------------------------------------------------------------------------------------------*/
body {
	background:url(images/bg-inner.jpg);
	background-repeat:repeat-x;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#666;
	background-color:#fff;
}

.home {
	background-image:url(images/bg-home.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	background-position: center top;
}

a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* default link style
----------------------------------------------------------------------------------------------------*/
a:link, a:visited, a:active {
color:#0d9cb9;
text-decoration:none;
}
a:hover {
color:#FF0000;
text-decoration:none;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 22px;
	letter-spacing:-1px;
	font-weight:bold;
}
h2 {
	font-size: 20px;
	letter-spacing:-1px;
	margin-bottom:10px;
	
}
h3 {
	font-size: 18px;
	letter-spacing:-1px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}
ul {
	list-style-image:url("http://www.genlack.com/wp-content/themes/Genlack/images/cube-bullet.png");
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
	
}



/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 18px 18px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 18px 18px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	background-color:#303e48;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:10px solid #50606b;
	font-size:12px;	
	color:#ccc;
}
.img-border{
	padding:10px;
	border:1px solid #eee;
	background-color:#fff;


}

a.view-more{

}

hr {
  border: 0;
  width: 100%;
  color: #fff;
	background-color: #f9f9f9;
	height: 1px;


}
/* headings/page titles/ home page titles
----------------------------------------------------------------------------------------------------*/
h1{
color:#ed9219;
position:relative;
left: 90px;
}


.post h2 a{
color:#0bafc2;

}

.page-titles{
height:35px;
}
h1.pagetitle{
color:#ed9219;
font-size:1.8em;
position:relative;
left:90px;
top: -5px;

}
h2{
color:#0e8897;

}
.page-titles h1{
color:#0e8897;
line-height:90px;
font-size:3em;
letter-spacing:-2px;
}
.home-col1 h2, .home-col2 h2{
border-bottom:1px solid #eee;


}
.home-col1 h1, .home-col2 h1{
color:#ed9219;
position:relative;
left:0px;
}

.home-col1, .home-col2{
background-color:#f1f0f0;


}
.right-column{
background-color:#f1f0f0;

}

.home-col1{
padding:20px 30px;

}
.home-col2{
padding:20px 30px;
}


.homecol-inner {
margin-left:80px;
margin-bottom:20px;
}

.dots {
border-bottom:1px dotted #ccc;
margin-bottom:10px;
}


.post{
border-bottom:none;
padding:15px 0;
float:left;
width:auto;

}





/*curve box*/

.cureve-top{
	background-image: url(images/curve-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:32px;
}
.cureve-bottom{
	background-image: url(images/curve-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

	background-color:#f1f0f0;
}
.cureve-top2{
	background-image: url(images/curve-top2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:32px;
	position:relative;
	left:-17px;
}
.cureve-top3{
	background-image: url(images/curve-top2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:32px;
}

.cureve-bottom-550{
	background-image: url(images/curve-bottom2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#f1f0f0;
}
.cureve-bottom2{
	background-image: url(images/curve-bottom2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:#f1f0f0;
	width: 550px;
	position:relative;
	left:35px;
}


/* right sidebar
----------------------------------------------------------------------------------------------------*/


.right-column{
	
	padding:10px 28px;
}

.right-column h3{
	color:#a63e19;
	margin-bottom:10px;
		
}

div.news {
	
	padding:10px;
	border:1px solid #e3e3e3;
	letter-spacing:0px;
	background-color:#fcfcfc;



}
div.news p {
border-bottom:1px dotted #ccc;
padding-bottom:10px;


}

div.news p a:hover{
	color:#000;
	text-decoration:underline;

}

.latest-news{
	position:relative;
	top:3px;
	left:5px;

	
}
.get-in-touch{
	position:relative;
	top:3px;
	left:5px;


}
.contact-info{
	padding:10px;
	padding:10px;
	background-image: url(images/sidebar-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#fcfcfc;	
	border:1px solid #ed9219;
}
.contact-info p strong{
font-size:1.15em;

}
.contact-us{
	position:relative;
	left:130px;
	padding:10px;
	padding:10px;
	background-color:#ededed;	
	border:1px solid #ed9219;
}
.creditdisclaimer
{
    position:relative;
	left:130px;
	padding:10px;
	padding:10px;
}


/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 18px 18px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 18px 18px 0;
  width:auto;
}
a img {
border:none;
}

blockquote{
	border:1px solid #eee;
	background-color:#f5f5f5;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #ccc;
	font-size:11px;
}
/* header / meu styles
----------------------------------------------------------------------------------------------------*/
#top-header {

	height:52px;
	width:940px;
	position:relative;
}
#logo {
	position:absolute;
	top: 21px;
	left:5px;
	
	
}
/*top menu*/


.menu{
	position: absolute;
	top:21px;
	right:-30px;
	height:31px;
	z-index:45;
	
}

.menu ul{
	
	list-style: none;
	list-style-type: none;
	font-size: 1.11em;
	padding:0px;
	margin:0px;
	
	
}

.menu ul li{
	float: left;
	margin: 0 2px 0 0px;
	background:url(images/bg_menu_tab_right.gif) no-repeat right top;
	width:auto;
}

.menu ul li a{
	padding: 0px 15px;
	text-decoration: none;
	color: #000;
	background: url(images/bg_menu_tab_left.gif) no-repeat;
	line-height:31px;
	font-weight:bold;
	float:left;
	text-transform: uppercase;
	width:auto;
	
}

.menu ul li a:hover{
	text-decoration: underline;
}

.menu ul li a:link, .menu ul li a:visited {

	color: #000;

	
}

.menu ul li.current_page_item, .menu ul li.current-cat{
	background: #2870e7 url(images/bg_menu_tab_right_current.gif) no-repeat right top;
	z-index:44;
		line-height:31px;

}

.menu ul li.current_page_item a, .menu ul li.current-cat a{
	color: #222;
	background: url(images/bg_menu_tab_left_current.gif) no-repeat;
		line-height:31px;
	
			z-index:44;
		
		
}

/*blog categpory*/
.right-column ul  {
	list-style-image: url(images/bullet.gif);
	margin-left:20px;


}
.right-column ul li {
	margin-left:0px;
	
}

.children{
margin-bottom:0px;

}




/*---------------------slider--------------------*/
.featured{
	position: absolute;
	top:25px;
	left:0px;
	z-index:12;

}


#home-slider {
	margin-top:0;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center top;
	height:295px;
	position:relative;
	margin-bottom:25px;
	padding-top:10px;
	z-index:22;


	
}
#home-slider h1 {
	border-bottom:none;
	color:#000000;	
	word-spacing: -2px;
	font-weight:bold;
}

.sliderImages  {
		margin-left:11px;
		padding-top:13px;

}


.sliderImages ul li img {

	padding-top:12px;
}

#home-slider ul li {
	margin:0;
	width:362px;
	height:198px;
}


.sliderTextHolder  {
margin-top:20px;


}
.sliderTextHolder h1  {
	font-size:2.50em;
	letter-spacing: -2px;
	line-height:50px;
	position:relative;
	left: 0px;
	


}
.sliderTextHolder strong  {

	color:#000;
}


.sliderTextHolder p  {
	position: relative;
	top: 15px;
	font-size:1.25em;
	font-style:italic;
	color:#f7f7f7;


}


.sliderTextHolder ul li {
	height:200px;

}


.prev {
	position:relative;
	left:308px;
	top:18px;
}
.next {
	position:relative;
	left:300px;
	top:18px;
}

/* blog
----------------------------------------------------------------------------------------------------*/
.entry{
margin-top:10px;
padding-right: 50px;
}

/*sub categories*/
li.categories {
list-style:none;

}
li.categories ul li {
margin:0px;

}

/* ---------- @ comments style -----------*/


.alt {
	background-color: #eee;
	border:1px solid #ccc;

	}
	
h3#comments, #respond{
color:#222;

}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #eee;
	border:1px solid #ccc;
	color:#333;
	
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	background-color: #eee;
	border:1px solid #ccc;
	color:#333;
	overflow:auto;
	}

#commentform #submit {
	margin: 0;
	float: left;
	background-color:#262626;
	color:#fff;
	margin-bottom:10px;
	border:none;
	width:auto;
	}

.alt {
	margin: 0;
	padding: 10px;

	}
.commentlist {
	padding: 0;
	padding:0px;
	
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size:13px;
	}
.commentlist p {
	margin: 10px 0px 10px 0;
	}
	
#commentform p {
	margin: 5px 0;
	color:#50606b;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	margin-left:70px;
	}
#sidebar form {
	margin: 0;
	}

#right-column .widget{
margin-bottom:20px;

}
.gravatar{
float:left;
width:auto;

}
	
.navigation{
margin:10px 0;

}

/* portfolio
----------------------------------------------------------------------------------------------------*/
.pf-box{
	padding:0px 10px;
	background-color:#dedede;
	
}
.pf-box p{
	padding:0px;
	margin:0px;
}
.portfolio-br {
	background-color:#f5f5f5;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #eee;
	padding:5px;
}
.portfolio a:visited, .portfolio a:link, .portfolio a:hover {
	color:#009900;
}
#portfolio strong {
	color:#434343;
}
.portfolio img{
	background-color:#eee;
	padding:10px;
}

/* footer
----------------------------------------------------------------------------------------------------*/
.footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:115px;
	background-color:#13bcd0;
	clear:both;
	margin-top:20px;

}
#footer {
	
	width:740px;
	margin:0 auto;
	position:relative;
	left: 100px;
}

.f-menu  {
position:absolute;
top:20px;
left:0px;

	}
.f-menu ul li {
	display:inline;
	
}
.f-menu ul li a:link, .f-menu ul li a:visited {
	color:#0c98b7;
	font-weight:700;
	float:left;
	margin-right:15px;
	margin-top:10px;
	padding-right:15px;
	width:auto;
}
.f-menu ul li a:hover {
	color:#FF0000;
}
#footerline2
{
    position:relative;
    top:-05px;
    width: 550px;
    text-indent: 25px;
}
#top-header ul,.f-menu ul {
	margin:0;
	padding:0px;
}

.copy-rights{
position:absolute;
top:80px;

left:50px;

}
#footerlogo
{

 position: relative;
 top: 7px;
 left: -180px;
 width: 100px;
}
.spheres
{
  position: relative;
  left: -125px;
}
#chat
{
  position: relative;
  top: 5px;
}
#prodpostlogo
{
 position: relative;
 top: -15px;
}
#titlelogo
{
 position: relative;
 top: 30px;
}
#phonesidebar
{
position:relative;
top: 12px;
}
.tabletext
{
  margin-left:15px;
  margin-top: 0px;
}
#tableprice
{
 text-align:center;

}
.tablechecks
{
 margin-top:5px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
#undertable
{
 margin-left: 15px;

}
#ftptable
{
 position: relative;
 left:35px;

}
.ftporder
{
 position:relative;
 top: 7px;
}
#tablebottom
{
 width: 550px;
 text-align: justify;
 margin-left: 35px;
 font-style: italic;
}
#recentposts
{
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 font-size: 16px;
}
#recentposts h3
{
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 color:#ed9219;
 font-size: 20px;
}
#searchmenu
{
 position:relative;
 top:5px;
}
#validatebutton
{
 position:relative;
 left:60px;
 top: 5px;
}
#checkoutbutton
{
 position:relative;
 left:-15px;
 top:5px;
}
.callus
{
 position:relative;
 top: -23px;
}
#planlist ul
{
  margin-left: 150px;
  margin-right:auto;
  text-align: left;   
}
#aweberform
{
  position:relative;
  left:-20px;
}
#webform
{
 position: relative;
 left: 50px;
}
#planningformtext
{
 margin-left: 50px;
 width: 550px;
}
#thanksformimage
{
  margin-left: 150px;
  margin-right: auto;
  width: 300px;
  text-align: center;
  border: 2px solid #000000;
}
#thanksformimage2
{
  margin-left: 150px;
  margin-right: auto;
  width: 300px;
  text-align: center;
  border: none;
}
#welcomeheadline
{
 position: relative;
 top: -10px;
 left: 15px;
}
#blogmargin
{
 margin-right: 50px;
}

