﻿
/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	margin:0;
	padding:0;
}

/*Structured layout mainpage*/


body{
	font-size:11.5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	line-height:21px;
	position:relative;
		}
		
.wrap_all{ /*only needed if using big background images like in theme 5*/
	width:100%;
	position:relative;
	display:table;
	}

#top{
	width:900px;
	margin:0 auto;
	margin-top:45px;
	position:absolute;
	}
.style1 {
	font-family: "Cooper Black";
	font-size: 60px;
	text-align: center;
}
.style2 {
	font-family: "Cooper Black";
	font-size: 20px;
	text-align: center;
}
.style3 {
	font-family: "Franklin Gothic Medium";
	font-size: 12pt;
	text-align: center;
}
.style4 {
	font-family: "Franklin Gothic Medium";
	font-size: 12pt;
	text-align: left;
}
.style5 {
	font-family: "Franklin Gothic Medium";
	font-size: 12pt;
	text-align: right;
}
</style>

			
/*****************************
3.) #mainpage image slider
/****************************/	

				#featured{
				    width:900px;
					height:150px;
					margin-bottom:0px;
					position:relative;
					}
				
						.featured_item{
							height:150px;
							margin:0 auto;
							position:relative;
							top:0px;
							width:900px;
							overflow:hidden;
							display:none;
						}
						
						#top .current{
							display:block;
							}
													
									#featured .entry{
									margin-bottom:8px;
									height:242px;
									overflow:hidden;
									border-bottom:none;
									padding-bottom:0;
									}
																
							.featured_imagea{
								height:150px;
								position:absolute;
								left:0px;
								top:0;
								width:900px;
								overflow:hidden;
								}
								
							.featured_image img{
								position:absolute;
								right:0;
								top:0;
								}
	
							.featured_image{
								height:150px;
								position:absolute;
								margin-left:450px;
								left:0;
								top:0;
								width:450px;
								overflow:hidden;
								}
								
							.featured_image img{
								position:absolute;
								right:0;
								top:0;
								}
				
					#featured_bottom{
						margin-top:0px;
						height:10px;
						bottom:0px;
						width:100%;
					}
							.preview_images{
								height:10px;
								line-height:10px;
								position:relative;
								right:39px;
								top:10px;
								}
								
							.preview_images a img{
								padding:1px;
								}
								
							.preview_images a{
								outline:none;
								display:block;
								margin-top:0px;
								margin-right:5px;
								float:left;
								}
/*****************************
4.) featured content
/****************************/	

.featuredContent	{ margin: 0 0 1.5em; }
.featuredItem		{ clear: left; margin: 0 0 1.5em; }
.featuredImg 		{ margin-right: 15px; float:left;}
.featuredImg img 	{ width: 120px; }

a:hover, a:active								{ color: #FF6600; }	/* default hover */


/* image containers */

a.img, div.img 			{ float: left; border: 1px solid #D3D3D3; padding: 5px; background: #fff;}
a.img img, div.img img 	{ float: left; border: 1px solid #f3f3f3; }
a.imgHover				{ background-color: #D8D9DA; border-color: #BCBCBC; }
a.img:hover img			{ border-color: #fff; }								/* hover effect - image */

