/*
Theme Name: Nexus V1
Theme URI: http://www.web2websolutions.com/
Description: Theme for NexusMarketing.in Version 1.0
Version: 1.0
Author: Harminder Singh Ghuman
*/
body, div, p, h1, h2, h3, h4, h5, h6, table, td, th, ul, ol, li {
	margin: 0px;padding: 0px;
}
body { font-family:Arial, Helvetica, sans-serif; background:url(./images/content-bg.gif);}
a:link, a:active {color:#39F; text-decoration:underline;}
p, ul, ol {margin-bottom:1em; font:normal 13px/22px Arial, Helvetica, sans-serif;}
ol, ul {margin-left:3em;}
h1 {font-size:24px; color:#666666;}
h2 {font-size:18px; color:#666666;}
h3 {font-size:16px; color: #FFF; margin:5px 0 10px 0;}
small {font-size:12px; color:#999;}

.wrapper {width:956px; margin:0 auto;}

#header {background: url(./images/header-bg.jpg) no-repeat 50% top;}
#header, #header div.wrapper {height:96px;}
#header div.wrapper {position:relative;}

#billboard {background: url(./images/billboard-bg.gif) repeat-x; height:252px; padding-top:17px;}

#content {padding:5px 10px; background-color:#FFF;}
#content ul {list-style-type:none; margin-left:1em;}
#content ul li {background:url(./images/arrow.gif) no-repeat 2px 10px; padding: 5px 0 5px 20px;}
li a:link, li a:active, li a:visited {color:#39F; text-decoration:none;}
li a:hover {color:#F00;}

#content-about, #content-services {float:left; width:340px; margin-right:10px;}
#content-contact {float:left; width:220px;}
#content-services ul, #content-blog ul {list-style-type:none; margin-left:0;}
#content-services ul li {border-bottom:solid 1px #D0F8C2;}

#content-left {float:left; width:650px; margin-right:10px;}
#content-right, #sidebar {float:right; width:270px; border-left:solid 1px #CCC; padding-left:5px; display:inline;}

#content-blog {background-color:#666; background:#666 url(./images/blog-bg.gif) repeat-x top;}
#content-blog .wrapper {padding:25px 10px 10px 10px;}
#content-blog h3 {background:#000; padding:5px; margin-bottom:4px;}
#content-blog-categories, #content-blog-latest, #content-blog-popular {float:left; width:300px; margin-right:12px;}
#content-blog ul li {border-bottom:solid 1px #CCC; padding:4px 2px}
#content-blog li a:link, #content-blog li a:active, #content-blog li a:visited {color:#FFF;}
#content-blog li a:hover {color:#000;}

#footer {background-color:#39F; color:#FFF; padding:10px 0 20px 0;}
#footer a:link, #footer a:active, #footer a:visited {color:#FFF;}
#copyright {float:right; text-align:right;}
ul#footer-nav {float:left; list-style-type:none; margin-left:0;}
ul#footer-nav li {float:left; margin-right:5px; border-right: solid 1px #CCC;}
ul#footer-nav li a {padding-right: 5px; text-decoration:none;}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.alt { border-left:solid 1px #999; padding:10px;}