/*  

Theme Name: WP-Andreas06

Theme URI: http://webgazette.co.uk/wordpress-themes/wp-andreas06/

Description: An open source template by <a href="http://andreasviklund.com">Andreas Viklund</a> - Ported for WordPress by <a href="http://webgazette.co.uk">Ainslie Johnson</a>

Version: 1.0

Author: Andreas Viklund and Ainslie Johnson

Author URI: http://webgazette.co.uk/

*/

/* andreas06 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

.entry, .entrytext {
	overflow: hidden;
}

* html .entry, * html .entrytext {
	overflow: visible;
	height: 1px;
}

* html .entry p, * html .entrytext p {
	width: 99%;
	overflow: hidden;
}

/* Various Elements */

body {
	background: url(images/bodybg.jpg) #111111 repeat-x;
	color: #505050;
	font: 76% Trebuchet MS,Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #2727d1;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #33cc33;
}

blockquote {
	background: url(images/boxbg.gif) #cccccc top left repeat-y;
	border: 1px solid #111111;
	color: #505050;
	margin: 15px auto;
	padding: 10px 10px 10px 20px;
	width: 75%;
}

code {
	color: #666666;
	font-size: 1.1em;
}

dd {
	margin: 1px 0 12px 15px;
}

dt {
	font-weight: 700;
}

hr {
	height: 1px;
	margin: 10px 0;
	width: 98%;
}

/* Structure */

#container{
	background: url(images/bodybg.gif) #C0C0C0 repeat-x;
	margin: 0 auto;
	text-align: left;
	width: 752px;
}

#wrap1 {
	background: url(images/innerbg.gif) #FFFFFF repeat-y;
	border-bottom: 1px solid #33cc33;
	border-left: 1px solid #33cc33;
	border-right: 1px solid #33cc33;
	margin-bottom:20px;
	clear: both;
	padding: 0 !important;
	padding-top: 10px;
	width: 750px;
}

#wrap2 {
	background: url(images/header.jpg) top left no-repeat;
	margin-top: -10px; /* This doesn't work for Mozilla 1.7.12 */
	padding: 10px;
	width: 730px;
	min-height:450px;
}

/* Header */

#header {
	height: 30px;
	position: relative;
	width: 730px;
}

#header h1 {
	float: left;
	font-size: 1.4em;
	margin: 0;
	width: 180px;
}

/* Sitename */

#sitename {
	/*background: url(images/leaves.jpg) top center no-repeat;*/
	background-color:#FF0000;
	font-weight: 400;
	height: 80px;
	margin: 0 20px 10px 0;
	text-align: center;
	display:none;
}

#sitename div.description {
	color: #FFFFFF;
	font-size: 1.6em;
	letter-spacing: -1px;
	margin: 0;
}

#sitename h1 {
	font-size: 2.2em;
	margin: 0;
	padding-top: 20px;
}

#sitename h1 a {
	color: #FFFFFF;
}

/* Tab Navigation */

#nav  {
	background: url(images/headerbg.gif);
	float: left;
	padding: 0 0 0 0;
	width: 752px;
	height:150px;
}

#nav .current_page_item {
	background: url(images/tabs.gif) no-repeat 0 -41px;
}

#nav .current_page_item a {
	background: url(images/tabs.gif) no-repeat 100% -41px;
	color: #33cc33;
	padding: 7px 20px 8px 11px;
}

#nav .current_page_item a:hover {
	color: #cccccc;
}

#nav a {
	background: url(images/tabs.gif) no-repeat 100% 0;
	color: #303030;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0 0;
	padding: 7px 20px 8px 11px;
	text-decoration: none;
}

#nav a:hover {
	color: #505050;
}

#nav li {
	background: url(images/tabs.gif) no-repeat 0 0;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 0 9px;
}

#nav ul {
	list-style: none;
	margin: 115px 0 0 0;
	padding: 0 7px 0 0;
	float: right;
}

/* Topbox */

#topbox {
	color: #808080;
	margin: 0 0 4px 0;
	text-align: right;
}

#topbox a {
	color: #2727d1;
}

#topbox a:hover {
	text-decoration: underline;
}

/* Left Sidebar */

#leftside {
	float: left;
	margin: 5px 0 0;
	width: 145px;
}

#leftside h2 {
	font-size: 1.4em;
	font-weight: 400;
	padding: 1px 0 0 4px;
	margin-bottom: 5px;
	border: #999999 solid 1px;
	background:#DDDDDD;
}

#leftside li {
	list-style: none;
}

/* left side nav links */
#leftside li a {
	color: #2727d1;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
	position: relative;
	text-decoration: none;
	width: 125px;
}

#leftside li a:hover {
	border: 1px solid #2727d1;
	color: #33cc33;
	padding: 1px 1px 1px 4px;
	background: #111111;
}

#leftside li a.login {
	color: #2727d1;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	width:auto;
	padding:0 0 0 0;
	display:inline;
}

#leftside li a.login:hover {
	color: #33cc33;
	border:none;
	background:none;
	padding:0 0 0 0;
}

#leftside ul {
	margin: 0px;
	padding-left: 5px;
}

#leftside ul.children li a {
	font-size: 0.9em;
	margin-left: 5px;
	padding: 1px 1px 1px 6px;
	width: 105px;
}

#leftside ul.children li li a:hover {
	padding: 0 0 0 5px;
}

#leftside ul.children li li a {
	margin-left: 10px;
	padding: 1px 1px 1px 6px;
}

#leftside ul.children li a:hover {
	border: 1px solid #FA9035;
	color: #505050;
	padding: 0 0 0 5px;
}

#leftside li.current_page_item a {
	background: #ECD9CB;
	border: 1px solid #FA9035;
	padding: 1px 1px 1px 4px;
}

#itunes {
width:132px;
height:100px;
background: url(images/itunes_up.gif) no-repeat;
margin:26px 0px 23px 5px;
}

#itunes:hover {
background: url(images/itunes_over.gif) no-repeat;
}

/* Right Sidebar */

#rightside{
	float: right;
	margin: 30px 13px 20px 0;
	width: 132px;
}

#rightside p {
	font-size: 0.9em;
	margin: 2px 0 12px 10px;
}

#rightside h1 {
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 12px;
}

#rightside h2 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
}

#rightside img {
	margin: 10px 0 5px 5px;
	padding: 2px;
}

#rightside li {
	list-style: none;
}

#rightside ul li {
	font-size: 1.0em;
	list-style: none;
	padding: 5px 0 5px 0px;
	margin: 0px;
	line-height:1.1em;
	border-bottom:#999999 dotted 1px;
}


#rightside ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
}

#vote {
width:132px;
height:100px;
background: url(images/vote_up.gif) no-repeat;
margin:0px 0px 25px 0px;
}

#vote:hover {
background: url(images/vote_over.gif) no-repeat;
}

/* Recent Comments plugin */

div#recentcomments {
	padding-top: 10px;
}

span#recentCommentsTitle {
	font-size: 1.2em;
	font-weight: 400;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#recentcomments ul ul {
	margin: 0 0 0 5px;
	padding: 0 0 5px 0;

}

#recentcomments ul ul li{
	margin: 0px;
	padding: 5px;
	font-size: 0.9em;
}

#recentcomments ul ul li a {
		color: #D04A10;
}

#recentcomments ul ul li a:hover {
		color: #FA9035;
}

ul#recentcommentsList {
	padding: 5px 0 0 0;
	margin: 0 0 0 0; 
}


li span.recentCommentsPostTitle {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

li span.commentAuthor {
	margin: 0px;
	font-weight: bold;
	font-size: 1.0em;
}

/* Content */

#content {
	margin: 45px 160px 0 180px;
	width: 378px;
}

#content h1,#contentalt h1 {
	color: #505050;
	font-size: 2em;
	font-weight: 400;
	margin: 15px 0 10px;
	padding: 0;
}

#content h2 a,#contentalt h2 a {
	color: #505050;
	font-size: 1.0em;
	font-weight: 200;
}

#content h2 a:hover,#contentalt h2 a:hover {
	color: #2727d1;
}

#content h2,#contentalt h2 {
	border-bottom: 1px solid #2727d1;
	color: #505050;
	font-size: 1.8em;
	font-weight: 200;
	margin: 20px 0 10px;
	padding: 0;
}

#content p,#contentalt p {
	margin: 8px 0 0 10px;
}

#contentalt {
	margin: 45px 15px 0 180px;
	width: 525px;
}

.entry img.left, .entrytext img.left{
	background: #FAFBFC;
	border: 1px solid #E0E0E0;
	margin: 5px 10px 1px 0px;
	padding: 5px;
	display: inline;
}

.entry img.right, .entrytext img.right{
	background: #FAFBFC;
	border: 1px solid #E0E0E0;
	margin: 5px 0px 1px 10px;
	padding: 5px;
	display: inline;
}

img.wp-smiley {
	background: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.listenNow {
margin:-11px 0px 5px 0px;
}

/* Footer */

#footer {
	clear: both;
	color: #A0A0A0;
	font-size: 0.9em;
	height: 36px;
	margin-top: 20px;
	padding: 1px;
	text-align: right;
	width: 720px;
}

#footer a {
	color: #A0A0A0;
	font-weight: 400;
}

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

/* Back and Forward Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
}

.alignleft {
	float: left;
	font-size: 0.9em;
	text-align: left;
}

.alignright {
	float: right;
	font-size: 0.9em;
	text-align: right;
}

/* Images */

.noalign {
	background: #FAFBFC;
	border: 1px solid #E0E0E0;
	margin: 5px 5px 5px 5px;
	padding: 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}

#podcast {
display:block;
	margin-top:15px;
	padding-left:80px;
	width:230px;
	height:22px;
	background: url(../../uploads/2006/12/podcast-logo1.gif) no-repeat left;
	float:left;
}

#podcast:hover {
	background: url(../../uploads/2006/12/podcast-logo2.gif) no-repeat left;
}

#podcast img {
	border:0;
	padding:0;
	margin:0;
	background:none;
	float:left;
}

/* Search */

#searchform {
	margin: -5px 0 2px 0;
	padding: 0 0 3px 0;
}

#searchbox {
	border: 1px solid #111111;
	width: 200px;
}

#searchsubmit {
	color: #505050;
	font-weight: bold;
	background: #cccccc;
	border: 1px solid #505050;
	padding: 0 10px 0 10px;
	height: 19px;
}

#searchsubmit:hover {
	color: #33cc33;
	background: #111111;
	border: 1px solid #33cc33;
}

/* Comments Form */

#author {
	border: 1px solid #2727d1;
}

#comment {
	border: 1px solid #2727d1;
	width: 99%;
}

#url {
	border: 1px solid #FECA9E;
}

#email {
	border: 1px solid #2727d1;
}

#submit {
	color: #2727d1;
	font-weight: bold;
	background: #cccccc;
	border: 1px solid #2727d1;
	padding: 0 10px 0 10px;
	width: 150px;
}

#submit:hover {
	color: #33cc33;
	border: 1px solid #33cc33;
	background: #111111;
}

ol.commentlist li {
	background-color: #EEEEEE;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	padding: 5px;
}

ol.commentlist li.alt {
	background-color: #DEDEDE;
	border: 1px solid #cccccc;
}

/* Various Styles */

img.wp-smiley {
	border: 0px;
}

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

#archives ul {
	padding: 0px;
	margin: 0px;
}

#archives ul ul {
	padding: 0px;
	margin: 0px;
}

#archives li {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 15px;
}

#links ul {
	padding: 0px;
	margin: 0px;
}

#links li {
	list-style: none;
	margin: 0px;
	padding: 0 0 5px 20px;
}
.box {
	background: url(images/boxbg.gif) #F8F8F8 top left repeat-y;
	border: 1px solid #D0D4D4;
	color: #505050;
	margin: 15px auto;
	padding: 10px 10px 10px 20px;
	width: 75%;
}

.center {
	text-align: center;
}

.entry {
	padding: 0 0 20px 0;
}

.hide {
	display: none;
}

.info {
	border-bottom: 3px double #cccccc;
	border-top: 1px double #cccccc;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 0 7px 0;
}

.info a {
	font-weight: normal;
}

img.skype {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
