@charset "UTF-8";
/* CSS Document */

body{
	background: #75acba url(images/bg_blue1.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

/* \*/
* html .gainlayout { height: 1%; }
/* */

form{
margin: 0;
padding: 0;
}
.clear{
	clear: both;
}
img{border: 0;}
.logoimg{
	border-top: #cc5200 12px solid;
}
#main{
	width: 960px;
	margin:auto;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff url(images/bg_main.gif) repeat-y top left;
}
h1{
margin: 0;
padding: 0;
color: #666;
font-size: medium;
}
h2{
margin: 0;
padding: 0;
color: #f60;
font-size: medium;
}
h3{
margin: 0;
padding: 0;
color: #369;
font-size: medium;
}
p{
margin: 0;
padding: 0;
}
.noul{text-decoration: none;}
.large{font-size: large;}
.orange{color: #f60;}
.blue{color: #369;}
.white{color: #fff;}
.grey{color: #999;}
.right{text-align: right;}
.left{text-align: left;}
.fleft{float: left;}
.fright{float: right;}
.mlpad5{margin-left: 5px;}
#left{
	float: left;
	width: 160px;
}
.slogan{
text-align: center;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin: 10px 0 0 0;
padding: 0 0 0 0;
color: #fff;
font-weight: bold;

}
#right{
	float: left;
	width: 800px;
}

#top{
	background: transparent url(images/grey.gif) repeat-x top left;
}
#menu{
	margin-top: 40px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#menu ul{
margin: 0;
padding: 0 0 0 10px;
list-style: none;
padding-bottom: 3px;
}

#menu li{
display: inline;
margin-left: 10px;
font-weight: bold;
}

#menu a{
color: #666;
text-decoration: none;
border-bottom: 3px solid #fff;
}

#menu a:hover{
color: #f60;
}


#centre{
float: left;
width: 670px;
}
#sidebar{
float: right;
width: 130px;
text-align: center;
padding-top: 5px;
}
#content{
	padding: 20px;
}
#content ul{
list-style-image: url(images/bullet.gif);
padding: 2px;
margin: 10px 0 10px 25px;
}
#content li{
padding: 0;
margin: 0;
}
#thisissue{
margin: 10px 0;
}
#didyouknow{
float: left;
width: 405px;
margin: 10px 0;
/*background: #ddd url(images/bg_dyk.gif) no-repeat 330px 0;*/
background-color: #ddd;
}
#didyouknow h2, #didyouknow p{
	padding: 5px;
}
#subscribe{
float: left;
width: 405px;
margin: 10px 0;
background: #369 url(images/bg_subscribe.gif) no-repeat bottom right;
}
#subscribe h2{
	font-size: large;
	font-weight: normal;
	color: #fff;
}
#subscribe p{
padding: 10px 0 10px 100px;
}

/*
Update: 2008.12.18 - Paul R
Added 2 extra graphic boxes next to didyouknow & subscribe on index.php
*/
#extra1{
float: left;
width: 200px;
margin: 10px 0 0 5px;

}
#extra2{
float: left;
width: 200px;
margin: 10px 0 0 5px;

}


#sidebar{
/*background: transparent url(images/bg_sidebar.gif) repeat-y top left;*/
}
.t_general th{
background-color: #369;
color: #fff;
text-align: left;
}
.t_general td{
background-color: #ccc;
padding: 3px;
}
.t_archive{
margin-top: 20px;
}
.t_archive td{
border: 1px solid #ccc;
padding: 3px;
text-align: center;
}
.t_archive .blank{
border: 0;
background: none;
}

.coverart{
text-align: center;
margin: 20px 0;
}
.coverart img{
border: 1px solid #fff;
}

.langs{
text-align: center;
}
.langs a{
margin-right: 5px;
}


#footer{
font-size: x-small;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
background-color: #999;
color: #fff;
text-align: center;
}

.back{
     width:100px;
     height:20px;
     float:right;
     margin-right:30px;
     }