/*  
Theme Name: Indy Premium
Theme URI: http://techblissonline.com/indypremium/
Description: Indy Premium is a professional and clean looking mag theme. Developed by <a href="http://techblissonline.com/">Techblissonline.Com WP labs</a>.
Version: 1.0
Author: Techblissonline Dot Com
Author URI: http://techblissonline.com/
Tags: blue, custom-header, fixed-width, three-columns, left-sidebar, right-sidebar 
The CSS, XHTML, design and PHP are released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* HTML Elements */

.home_widgets
{
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	margin-top: 10px;
margin-left:0px;
	margin-bottom:20px;
	text-align:left;
}
.home_widgets .widget
{
margin:0px 22px 0px 0px;	
	width: 210px;
	height: 222px;
	float: left;
	/*background-color: #F9F9F9;*/
	padding: 0px;
	border: 1px solid #A5439A;
}
.home_widgets .widget2
{
margin:0px 22px 0px 0px;	
	width: 210px;
	height: 222px;
	float: left;
	/*background-color: #F9F9F9;*/
	padding: 0px;
	border: 1px solid #00AEEF;
}
.home_widgets .widget3
{
margin:0px 0px 0px 0px;	
	width: 210px;
	height: 224px;
	float: left;
	/*background-color: #F9F9F9;*/
	padding: 0px;
	border: 0px solid #333333;
}
.home_widgets .widget h3
{
	background-color:#A5439A;
	height:22px;
	padding: 11px 5px 4px 7px;
	margin: 0px 0px 4px 0px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	}
.home_widgets .widget2 h3
{
	background-color:#00AEEF;
	height:22px;
	padding: 11px 5px 4px 7px;
	margin: 0px 0px 4px 0px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	}
.home_widgets .widget3 h3
{
	background-color:#333333;
	height:22px;
	padding: 11px 5px 4px 7px;
	margin-bottom: 0px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	}
.home_widgets .widget p
{
	margin-bottom:3px;
	padding: 5px;
}
.home_widgets .widget2 p
{
	margin-bottom:3px;
	padding: 5px;
}
.home_widgets .widget ul
{
	list-style: none;
	margin: 0;
	padding: 2px;
}
.home_widgets .widget li
{
	padding-bottom: 5px;
	padding-left: 0px;
	background: url(images/bullet.png) no-repeat 0 5px;
}
.home_widgets .widget li a
{
	text-decoration: none;
	color: #135C7F;
	font-weight: bold;
}

/*Fast Secure Contact Form*/
.fscfsent { color:#09AD6A; background-color:none;}
.contactform {
margin-top:14px;	
display: block;
	background-color: #fff; /*0B96F5;*/
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	padding: 11px;
	width: 390px;
border-style: solid;
        border-width:1px;
        border-color: #cccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
	}

.homeimage
{ margin-top:20px;}
/* from patagonia theme for sticky posts*/
.sticky  {
        /*background:url(images/news.png) no-repeat center center;
  background-color:#A5439A;*/
color:#000000;      
margin: 1px 1px 20px 1px;
	padding: 4px 4px 14px 6px;
	/*border-style: solid;
        border-width:1px;
        border-color: #A5439A;*/
-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
	}
.sticky-post {
	position: relative;
        left:510px;
        top:66px;
	z-index: 100;
        padding: 10px 1px 1px 1px;
        margin: -94px 0 0 0;
}

.sticky-box {
	position: absolute;
	z-index: 100;
}

.sticky .archive .title a {
	font:1.1em Georgia;
	font-weight:bold;	
	color:#036DA7;	
	}
.sticky .archive .title a:hover {
	font:1.1em Georgia;
	font-weight:bold;	
	color:#036DA7;	
	}

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Verdana, Arial, Helvetica, Sans-Serif;	
	background: #F5F4F0; 
	border-top:0px solid #000000;
	border-bottom:0px solid #000000;    	
	color: #000000;
	width:100%;
	}

p {	
	margin: 10px 0;
	}

hr {
	border: 1px dotted #666666; margin:5px 0 15px 0;
	background-color: #ffffff;
			}
a:link, a:visited {
	color: #036DA7;
        text-decoration:none;
	}

a:hover, a:active {
	color:#036DA7;
    text-decoration:underline;
	}

a img {
	border:0;
	}

pre, code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	
	
pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
  border:1px dashed #CCCCCC;
} 

code {
	padding:0 2px;
}		

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}			

acronym, abbr {
	border-bottom: 1px dashed #999;	
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}
.more {
margin-top:0;
padding-top:0;
color: #666666;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana;
}

.readmore{
	display: block;
	background-color: #333333; /*0B96F5;*/
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	padding: 1px;
	width: 42px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px; 
	}

a.readmore{
color: #ffffff;
text-decoration:none;
}	

a:hover.readmore{
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
}
a:visited.readmore{
color: #ffffff;
text-decoration:none;
}

/* confirmation message for Sendit mailing list*/
#content-confirm {
background:url(images/updates.png) no-repeat left top;
padding: 30px 20px 100px 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
line-height:18px;
color:#333333;
}
.sendit-right
{text-align:right; 
font-size: 12px;
color:#333333;}

/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}	

/*another set of classes for img alignment*/
p img.alignright {float:right; margin:0 0 1em 1em;}
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0}
img.centered {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.centered {display: block; margin-left: auto; margin-right: auto}

/*p img { padding: 0; max-width: 100%; }*/

a img {border:none;}

/*a:hover img { border:solid blue 1px; }  //may not be needed */

img.wp-smiley {
    float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

/* Structure */
#page {
	width:980px;	
	margin:10px auto 0px auto;		
	background:#FFFFFF; /*#ececec*/
	font-size:0.75em;
         	border: 0px solid #D2D8E5;
        font-family:verdana;

	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;        
}
	

#head{
	width:100%;	
	background: #FFFFFF;
background:url(images/head.jpg) no-repeat bottom;
}

#head-top{

	width:980px;
	height:64px;
	/*background: #FFFFFF;*/
	font-size:12px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto 5px;
	padding:0px 0px;

}
/*NEW HEADER DIVS FOR LOGO, UK INFO AND SEARCH BOX*/
#headerleft
{float: left; width:350px; height:64px; margin:10px 0 0 10px;
}
#headermiddle
{float: left; width:170px; height:64px; margin-top:10px;
}
#headermiddle2
{float: left; width:155px; height:64px; margin-top:10px; font-size: 11px; font-weight:bold; 
}
#headermiddle2 .helplineimg {margin-bottom:5px;}
#headermiddle2 a {text-decoration:none; color:#666666; }
#headermiddle2 a:hover {text-decoration:underline;}
#headerright {
	width: 230px;
	float: left;	
	margin: 10px 10px 0px 40px;
	text-align: right;
	overflow:hidden;
}

/*search form */
#searchformtop {

	margin: 0px 0px 5px 0px;
	text-align:right;
}
#searchformtop br {
	display: none;
}
#searchformtop #s {
	width: 180px;height: 
	14px;padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
	border:1px solid #000;
}
#searchformtop input {	
	background: #000000;
	border: none;
	width: 30px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle; 
	cursor:pointer;
}
#searchform #pub {text-align:left;}
#head .rsswidget {margin: 0px;padding: 0px; text-align:right;}
#head .rss {float:right;list-style-type: none;margin: 0px 0px 0px 10px;padding-left: 20px; background:url(images/rss.gif) no-repeat; font-size:10px; }
#head .fb {float:right;list-style-type: none;margin: 0px 0px 0px 10px;padding-left: 20px; background:url(images/fb.gif) no-repeat; font-weight:bold;}
#head .natoff {float:right;list-style-type: none;margin: 0px 0px 4px 0px;padding-left:20px; font-weight:bold; font-size:12px; }

/*Head Bottom*/

#head-bottom {

	width:100%;
	height:100px;
	/*background:url(images/banner5.jpg) no-repeat top;	Place your banner in images folder and give its name here instead of banner.jpg*/
	text-align:left;
    margin-bottom:0px;
}

/*twitter widget in the header section*/
#sidebar_header { 
float:right; 
width:324px; 
font-size:11px;
margin-right: 6px;
padding:0 10px 0 3px; 
}
#sidebar_header h4
{font-size:11px;
}

.randomheader {
margin:0;
border:0;
padding:0;
vertical-position:bottom;
}

/*menu*/
#menu-top{
	width:980px;	
	background: #000000;
	font-size:12px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto 0px;
	padding:0px 0px;
}

#menu, #menu ul {
	margin:0; 
	padding:0; 
	list-style: none; 
	position:relative; 
	line-height:1.7em; 
	z-index:300; 
	width:100%; 
	background:#000000; 
	font-weight:bold;
}

#menu a {
	display:block; 
	padding:0.25em 1em; 
	color:#FFFFFF; 
	border-right:1px solid #333; 
	text-decoration:none; 
	background:#000000;
}
#menu a:hover {
	background:#0B96F5; 
	color:#fff;
}

#menu li {
	float:left; 
	position:relative;
}

#menu ul {
	position:absolute; 
	display:none; 
	width:12em; 
	top:1.9em; 
	left:-1px;
}
#menu ul a {
	border-left:1px solid #333;
}
#menu li ul {
	border-top:1px solid #c8c8c8; 
	width:14.1em;
}

#menu li ul a {
	width:12em; 
	height:auto; 
	float:left;  
	border-bottom:1px solid #c8c8c8;
}
#menu ul ul {
	top:auto;
}

#menu li ul ul {
	left:13em; 
	margin:0px 0 0 10px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	display:block;
}

#searchform {	
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}
	
input#s {
width:200px;
}		
/* end menu */	
	
/* end header */

/* Text*/
h1 {
	font:1.2em Arial;
	font-weight:bold;
	letter-spacing:-0.02em;		
	color:#157491;
	}
	
h2 {
	font:1.2em Georgia, "Times New Roman";
	margin-bottom:5px;
	margin-top:5px;
	font-weight:bold;
	}

h3 {
	font:1.2em Arial; 
	margin-bottom:10px;
	color:#A5439A; 
	font-weight:bold;
	}

h4 {
	font-weight:bold;
    font:1.2em Verdana; /* cufon replacement */
	margin-bottom:10px;		
	color:#111111;
	font-weight:bold;
	}

h5 {
	font-weight:bold;
    font:1.2em Arial;       
	margin-bottom:10px;	
	color:#111111;
	}
	
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #111111;
	}	
	
h4 a, h4 a:hover, h4 a:visited, h5 a, h5 a:hover, h5 a:visited {
	text-decoration: none;
	color: #036DA7;
	}	


#respond h4 {
	margin-top:0px;
	padding-top:10px;
	color:#333;
	}
	
h4#respond {
	margin-top:0px;
	padding-top:10px;
	color:#333;
	}		

h3.comments {
	margin-top:32px;
	padding-left:0px;
	color:#333;
	}

h3.authors {
	margin-top:15px;
	}
	
h4.comments {
	margin-top:32px;
	padding-left:0px;
	color:#333;
	}

h4.authors {
	margin-top:15px;
	}	

/* Index Page*/

#archive, .archive {
	padding-top:5px;
	font-size:1.0em;
	line-height:1.4em;        	
	}
.archive p {margin-bottom:0;}	
	
#archive blockquote {
	padding: 0px 10px 0 10px;
	}

#archive .title  a {
	font:1.2em Georgia;
	font-weight:bold;	
	/*letter-spacing:-0.02em;*/		
	color:#036DA7;	
	}
#archive .title  a:hover {
	color: #036DA7;
	text-decoration:underline;
}
.archive .title  a {
	font:1.2em Georgia;
	font-weight:bold;	
	/*letter-spacing:-0.02em;*/		
	color:#036DA7;	
	}
.archive .title  a:hover {
	color: #036DA7;
	text-decoration:underline;
}

#archive .clearfloat {
	padding-bottom:5px;
	/*margin-bottom:5px;*/
	}
.archive .clearfloat {
	padding-bottom:5px;
	/*margin-bottom:5px;*/
	}

#archive .story {
	display:block;
	margin-top:3px;
	}

#archive p {
	margin:5px;
	padding:0px;
	}
	
#archive img {
	margin:5px;
	padding:0px;
	}	

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

 #prevBtn{
   background : url(images/previous2.gif) no-repeat left center;
   float : left;
   padding-left : 20px;
   margin-top:10px;
 }

 #nextBtn{
   background : url(images/next2.gif) no-repeat right center;
   float : right;
   padding-right : 20px;
   text-align : right;
   margin-top:10px;
 }  

 #prevBtn a,#nextBtn a:visited, #nextBtn a,#nextBtn a:visited
 {
  color : #FFFFFF;/*#999;*/
  text-decoration : none;
  font-weight:bold;
 }
 
 #prevBtn a:hover, #nextBtn a:hover
 {
  color : #FF0000;/*#000;*/
  text-decoration : none;
  font-weight:bold;
 }    

/* // Easy Slider */

/* Content Page*/

/* for all pages other than the home page and the news page to accommodate left sidebar*/
#content {
        /*width:620px;*/
	width:560px;
	background:#fff;
	padding:0px 10px 10px;
	font-size:1.0em;
	line-height:1.4em;
	float:left;
    display:inline;	
	overflow:hidden;
	min-height:400px;
	margin-left:5px;
	margin-top:5px;
	}

/*#content p {
font-size:1.0em;
	line-height:1.4em;
}*/

#content ul { 
  list-style:none;
margin:0;
padding:0;
 }
#content li { list-style:none; 
margin:0;
padding:0;
}

#arrow ul {
	list-style: none;
	margin:0;
	padding: 0 0 8px 0;
	}

#arrow li { 
	background-image:url(images/arrow.png);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding:0 0 5px 20px;
}
#arrow2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
	}

#arrow2 li { 
	background-image:url(images/arrow.png);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding:0 0 5px 20px;
}

/* for the home page - see welcome.php */
#contentwelcome {
        width:690px;
	background:#fff;
	padding:0 0 0 10px;
font-size:12px;
	font-size:1.0em;
	line-height:1.4em;
	float:left;
    display:inline;	
	overflow:hidden;
	min-height:360px;
	margin-left:5px;
	margin-top:15px;
text-align:justify;
	}

/*for the news page*/
#contentnews {
        width:620px;
	background:#fff;
	padding:0px 10px 10px;
	/*font-size:1.0em;
	line-height:1.4em;*/
	float:left;
    display:inline;	
	overflow:hidden;
	min-height:400px;
	margin-left:5px;
	margin-top:5px;
	}

#content .breadcrumb, #contentwelcome .breadcrumb  {
	font-weight:normal;
	 font-size:0.8em;
         margin-bottom:10px;
margin-top:4px;
	}

#content .breadcrumb a {
	font-weight:normal;
	}

#contentnews .breadcrumbindex {
	font-weight:normal;
	 font-size:0.8em;
         margin-bottom:10px;
margin-top:8px;
	}
	
#contentnews .breadcrumbindex a {
	font-weight:normal;
	}

#content h1.title, #contentnews h1.title {
	border-top:3px solid #ddd;	
	color:#A5439A;
	}

#content h2 {	
	margin-bottom:10px;	
	}
	
#content h2.title, #contentnews h2.title, #contentwelcome h2.title {
	font:1.6em Georgia;
	font-weight:bold;
	letter-spacing:-0.01em;
	border-bottom:0px solid #ddd;
	/*border-top:1px solid #ddd;*/	
	color:#A5439A;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin:0 10px 5px 0;
	}
	
.post p {
	padding-bottom:10px;
	}	

.post .clearfloat {
	/*border-bottom:1px dotted #ccc;*/
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #archive img {
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:0px;
	}
	
.stats {
	border-top:1px solid #e4e4e4;
    margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
    color:#666666;
	display:block;
	}

.stats span {
	padding: 0px 5px 0px 0px;
	}

.stats span a:hover {
	background:none;
	}

.stats span a {
	color:#999;
	}

.stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}
	
.tags {
/*padding:2px;*/
background-color: #F6F6F6;
margin: 5px;
text-align:left;
}
	

#tools {
	width:600px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}


/* Sidebar*/
#sidebar {
	width:260px;
	float:right;
	display:inline;
	overflow:auto;
	margin:0px 0px 0px 0px;
        padding:0px 0px 20px 0px;
/*background:url(images/sidebarbg.png) repeat left center;*/
	}
	
/*#sidebar-top, #sidebar-bottom {
	width:260px;
	float:right;
	/*padding:0px 10px 10px 10px;	*/
	display: inline;
	overflow:auto;
        margin:0;
	}*/

#sidebar-bottom, #sidebar-middle {
	margin-top:5px;
	}

#sidebar-middle {
	width:340px;	
	float:right;	
	}

/*#sidebar-left {
	width:160px;	
	float:left;		
	overflow:auto;
	display: inline;
	}*/
/* left Sidebar*/
#sidebar-left {
	width:135px;
	overflow:auto;
	float:left;	
	margin-left:0px;	
	display: inline;
	}
	
#sidebar-left .sidebarl_box h4 {
	font:1.0em verdana;
	font-weight:bold;
        color:#333333;
	/*color:#FFFFFF;
	-moz-border-radius: 10px 0px 10px 0px;
	border-bottom: 2px solid #666666;*/	
	margin-top:6px;	
	padding:3px 0px 3px 3px;
	background: #EBF8FF;
	/*text-transform: uppercase;*/
	}

#sidebar-left .sidebarl_box li {
	list-style:none;
	border-bottom:1px dotted #ccc;
        display:block;
	padding:3px 0px 3px 0px;
        font: 0.9em verdana;	
	}
	
/* Style for first level child categories*/	
#sidebar-left .sidebarl_box li ul li {
    padding:2px 0px 2px 4px;
	border-bottom:none;
}	

/* Style for second level child categories*/	
#sidebar-left .sidebarl_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

#sidebar-left .sidebarl_box li ul li:before {
	content: "\00BB \0020";
	}
.sidebarl_box {
	background:#EBF8FF none repeat scroll 0% 50%;
	/*-moz-border-radius: 10px 10px 10px 10px;*/
	border: 0px solid #333333;
	margin-top:0px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
	}

#sidebar-right {
	width:160px;	
	float:right;	
	display: inline;
	overflow:auto;
	}

/* #sidebar-ads {
	width:340px;
	float:right;
	margin-bottom:5px;	
	display: inline;
	overflow:auto;
	} */
	
.sidebar_box {
	/*background:none repeat scroll 0% 50%;*/
	/*border: 1px solid #D2D8E5;*/
	margin-top:0px;
	margin-bottom:0px;
        margin-right:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	position:relative;
	overflow:hidden;
        
	}	
	
.sidebar_box h4 {
	font:1.0em verdana; /*cufon replacement */
	font-weight:bold;
	color:#ffffff;	
	background:url(images/sidebartitle.png) no-repeat left center;
	/*border-bottom: 1px dotted #a5439A;*/
	margin-top:10px;
        margin-right: 0px;	
	padding:3px 0px 3px 3px;
        /*width:300px;*/
	/*text-transform: uppercase;*/

}

/*for the subpages menu*/
.sidebar_box h5 {
background:#cccccc;
}	

.sidebar_box h4 a {	
	color:#A5439A;		
	}	 	
.sidebar_box ul {
list-style:none;
}
.sidebar_box li {
margin-left:0px;
padding-bottom: 4px;
	padding-left:20px;
background: url(images/greyarrow.png) no-repeat 0 2px;	
}
/*
.sidebar_box li {
	list-style:none;
	/*border-bottom:1px dotted #ccc;*/
	display:block;
	padding:2px 0px 1px 0px;
        font-size:1.0em;
font-family:verdana;	
	}	
*/	
.sidebar_box li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

.sidebar_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}	

.sidebar_box li ul li:before {
	content: "\00BB \0020";
	}

/*for sidebar2 - news page and publications*/
.sidebar_box2 {
	background:#ffffff none repeat scroll 0% 50%;
	/*border: 1px solid #D2D8E5;*/
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
	}	
	
.sidebar_box2 h4 {
	font:1.0em verdana; /*cufon replacement */
	font-weight:bold;
	color:#ffffff;	
	/*background: #157491;*/
	background:url(images/sidebartitle.png) no-repeat left center;
	/*border-bottom: 1px dotted #a5439A;*/
	margin-top:20px;	
	padding:3px 0px 3px 3px;
	/*text-transform: uppercase;*/
	}
.sidebar_box2 ul {
list-style:none;
}
.sidebar_box2 li {
margin-left:0px;
padding-bottom: 4px;
	padding-left:20px;
background: url(images/greyarrow.png) no-repeat 0 2px;
}
.sidebar_box2 ol {list-style:none;}
.sidebar_box2 ol li {list-style:decimal;}
/*
.sidebar_box2 li {
	list-style:none;
	/*border-bottom:1px dotted #ccc;*/
	display:block;
	padding:2px 0px 0px 0px;
font: 1.0em verdana;	
	}	
*/	
.sidebar_box2 li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}
/* FOR NUMBERING OF TOP 10 DOWNLOADS */	
.sidebar4 ol {list-style:decimal;}
.sidebar4 li {	
	list-style:none;
	margin-left:20px;
	}

/*for sidebar4 - parents - ordered lists*/
.sidebar_box4 {
	background:#ffffff none repeat scroll 0% 50%;
	/*border: 1px solid #D2D8E5;*/
	margin-top:5px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
	}	
	
.sidebar_box4 h4 {
	font:1.0em verdana; /*cufon replacement */
	font-weight:bold;
	color:#ffffff;	
	/*background: #157491;*/
	background:url(images/sidebartitle.png) no-repeat left center;
	/*border-bottom: 1px dotted #a5439A;*/
	margin-top:20px;	
	padding:3px 0px 3px 3px;
	/*text-transform: uppercase;*/
	}
.sidebar_box4 ul {
list-style:none;
}
.sidebar_box4 ol {list-style:none;}
.sidebar_box4 ol li {list-style:decimal;
padding:2px 0px 4px 3px;}

.sidebar_box4 li ul li {
    padding:2px 0px 0px 10px;
	border-bottom:none;
}


	
/*Tabbed sidebar widget*/	

    * {
    margin: 0;
    padding: 0;
    }   
	
	.ui-tabs-hide {
		display: none;
		}    

    .tabnav li {
    display: inline;
    list-style: none;
    padding-right: 5px;
    }

    .tabnav li a {
    text-decoration: none;
    /*text-transform: uppercase;*/
    color: #000000;
    font-weight: bold;
    padding: 4px 6px;
    outline: none;
    }

    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background: #111111;
	color: #FFFFFF;
    text-decoration: none;
    }   

/*Tabbed sidebar widget ends*/			

div.author-image{width:48px;height:48px;float:right;margin:0 10px 0 5px}
div.author-bio{width:250px;display:inline;margin:0 10px 0 0}	

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}


}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 79%;
	margin-top:5px;
	}

/* Comments*/

/* Comments Styling */
.commentlist li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background:#F2F2F2;
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 2px;
}

.avatar {
	border:1px solid #bbb;
	margin:0px 5px 0px 0px;
	float:left;
	padding:2px 2px 0px 2px;
	width:55px;
	height:55px;
}	
	
.commentlist cite {
	font-style:normal;
	margin-bottom:2px;	
	display:block;
}	

.commentmetadata {
	color:#4d4d4d;	
	text-align:left;
	font-size:0.9em;	
}

.children { padding: 0; }
	
.commentlist p {
	margin:5px;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

li.bypostauthor {
/*background-color: #87CEFA;*/
background:#000000;
color:#FFFFFF;
}

li.bypostauthor a{
color:#FFFFFF;
}

li.bypostauthor .commentmetadata {
	color:#ffffff; 
	display: block;
	margin-top:3px;	
	text-align:right;
	font-size:0.9em;	
	}

li.pingback, li.trackback {
background-color: #E6E6E6;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer {
	font-size:0.69em;
line-height:15px;
	color:#ffffff;
	width: 980px;	
background-color:#000000;
	/*background:#000000 url(images/footerbgphoto.png) left bottom no-repeat;*/	
border-top: 0px dashed #cccccc;
	border-left: 0px solid #D2D8E5;
border-right: 0px solid #D2D8E5;
border-bottom: 0px solid #D2D8E5;
	margin: 0 auto;
	padding:0px;
	}
	
#footer a {
	color:#ffffff;
	text-decoration:underline;
}
#footer h4 {
	font:1.1em Arial;
	font-weight:bold;
	color:#FFFFFF;	
	border-bottom: 2px solid #FFFFFF;
	padding:3px 10px;
	text-transform: uppercase;
	}

#footerleft, #footermiddle {
	width:205px;
	float:left;
	padding:12px 10px 10px 18px;	
	}

#footermiddle2 {
	width:205px;
	float:left;
	padding:12px 10px 10px 20px;	
	}
#footermiddle2 img {
margin:6px 0 0px 0;
}
#footermiddle2 img.top {
margin:0px;
}

#footerright {
	width:200px;
	float:right;
	padding:10px;	
	}

#footerleft ul, #footermiddle ul, #footerright ul {
	margin-top:5px;
	}

#footerleft ul li, #footermiddle ul li, #footerright ul li {
	list-style:none;
	border-bottom:1px dotted #666666;
	padding:5px;
	display:block;	
	}
	
#footerleft ul li a, #footermiddle ul li a, #footerright ul li a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footerleft ul li:hover, #footermiddle ul li:hover, #footerright ul li:hover {
	background:#0B96F5;
	color:#FFFFFF;
	}

#footerleft ul li:first-child, #footermiddle ul li:first-child, #footerright ul li:first-child {
	border-top:0px dotted #000000;
	}


#footerbottom {
	margin: 0 auto;
	width: 980px;
	font-size:0.6em;
	padding-top:2px;
	padding-bottom:2px;	
	color:#000000;
	}

#footerbottom a {
	color:#000000;
	text-decoration:underline;
	}
	
#footercopy {
	font-size:0.65em;
	color:#FFFFFF;
	width: 980px;	
	background:#000000;	
	border: 0px solid #D2D8E5;
	margin: 0px auto;
	padding:10px 0;
	}	
	
#footercopy a {
	color:#FFFFFF;
	text-decoration:underline;
	}	
	
/*Archive properties*/

#archive ul li {	
	list-style:square;
	margin-left:30px;
	}	
	
/*Image Caption CSS*/	

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
