/* andreas09 v1.0 (Dec 10th 2005) - 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:#ffffff;
color:#403F77;
font:76% Arial,Tahoma,Verdana,sans-serif;
margin:15px;
padding:15px;
text-align:center;
}

a {
color:blue;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

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

/*** Main container ***/

#left_margin
{
width:10px;
height:100%;
margin:0px 0px 0px 0px;
border:1px solid red;
background-color:red;
}

/*----------- Top and Bottom Border Images ------ */
#border_image_top {
background:transparent url(img/border_image_t.jpg) top left no-repeat;
color:#2a2a2a;
height:10px; 
width:850px; 
margin:0px 0px 0px 0px;
position:relative;
top:0px;
}

#border_image_bottom {
background:transparent url(img/border_image_b.jpg) top left no-repeat;
color:#2a2a2a;
height:10px; 
width:850px; 
margin:0px 0px 0px 0px;
position:relative;
top:0px;
}



#container {
position:relative;
/* background:#FDB166;  */
background:#FDB166 url(img/border_image_l.jpg) top left repeat-y; 
border:0px solid Black;
color:#303030;
margin:0;
padding:0;
text-align:left;
width:850px;/***replace by a fixed width in px if you want to have a fixed width site***/
min-width:850px;
}

/*** Header section ***/

#sitename {
background:#ffffff url(img/header.jpg) no-repeat;/***remove url... if you don't want any header graphics ; replace pregnancy with bodybg.jpg and no-repeat with repeat-x if you want a repeat background***/
color:#403F77;
height:132px;
margin:0px 0px 0px 0px;
width:830px;
text-align:left;
position:relative;
left:10px;
top:-0px;
}

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

#sitename h1 {
font-size:1.8em;
padding-top:12px;
padding-left:20px
}

#sitename h2 {
font-size:1.1em;
padding-top:12px;
padding-left:20px;
}

#sitename h3 {
font-size:1.0em;
padding-top:0px;
padding-left:30px
}

#leaderboard{
background:#ffffff;
width:830px;
height:105px;
text-align:center;
margin:0px 0px 10px 0px;
position:relative;
left:10px;
float:left;
border-top:0px solid #000000;
border-bottom:2px solid #000000;
}

#topbanner1 {
border:2px solid #000000;
font-size:1.0em;
margin:0;
width:200px;
padding:0 4px 4px;
height:115px;
text-align:left;
/* position:absolute;
top:190px;
left:0; */
}

#topbanner2 {
border:2px solid #000000;
font-size:1.0em;
margin:0;
width:200px;
padding:0 4px 4px;
height:115px;
text-align:left;
/* position:absolute;
top:190px;
left:400; */
}


#linkz A:link 
{
	text-decoration: none
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline; 
}
.linkz  A:visited 
{
	text-decoration: none
}
	.class1 A:active 
{
	text-decoration: none
}
.linkz  A:hover 
{
	text-decoration: underline; 
        color: red;
	background-color: #333333;
}



/*** Horizontal menu ***/

#mainmenu {
float:left;
background:#ffffff url(img/menuhover.jpg) top left repeat-x;
margin:0 0 0px 0;  /***this is the margin between the horizontal menu and the main body of th site (the 3 columns)***/
border-top:1px solid #403F77;
border-bottom:1px solid #403F77;
width:830px;
height:22px;
position:relative;
left:10px;
}

#mainmenu ul {
font-size:14px;
margin:0 0 0 0;
padding:0px 0px 0px 0px;
}

#mainmenu li {
float:left;
height:20px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-left:1px solid #403F77;
border-bottom:0px solid #403F77;
/* background:#ffffff; */
color:#403F77;
display:block;
font-size:0.7em;
padding:5px 10px 3px;
text-transform:uppercase;
}

#mainmenu a:hover {
/* background:#403F77; */
color:#0000ff;
text-decoration:none;
}

#mainmenu a.current {
/* background:#ffffff; */
color:#505050;
text-decoration:none;
}

/*** Content wrap ***/

#wrap {
/* background:#FDB166; */
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#leftside {
border:1px solid #403F77;
margin:0;
padding:0 0px 0px;
width:0px;
background:#ffffff;/***edit this and replace by ffffff if you want a white background. You can put any color here***/
}

#rightside {
float:right;
margin:0 0 0 0px;
padding:0px;
width:280px;
background:#FFFFDB;/***edit this and replace by ffffff if you want a white background. You can put any color here***/
border-bottom:2px solid #BBBBFF;
position:relative;
left:-20px;
}

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

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

#leftside h1,#rightside h1 {
color:#403F77; /***Edit this color to change the Headers colors in the left and right column ***/
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

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

#leftside h3,#rightside h3 {
font-size:1.4em;
font-weight:bold;
margin-bottom:0px;
margin-top:0px;
}

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



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

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

/*** Sidebar menu ***/

.google {
background:#ffffff;
/***border:1px solid #909090;***/
color:#303030;
display:block;
text-decoration:none;
/***padding:5px 4px 4px 10px;***/
position:relative;
/***margin:0px 0px 0px 0px;***/
/***width:130px;***/
}

.nav {
/***background:#e8e9ea;***/
/***border:1px solid #b0b0b0;***/
color:#403F77;
/* display:block; */
margin-top:-3px;
font-size:0.9em;
padding:0px 0px 0px 0px;
position:relative;
/* text-transform:uppercase; */
width:280;
}

.right {
background:#ffffff;
border:1px solid #403F77;
color:#303030;
text-decoration:none;
display:block;
margin-top:-3px;
font-size:0.9em;
padding:5px 4px 4px 10px;
position:relative;
text-transform:uppercase;
text-align:left;
width:140px;
}

.left {
background:#ffffff;
border:1px solid #403F77;
color:#303030;
text-decoration:none;
display:block;
margin-top:-3px;
font-size:0.9em;
padding:5px 4px 4px 10px;
position:relative;
text-transform:uppercase;
text-align:left;
width:120px;
}

.active {
background:#ffffff;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.nav:hover{
background:#FF80C0;
/***border:1px solid #909090;***/
color:#ffffff;
text-decoration:none;
}

.persobannercenter {
text-align:center;
background:#DDE3F2;/***alter this to change the color of the space below the articles***/
border:1px solid #403F77;
padding:5px;
color:#303030;
text-decoration:none;
}



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

/*** Content ***/

#content,#contentalt {
background-color:#FFFFDB;
border-bottom:2px solid #BBBBFF;
/* border-right:2px solid Black; */
color:#2a2a2a;
width:510px;
padding:0px 0px 0px 0px;
}

/*  Margins are Top RIght Bottom Left  */
#content {margin:0 0 0 20px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,#content h2,#content h3,#contentalt h1,#contentalt h2,#contentalt h3 {
background-color:inherit;
color:#403F77; /***Edit this color to change the Headers colors in content column, ie in the center ***/
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 h3,#contentalt h3 {
font-size:1.4em;
margin-bottom:0px;
margin-top:0px;
}

#content img,#contentalt img {
border:1px solid #403F77;
float:left;
margin:5px 5px 0px;
padding:3px;
}

#googlesearch img{
border:0px solid ;
float:left;
margin:0px 0px 0px;
padding:0px;
}


/*----------- Main Column Spheroids ------ */

#spheroid_header {
background:#C0C0C0;
color:#2a2a2a;
border-top:2px solid #BBBBFF;
border-bottom:0px solid #BBBBFF;
border-left:2px solid #BBBBFF;
border-right:2px solid #BBBBFF;
margin:0px 0px 0px 0px;
padding:4px 0px 4px 4px;
height:auto; 
}

#spheroid_bottom {
background:#FFF5CC;
color:#2a2a2a;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:auto; 
}

#spheroid {
background:#FFF5CC;
color:#2a2a2a;
border-top:2px solid #BBBBFF;
border-left:2px solid #BBBBFF;
border-right:2px solid #BBBBFF;
border-bottom:0px solid #339999;
font-size:1.2em;
margin:0px 0px 0px 0px;
padding:5px 10px 5px 12px;
/* height:400px; */
/* width:500px; */
}



/*----------- Right Column Spheroids ------ */
#spheroid_r_header {
background:#C0C0C0;
color:#2a2a2a;
border-top:2px solid #BBBBFF;
border-bottom:0px solid #BBBBFF;
border-left:2px solid #BBBBFF;
border-right:2px solid #BBBBFF;
margin:0px 0px 0px 0px;
padding:4px 0px 4px 4px;
height:auto; 
}

#spheroid_r_bottom {
background:#FFF5CC;
color:#2a2a2a;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:auto; 
}

#spheroid_r {
background:#FFF5CC;
color:#2a2a2a;
border-top:2px solid #BBBBFF;
border-left:2px solid #BBBBFF;
border-right:2px solid #BBBBFF;
border-bottom:0px solid #339999;
margin:0px 0px 0px 0px;
padding:5px 12px 5px 12px;
/* height:400px; */
/* width:500px; */
}

/*----------- Spheroid Headers ------ */

#spheroid_header h1,#spheroid_r_header h1,#spheroid_header h2,#spheroid_r_header h2,#spheroid_header h3,#spheroid_r_header h3,#spheroid h1,#spheroid_r h1,#spheroid h2,#spheroid_r h2,#spheroid h3,#spheroid_r h3 {
color:#804040; 
background-color:inherit;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 00;
padding:0;
}

#spheroid_header h2,#spheroid h2,#spheroid_r_header h2,#spheroid_r h2 {
font-size:1.5em;
margin-bottom:2px;
}

#spheroid_header h3,#spheroid h3,#spheroid_r_header h3,#spheroid_r h3 {
font-size:1.4em;
margin-bottom:2px;
}


/*** Footer ***/

#footer {
background:#C0C0C0;
clear:both;
color:#804040;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:830px;
border-top:2px solid #403F77;
position:relative;
left:10px;
}

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

/*** Various classes ***/



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

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.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;}

/*** End of file ***/