/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

body { background: #fff url(images/frame_hor.gif) repeat-x; background-position: 300px top; color: #666; font: 62.5% Verdana, Helvetica, Arial, sans-serif; text-align: left; }

/*---:[ core layout elements ]:---*/

#container { width: 920px; margin: 0 auto 0 auto; overflow:hidden;}
					
	#content_box { width: 920px; text-align: left; float: left; clear: both; background: none; overflow:hidden; margin:20px 0 0 0;}
	
		#content { width: 575px; padding:0; float: left; margin-top:0;}
#content_show { width: 920px; padding:0; float: none; margin:0;}
                #featured{ width:230px; height:370px; float:right; padding:10px 0 0 0; margin:0;}
                #content_main{ width:460px; float:left; padding:0; /*border:1px solid #36bfef;*/ margin:0; overflow:hidden;}
* html #content_main{height:344px;}
                
#contain_main p{
margin-left:20px;
margin-right:20px;
}
		
		#sidebar { width: 230px; float: left; height:500px; padding:0;margin:0;}
		
	#footer { width: 100%; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; margin-top:30px;}

#showcasediv{
margin-left:0;
width:100%;
text-align:center;
border:1px solid black;
background:green;

}

/*.pages h2, h2.page_header { margin: -60px 0 0 80px; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; display:none;}*/

.pages h2{
margin: 10px 0 20px 0; line-height: 1.2em; color:#333; font-family:Helvetica; border-bottom:2px solid #2eace2;width:90%;background:none;font-size:1.4em;padding:0;
}

.posts h2, .posthead { margin: 10px 0 20px 0; line-height: 1.2em; color:#333; font-family:Helvetica; border-bottom:2px solid #2eace2;width:90%;}
.entry h3 { margin: 1em 0 0.5em 0; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }

.entry p{
margin-left:10px;
margin-right:0;
}

h3{
text-transform:none;
}

ul#nav { width:690px !important; list-style: none; height:115px; padding:0; margin:0; background: none; border-bottom: 0; clear: right; padding:0; margin:0;}

	ul#nav li { padding: 0; margin:0; font: bold 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
	
		ul#nav li a, ul#nav li a:visited { color: #000; text-decoration: none; }
	
		ul#nav li a:hover { color: #000; text-decoration: underline; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; }

.floatleft{
float:left;
}

/* eshop panel listings */
ul.eshopsidepanels{
	list-style:none;
	margin:0;
	padding:0;
width:230px;
}
ul.eshopsidepanels li{
	list-style:none;
	float:left;
	/*border:1px solid #ca9;*/
	margin:0;
	text-align:center;
	height:60px;
/*r*/
width:230px;
padding:15px 0;
/*padding:10px 90px;*/
/*border:1px solid #C40851;
	background:#fff;*/
}
ul.eshopsidepanels li p{
margin:0;
}
ul.eshopsidepanels li a{
	text-decoration:none;
	display:block;
	/*padding:4px;*/
/*margin-top:10px;
margin-bottom:10px;*/
}
ul.eshopsidepanels li a img{
	float:none;
	margin:0;
}
/* eshop panel listings */
ul.eshoppanels{
	list-style:none;
	margin:0;
	padding:0;
float:none;
clear:both;
display:block;
}
ul.eshoppanels li{
	list-style:none;
	float:left;
/*	border:1px solid #ca9;*/
border:none;
	margin:0;
	text-align:center;
	height:184px;
/*r*/
width:184px;
padding:0;
/*border:1px solid #36bfef;*/
/*border:1px solid #C40851;*/
/*	background:url(images/panelback1.gif) top left no-repeat;*/

}
ul.eshoppanels li p{
margin:0;
}
ul.eshoppanels li a{
	text-decoration:none;

	display:block;
	padding:0 4px;
margin-top:10px;
margin-bottom:10px;
}
ul.eshoppanels li a img{
float:none;
	margin:0;

}
.pagfoot{
	clear:left;
}
div.listpagesimgdiv{
width:460px;
height:460px;
margin:0;
padding:0;
text-align:center;
float:left;
}
		
/*ul.showcase{
width:690px;
text-align:center;
border:1px solid black;
}	
*/


