/*  
Theme Name: WP-Magazine Theme 1.0 Basic Edition
Theme URI: http://www.rockstartemplate.com
Author: Michael D. Pollock
Author URI: http://www.rockstartemplate.com/
Description: This WordPress theme was designed and built by Michael D. Pollock of Solostream Web Studio. The CSS, XHTML and design is copyright of Solostream Web Studio. Usage is governed by the WP Magazine Theme 1.0 END-USER LICENSE AGREEMENT AGREEMENT.
*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 9pt;
	font-family: verdana,arial,lucinda,verdana,geneva,sans-serif;
/*http://static.us.123rf.com/images/bg_stripes.png|http://rockstartemplate.com/bg_stripes.png*/
	color: #000;
	background:#162729 url('http://rockstartemplate.com/bg3.jpg') no-repeat;
	text-align: left;
	margin: 0;
	padding: 0px 0;
	line-height: 1.5em;
	}


ul {
    margin: 2em;
}
ul li {
    padding-left: 1em;
    margin-bottom: .5em;
}

#search1{
background: #000 url('images/searchform-back.gif') no-repeat;
padding-top:6px;
padding-right:5px;
float:right;
width: 200px;
padding-left:5px;

}

#wrap1 {
	padding:0px;
	clear: both;
	width: 970px;
	margin: 0 auto;
	background: transparent;
	border:0px solid #ccc;
	}

#outwrap {

	margin: 0 auto;
	clear: both;
	width: 980px;
	padding: 0;
	border:0px solid #bdbdbd;
}

#wrap {
	padding:0px;
	clear: both;
	width: 970px;
	margin: 0 auto;
	background: #fff;
	border:0px solid #ccc;
	box-shadow: 5px 5px 10px #304649;
	-moz-box-shadow: 5px 5px 10px #304649;
	-webkit-box-shadow:5px 5px 10px #304649;
	}

#header {
	clear: both;
	padding: 0;
	margin: 0 auto;
        width: auto; 
	}

#header .sitehead-left {
	width:35%;
	float:left;
	margin:0;
	padding:0;
        height:auto; 
	}

#header .sitehead-right {

	float:right;
        text-align:right;
        align:right;
	margin:0;
	padding-top:25px;
	padding-right:20px;
	}

#header .sitehead-left p {
	margin:0;
	height:26px;
	line-height:26px;
	}

#header .sitehead-right p {
	clear: both;
	float:right;
	margin:0;
	height:24px;
	line-height:24px;
	}

#nav {
	height:30px;
	line-height:30px; 
	margin: 0 auto;
	padding:1px;
	z-index:1;
	border:1px solid #ccc;
	}

#page {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	}  

#contentleft {
	overflow:hidden;
	width: 650px;
	float:left;
	padding: 0;	
	margin: 0;
	} 

#content {
	width: 100%;
	overflow:hidden;
	float:left;
	margin: 0;
	padding: 0;
	}

#contentright {
	overflow:hidden;
	width: 302px;	
	float:right;	
	padding:0;	
        align:center;       
        margin:0 auto;
        background: #fff;
        border : 1px solid #eee;  
	} 

#sidebar {
	width: 100%;
	}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: verdana,arial,lucinda,verdana,geneva,sans-serif;
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1 {
	font-size: 14pt;
	margin: 0;
	}

h2 {
	font-size: 12pt;
	}

h3 {
	font-size: 10pt;
	letter-spacing:0px;
	}

h4,h5,h6,h7 {
	font-size: 10pt;
	letter-spacing:0px;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}

#header h1 {
	font-size:20px;
	margin:0;
	line-height:24px;
	height:24px;	
	}

#subhead h3 {
	margin: 0;
	padding: 0;
	font-size:12pt;
	}

#subhead h1 {
	margin: 0;
	padding: 0;
	}

h3#comments, h3#respond  {
	font-size:12pt;
	margin: 0 !important;
	padding: 10px;
	background:#ddd;
	border:1px solid #fff;
	border-left:0;
	border-right:0;
        }

h2.home-list {
	font-size: 9pt;
	font-family: verdana,arial,lucinda,verdana,geneva,sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	margin-bottom:0;
	}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color:#003366;
	text-decoration:none;
	}

a:hover, a:active {
	color:#d80b6f;
	text-decoration:none;

	}

#sidebar a {

	}

.post h1 a{

font-family: verdana,san serif;
font-size: 20px;
font-face:normal;
color:#000000;
text-color:#000000;
}

.post h2 a, .featurepost h2 a, .featurepost h1 a {
	}

a.more-link {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        padding-right:14px; 
        }

a.more-link:hover, a.more-link:active {
	text-decoration:none;
	background:url(images/arrow-rt.gif) 100% 70% no-repeat;
	}
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        }

img.centered { 
        display: block; 
        margin: 0 auto 20px auto;  
        float: none; 
        clear: both;
        }

img.feature-photo {
	height:220px;
	margin-left:10px;
	float:right;
	border-left:1px solid #fff;
	}

img.feature-photo1 {
	height:auto;
        width:auto;
	margin-left:10px;
	border-left:1px solid #fff;
	}

.entry img.feature-photo {
	margin:0 0 10px 10px;
	float:right;
	border:1px solid #ddd;
	background:#fff;
	padding:1px;
	}

img.home-grav {
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin:0 0 5px 10px;
	}

img.post-thum {
	height:100px;
	width:100px;
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:left;
	margin-right:5px;
	}

.home-post-list-2 img.post-thum {
	height:100px;
	width:100px;
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin:0 0 0 5px;
	}

.home-post-list-5 img.post-thum {
	height:100px;
	width:100px;
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin:0 0 10px 5px;
	}

.archive-post-list-2 img.post-thum {
	height:100px;
	width:100px;
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin:0 0 0 5px;
	}

img.auth-single-post {
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin:0 0 10px 10px;
	}

img.auth-archive-page {
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin:0 0 10px 10px;
	} 

img.comment-grav {
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
	float:right;
	margin:0 0 10px 20px;
	} 




/* -------------------[ Misc Tags and Classes ]------------------- */

.post ul {
        list-style-type: none;
        }

.post ul li {
        list-style-type:none;
        background: url(images/bullet2.gif) 0 4px no-repeat;
        padding: 0 0 2px 14px;
        }

.post ul ul {
        margin-left:0;
        }

.post ol li {
        list-style-type:decimal;
        }

.post ol.archives {
        margin:0;
        padding-left:25px;
	}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 10px;
	border-left: 5px solid #ccc;
        color: #999;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.post {
	margin: 0 0 10px;
	padding: 0;
	}

.entry {
	padding: 0;
	margin: 0;
	}

.postinfo {
        clear: both;
	margin: 0 0 10px;
	padding: 0;
	}

code {
	font: 1.1em verdana,'Courier New', Courier, Fixed;
	}

hr {
        display: block;
        clear:both;
        }
#navi{
align:center;
text-align:center;
border-top:1px solid #eee;
}

.navigation {
	clear:both;
	font-size:8pt;
	padding: 0 10px;
	background:#fff;

	}

.navigation .alignright {
	padding: 3px 10px;
	float: right;
	margin: 0;
	}
	
.navigation .alignleft {
	padding: 3px 10px;
	float: left;
	margin: 0;
	}

.banner468 {
	text-align:center;
	margin: 0 auto;
	padding:0 0 1px;
	}

.banner300 {
	text-align:center;
	margin: 0 auto;
	padding:0;
	}

/* -------------------[ Top Navigation ]------------------- */

#topnav {

	line-height:35px;
	
	padding: 0;

	margin: 0 auto;

        text-align:center;
 
	clear:both;

	width:100%;
	
	background : url('images/menu.png');

	height : 35px;

	}

#topnav ul {

	line-height:35px;

	padding: 0;

	margin: 0 auto;	

        width : 1020px; 

        text-align:center;

	list-style-type: none;

	}

#topnav li {

	margin: 0;

        float : left;

        text-align:center;

	padding:0;

	}

#topnav li li {

	line-height:1.5em;

	float: none;

	margin: 0;

	padding:0;

	}

#topnav li ul {

	border-top:1px solid #fff;

	display:none;

	position: absolute;

	width: 154px;

	left: -999em;

	padding:0;

	}

#topnav li ul ul {

	margin: -29px 0 0 154px;

	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {

	left: -999em;

	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li
li.sfhover ul, #topnav li li li.sfhover ul {

	display:block;

	left: auto;

	}

#topnav a, #topnav a:visited, #topnav a:link {

	display: block;

	text-decoration:none;

        padding:0 7px;

        margin:0;
        
        color: #bdbdbd;
        
        font-size: 13px ;

	}

#topnav a:hover, #topnav a:active {

	background:transparent;

	color:#fff;
	
	font-size: 13px ;

	}

#topnav li.rss a, #topnav li.rss a:visited, #topnav li.rss a:link {

	padding-right:0 !important;

	padding-left:21px;

	background:url(images/rss-sm.gif) 7px 6px no-repeat;

	}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {

	color:#3399CC;

	background: #000;

	width:140px;

	float: none;

	margin: 0;

	padding-top:5px;

	padding-bottom:5px;

	}

#topnav li li a:hover, #topnav li li a:active {

	background: #333;

	color:#3399CC;

	}

#topnav li li li a {

	border-left:1px solid #fff;

	}

/* -------------------[ Category Navigation ]------------------- */

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:100%;
        z-index:12;
        height:auto;
	background:#fff url(images/navigation.gif) repeat-x;
	}

#nav li { 
	float: left;
        z-index:12;
	margin: 0;
	padding:0;
	border-right:1px solid #fff;
	}
.he{
	background:#000000;
        z-index:12;
        color: #ffffff;
}

#nav li.rss a, #nav li.rss a:visited, #nav li.rss a:link {
	padding-right:15px;
	padding-left:21px;
        color:#f2f2f2; 
	background:url(images/rss-sm.gif) 7px 6px no-repeat;
	}

#nav li li { 
	float: none;
	margin: 0;
	padding:0;
	}

#nav li ul {
	border-top:1px solid #fff;
	background: #000;
	display:none;
	position: absolute;
	width: 160px;
	left: -999em;
	padding:0; 
	}

#nav li ul ul { 
	margin: -31px 0 0 160px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	display:block;
	left: auto;
        _height:1em;
	}

#nav a,#nav a:visited, #nav a:link {
	color:#000;
	display: block;
	text-decoration:none;
        padding:0 10px;
        margin:0;
	}

#nav a:hover, #nav a:active {
	background:#000 url(images/navigation-hover.gif) repeat-x;
	color:#ffffff;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	color:#fff;
	background: #000;
	width:140px;
	float: none;
	margin: 0;
	}

#nav li li a:hover, #nav li li a:active {
	background: #333;
	}

#nav li li li a {
	border-left:1px solid #fff;
	}

/* ---------------[ Tables ]--------------- */

table {
	margin-bottom:15px;
	}

tr, td, th {
	margin:auto; 
	}

td, th {
	padding:8px;
	vertical-align:top;
	}

th {
	font-weight:bold;
	background:#ddd;
	}

td {
	border:1px solid #ddd;
	}

/* ---------------[ Site Map Page ]--------------- */

ul.archives, ul.wp-tag-cloud {
        margin: 0 0 15px 5px;
        padding: 0;
        }

ul.archives ul, ul.wp-tag-cloud ul {
        padding:0;
        }

ul.archives ul li, ul.wp-tag-cloud ul li {
        background:transparent;
        padding-left:0;
        margin:0;
        }

ul.archives ul ul, ul.wp-tag-cloud ul ul {
        margin:0;
        margin-left: 10px;
        padding:0;
        }

/* ---------------[ Tabber ]--------------- */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

#tab-box {
	border:1px solid #ddd;
	}

#tab-box h3 {
	font-size:9pt;
	font-weight:normal;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

.tabberlive .tabbertabhide {
	border:0;
	display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
	display:none;
	}

.tabberlive {
        
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
	background:#ccc !important;
	padding: 0 !important;
	height:24px;
	line-height:24px;
	border:1px solid #fff;
	border-bottom:0;
	margin: 0 !important;
	padding:0 !important;
	list-style-type:none !important;
	font-size:8pt;
	}

.tabbernav li {
	padding:0 !important;
	list-style-type:none;
	float:left !important;
	margin-right:1px !important;	
	background: transparent !important;
	}

.tabbernav li a {
	float:left;
	display: block;	
	padding: 0 5px;
	}

.tabbernav li a:link { 
	color:#000 !important;
	}

.tabbernav li a:visited {
	text-decoration: none;
	}

.tabbernav li a:hover {
	background: #eee;
	}

.tabbernav li.tabberactive a {
	background: #eee;
	}

.tabbernav li.tabberactive a:hover {
	background: #eee;
	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {	
	padding: 8px;
	background:#eee;
	border:1px solid #fff;
	}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
	}

.tabberlive .tabbertab h3 {
	display:none;
	}

.tabberlive .tabbertab ul.pop {
	}

.tabberlive .tabbertab ul.pop li {
	clear:both !important;
	border-bottom:1px solid #fff !important;
	padding: 5px 10px !important;
	}

.tabberlive .tabbertab ul.pop li a {
	}

/* -------------------[ Site Guide ]------------------- */

#searchform, #monthform, #tagform, #categoryform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        width: 160px;
	margin-right: 2px;
	}

#searchform #submit {
	}

select#months, select#tag_drop, select#category_drop {
        width: 180px;
        margin:0;
	}

/* ---------------[ Related Entries ]--------------- */

.related {
	margin:0 auto 10px;
	background:#eee;
	border:1px solid #ddd;
	padding:10px 10px 0;
        }

.home-post-1 .related {
	background:#fff;
        }

.related h3 {
	font-weight:bold;
	letter-spacing:0px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9pt;
	margin-bottom:5px;
	}

.related ul {
        margin: 0 0 10px;
        padding:0;
        list-style-type: none;
        }

.related ul li {
        list-style-type:none;
        padding: 0 0 0 14px;
        background: url(images/bullet2.gif) 0 3px no-repeat;
        }

.tags {
	margin: 0 0 10px;
	padding: 0;
	}

/* -------------------[ Features ]------------------- */

#my-glider {
	width:646px;
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	margin: 0 0 10px;
	}

#my-glider .controls {
	border-top:1px solid #fff;
	clear:both;
	width:646px;
	padding: 0;
	margin:0;
        background: #fff url(images/navigation.gif) repeat-x;
	}

#my-glider .controls ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#my-glider .controls li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	}

#my-glider .controls li.feat-nums {
	border-right:1px solid #fff;
	float:left;
	padding:0px 10px;
	margin:0;
	color:#000;
	line-height:25px;
	height:25px;
	}

#my-glider .controls a, .control a:link, .controls a:visited {
	border-right:1px solid #fff;
	float:left;
	display:block;
	padding:0px 10px;
	margin:0;
	color:#000;
	text-decoration:none;
	line-height:25px;
	height:25px;
	}

#my-glider .controls a:hover {

	}

#my-glider .controls li.feat-about {
	float:right;
	}

#my-glider .controls li.feat-about a {
	border-left:1px solid #fff;
	border-right:0;
	}

#my-glider .scroller {	
	background:#fff;
	height: 220px;
	width:646px;
	overflow: hidden;
	}

#my-glider .scroller .section {
	width:646px;
	height: 220px;
	overflow: hidden;
	padding: 0;		
	}

#my-glider .scroller .content {
	width: 10000px;
	}

#my-glider .feature-entry {
	padding: 10px;
	}

#my-glider .feature-entry h3 {
	font-family: verdana,arial,lucinda,verdana,geneva,sans-serif;
	font-size:9pt;
	margin: 0 0 5px 0;
	letter-spacing:0px;
	} 

/* -------------------[ Archive Pages 2 and 4 + Search ]------------------- */

.archive-post-list-1 {
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	}

.archive-post-1 {
	background:#fff;
	padding:10px;
	margin:0;
	}

.alt-archive-post-1 {
	background:#eee;
	padding:10px;
	margin:0;
	}

/* -------------------[ Archive Page 1 and 3  ]------------------- */

.archive-post-list-2 {
	overflow:hidden;
	width:468px;
	float:left;
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	}

.archive-post-1 {
	background:#fff;
	padding:10px;
	margin:0;
	}

.alt-archive-post-1 {
	background:#eee;
	padding:10px;
	margin:0;
	}


/* -------------------[ Sub-Head ]------------------- */

#subhead {
	margin: 0;
	padding: 10px;
	background:#eee;
	}

#subhead p {
	margin:0;
	}

/* -------------------[ Single Post ]------------------- */

.singlepost {
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	}

.singlepost .post {
	padding:10px 10px 0;
	}

/* -------------------[ Sidebar ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul {
        margin: 0;
        padding: 0;
        }

#sidebar li {
	padding:0;
	margin: 0;
	}

#sidebar li h2 {
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #ddd;
	border-top:2px solid #ddd;
	padding:4px 2px;
	margin:0 0 3px;
	color:#000;
	}

#sidebar li li {
	margin:0;
	padding:0;
	}

#sidebar p {
	padding: 0;
	}

#sidebar li#recent-comments {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#sidebar li#recent-comments h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#sidebar li#recent-comments li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#sidebar li#recent-posts {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#sidebar li#recent-posts h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#sidebar li#recent-posts li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#sidebar li#links {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#sidebar li#links  h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#sidebar li#links li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#sidebar li#meta {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#sidebar li#meta h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#sidebar li#meta li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#sidebar li#pages {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#sidebar li#pages h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#sidebar li#pages li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#sidebar li#pages li li {
	padding:0 7px 0 0;
	margin-left:15px;
	list-style-type:square;
	border-bottom:0;
	}

#sidebar li#archives {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#sidebar li#archives h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#sidebar li#archives li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#sidebar li#tag_cloud {
	border:1px solid #ddd;
	background:#eee;
	padding:7px 10px;
	}

#sidebar li#tag_cloud h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	padding:0;
	margin:0;
	color:#000;
	}

#sidebar li.widget_categories {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#sidebar li.widget_categories h2 {
	font-size:9pt;
	letter-spacing:0px;
	border:0;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#sidebar li.widget_categories li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#sidebar li.widget_categories li li {
	padding:0 7px 0 0;
	margin-left:15px;
	list-style-type:square;
	border-bottom:0;
	}





/* -------------------[ Middle Content ]------------------- */

#midcontent {
	float:right;
	width:168px;
	margin:0;
	padding:0;
	}

#midcontent ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#midcontent ul ul {
        margin: 0;
        padding: 0;
        }

#midcontent li {
	padding:0;
	margin: 0 0 10px;
	}

#midcontent li h2 {
	font-size:9pt;
	letter-spacing:0px;
	padding:4px 2px;
	margin:0 0 3px;
	text-align:center;
        border: 1px solid #E6E6E6;
        align:center;
	color:#424242;
        text-color:#424242;
        background:#ccc url('http://rockstartemplate.com/wp-content/themes/WP-MagTheme10-Basic/images/navigation.gif')repeat-x;
	}

#midcontent li li {
	margin:0;
	padding:0;
	}

#midcontent p {
	padding: 0;
	}

#midcontent li#recent-comments {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#midcontent li#recent-comments h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#fff;
	}

#midcontent li#recent-comments li {
	margin:0;
	background:#fff;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#midcontent li#recent-posts {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#midcontent li#recent-posts h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#fff;
	}

#midcontent li#recent-posts li {
	margin:0;
	background:#fff;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#midcontent li#links {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#midcontent li#links  h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#midcontent li#links li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#midcontent li#meta {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#midcontent li#meta h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#midcontent li#meta li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#midcontent li#pages {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#midcontent li#pages h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#midcontent li#pages li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#midcontent li#pages li li {
	padding:0 7px 0 0;
	margin-left:15px;
	list-style-type:square;
	border-bottom:0;
	}

#midcontent li#archives {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#midcontent li#archives h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#midcontent li#archives li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#midcontent li#tag_cloud {
	border:1px solid #ddd;
	background:#eee;
	padding:7px 10px;
	}

#midcontent li#tag_cloud h2 {
	border:0;
	font-size:9pt;
	letter-spacing:0px;
	padding:0;
	margin:0;
	color:#000;
	}

#midcontent li.widget_categories {
	border:1px solid #ddd;
	background:#fff;
	padding:1px 1px 0;
	}

#midcontent li.widget_categories h2 {
	font-size:9pt;
	letter-spacing:0px;
	border:0;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

#midcontent li.widget_categories li {
	margin:0;
	background:#eee;
	padding:5px 10px;
	border-bottom:1px solid #fff;
	}

#midcontent li.widget_categories li li {
	padding:0 7px 0 0;
	margin-left:15px;
	list-style-type:square;
	border-bottom:0;
	}

/* -------------------[ Home Page 1 and 3 Articles ]------------------- */

.home-post-list-2 {
	overflow:hidden;
	width:468px;
	float:left;
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	}

.home-post-list-2 .post {
	margin:0;
	}

h3.home-post-list {
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

.home-post-list-2 .home-post-1 {
	background:#eee;
	padding:10px;
	margin:0;
	}

.home-post-list-2 .alt-home-post-1 {
	background:#fff;
	padding:10px;
	margin:0;
	}

/* -------------------[ Home Page 2 and 4 Articles ]------------------- */

.home-post-list-1 {
	overflow:hidden;
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	}

.home-post-list-1 .post {
	margin:0;
	}

.home-post-list-1 .float-post-right {
	float:right;
	width:510px;
	padding:0;
	margin:0
	}

h3.home-post-list {
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

.home-post-list-1 .home-post-1 {
	background:#eee;
	padding:10px;
	margin:0;
	}

.home-post-list-1 .alt-home-post-1 {
	background:#fff;
	padding:10px;
	margin:0;
	}

/* -------------------[ Home Page 5 Articles ]------------------- */

.home-post-list-5 {
	overflow:hidden;
	background:#fff;
	padding:1px 1px 0;
	border:1px solid #ddd;
	}

.home-post-list-5 .post {
	margin:0;
	}

h3.home-post-list {
	font-size:9pt;
	letter-spacing:0px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	margin:0;
	color:#000;
	background:#ccc;
	}

.home-post-list-5 .home-post-1 {
	background:#eee;
	padding:0;
	margin:0;
	float:left;
	width:322px;
	overflow:hidden;
	}

.home-post-list-5 .alt-home-post-1 {
	background:#eee;
	padding:0;
	margin:0;
	float:right;
	width:323px;
	overflow:hidden;
	}

.home-post-list-5 .entry {
	height: 140px;
	padding:10px;
	}

.home-post-list-5 .bottom {
	background:#ddd;
	height: 24px;
	line-height:24px;
	padding:0 10px;
	font-size:8pt;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	}

.home-post-list-5 .navigation {
	clear:both;
	font-size:8pt;
	margin: 0;
	padding: 0 10px;
	background:#ddd;
border:0px solid #ccc;
	text-align:left;
	}
#hi{
background :#fff;
overflow:hidden;
padding-top: 10px;
margin: 0;
border:1px solid #ccc;
width:300px;
}

 #mohiii{
height:130px;
width: 300px;
padding-left:25px;
}

 #mohii{
height:130px;
width: 300px;
}

/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0; padding:30px 0;
	width:auto; height:auto;
        color:#000;
	background:#f2f2f2;
	border-top:1px solid #171615; border-bottom:1px solid #1e1d1d;
}
#footer a{
color:#bdbdbd;
}

	.footer-divider {
		background:#f2f2f2 url('http://rockstartemplate.com/rockstar_1.png') top right no-repeat; border:1px solid #bdbdbd;
	}

	#footer .categories {
		margin:0; padding-left:15px;
		width:200px; height:auto;
		float:left;
	}

	#categories1 {
		padding-left:5px;
		width:100px; 
		height:auto;
	}
	
		.footer-cat {
			margin:0; padding-left:20px;
			width:200px; height:auto;
			list-style:square;
		}
		
			.footer-cat li {
				margin:5px 0; padding:0 0 0 9px;
				width:150px; height:auto;
				float:left;
				background:url(images/footer-cat-left.gif) no-repeat top left;
			}
			
				.footer-cat li a {
					margin:0; padding:0 9px 0 0;
					width:auto; height:23px; line-height:23px;
					float:left; display:block;
					background:url(images/footer-cat-right.gif) no-repeat top right;
				}
				
				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {
					font-family:verdana,Georgia, "Times New Roman", Times, serif; color:#a7a7a7;
				}
				
				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#bdbdbd;
				}
				
			.footer-cat li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
			 	color:#bdbdbd;
			 	text-color:#000;
 				cursor:pointer;
			 }
			
			.footer-cat li:hover a {
				background-position:100% -23px;
			 	color:#bdbdbd;
			 	text-color:#bdbdbd;
  			}
	
	#footer .about {
		margin:0; padding-left:10px;
		width:500px; height:auto;
		float:left;
	}
	
#link-back {
	margin:0; padding:5px 0;
	background:#0c0b0b;
}

	.donators {
		margin:0; padding:0;
		width:auto; height:auto;
		float:left;
	}

		a.smashing:link, a.smashing:active, a.smashing:visited, a.smashing:hover,
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			margin:0; padding:0;
			width:154px; height:54px;
			background:url(http://rockstartemplate.com/footer_twitter.jpg) no-repeat top center;
			display:block; text-indent:-9999px; float:left; outline:0;
		}
		
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			width:128px;color:#bdbdbd;
			background:url(images/function.gif) no-repeat top center;
		}


/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #eee;
	border-bottom:1px solid #bdbdbd; border-top:0;

}

	.post-meta {
		margin:0 0 23px 0; padding:0;
		border-bottom:1px solid #FFF;
		position:relative;
	}
		
		.post-info {
			margin:0; padding:10px 5px;
			width:190px; height:auto;
			border-bottom:4px solid #889398;
			bottom:0; right:0;
			position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0; padding:22px 22px 11px;
		border:1px solid #FFF;
		border-bottom:1px solid #e8ebec;
		position:relative;
	}
	
		.page-content {
			padding:15px 22px 0;
		}
		
		.comment-count {
			margin:0; padding:0;
			width:auto; height:auto;
			background:#5b8dc0;
			position:absolute; display:block;
			top:-10px; left:-10px;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}

.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:bold 18px Arial, Helvetica, sans-serif; 
        color:#FFF;
	display:block;
}

.comment-count a:hover {
	background:#ea2f7e;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em verdana,Arial, Helvetica, sans-serif;
	}

/* Comments
/* --------------- */

.comment-content {
	padding:0;
	background:#f5f5f5;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#f9fcfd url(images/white.gif) repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

#Layer1 {
	position:relative;
	width:300px;
	height:143px;
	z-index:0;
	left: 0;
	top: 0;
        align:center;
        text-align:center;
        border: 1px solid #ccc; 
	background: url(http://rockstartemplate.com/feedback.jpg)no-repeat;
background-image: url('http://rockstartemplate.com/feedback.jpg');
}
#Layer2 {
	position:absolute;
	width:88px;
	height:26px;
	z-index:1;
	left: 201px;
	top: 75px;
}
#Layer3 {
	position:absolute;
	width:258px;
	height:29px;
	z-index:2;
	left: 27px;
	top: 104px;
}
#Layer4 {
	position:absolute;
	width:188px;
	height:43px;
	z-index:3;
	left: 9px;
        text-transform:justify; 
	top: 29px;
}
#Layer5 {
	position:relative;
	width:300px;
	height:85px;
	z-index:0;
	left: 0;
        align:center;
        text-align:center;
        border: 1px solid #ccc; 
background: url(http://rockstartemplate.com/friends.jpg)no-repeat;
background-image: url('http://rockstartemplate.com/friends.jpg');

}

#Layer6 {
height: 130px;
padding:0px;
margin:0px;
background: #F5F5F5;
border:1px dotted #eee;
box-shadow: 3px 3px 20px #BDBDBD;
-moz-box-shadow: 3px 3px 20px #BDBDBD;
-webkit-box-shadow:3px 3px 20px #BDBDBD;
}

#Layer6 h2{
font=family:arial,verdana;
font-size:16px;
padding-top:10px;
color:#208acb;
}
#Layer6 p{

}

.boxeffect{
box-shadow: 5px 5px #666;
-moz-box-shadow: 5px 5px #666;
-webkit-box-shadow:5px 5px #666;
margin: 15px 0;
background: #f2f2f2;
border: #bdbdbd 1px solid;
padding:10px;
}
.boxeffect1{
box-shadow: 5px 5px 5px #666;
-moz-box-shadow: 5px 5px 5px #666;
-webkit-box-shadow:5px 5px 5px #666;
margin: 15px 0;
background: #f2f2f2;
border: #bdbdbd 1px solid;
padding:10px;
}
.boxeffect2{
box-shadow: 5px 5px 50px #BDBDBD;
-moz-box-shadow: 5px 5px 50px #BDBDBD;
-webkit-box-shadow:5px 5px 50px #BDBDBD;
margin: 15px 0;
background: #f2f2f2;
border: #bdbdbd 1px solid;
padding:10px;
}
.boxeffect3{
box-shadow: 0px 0px 5px #000;
-moz-box-shadow:inset 0px 0px 5px #000;
-webkit-box-shadow:inset 0 0 5px #000;
margin: 15px 0;
background: #ffffff;
border: #bdbdbd 1px solid;
padding:10px;
}
.boxeffect4{
box-shadow: -10px -10px 0px #000;
-moz-box-shadow:-10px -10px 0px #000;
-webkit-box-shadow:-10px -10px 0px #000;
border-radius: 5px;
padding: 5px 5px 5px 10px;
margin: 15px 0;
background: #f2f2f2;
-moz-border-radius: 5px;
}


.author {
	font:1.50em verdana,Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em verdana,Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.topp{
margin:0; padding-left:20px;
list-style:square;
}




/* -------------------[ Features ]------------------- */

#my-glider1 {
	width:646px;
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	margin: 0 0 10px;
	}

#my-glider1 .controls {
	border-top:1px solid #fff;
	clear:both;
	width:646px;
	padding: 0;
	margin:0;
        background: #fff url(images/navigation.gif) repeat-x;
	}

#my-glider1 .controls ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#my-glider1 .controls li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	}

#my-glider1 .controls li.feat-nums {
	border-right:1px solid #fff;
	float:left;
	padding:0px 10px;
	margin:0;
	color:#000;
	line-height:25px;
	height:25px;
	}

#my-glider1 .controls a, .control a:link, .controls a:visited {
	border-right:1px solid #fff;
	float:left;
	display:block;
	padding:0px 10px;
	margin:0;
	color:#000;
	text-decoration:none;
	line-height:25px;
	height:25px;
	}

#my-glider1 .controls a:hover {

	}

#my-glider1 .controls li.feat-about {
	float:right;
	}

#my-glider1 .controls li.feat-about a {
	border-left:1px solid #fff;
	border-right:0;
	}

#my-glider1 .scroller {	
	background:#fff;
	height: auto;
	width:646px;
	overflow: hidden;
	}

#my-glider1 .scroller .section {
	width:646px;
	height: auto;
	overflow: hidden;
	padding: 0;		
	}

#my-glider1 .scroller .content {
	width: 10000px;
	}

#my-glider1 .feature-entry {
	padding: 10px;
	}

#my-glider1 .feature-entry h3 {
	font-family: verdana,arial,lucinda,verdana,geneva,sans-serif;
	font-size:9pt;
	margin: 0 0 5px 0;
	letter-spacing:0px;
	} 


#featured-news{
border:0px solid #eee;
background:#fff;
padding:0px;margin:0px;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited {
	font:bold 14px Arial, Helvetica, sans-serif; color:#5a656a;
	list-style:none;
 	
}

#featured-news .sidebar-content a:hover {
	color:#475054;
	list-style:none;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span 

a:active {
		margin:3px 0 0 0; padding:0;
		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;
		display:block;
		list-style:none;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}
	
#featured-news li{
padding:0;
margin:0;
}


#col-340 {
	width: 350px;
	list-style:none;
        float:left;
        padding:0px;
        margin:0px; 
        background:#fff;
}

#col {
	width:360px;
	list-style:none;
             float:right;
}



#mohan{
width:650px;
height:260px;
background: #fff;
padding:0px;
margin:0px; 
list-style:none;
}

/* Clearfix
/* -------------- */



.clearfix1 {
   width:345px;   
   display: inline-block;
   list-style:none;
   border:1px solid #eee;
   padding-bottom:5px;

}



				.sidebar-preview {
					margin:0; padding:3px 0 0 5px;
					width:110px; height:65px;
					background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center;
					float:left;
	list-style:none;
				}
				
				.sidebar-content {
					margin:0; padding:3px 0 0 5px;
					width:225px; height:auto;
					float:right;
	list-style:none;
				}
						

#featured .sidebar-content a:link, #featured .sidebar-content a:active, #featured .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 1.35em Arial, Helvetica, sans-serif; color:#5a656a;
	list-style:none;
}

#featured .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#475054;
	list-style:none;
}

	#featured .sidebar-content span a:link, #featured .sidebar-content span a:visited, #featured .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active 

{
		margin:5px 0 0 0; padding:0;
		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;
		display:block;
	list-style:none;
	}
	
	#featured .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}

#popular{
	border:1px solid #ddd;
        padding:8px;
}

#popular li h2 {
	font-size:10pt;
	letter-spacing:0px;
	border-bottom:3px solid #ccc;
	border-top:3px solid #ccc;
	padding:0px;
	margin:0 0 5px;
        text-align:center;
	color:#000;
        background:#ccc;
	}

		.footer-cat1 {
			margin:0; padding-left:20px;
			width:60px; height:auto;
			list-style:square;
		}
		
			.footer-cat1 li {
				margin:5px 0; padding:0 0 0 9px;
				width:60px; height:auto;
				float:left;
				background:url(images/footer-cat-left.gif) no-repeat top left;
			}
			
				.footer-cat1 li a {
					margin:0; padding:0 9px 0 0;
					width:auto; height:23px; line-height:23px;
					float:left; display:block;
					background:url(images/footer-cat-right.gif) no-repeat top right;
				}
				
				.footer-cat1 li a:link, .footer-cat li a:active, .footer-cat1 li a:visited {
					font-family:verdana,Georgia, "Times New Roman", Times, serif; color:#a7a7a7;
				}
				
				.footer-cat1 li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#FF00FF;
				}
				
			.footer-cat1 li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
			 	color:#000;
			 	text-color:#000;
 				cursor:pointer;
			 }
			
			.footer-cat1 li:hover a {
				background-position:100% -23px;
			 	color:#000;
			 	text-color:#000;
  			}

#adspot { overflow: hidden; height:170px;background:#ffffff url('http://rockstartemplate.com/adback.jpg') no-repeat;border:1px solid #ccc;}
			#adspot a img { padding: 0; margin: 0; border:none; background: none;}
			.adspot2 { overflow: hidden;padding-top:30px;}
			.ad1, .ad3 { float: left; padding-left:20px;padding:right:10px;}
			.ad2, .ad4 { padding-left:20px;padding:right:10px;}
