/* andreas09 v1.0 (Dec 10th 2005) - modified by ltooz 01/25/2010 An open source template by Andreas Viklund - 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 for CSS3 */

body {
background:#000011;/*background dark blue ltooz*/
color: #7D1B7E;/*#303030;*/
font:86% comic sans ms,Lucida Sans,Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:left;
}

a {
color:#00aadd;/*lightblue Content Font Link color color*/
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 {
background: #000011;/*f0f0f0 url(img/content.jpg) repeat; background container color blue ltooz*/
color: #F87431;/*sides color text*/
font-size:14px;/*font size on sides*/
margin:0;
/*min-width:770px;*/
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;/*#ff9900;ff8800;#800517 gray ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #fff;/*#ff9900;#ff8800; gray ltooz*/
box-shadow: 0 0 20px 0 #fff;/*#ff9900;#ff8800; gray ltooz*/
color:#eeeeee;/*Blog description header color*/
height:80px;
margin:40px 200px 30px;
text-align:center;
}

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

#sitename h1 {
font-size:2.4em;
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;/*cat links size*/
padding:20px;/*top down*/
}

/*** Sidebars ***/

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

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

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

#leftside h1,#rightside h1 {
color:#F87431;/*505050; siena fonts color header*/
padding:5px 5px;
font: Veranda,Garamond,comic sans ms;
font-size:1.6em;
font-weight:normal;
font-style:italic;
letter-spacing:-1px;
margin:20px 10px 10px;
border:1px solid #fff; 
     /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
border-radius:5px;
     -moz-box-shadow:0 0 20px 0 #fff;/*#ff9900;ff8800;#800517 gray ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #fff;/*#ff9900;#ff8800; gray ltooz*/	
box-shadow: 0 0 20px 0 #fff;/*#ff9900;#ff8800; gray ltooz*/
text-align:center;
}

#leftside h2,#rightside h2 {
font: Veranda,Garamond,comic sans ms;
font-size:1.1em;
margin:0 0 20px;
}

#leftside h3,#rightside h3 {
font: Veranda,Garamond,comic sans ms;
font-size:1.1em;
margin:0 0 20px;
}

#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*/
color:#3BB9FF;/*606060; 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;/*f8f9fa; navbarfont hover*/
color:#ffffff;/*303030; 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:#000033;/*dark blue content body color ltooz*/
border:1px solid #fff; 
     /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
border-radius:5px;
     -moz-box-shadow:0 0 20px 0 #fff;/*#ff9900;ff8800;#800517 gray ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #fff;/*#ff9900;#ff8800; gray ltooz*/
box-shadow: 0 0 10px 0 #fff;/*#ff9900;#ff8800; gray ltooz*/	
color:#eeeeee;/*content fonts color gray ltooz*/
padding:15px 20px 5px;
}

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

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#606060;
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:#000022;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
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;
 }
