﻿/*
Theme Name: Boggas.se V2
Theme URI: http://www.boggas.se/
Description: Boggas.se custom theme.
Version: v2.0
*/


/* ÅTERSTÄLL ALLA ELEMENT TILL 0
--------------------------------------------------------------------- */
* {margin: 0; padding: 0;}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #f8f8f8;
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0 0 0 0;
	background-image: url(images/background.gif);
}


/* LAYOUT
--------------------------------------------------------------------- */
#wrapper {
	width: 874px;
	margin: 0 auto;
	background-color: #ffffff;
}

#content {
	float: left;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 30px 20px 30px 20px;
	min-height: 0px;
	width: 614px;
}

#sidebar {
	font-size: 10px;
	float: left;
	width: 220px;
	background-color: #FFF;
}
	#sidebar .current_page_item {
		font-weight: bold;
	}
	#sidebar ul {
	font-weight: normal;
	list-style: none;
	line-height: 18px;
	}
		#sidebar ul.children {
			font-weight:normal;
			margin: 2px 0 10px 0;
			padding-left: 0px;
			list-style: none;
			list-style-position:inside;
		}
		#sidebar ul li {
	margin: 0 0 2px 10px;
		}
	#sidebar .sidebar-page-headline {
		margin-bottom: 10px;
	}
	
	#searchform {margin-bottom: 12px;}
	#sidebar #s {
	width: 90px;
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #999 #ddd #ddd #999;
	font: 13px Tahoma, Arial, sans-serif;
	font-weight: normal;
}

#footer {
	background-color:#272624;
	font-size: 9px;
	margin: 0 auto;
	padding: 30px 0 31px 0;
	text-align: center;
	background-image: url(images/footer_bg.gif);
	color: #939393;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	clear: both;
}


/* SIDHUVUD
--------------------------------------------------------------------- */
#header {
	width: 874px;
	height: 229px;
	padding: 0px;
	margin: 92px 0 0 0;
	background: #272624 url(images/header.jpg) 0px 0px no-repeat;
	position: relative;
}

	ul#navigation {
	font-size: 11px;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
	top: 205px;
	left: 114px;
	float: left;
	line-height: normal;
	list-style: none;
	text-transform: uppercase;

		
	}
		ul#navigation li {
			float: left;
		}
			ul#navigation li a {
	display: block;
	padding: 4px 0 4px 0;
	margin: 0 2px 0 0;
	color: #ffffff;
	text-decoration: none;
	width: 106px;
	background: transparent;
	text-align: center;
			}
			ul#navigation a {
	color: #fff;
			}
			ul#navigation li a:hover {
	color: #000;
	background: transparent;
			}
			ul#navigation li.current_page_item a, ul#navigation li.current_page_parent a {
				background: transparent;
				
			}
			



/* SEKTIONER
--------------------------------------------------------------------- */
.widget {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 30px 20px 0 20px;
}
	.widget ul {
		margin: 0 0 0 0;
	}
	
	#about-widget {}
		#about-widget h3 {
	font-weight:bold;
	text-transform: uppercase;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
		}
		#about-widget p {
	color: #000000;
	text-align: justify;
	font-family: "Verdana";
	font-size: 10px;
	margin: 10px 0 0 0;
	line-height: 18px;
	padding: 0;
		}
		#about-widget a {
	color: #a9a9a9;
		}
		

/* PARAGRAFER OCH RUBRIKER
--------------------------------------------------------------------- */

	h1 {
	padding: 4px 0 4px 0;
	margin: 0 0 20px 0;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #959393 1px dotted;
	text-transform: uppercase;
	border-top: #959393 1px dotted;
	}
	h2 {
	padding: 4px 0 4px 0;
	margin: 0 0 20px 0;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #959393 1px dotted;
	text-transform: uppercase;
	border-top: #959393 1px dotted;
	color: #000000;
	}
		#sidebar h2, #wp-calendar caption {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: #959393 1px dotted;
	padding: 4px 0 4px 0;
	margin: 0 0 8px 0;
	border-top: #959393 1px dotted;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
		}
	h3 {
	margin: 0;
	font-weight: bolder;
	color: #7cb030;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
		h4 {
		margin: 0 0 10px 0;
		font: 12px "Arial";
		font-weight: bold;
		color: #000000;
	}

p {
	margin: 0 0 10px 0;
	line-height: 18px;

}

ul, ol {
	margin: 0 0 15px 0;
	font-size: 10px;
	line-height: 1.6;

}


td { font-size: 10px; }


img {
	border: 0;
}


/* LÄNKAR
--------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #a9a9a9;
}	
a:visited {text-decoration: none; color: #a9a9a9;}
a:active {text-decoration: none; color: #a9a9a9;}

	#content h1 a, #content h2 a {text-decoration: none; color:#000000;} 
	#sidebar a:hover {text-decoration: none; color: #000000;}
	#content a:hover {text-decoration: none; color: #000000;}
	#content h1 a:hover, #content h2 a:hover {
	text-decoration: none;
	color:#000000;
}


/* CONTENT, INLÄGG...
--------------------------------------------------------------------- */
.entry {
	padding: 0 0 0 0;
}
	.entry p {
		padding: 0 0 0 0;

	}

	.entry blockquote p {color:#666666; font-style:italic; background:#f9f9f9; border:1px solid #eee; padding:8px;}
	
	.entry ul li, .entry ol li {margin-left: 0px;}
	.entry ul li {list-style-type: none;}
	.entry ul li, .entry ol li {list-style-position: inside;}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	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: 4px 5px;
		margin: 0;
	}


/* BILDER I INLÄGG
--------------------------------------------------------------------- */
p.attachment {
	text-align: center;
}
img.size-thumbnail{
	margin-top: 5px;
}
img.size-thumbnail, img.attachment-thumbnail, img.attachment-medium{
	border: #000 1px solid !important;
	padding: 4px;
}
dd.gallery-caption {
	text-align: center !important;
	color: #777;
}


/* METAINFORMATION
--------------------------------------------------------------------- */
.meta {
	padding: 10px;
	margin: 20px 0 30px 0;
	text-align: center;
	font-size: 10px;
}
	.newscomments {
	padding: 2px 0px 2px 20px;
	background: url("images/icons/comments.png") no-repeat left center;
	font-size: 12px;
}
	.newscat {padding: 2px 0px 2px 20px; background: transparent url("images/icons/note.png") no-repeat left center; margin: 0 0 0 15px;}
	.newsdate {
	padding: 0 0 0 20px;
	background: transparent url("images/icons/time.png") no-repeat left center;
	margin: 0 0 0 15px;
}

.entry-navigation {height: 15px; color: #393939; padding: 0 14px;}

.alignright {float: right; margin: 0 0 0 8px;}
.alignleft {float: left; margin: 0 8px 0 0;}
.aligncenter {display: block; margin: 0 auto 15px auto;}
	
#wp-calendar {width: 100%;}
	#wp-calendar tbody td { padding: 2px 0; text-align: center; color: #000000;}
		#wp-calendar thead tr th {text-align: center;}
		#wp-calendar #next a {text-align: right;}
		#wp-calendar #prev a {text-align: left;}
		#wp-calendar td#next, #wp-calendar td#prev {padding: 5px 0 0 0;}
	

/* KOMMENTARER
--------------------------------------------------------------------- */
#comments {list-style: none; padding: 0 14px; margin: 0 !important;}
	#comments .com {width: 100%; margin: 0 0 10px 0; padding: 5px 0 0 0; clear: both; border-bottom: #ddd 1px dotted; min-height: 55px;}
	#comments .avatar {border: #ddd 1px solid; padding: 3px; width: 34px; height: 34px; background: #fff; float: left;}
	#comments .commentmetadata {line-height: 1.2; padding: 0 0 5px 20px; display: block; margin: 0 0 0 60px; background: transparent url("images/icons/comments.png") no-repeat;}
	#comments .commentmetadata .edit a {float: right; text-indent: -36px; padding: 3px 0 0 0; background: url(images/icons/comment_edit.png) 0 0 no-repeat; height: 15px; width: 15px; font-size: 10px;}
	#comments p {margin: 0 0 13px 60px;}
	#comments p.awaiting-mod {color: #8E8E8E; font-style: italic;}
	#commentform textarea {width: 580px; height: 140px; padding: 5px; border-style: solid; border-width: 1px 1px 1px 1px; border-color: #999 #ddd #ddd #999; font: 13px Tahoma, Arial, sans-serif; font-weight: bold;}
	#commentform p input {padding: 5px; border-style: solid; border-width: 1px 1px 1px 1px; border-color: #999 #ddd #ddd #999; font: 13px; font-weight: bold;}
	#commentform label {width: 80px; display: block; float: left; font-weight: bold; padding: 5px 0 0 0;}
	
	
/* TABELLER
--------------------------------------------------------------------- */
#cntent td {padding: 4px 0;}
.entry td {padding: 4px;}
.entry table {margin-bottom: 10px;}
thead th {text-align: left; border-bottom: #ccc 1px solid;}
tbody td.odd {background: #f3f3f3;}
tfoot td {text-align: left; border-top: #ccc 1px solid;}
#result-table {border: #eee 1px solid; padding: 5px; }
#result-foot {text-align: center; padding: 15px 0;}
#result-foot strong {display: block; color: #F50F00;}
#result-header {text-align: center;}
#sidebar thead th {border: 0;}
#sidebar tfoot td {border: 0;}


/* ÖVRIGT
--------------------------------------------------------------------- */
.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
	border-bottom: #ddd 1px dotted;
	margin: 30px 0;
}
hr.spacer {
	color: #FFFFFF;
	height: 10px;
	border: 0;
}
z
