/*   
Theme Name: Tranby Speidergruppe
Theme URI: http://www.tranbyspeider.no
Description: Design for Tranby Speidergruppe, 2009.
Author: Sindre Jansson Haverstad
Author URI: http://www.haverstad.com
Version: 1.0
*/

/* Various things */
* {
	margin: 0px;
	padding: 0px;
	}

a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }

	
/* Pagelayout */
html {
	background: #50718d url(images/bakgrunn-striper.png) center top;
	}

body {
	background: url(images/bakgrunn.png) repeat-y center;
	font: 100%/1.5 "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
	font-smooth: always;
	font-size: 13px;
	}
	
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #dddcc5 url(images/hovedbak.png) repeat-y center;
	}
	
#top {
	z-index: 1;
	background: #fff url(images/bilde.jpg) no-repeat center 42px;
	height: 295px;
	}
	
#heading {
	background: url(images/toppfade.png) no-repeat top center;
	height: 295px;
	}
	
#logo {
	margin: 40px 0 0 20px;
	}

#all-content-container {
	position: relative;
 	top: -50px;
 	}	
	
#main-container {
	float: left;
	width: 790px;
	}

#main {
	width: 570px;
	float: right;
	padding: 0 10px 0 10px;
	}
	
#sidebar1 {
	float: left;
	width: 200px;
	}
	
#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 10px 0 10px;
	}
	
#footer {
	clear: both;
	margin: 0 200px 0 200px;
	padding: 10px;
	font-size: 80%;
	color: gray;
	font-style: italic;
	text-align: center;
	}
	
/* Top */
#top h1 {
	color: #ffffff;
	text-align: right;
	padding-top: 5px;
	margin-right: 20px;
	}
	
#top a, #top a img {
	text-decoration: none;
	border: 0;
	}
	
/* Main content */

#main .news {
	padding-bottom: 30px;
	}

#main .newshead {
	padding-bottom: 10px;
	padding-top: 10px;
	}	

#main h2 {
	font-weight: normal;
	font-size: 180%;
	}

#main h3 {
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	font-size: 150%;
	}

#main h4 {
	padding-top: 0.3em;
	font-size: 130%;
	}
	
#main .about-news {
	color: gray;
	font-style: italic;
	font-size: 80%;
	}
#main .more {
	font-weight: bold;
	text-align: right;
	margin-top: -20px;
	}

#main .newsmeta {
	font-size: 80%;
	color: gray;
	font-style: italic;
	}
	
#main p {
	padding-bottom: 10px;
	}

#main ul {
	padding-left: 20px;
	margin-bottom: 0.5em;
	}

/* img */

#main img {
	border: 1px solid black;
	margin-bottom: 5px;
	margin-right: -10px;
	}

.wp-caption {
	border: 1px solid gray;
	padding: 10px 10px 0px 0px;
	text-align: center;
	font-style: italic;
	font-size: 90%;	
	background-color: #ffffff;
	margin-bottom: 0.5em;
	}
	
	
/* Sidebars */
.sidebar h2 {
	color: #fff;
	padding: 5px 10px 5px 0;
	font-size: 110%;
	}

.sidebar li {
	list-style-type: none;
	}

.sidebar-element {
	margin-bottom: 20px;
	}
	
/* Menu */
.pagenav h2 {
	padding-left: 10px;
	}

.pagenav ul {
	border-top: 1px dotted #fff;
	margin-top: 10px;
	font-size: 120%;
	margin-bottom: 20px;
	}

.pagenav a {
	display: block;
	padding: 3px;
	padding-left: 10px;
	border-bottom: 1px dotted #fff;
	background: #324759;
	/*background: #63ac3b url(images/gronn-fade.gif) repeat-x bottom;*/
	color: #fff;
	text-decoration: none;	
	}
	
.pagenav a:hover {
	background: #50718d;
	}

/* Posts */
.post {
	border-bottom: 1px dotted gray;
	}
	
/* Pages */
.page h2 a {
	color: #000;
	text-decoration: none;
	}

/* Widgets */
.widget, .widget a {
	margin-top: 10px;
	margin-left: 10px;
	color: #ffffff;
	font-size: small;
	text-decoration: none;
	}

.widget a:hover{
	color: #000000;
	}

.widget li{
	margin-left: 10px;
	list-style-type: circle;
	}

.widget_rss img{
	display: none;
	}

.ngg-widget img {
	display: block;
	}
/* Comments */
.comment p{
	padding-top: 0.5em;
	}

.comment img {
	float: left;
	margin-left: -40px;
	}

.commentlist {
	padding-top: 1em;
	}	

.commentlist li {
	margin: 10px;
	padding: 1em 0 0.5em 50px;
	list-style-type: none;
	border: 1px dotted gray;
	}

.comment-meta a {
	font-size: small;
	}

#comment {
	width: 575px;
	}

#submit {
	float: right;
	}


