/*
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 doesn’t 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 {
	background:#BEC3C6 url(../img/bg000000.jpg) repeat-x;
	color:#333;
	font-family:Verdana,Helvetica,Sans-serif;
	font: 11px/15px Arial, Tahoma, Verdana, HELVETICA, SANS-SERIF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.03em;
	font-family:Arial;
}

h1, h2, h3 { text-shadow: 2px 3px 1px #ddd; }

h1 {font-size:200%;line-height:26px;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

h1.pageTitle {border-bottom:1px solid #ccc; text-align:right;padding:0;margin-top:0;margin-bottom:10px;}

h1 {
	display:block;
	border-bottom:1px solid #ccc;
	padding:0 5px 3px 0;
	font-size:16px;
	font-family:Verdana,"BitStream vera Sans";
}

img {
	border:0;
}

#lightBox img {border:1px solid #ddd; background:#eee; padding:3px;}

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;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
.more-link {
	font-size:11px;
}
.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/textfiel.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.boxcaption {
	background:#E3E4E6 url(../img/box00000.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/box00000.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
}
.messagebox, 
.errorbox {
	background:#EDEFF0 url(../img/messageb.gif) no-repeat;
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:11px;
}
.w3c {
	color:#080;
	font-size:10px;
}

address {
background:#f7f7f7; padding:5px;  border-left: 3px solid #8ebd85;
/* border: 1px solid #efefef;  */
}

/* static END */

/* layout START */
#wrap {
	background:url(../img/light000.gif) center top no-repeat;
	padding:20px 0;
}
#container {
	margin:0 auto;
	width:936px;
}
/* layout END */

/* header START */
#header {
	background:url(../img/header.jpg) 0 0 no-repeat #1f1f21;
	height:342px;
}
#caption {
	height:44px;
	padding:30px 30px 16px 21px;
	margin-left:150px;
}
#title a {
	text-decoration:none;
	color:#efefef;
	/*width:250px;*/
	height:26px;
	display:block;
	font-family:"Times";
	letter-spacing:0;
	font-weight::normal;
	text-shadow:0px 0px 0px #ddd;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

#tagline {

	color:#efefef;
	border-top:1px solid #FFF;
	text-decoration:none;
	font-size:12px;
	float:left;
	font-weight:bold;
	padding:0 1px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

div#topnav_cnt
{
	height:240px; 
	background:url('../img/header_shadow.gif') center bottom no-repeat #1f1f21;
	padding:5px 0px 10px 0;
}

ul#topnav {
	margin: 0; 
	padding: 0; 
	list-style: none;	
	font-size: 1em;
	clear: both;
	width: 240px;
	height:1%;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	height:30px;
	display:block;
	width:240px;
	float:right;
}
ul#topnav a, ul#topnav span {
	padding: 6px 20px;
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	height: 18px;
	line-height: 18px;
	background: #1d1d1d; 
	display:block;
	width:200px;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	border:0;
}

ul#topnav.aleft a, ul#topnav.aleft span
{
	width:240px;
	text-align:left;
}

ul#topnav a {color: #555;
	background: url('../img/a_bg.gif') repeat-x left bottom; }
ul#topnav span {
	display: none;background: url('../img/a_bg.gif') repeat-x left top;
}

/* header END */

/* submenu START */
#menus li ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #CCC;
	border-top-color:#A6A6A6;
	padding:0 5px;
}
#menus li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menus li li a {
	float:none;
	display:block;
	padding:5px;
	text-decoration:none;
	width:125px;
	font-size:12px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:20px;
	line-height:20px;
}
#menus li li.first a {
	border-top:none;
}
#menus li li a:hover {
	font-weight:bolder;
}
/* submenu END */

/* content START */
#content {
	background:#FFF url(../img/sidebar.gif) left repeat-y;
	min-height:400px;
}
/* content END */

/* main START */
#main {
	background:#FFF;
	width:665px;
	padding:5px 15px 15px;
	float:right;
}
#notice {
	color:#080;
}
#notice a {
	text-decoration:underline;
}
.post h2, .post h1 {
	display:block;
	margin:10px 0; 
	border-bottom:1px solid #CCC;
	padding:0;
	font-size:14px;
	line-height:20px;
	font-family:Verdana,"BitStream vera Sans";
}

.post h2.title {border-bottom:1px solid #ccc;}

.post h1, .post h2, .post.h3 {border:0;}

.post h2 a.title {
	text-decoration:none;
	color:#4C4C4C;
}
.post h2 a.title:hover {
	color:#2970A6;
}
.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.post .date,
span.date ,
.post .tags, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
	background:url(../img/icons000.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	background-position:0 -16px;
}
.post .categories {
	background-position:0 -32px;
}
.post .date, span.date {
	background-position:0 -48px;
	float:left;
}
.post .editpost {
	background-position:0 -64px;
}
.post .readingblinds {
	background-position:0 -80px;
}
.post .comments {
	background-position:0 -96px;
}
.post .addcomment {
	background-position:0 -112px;
}
.post .editlinks {
	background-position:0 -192px;
}
.post .content {
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}

.post ul ul {margin-bottom:0;}

.post  p,  .post .gridview p{
	margin-bottom:10px;
}
.post .content .under {
	height:16px;
	line-height:16px;
}
.post .content .under span {
	float:left;
	margin-right:15px;
}
.post .content h4 {
	color:#080;
	margin-bottom:10px;
}
.post .content img {
	max-width:600px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #CCC;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #CCC;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#EDEFF0;
	text-align:left;
}
.post .content .boxcaption {
	background-image:url(../img/postbox0.gif);
	border-bottom:1px solid #CCC;
}
.post .content .box {
	background-image:url(../img/postbox0.gif);
}
#postpath {
	background:url(../img/icons000.gif) 0 -208px no-repeat;
	height:16px;
	line-height:16px;
	margin:5px 0;
	padding-left:22px;
}
#pagenavi, 
#postnavi {
	border-top:1px solid #CCC;
	margin:10px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
a.prev {
	background:url(../img/icons000.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(../img/icons000.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}

.gridview
{
width:100%
}

.gridview tr td, .gridview tbody tr td p {line-height:13px;padding:0px;margin:0px;}


table.gridview thead
{
    background-image: url('../img/HeaderWhiteChrome.jpg');
    background-position:center bottom;
    background-repeat:repeat-x;
    background-color:#fff;
    border-bottom:solid 1px #999;
}

table.gridview thead th
{
    padding: 5px;
    color: #111;
    text-align:left;
    font-weight:bold;
}

table.gridview thead th a
{
    text-decoration:none;
    color:#333;
    display:block;
    text-align:left;
   
}

table.gridview tbody tr td,
table.gridview tbody tr th
{
    padding: 5px;
    border-right: solid 0px #999;
	background-color:#efefef;
}

table.gridview tbody tr th 
{
    padding: 5px;
    color: #111;
    text-align:left;
    font-weight:bold;
    background: #eee;
}

table.gridview tbody tr.odd td
{
    background-color: #e2e2e2;
}

/* main END */

/* sidebar START */
#sidebar {
	background:#F7F7F7;
	width:239px;
	float:left;
	font-size:95%;
	background:#F7F7F7;
	line-height:145%;
	overflow:hidden;
}
#sidebar h1 {margin-bottom:10px;}
#sidebar h2 {border-bottom:1px solid #ddd;margin-bottom:5px;padding-bottom:3px;}
#sidebar h3 {margin:5px 0;text-shadow:0 0 0 #ddd;font-size:120%;letter-spacing:0;}

.submenu ul li , 
.post ul li {
	background:url(../img/icons000.gif) 0 -320px no-repeat;
	padding-left:22px;
	list-style:none;
	margin-top:1px;
	/*font-size:95%;*/
}

.post ol {padding-left:22px;}

#sidebar .submenu ul, .post ul, .post ol {margin-bottom:15px;}
#sidebar .submenu ul ul {margin-bottom:0;}

#sidebar .widget
{
	background:url(../img/widgetse.png) bottom no-repeat;
	padding:2px 15px 19px;
}

#sidebar .last {
	background:none;
	padding:15px 15px 17px;
}

/* sidebar END */

/* footer START */
#footer {
	background:url(../img/footer.jpg) no-repeat #1f1f21;
	display:block;
	height:87px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
text-align:center;
}
#footer a {
	color:#ccc;
}
#copyright {
	margin-top:14px;
	margin-left:100px;
	color:#eee;
}
#themeinfo {
	margin-left:20px;
}
a#powered {
	background:url(../img/wp-logo0.png) no-repeat;
	display:block;
	width:92px;
	height:57px;
	float:left;
	margin:0 10px 0 5px;
	text-indent:-999em;
}
a#gotop {
	background:url(../img/icons000.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}
/* footer END */

/* comment START */
#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0 -15px;
	padding:0 15px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#cmtswitcher .addcomment {
	background:url(../img/icons000.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(../img/icons000.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
	padding-bottom:15px;
}
#thecomments .comment, 
#thecomments .messagebox {
	margin-top:15px;
}
.comment .author {
	float:left;
	width:81px;
	text-align:center;
}
.comment .pic {
	background:url(../img/commentp.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.comment .name {
	width:67px;
	padding-right:14px;
	font-weight:bolder;
	overflow:hidden;
}
.comment .avatar {
	padding:1px;
	border:1px solid #999;
}
.comment .info {
	background:#EDEFF0 url(../img/comment0.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:494px;
}
.comment .date, span.date ,  
.trackback .date {
	float:left;
	font-size:10px;
}

span.date {margin:5px 0;}

.comment .act, 
.trackback .act {
	float:right;
	font-size:10px;
}
.comment .content {
	background:url(../img/comment0.gif) 100% 100% no-repeat;
	margin:0 -15px;
	padding:0 15px 10px;
	line-height:145%;
}
.comment .content p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .author {
	float:right;
}
.admincomment .pic {
	background:url(../img/commentp.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .name {
	padding-right:0;
	padding-left:14px;
}
.admincomment .info {
	float:right;
}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	display:none;
}
#thetrackbacks li {
	margin-top:15px;
}
.trackback {
	background:#EDEFF0 url(../img/box00000.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.trackback .title {
	background:#EDEFF0 url(../img/box00000.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:11px;
}
#respond .row {
	margin-bottom:5px;
}
#respond .textfield {
	width:200px;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:601px;
}
#commentnavi {
	background:#EDEFF0 url(../img/box00000.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:11px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 22px;
	background:url(../img/icons000.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox a.feed {
	background:url(../img/icons000.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#submitbox #submit {
	padding:3px 6px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
	font-size:11px;
	cursor:pointer;
}
#submitbox #submit:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	color:#074A7E;
}
/* comment END */

/* archives STRAT */
#archives {
	list-style-position:inside;
}
.postspermonth {
	margin:5px 0;
	list-style:none;
}
.srg_switcher {
	margin-bottom:10px;
}
/* archives END */

/* linkcat START */
.post .content .linkcat ul li {
	list-style:none;
	float:left;
	width:25%;
	padding:2px 0;
	overflow:hidden;
}
.post .content .linkcat ul li a {
	background:url(../img/icons000.gif) 0 -160px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
}
/* linkcat END */

/* image switcher START */
.imageswitcher {
	background:#EDEFF0;
	padding:5px;
	font-size:11px;
}
.imageswitcher_image {
	background:#FFF;
	border:1px solid #BABABA;
	padding:3px;
	margin:0;
}
a .imageswitcher_image:hover {
	border-color:#999;
}
a.imageswitcher_button {
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	margin-bottom:0 !important;
	margin-bottom:5px;
	margin-right:4px;
	padding:2px 5px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
}
a.imageswitcher_button:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	text-decoration:none;
	color:#074A7E;
}
/* image switcher END */

/* related posts START */
/* when related posts with title */
#related_posts {
	padding-bottom:10px;
}
#related_posts h3 {
	background:#E3E4E6 url(../img/box00000.gif) 0 0 no-repeat;
	font-size:12px;
	padding:6px 12px;
	font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
	letter-spacing:0em;
	border-bottom:1px solid #CCC;
}
#related_posts ul {
	background:#F4F5F7 url(../img/box00000.gif) 100% 100% no-repeat;
	padding:3px 12px 8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
#related_posts .count {
	font-size:10px;
}
#related_posts .excerpt {
	color:#999;
	font-size:11px;
	display:block;
}
/* 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;
}
.setlin{
      font-size:8px;
}
*/
/* related posts END */

