/* 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. */

body {
background:#000;/*153E7E*/
color: #ffcc66;/*7D1B7E;/*#303030;*/
font:86% Lucida Sans,Comic Sans MS,Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:left;
}

a {
color:#F778A1;/*#E6A9EC;/*#ffdd66;/* all font link 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:#616D7E/*#153E7E;/*#737CA1;/*#E56E94;/*#C25A7C;*/
color: #fff;/*color on sides text*/
font-size:14px;/*font size on sides*/
margin:0;
padding:0px;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
/*color:#ff8844;/*header site description color*/
border:1px solid #E6A9EC; 
        -moz-border-radius:5px; 
    -webkit-border-radius:5px;
border-radius:5px; 
     -moz-box-shadow:0 0 20px 0 #E6A9EC;/*#ff9900;ff8800;#800517 gray ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #E6A9EC;/*#ff9900;#ff8800; gray ltooz*/
box-shadow: 0 0 20px 0 #E6A9EC;/*#ff9900;#ff8800; gray ltooz*/	
background:#342826;/*#153E7E;/*#737CA1;/*#E56E94;/*#C25A7C;*/
height:80px;
margin:40px 270px 30px;
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.2em;
}

/*** 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;
padding:20px;/*space from Top down*/
}

/*** Sidebars ***/

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

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

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

#leftside h1,#rightside h1 {
color:#f87431;/*all sidebar static titles fonts color*/
padding:5px 5px;
font-size:1.6em; /*title size on sidebar*/
font-weight:normal;
letter-spacing:-1px;
margin:20px 10px 10px;
border:1px solid #E6A9EC; 
     /* 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 #E6A9EC;/*#ff9900;ff8800;#800517 gray ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #E6A9EC;/*#ff9900;#ff8800; gray ltooz*/	
box-shadow: 0 0 20px 0 #E6A9EC;/*#ff9900;#ff8800; gray ltooz*/
text-align:center;
}

#leftside h2,#rightside h2 {
font-size:16px;
margin:0 0 10px;
}

#leftside p,#rightside p {
font-size:14px;/*fonts text on sidebar*/
line-height:1.4em;
margin:0 0px 16px 10px;
padding:0 10px;
}

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

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

/*** Sidebar menu ***/

.nav {
background:#000000; /*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:#ffcc66;/*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:#342826;/*#2B3856;/*#41627E;/*#15317E;/*Darkbrown content body color*/
   border:1px solid #E6A9EC;
     /* 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 #E6A9EC;/*#ff9900;ff8800;#800517 gray ltooz*/
	-webkit-box-shadow: 0 0 20px 0 #E6A9EC;/*#ff9900;#ff8800; gray ltooz*/
box-shadow: 0 0 20px 0 #E6A9EC;/*#ff9900;#ff8800; gray ltooz*/	
color:#fff;/*content fonts color yellow*/
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:#AAAAAA;/*item title color lightgray*/
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:#111111;
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;
 }
