/* andreas09 v1.0 (Dec 10th 2005) - modified by ltooz 01/25/2010 - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author.
8/25/2010 modified to use CSS3 ltooz */

body {
background: #000000;/*Background black ltooz*/
color: #7D1B7E;/*Content color*/
font:86% Lucida Sans,Comic Sans MS,Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#ff9900;/* Orange Font Link color ltooz*/
font-weight:normal;
font-style: italic;
text-decoration:none;
}

a:hover {
color:#FBB117;/*content fonts link light orange hover*/
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

.text {
line-height:1.5em;
margin:0 0 15px;
}


/*** Main container ***/

#container {

color: #999999;/*#F87431;/*lightgray (orange) text on right column ltooz*/
font-size:14px;/*font size on right column*/
margin:0;
padding:0px;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
border:1px solid #fff; 
     
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
     border-radius:5px; 
     -moz-box-shadow:0 0 20px 0 #fff;/*ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #fff;/*ltooz*/
box-shadow: 0 0 20px 0 #fff;/*opera*/    	
background: #000000;/*ltooz*/
color: #CCCCCC;/*Blog description color Gray*/
height:80px;
margin:40px 290px 30px;/*width*/
text-align:center;
}

#sitename h1,#sitename h2 {
font-weight:normal;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:35px;
padding-top:20px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Horizontal menu ***/

#mainmenu {
position:relative;
margin:0 auto;
width:900px;
text-align: center;
}
#mainmenu bt{
float:left;
position: relative;
margin:0 auto;
width:auto;
}
#mainmenu a {
display:block;
font-size:16px;/*12px blog names*/
font-weight: bold;
padding:10px 10px 10px;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:14px;/*catlinks size ltooz*/
padding:20px;/*space from Top Down*/
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:0 10px 10px;
width:19%;/*220px;/*165px;*/

}

#leftside {
float:left;
margin-right:0px;/*10px;*/
/*text-align:center;*/
}

#rightside {
float:right;
margin-left:0px;/*10px;*/

}

#leftside h1,#rightside h1 {
color:#cc6611;/*orange fonts color header ltooz*/
padding:5px 5px;
font-size:1.6em;
font-weight:normal;
font-style:italic;
letter-spacing:-1px;
margin:20px 10px 10px;
border:1px solid #fff;
border-radius:5px;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-moz-box-shadow:0 0 20px 0 #fff;/*ltooz*/
-webkit-box-shadow: 0 0 20px 0 #fff;/**/	
box-shadow: 0 0 20px 0 #fff;/*opera*/
text-align:center;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 0px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
padding:0 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0 10px;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
/*background:#000000;/*#e8e9ea; Navbar color*/
/*border:1px solid #b0b0b0;*/
color:#3BB9FF;/*nav fonts color*/
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
position:left;/*relative;*/
text-transform:uppercase;
width:19%;/*140PX*/
}

.nav:hover,.active {
background:#000044;/*navbarfont hover*/
border:1px solid #909090;
color:#ffffff;/*navfont hover color*/
text-decoration:none;
}

.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:130px;
}

/*** Content ***/

#content,#contentalt {
background-color:#330011;/*#331111;/*burgundy content body color ltooz*/
   border:1px solid #fff; 
 
    
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
     -moz-box-shadow:0 0 20px 5px #fff;/*ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #fff;/*ltooz*/
box-shadow: 0 0 20px 0 #fff;/*opera*/	
color:#cccccc;/*content fonts color*/
padding:15px 20px 5px;
}

#content {margin:0 22%;}/*adjusting body width ltooz*/
#contentalt {margin:0 250px 0 20px;} /*adjusting body width ltooz*/

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#cc6611;/**/
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

/*
#content img, #contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}
*/

/*** Footer ***/

#footer {
background:#330011;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0 auto 0 auto;
padding:20px;
text-align:center;
width:90%;
border:1px solid #fff; 
     
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
     border-radius:5px; 
     -moz-box-shadow:0 0 20px 0 #fff;/*ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #fff;/**/
box-shadow: 0 0 20px 0 #fff;/*opera*/    	
}

#footer a {
color:#3BB9FF;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchform .formfield
{
	width: 90%;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px px;
	margin: 5px 5px 5px 5px;
}
.searchform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	margin: 5px 5px;
}
.loginform .formfield
{
	width: 90%;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0px;
	margin: 5px 5px 5px 5px;
}
.loginform .formbutton
{
	width: 80px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	margin: 5px 5px;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }
