/*
Theme Name: Scouter
Theme URI: http://greenpanda.co.uk/portfolio/scouter-theme/
Description: Scouting WordPress theme based on the default theme by Michael Heilemann.
Version: 0.2
Author: Jack Harker
Author URI: http://greenpanda.co.uk/
Tags: scout, scouting, cubs, beavers, scouts, guides, explorers

	This theme was designed and built by Jack Harker
	and is based on a framework by Michael Heilemann.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/            

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

    
    
    
/* Latest news */
div.leftcol h2 {
    font-size:22px;
    color:#86a20b;
}
    
div.post h2 {
    margin:0px; 
}
    
div.post h2 a, div.post h2 a:visited {
    color:#4d1979;
    font-size:18px;
    text-decoration:none;
    
}
div.post h2 a:hover {
    color:#86a20b;
}
div.post small {
    color:#666;
}





    
li.page_item ul { display:none; }

div.header_stripe {
	height:8px;
	background-color:#4d1979;
	border-bottom:1px solid #fff;
	clear:both;
	}
div.header_menu {
	height:40px;
	background-color:#4d1979;
	border-bottom:1px solid #fff;
	}
div.header_green {
    height:330px;
    background-color:#99cc00;
    border-bottom:1px solid #fff;
    text-align:center;
    }
div.header_white {
    height:330px;
    background-color:#fff;
    border-bottom:1px solid #9c0;
    text-align:center;
    }
div.header_box {
	height:125px;
	width:850px;
	margin:0px auto 0px auto;
	}
div.menu_box {
	width:850px;
	margin:0px auto 0px auto;
	} 
#header div.menu_box ul { float:left; margin:0px; padding:0px; list-style-type:none; }
#header div.menu_box ul li { float:left; margin:0px 15px 0px 0px; }
#header div.menu_box ul li a, #header div.menu_box ul li a:visited {
	float:left; 
    color:#ffffff;
	display:block;
	height:28px;
	padding:12px 8px 0px 8px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#header div.menu_box ul li a:hover {
	color:#000000;
	background-color:#99cc00;
	text-decoration:underline;
	}

       
#content {
	width:850px;
	margin:0px auto 0px auto;
	}

#sidebars {
	width:850px;
	margin:0px auto 0px auto;
	clear:both;
	}
.sidebar1, .sidebar2, .sidebar3 {
	width:262px;
	border-top:10px solid #99cc00;
	float:left;
	margin:10px;
	}
#sidebars span {
	position:relative;
	left:8px;
	top:-15px;
	font-weight:normal;
	font-size:15px;
	color:#4d1979;
	margin:0px;
	background-color:#fff;
	padding:2px;
	}
#sidebars span a, #sidebars span a:visited { color:#4d1979; text-decoration:none; }
#sidebars span a:hover { text-decoration:underline; }
#sidebars ul { margin:-17px 0px 0px 0px; padding:0px; }
#sidebars ul li { list-style:none; margin:0px; padding:0px; }
#sidebars ul li a, #sidebars ul li a:visited {
	color:#4d1979;
	border-bottom:1px solid #4d1979;
	background-color:#fff;
	display:block;
	padding:10px 0px 10px 10px;
	text-decoration:none;
	}
#sidebars ul li a:hover {
	color:#99cc00;
	background-color:#efefef;
	}

#footer {
	clear:both;
	font-size:10px;
	margin-top:10px;
	border-top:8px solid #4d1979;
	padding-top:5px;
	text-align:center;
	}
#footer div.box  {
	width:850px;
	margin:0px auto 0px auto;
	}

#magicbox {
	width:794px;
	margin:10px auto 0px auto;
	background-image:url(images/magicbox-top.gif);
	padding:5px 10px 10px 10px;
	}
#magicbox_end {
	clear:both;
	width:814px;
	margin:0px auto 10px auto;
	background-image:url(images/magicbox-bottom.gif);
	height:22px;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.rightcol {
    width:23%;
    float:right;
}
.leftcol {
    width:75%;
    float:left;
    margin-right:1%;
}



