/*
Theme Name: iNove
Theme URI: http://wordpress.org/extend/themes/inove/
Description: Inspired by <a href="http://maczone.sk/">MacZone.sk</a>, created by <a href="http://www.neoease.com/">mg12</a>. It is very stylish, widget supported and doesn’t require any plugin.
Version: 1.2.3
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
*/

/* static START */
* {
	margin:0;
	padding:0;
}

body {
	background: #006892 url(images/mainbg.png) center top repeat-y;
	color:#555;
	font-family:Verdana,Helvetica,Sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.07em;
	font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {border:0;}
small {font-size:10px;}
p {line-height: 16pt;}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-size: x-large}
.style3 {font-family: Georgia, "Times New Roman", Times, serif}
.style5 {font-size: xx-large}
.style7 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }
.style10 {font-weight: bold}

a {color:#2970A6;text-decoration:none;}
a:hover {text-decoration:underline;}

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.clear {clear:both;}

/* static END */

#wrap2 {
	background: url(images/wpbg.png) center top no-repeat;
	margin:0px auto;
	padding:0 30px 0 30px;
	width: 840px;
	overflow:auto;
	}
#wrap1 {
	background: url(images/bg.png) repeat-x;
	margin:0px auto;
	width: 100%;
	}
/* header START */
#header {
	background:url(images/header.jpg) no-repeat;
	height:191px;
	width:806px;
	margin:17px auto;
}

#title a h1{
	text-decoration:none;
	color:#FFF;
	text-indent:-999em;
	display:block;
	font-size:87pt;
}

/* header END */
#navbar {
	width:806px;
	margin:0;
	padding:0;
}
#nav {
	width:790px;
	height:26px;
	margin: 15px auto 0 auto;
	padding: 5px;
	list-style: none;
	text-align:center;
	
	}
	
#nav ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	}
#nav li {
	display: inline;
	margin: 0 auto;
	padding: 0px;
	}
	

#nav a, #nav a:visited {
	background: url(images/) 50% 160% no-repeat;
	color: #000;
    font-weight: bold;
    margin: 0px;
	padding: 4px 10px 4px 10px;
	text-align:center;
	}
	
#nav a:hover {
	background: url(images/) 100% 100% center no-repeat;
	color: #237EAF;
	text-decoration: none;
	}

/* main START */
#main {
	background: url(images/main-ph.jpg) top center no-repeat;
	margin: 0 auto;
	padding:0;
	width: 800px;
	overflow:auto;
	clear:both;
}

#boxleft {
	margin: 280px 0 0 90px;
	float:left;
	width: 300px;
	height:120px;
	text-align:center;
}
#boxright {
	margin: 280px 0 0 20px;
	float:left;
	width: 300px;
	height:120px;
	text-align:center;
}
#box {
	width:700px;
	margin: 0 auto;
	padding:15px;
	overflow:auto;
	clear:both;
	text-align:center;
}

/* footer START */

#footer{
	width:700px;
	height:50px;
	margin: 30px auto 0 auto;
	
}

#footer a {
	color:#2A2A2A;
}
.copyright {
	margin-top:12px;
	margin-left:20px;
}

/* footer END */
