/*
Theme Name: iNove
Theme URI: http://wordpress.org/extend/themes/inove/
Description: Inspired by MacZone, created by <a href="http://www.neoease.com/">mg12</a>. It is very stylish, widget supported and doesnt require any plugin.
Version: 1.1.4
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;
}
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
	}
body {
	color:#555;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:15px;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	font-family:Arial;
	font-size: 10px;
}
h1 {font-size:25px;
	color: #FFFFFF;
	
	}
	
h2 {
	font-size:16px;
	color: #FFFFFF;
	
	}
h3 {
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {
	border:0;
}
#subtitle1 {
	font-weight:bolder;
	letter-spacing:-0.07em;
	font-family:Arial;
	font-size: 20px;
	background-repeat: repeat-y;
	color: #FFF;
	background-color: #5b5b5b;
	text-align: center;
	padding-top: 30px;
	height: 72px;
	}
img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}
small {
	font-size:10px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wp-caption {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:5px 0;
	margin-bottom:5px;
	text-align:center;
}
.post .content .wp-caption p {
	margin:0;
}
blockquote, pre {
	background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
.more-link {
        font-weight:bolder;
        background:#F7F7F7;
        font-size:18px;
}
.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;
}
.fixed, .clear {
	clear:both;
}
input.textfield, 
textarea {
	background:#FFF url(img/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.boxcaption {
	background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
	padding:6px 12px;
	border-bottom:1px solid #CCC;
}
.boxcaption h3 {
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans";
	letter-spacing:0em;
}
.box {
	background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
}
.recentread {
	line-height:27px;
	font-size:15px;
	background-color:#F1F2F3;
	margin-bottom: 10px;
}
.messagebox, 
.errorbox {
	background:#EDEFF0 url(img/messagebox.gif) no-repeat;
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:11px;
}
.w3c {
	color:#080;
	font-size:10px;
}
/* static END */

/* layout START */


#container {
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: right;
	background-color: #FFFFFF;
}
/* layout END */

/* header START */
#header {
	height:230px;
	background-image: url(images/header_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#contactheader {
	height:230px;
	background-image: url(images/contactheader.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#serviceheader {
	height:230px;
	background-image: url(images/serviceheader.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sellheader {
	height:230px;
	background-image: url(images/sellheader.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#projectheader {
	height:230px;
	background-image: url(images/projectheader.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* image blog title */
/*
#title a {
	background:url(img/title.gif) no-repeat;
	text-decoration:none;
	color:#FFF;
	width:250px;
	height:30px;
	text-indent:-999em;
	display:block;
}
*/


#navigation {
	
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	display:block;
	color:#D4CFCF;
	height:35px;
	line-height:35px;
	text-decoration:none;
	font-size:15px;
	float:left;
	z-index:1;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 35px;
	
}
#menus li a:hover {
	background-position:0 -31px;
	color:#FFFFFF;

}

#navigation2 {
	
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;

	
	
}
#botton li {
	display:inline;
	list-style:none;
	
}
#botton li a {
	display:block;
	color:#FFFFFF;
	height:21px;
	line-height:20px;
	text-decoration:none;
	font-size:14px;
	float:none;
	background-image: url(images/botton.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: none;
	width: 84px;		
}
#botton li a:hover {
	background-position:0 -21px;
	color:#943026;	
	
	
}

#searchbox {
	width:280px;
	float:right;
	padding:4px 10px;
}
#searchbox .textfield {
	line-height:16px;
	width:180px;
	float:right;
}
#searchbox .switcher {
	background:url(img/icons.gif) 0 0 no-repeat;
	float:right;
	width:18px;
	height:22px;
	line-height:16px;
	display:block;
	text-indent:-999em;
	float:right;
	padding:0 2px;
	height:16px;
	margin-top:3px;
}
/* header END */

/* content START */

#contentarea {
	margin-top: 0px;
	width: 743px;
}

#content {
	position:absolute; 
	margin-left:220px;
	margin-right:220px; 
	top:270px; 
	color: #000000; 
	font-weight:normal; 
	line-height: 20px;
}

#content ul{
	color: #606060;
	font-weight:bold;
	line-height: 20px;
	font-size: 16px;
	display:block;
	text-decoration: none;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	height: 32px;
	line-height:32px;
	padding-top: 10;
	padding-bottom:0;
	padding-left: 20px;
	}

#pic {
	position:absolute;
	margin-left:250px;
	margin-right:260px;
	top:250px;
	margin-top: 20px;
	width: 700px;	
}	
#pic img{
	border: 1px solid #CCCCCC;
	float: left;
	height: 37px;
	width: 146px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	display:inline;
	list-style:none;
}

#navigation3 {
	position:absolute;
	margin-left:200px;
	margin-right:160px;
	top:250px;
	margin-top: 20px;
	width: 800px;
}



#project {height: 220px;
	width: 230px;
	margin:5px;
	float:left;
	text-align:center;
	display:inline;
	background-color: #f6f6f6;
	border: 1px solid #CCC;
    
}

#project a {
   height: 220px;
	width: 230px;
	border:1px solid #2970A6;
	display:block;
}

#project a:hover {
	border:1px solid #BEC3C6;
	
}



#project pic{
	height: 154px;
	margin-left: 10px;
	margin-right: 6px;
	width: 205px;	
}

#project .name{
	margin-top:8px;
	font-size:13px;
	color: #000000;
	font-weight: normal;
	width: 100%;
	height: 35px;
	
}


    #project  a .name{
	margin-top:8px;
	font-size:13px;
	color: #2970A6;
	font-weight: normal;
	width: 100%;
	height: 35px;
	
}

#project  a:hover .name{
	margin-top:8px;
	font-size:13px;
	color: #BEC3C6;
	font-weight: normal;
	width: 100%;
	height: 35px;
	
}

#navigation4 {
	position:absolute;
	margin-left:250px;
	margin-right:200px;
	top:250px;
	margin-top: 20px;
	width: 600px;
}


#contact {
	height:220px;
	width: 300px;
	float:left;
	text-align:left;
	display:inline;
	color: #59626B;
	background-image: url(images/company.gif);
	background-repeat: no-repeat;
	font-size: 13px;
}



#contact .name{
	font-size:14px;
	color: #59626B;
	font-weight: bold;
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-left: 20px;	
}



/* content END */

/* sidebar START */
#sidebar {
	width:187px;
	float:none;
	font-size:95%;
	background:#F7F7F7;
	line-height:145%;
	overflow:hidden;
	background-color:#68231a;
	background-image: url(images/leftbg.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
	height: 530px;
}
#sidebar li {
	padding-left:15px;
	list-style:none;
	margin-top:5px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0;	/*font-size:95%;*/
	padding-top: 30px;
	padding-right: 15px;
	font-weight: normal;

}
#sidebar li a{
	font-size: 12px;
	color: #ED713B;
	text-decoration: none;
}



#sidebar2 {
	width:187px;
	float:none;
	font-size:95%;
	background:#F7F7F7;
	line-height:145%;
	overflow:hidden;
	background-color:#68231a;
	background-image: url(images/leftbg.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
	height: 720px;
	text-indent: 0px;
}
#sidebar2 li {
	padding-left:15px;
	list-style:none;
	margin-top:5px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0;	/*font-size:95%;*/
	padding-top: 30px;
	padding-right: 15px;
	font-weight: normal;
    text-indent: 0px;
}
#sidebar2 li a{
	font-size: 12px;
	color: #ED713B;
	text-decoration: none;
}



#sidebar3 {
	width:187px;
	float:none;
	font-size:95%;
	background:#F7F7F7;
	line-height:145%;
	overflow:hidden;
	background-color:#68231a;
	background-image: url(images/leftbg.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
	height: 4050px;
}
#sidebar3 li {
	padding-left:15px;
	list-style:none;
	margin-top:5px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0;	/*font-size:95%;*/
	padding-top: 30px;
	padding-right: 15px;
	font-weight: normal;

}
#sidebar3 li a{
	font-size: 12px;
	color: #ED713B;
	text-decoration: none;
}
	



/* sidebar END */

/* rightsidebar START */

#rightsidebar {
	position:absolute;
	margin-left:698px;
	top:232px;
	width:252px;
	padding-top: 180px;
	color: #9E9E9E;
	font-weight:normal;
	line-height: 20px;
	background-image: url(images/ethersound.jpg);
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	height: 600px;
}
#rightsidebar li {
	padding-left:20px;
	padding-right: 20px;
	list-style:none;
	font-size: 11px;
	color: #9E9E9E;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0;	/*font-size:95%;*/
	font-weight: normal;

}
#rightsidebar li a{
    font-size: 12px;
	color: #ED713B;
	text-decoration: none;

/* sidebar END */

/* footer START */
}
#footer li {
	display:block;
	color:#FFFFFF;
	height:22px;
	line-height:20px;
	text-decoration:none;
	font-size:12px;
	float:left;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	clear: none;	
}

#footer2 {
	display:block;
	color:#FFFFFF;
	height:22px;
	line-height:20px;
	text-decoration:none;
	font-size:13px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	clear: none;
	text-align: center;	
	}

#footer li a {
	color:#2970A6;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}



/* footer END */



/* when related posts without title */
/*
#related_posts {
	padding-top:3px;
	padding-bottom:8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
*/
/* related posts END */

