/*  
Theme Name: cybms_live01
Description: first Could You Be More Specific? theme. 14pt paragraph text
Version: 2.0
Author: Simon Maidment
*/
/* ---- RESETS ------*/
@import url("reset.css");
@import url("grid.css");
/* STRUCTURE */
* html #wrapper {
height: 100%; /* height 100% in IE6 */
}
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-size:62.5% !important; /* sets to 10pt ems for grid */
	font-family:Georgia,"Hiragino Mincho Pro",serif;
	color:#000; /*#4D4D4D; #5C5C5C*/
/*	background:url(images/body3.jpg) top center repeat;*/
	}	
sans {
font-family: "Helvetica Neue",Arial,sans-serif;
	color:#000;
}
#wrapper{
	width:94em;  
	margin:0 auto;
	min-height:100%; /* height 100% in all modern browsers */
	height: 100%; /* height 100% in IE6 */
}
#header{
	width:94em;
	padding:0em 0 0em 0;
	margin-bottom:0em;
/*	background:url(images/cybms_logo_4.gif) top left no-repeat; */

}
.hiddentext {
	font-size: 1px;
	visibility: hidden;
}

/*NAVIGATION
-------------------------------------------------------- */
.nav a{
	font-variant:small-caps;
	color:#000; 
}
.nav a:hover{
	text-decoration:none;
}
.nav span{
	float:right;
	margin-top:-1.2em;
}
/* ---------------- Meta Nav Menu ---------------------*/
#meta-nav {
	font-family:Georgia,'palatino linotype',palatino,'times new roman',serif; 
}

#nav-top-container {
	background: #FFFFFF;
	padding-top: 0.3em;
}
/* ------------- Meta tab end -------------- */

.basictab{
padding: 2px 0 1px 10px/*.2em 0 .35em 4em */;
margin-top:1px;
margin-left: 0px;
font: bold 10px;
border-bottom: 1px solid #ccc;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.basictab li{
display: inline;
margin:0;
}
.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #ccc ; 
border-bottom: none;

color: black;
}
.basictab li a:hover{
background-color: #ddd;
color: #000;
}
.basictab li a:active{
color: #ccc; 
}
.basictab li.current a{ /*selected tab effect*/
position: relative;
top: 0px;
padding-top: 3px; /* the height of the selected tab */
background-color: white;
color: black;
border-bottom: none;
background:url(images/body3.jpg)top;
}
/* ------------- Meta tab end -------------- */
.internal a {
font-family:Georgia,"Hiragino Mincho Pro",serif; 
font-size:1.4em;
font-variant: small-caps;
}
.internal ul {
margin: 0 auto 0 auto;
}
div#nav-internal {text-align: center;		
	}
#nav-internal {margin:0; padding: 1em 0 1em 0;}

#nav-internal ul li { display: inline; text-align: center;
}
#nav-internal ul li a {
padding: 0 1.2em 0 1.2em; 
}
.side {
	font-variant: normal;	
	}
.side a 	
{font-variant: small-caps; 	color:#C40012; /* #CD0000 */}
#nav-side ul li {
 padding: 0em 0 1.2em 0; 
}
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer-nav{
	word-spacing:0.2em;
}
#footer-nav a{
	color:#000;
	font-variant:small-caps;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
p {
	font-size:1.4em; 
	line-height:1.4em; 
	margin-bottom:1.2em;
}
/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:3em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
}
h2{
	color:#000;
	font-size:2em;
	margin-bottom:0.9em;
/*	line-height:0.9em; */
}
h3{
	color:#000;
	font-size:1.6em;
	margin-bottom:1.2em;
/*	line-height:1.5em; */
	font-variant:small-caps;
}
h4{
	color:#000;
	font-size:1.4em;
	margin-bottom:1.5em;
/*	line-height:1.5em; */
	font-variant:small-caps;
}
.commentmetadata h4, .comment-nav h4{
	margin:0; 
}
h5{
	color:#000;
	font-size:1.2em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
address{
	font-size: 1.2em;
	line-height:1.5em;
	font-variant:small-caps;
}
/*LINKS
-------------------------------------------------------- */
a{
	color:#000;
}
a:hover{
	text-decoration:none;
}
h3 a{
	color:#C40012; /* #CD0000 */
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong, .spacer strong{
	font-variant:small-caps;
	font-weight: bold;
}
.generic em, .spacer em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
.footnote_link {
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.right {text-align: right;}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img, img.alignleft{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img, img.alignright{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:1.8em;
	list-style:square inside;
}
ul li{
	font-size:1.4em; 
	line-height:1.4em;
	margin-bottom: 0.5em;
}
ul li.articles {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom: 0.5em;
	font-variant:small-caps;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
ul li.side {
/*	font-size:1.2em; */
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:3em;
}
li > ul li, li > ol li{
/*	font-size:1em; */
}
ol{
	margin-bottom:1.8em; 
	list-style:decimal inside;
}
ol li{
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom: 0.5em;

}
#issue-articles {
	font-size: 1.2em;
	line-height: 1.3em;
}
/* -------------------------------------- [ Commentary ] */
/* from default */
h3.comments {
	padding: 0;
	margin: 1.5em auto 1em ;
	}
h4.comments {
	padding: 0;
	margin: 0 ;
	line-height:0em;
	}
#comment-text {
	margin: 0;
	padding: 0.5em;
	display: block; 
	}
.commentmetadata {
	margin: 0;
	padding: 0.5em;
	display: block; 
	background-color: #E8E8E8;
	}
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.reply{
	text-align: right;
	}
.alt {
	margin: 0;
	padding: 0;
	}
.commentlist {
	padding: 0;
	text-align: left;
	}
.commentlist li {
	margin: 0 0 0.5em 0;
	padding: 0em 0 0.5em 0;
	border-bottom: 1px dotted #ccc;
	list-style: none;
	font-size: 1em;
	color: #5C5C5C;
	}
.commentlist li ul li { 
	padding: 0.0em 0 0 0;
	margin: 0.5em 0 0 0;
	border-bottom: 0;
}
.children { padding:0; }
#commentform p {
	margin: 5px 0;
	}
#commentform input {
/*	width: 170px; */
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
span#comments-nav {
	float:right;
	}
#commentform {
	margin: 5px 10px 0 0;
}
#respond{
	background:url(images/stripe_8.png) top center repeat;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* --- Search --- */
#search_box {
    width: 30em;
    height: 4em;
}
#cse-search-box {
	text-align: right;
    float: right;
    padding: 0;
    margin: 1em 0 0 1em;
    border: 0;
}
/* ---- Feed ---- */
.rss {
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}