/* 
Theme Name: Theme West
Theme URI: 
Description: A theme for Westvarberg.se
Author: Christopher Johansson
Author URI: http://cjwp.se
Version: 1.0
Tags: West, Warbergs Enade Studenter
Template: hybrid
*/


/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}

/*
* Get rid of deprecated and non-semantic elements
* These elements should not be used and replaced with proper alternatives
*/
b, i, hr, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
	}
font {
	color: #333;
	}
center {
	text-align: left;
	}

/* End deprecated elements */
/* Body */
/* Contains everything */
body {
	line-height: 21px;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	color: #333;
	background-color: #7e7d7e;
	background-image:url('images/bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

	/* Wrapper for everything inside of the body */
#body-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background: #c8c8c8;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
/* Links */
a {
	cursor: pointer;
	}
a img {
	border: none;
	}

a:link, a:visited {
		text-decoration: none;
		color:#666666;
	}
	
a:hover {
		color:#FFFFFF;
}
a:active {}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 18px 0;
	}
h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.55em;;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.25em;
	}
h6 {
	font-size: 1.1em;
	}




/* Text elements */
strong {
	font-weight: bold;
	}
strong strong {
	font-weight: normal;
	}
em, cite {
	font-style: italic;
	}
em em, cite cite {
	font-style: normal;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 120%;
	}
small, sup, sub {
	font-size: 80%;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}
address {
	font-style: italic;
	margin: 0 0 18px 0;
	}
li address, dd address {
	margin: 0;
	}

/* Paragraphs */
p {
	margin: 0 0 18px 0;
	}

/* Lists */
ol, ul {
	list-style: none;
	}
ul {
	list-style: disc;
	margin: 0 0 18px 2.5em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 18px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
dl {
	margin: 0 0 18px 3px;
	}
dl dt {
	font-weight: bold;
	margin: 12px 0 0 0;
	}
dl dd {
	margin: 6px 0 0 1.5em;
	}



/* Blockquotes */
blockquote {
	margin: 0 2.5em;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

/* Object */
object {
	margin-bottom: 18px;
	}
	
/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 18px;
	margin-bottom: 18px;
	padding: 9px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 18px;
	}
th, td {
	text-align: left;
	}

/* Forms */
input, textarea {
	font-size: 1em;
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	padding: 3px;
	}
:focus {
	outline: none;
	}
form label {
	cursor: pointer;
	}
option {
	padding: 1px 3px;
	}

/* Horizontal rule */
hr {
	margin-bottom: 18px;
	}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 18px auto;
	}
.alignnone, .block {
	clear: both;
	margin: 0 0 18px 0;
	}
.clear {
	clear: both;
	}
img.alignleft, img.alignright {
	display: inline;
	}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smiley */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* WP Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 18px !important;
	}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {
					background-image: url(images/header2.png);
					background-position: center top;
					background-repeat:no-repeat;
					height: 152px;
					width: auto;
					
	
	}

		/* Site title */
		#site-title {
				
				
			
			}
			
			#site-title a {
			margin-left: auto;
			margin-right: auto;
			padding-top: 40px;
			display: block;
			width: 166px;
			height: 92px;
			background-image: url(images/westlogo.png);
			background-repeat: no-repeat;
			background-position: center center;
			}
			#site-title a span, #site-description {
							display: none;
								}


#vbg-sparbank {
	background-repeat: no-repeat;
	display: block;
	padding-top: 0px;
	padding-right: 30%;
	padding-left: 70%;
	text-decoration: none;
	height: 38px;
	width: 188px;
}
					


								
/**
* Page navigation
************************************************/
/*
* Navigation
************************************************/
#navigation {
	width: 100%;
	height: 33px;
	margin: 0 auto;
	background: none;
	border-top: none;
	border-bottom: none;
	padding: 30px 0 30px 0;
	}
#page-nav {
	width: 960px;
	height: 33px;
	background: #960f0f;
	margin-left: auto;
	margin-right: auto;
	}
#page-nav ul {
	
	list-style: none;
	margin: 0;
	
	}
#page-nav li {
	float: left;
	
	}
#page-nav a {
	display: block;
	padding: 5px 10px 5px 10px;
	background: none;
	color:#000000;
	}
#page-nav li.current_page_item a {
	color: #ffffff;
	}
#page-nav li.current_page_item li a {
	color: #4b6e85;
	}
#page-nav a:hover {
	color:#ffffff;}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	padding-bottom:0px;
	padding-left: 10px;
	padding-right:10px;
	padding-top: 20px;
	}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {	}

.content {
	overflow: hidden;
	float: left;
	width: 620px;
	border-bottom: none;

	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
		
		
		}

			/* Post, page, and archive titles */
			.entry-title {
			
			
			}
			.single-title {}
			.page-title {
			
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {
			border-bottom: 3px solid #535353;
			
			}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}
	
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
#primary {
	position: relative;
	float: right;
	width: 300px;
	border-left: none;
	border-right: none;
	}
		#primary .widget {
		
			
		}
			#primary .widget-inside {
				
			}
				#primary .widget-title {
				
				}
				#primary .widget ul {
		
				}
					#primary .widget ul li {
					
					}

	/* Secondary widget section */
#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	border-left: none;
	border-right: none;
	
	}
		#secondary .widget {border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #5d5d5d;
	border-right-color: #5d5d5d;
	border-bottom-color: #5d5d5d;
	border-left-color: #5d5d5d;}
			#secondary .widget-inside {
			
	}
				#secondary .widget-title {}
				#secondary .widget ul {
				border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #5d5d5d;
	border-right-color: #5d5d5d;
	border-bottom-color: #5d5d5d;
	border-left-color: #5d5d5d;}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}

			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
#footer-container {
	clear: both;
	overflow: hidden;
	}
#footer a{
color: #FFFFFF;
}

#footer {
	clear: both;
	overflow: hidden;
	background-color: #535353;
	}

		/* Footer extra */
		#footer .copyright {
		text-align: center;
		color: #FFFFFF;
		}
		#footer .credit {
		text-align: center;
		color: #FFFFFF;}
