﻿/*   
Theme Name: BOWAR theme
Theme URI: http://www.magnusbonnevier.se/
Description: New Experimental Theme for my blog.
Author: Magnus Bonnevier
Author URI: http://www.magnusbonnevier.se
Version: 1.5
.
Dont touch :)
.
*/

/* ----- Correct encoding - IMPORTENT! --------------------------------------------------- */
@charset "utf-8";
/* ----- Correct encoding - IMPORTENT! --------------------------------------------------- */

/* ----- CSS Resets ------------------------------------------------------------------------ */
* {
	padding: 0px;
	margin: 0px;
}

/* ----- Body CSS -------------------------------------------------------------------------- */
body {
	
	background-image: 	url(images/stripe_background.jpg);
	background-repeat: 	repeat;
	background-color: 	#887a6c;
	
}
/* ----- Body CSS -------------------------------------------------------------------------- */

/* ----- header CSS ------------------------------------------------------------------------ */

#my-theme-header {
	width: 			1000px;
	height: 		150px;
	padding: 		0px;
	position:		relative;
	margin-left: 	auto;
	margin-right: 	auto;
	margin-top: 	15px;
	margin-bottom: 	15px;
}
/* ----- header CSS ------------------------------------------------------------------------ */

/* ----- Boxmodel CSS ---------------------------------------------------------------------- */

.holdContainer {
	width: 			1000px;
	padding: 		0px;
	position:		relative;
	margin-left:	auto;
	margin-right:	auto;
}

.leftContainer {
	width: 				200px;
	padding: 			0px;
	position:			relative;
	float:				left;
	background-color: 	#FFF;
}
.leftPadding {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.rightPadding {
	padding: 15px;	
}
.rightContainer {
	width: 				750px;
	padding: 			0px;
	position:			relative;
	float:				right;
	background-color: 	#FFF;
}

/* ----- Boxmodel CSS ---------------------------------------------------------------------- */

/* ----- Post & Page CSS ------------------------------------------------------------------- */

.topPostBar {
	padding-left:		10px;
	padding-right:		0px;
	padding-top:		5px;
	padding-bottom:		8px;
	width: 				710px;
	margin-top: 		0px;
	margin-bottom: 		0px;
	border-top: 		1px #CCC dashed;
	border-bottom: 		1px #CCC dashed;
	background-color: 	#FFF;
}
.bottomPostBar {
	padding-left:		10px;
	padding-right:		0px;
	padding-top:		5px;
	padding-bottom:		5px;
	width: 				710px;
	margin-top: 		0px;
	margin-bottom: 		35px;
	border-top: 		1px #CCC dashed;
	border-bottom: 		1px #CCC dashed;
	background-color:	#FFF;
	position:			relative;
	clear:				both;
}

.postText {
	padding:			15px;
	width:				690px;
	font-family:		Verdana, serif;
	font-size:			14px;
	font-style:			normal;
	font-weight:		normal;
	text-transform:		none;
	letter-spacing:		normal;
	line-height:		1.6em;
	color:				#585858;
	text-align:			justify;
	background-color:	#FFF;

}

div.rightPadding > div.postText > p {
	display:		block;
	margin-bottom:	15px;
}

.left {
	float:left;
}
.right {
	float:right;
}
.floatClear {
	clear:both;
}

.commentName {
	font-family:	Georgia, serif;
	font-size: 		16px;
	font-style: 	italic;
	font-weight: 	normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 	1.5em;
	color:			#999;
}
.alignleft {
	float:			left;
	margin-right:	15px;
	margin-bottom:	15px;
}

/* ----- Post & Page CSS ------------------------------------------------------------------- */

/* ----- headline CSS ---------------------------------------------------------------------- */

h1 {
	/* Font stuff */
	font-family: 	Arial, Verdana, Georgia, serif;
	font-size:		32px;
	font-style:		normal;
	font-weight:	normal;
	text-transform: normal;
	letter-spacing: normal;
	color:			#887a6c;
	margin-bottom:	10px;
}

h2 {
	font-family:	Georgia, Sans-serif;
	font-size:		14px;
	font-style:		normal;
	font-weight:	bold;
	text-transform: normal;
	letter-spacing: normal;
	color:			#999;

}
h3 {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-style:		normal;
	font-weight:	bold;
	font-variant:	normal;
	color:			#B6A077;
}
/* ----- headline CSS ---------------------------------------------------------------------- */

/* ----- Table CSS ------------------------------------------------------------------------- */
.tableStyle {
	width: 690px;
}
.cellPadding {
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		10px;
	padding-right:		5px;
	border-bottom: 		#CCC 1px dashed;

}
.leftJustify {
	text-align:left;
}
.rightJustify {
	text-align:center;
}

.cellHeader {
	font-family:		Georgia, serif;
	font-size: 			14px;
	font-style: 		italic;
	font-weight: 		bold;
	text-transform: 	normal;
	letter-spacing: 	normal;
	line-height: 		1.4em;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		10px;
	padding-right:		5px;
	color:				#887a6c;
	background-color:	#FFF;
	border-bottom: 		#CCC 1px dashed;
}
.cellStyle {
	padding: 		7px;
	border-bottom:	1px dashed #CCC;
}

/* ----- Table CSS ------------------------------------------------------------------------- */

/* ----- Menu CSS -------------------------------------------------------------------------- */	
.menyStyle a {
	
	font-family:		Georgia, serif;
	font-size: 			14px;
	font-style: 		normal;
	font-weight: 		bold;
	text-transform: 	normal;
	letter-spacing: 	normal;
	line-height: 		14px;
	text-decoration: 	none;
	padding-top:		10px;
	padding-bottom:		10px;
	padding-left:		10px;
	padding-right:		10px;
	display:			block;
	border-bottom:		#000 1px dashed;
	background-color: 	#ded8d2;
}
.menyStyle a:link {
	
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.menyStyle a:visited {
	
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.menyStyle a:hover {
	
	font-family:		Georgia, serif;
	color:				#FFF;
	background-color: 	#887a6c;
	border-bottom: 		#FFF 1px dashed;
}
.menyStyle a:active {
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}


.menyStyle, .leftPadding > li {
	list-style:none;
}

.menyHeader {
	font-family:		Georgia, serif;
	font-size: 			14px;
	font-style: 		italic;
	font-weight: 		bold;
	text-transform: 	normal;
	letter-spacing: 	normal;
	line-height: 		1.4em;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		10px;
	padding-right:		5px;
	display:			block;
	color:				#887a6c; 
	background-color:	#FFF;
	border-bottom: 		#CCC 1px dashed;
}
/* ----- Menu CSS -------------------------------------------------------------------------- */

/* ----- Blogg post URL CSS ---------------------------------------------------------------- */

.rightContainer a {
	
	font-family:		Georgia, sans-serif;
	font-size: 			13px;
	font-style: 		normal;
	font-weight: 		normal;
	text-transform: 	normal;
	letter-spacing: 	normal;
	line-height: 		1.4em;
	text-decoration: 	none;
	padding-top:		3px;
	padding-bottom:		3px;
	padding-left:		10px;
	padding-right:		10px;
	display:			inline-block;
	background-color: 	#ded8d2;
}
.rightContainer a:link {
	
	font-family:		Georgia, sans-serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.rightContainer a:visited {
	
	font-family:		Georgia, sans-serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.rightContainer a:hover {
	
	font-family:		Georgia, sans-serif;
	color:				#FFF;
	background-color: 	#887a6c;
}
.rightContainer a:active {
	font-family:		Georgia, sans-serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}

/* ----- Blogg post URL CSS ---------------------------------------------------------------- */
/* ----- footer CSSS ----------------------------------------------------------------------- */

#my-theme-footer {
	width: 				980px;
	padding: 			10px;
	position:			relative;
	margin-left: 		auto;
	margin-right: 		auto;
	margin-top: 		15px;
	margin-bottom: 		15px;
	background-color:	#FFF; /* #ded8d2 */
}

/* ----- footer CSSS ----------------------------------------------------------------------- */
/* ----- footer URL CSS -------------------------------------------------------------------- */	
.footerStyle a {
	
	font-family:		Georgia, serif;
	font-size: 			14px;
	font-style: 		normal;
	font-weight: 		bold;
	text-transform: 	normal;
	letter-spacing: 	normal;
	line-height: 		1.4em;
	text-decoration: 	none;
	padding-top:		10px;
	padding-bottom:		10px;
	padding-left:		10px;
	padding-right:		10px;
	display:			inline-block;
	border-bottom:		#000 1px dashed;
	background-color: 	#ded8d2;
}
.footerStyle a:link {
	
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.footerStyle a:visited {
	
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.footerStyle a:hover {
	
	font-family:		Georgia, serif;
	color:				#FFF;
	background-color: 	#887a6c;
	border-bottom: 		#FFF 1px dashed;
}
.footerStyle a:active {
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}

/* ----- footer URL CSS -------------------------------------------------------------------- */	
/* ----- Debug CSS ------------------------------------------------------------------------- */
.debugBox {
	
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
	padding-top:	0px;
	padding-bottom: 0px;
	padding-left:	0px;
	padding-right:	0px;
	
	width:			100%;
	height:			100px;
	background-color:	#9F3;
	
	padding: 		#333 0px solid;
	position:		relative;
	
}


/* ----- Debug CSS ------------------------------------------------------------------------- */
