/*   
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.0
.
Donīt touch :)
.
*/

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

/*	reset some basic browser styles ------------------------------------------------------ */
*{
	padding: 0px;
	margin: 0px;
}
/*	Body Styles -------------------------------------------------------------------------- */

/*	Body Styles -------------------------------------------------------------------------- */

body {
	background-image: url(images/stripe_background.jpg);
	background-repeat: repeat;
	background-color: #887a6c;
	margin: 0px;
	padding: 0px;
}

/*	Body Styles -------------------------------------------------------------------------- */

/* header element ------------------------------------------------------------------------- */

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

/* footer element ------------------------------------------------------------------------- */

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

/* footer element ------------------------------------------------------------------------- */

/* Body frame ----------------------------------------------------------------------------- */

.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: 15px;	
}



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


/* Body frame ----------------------------------------------------------------------------- */

/*	Standard URLS ------------------------------------------------------------------------- */

a {
	/*font-family:		Helvetica, Arial, sans-serif;*/
	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: 3px;
	display:			inline-block;
	background-color: #ded8d2;
}
a:link {
	/*font-family:	Helvetica, Arial, sans-serif;*/
	font-family:	Georgia, sans-serif;
	color: 			#000000;
	background-color: #ded8d2;
}
a:visited, a:active {
	/*font-family: 	Helvetica, Arial, sans-serif;*/
	font-family:	Georgia, sans-serif;
	color: 			#000000;
	background-color: #ded8d2;
}
a:hover {
	/*font-family: 		Helvetica, Arial, sans-serif;*/
	font-family:	Georgia, sans-serif;
	color:				#FFF;
	background-color: 	#887a6c;
}

/*	Standard URLS ------------------------------------------------------------------------- */

/* Post & Page styles --------------------------------------------------------------------- */

.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; /* #8d8d8d */
	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;
}
.cellHeader {
	font-family:		Georgia, serif;
	font-size: 			14px;
	font-style: 		italic;
	font-weight: 		bold;
	text-transform: 	normal;
	letter-spacing: 	normal;
	line-height: 		1.4em;
	color:				#887a6c;
	border-bottom: 1px dashed #CCC;
	padding: 7px;
}
.cellStyle {
	padding: 7px;
	border-bottom: 1px dashed #CCC;
}

.alignleft {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* Post & Page styles --------------------------------------------------------------------- */

/* 	headline styles ------------------------------------------------------------------------------------------------- */

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 styles ------------------------------------------------------------------------------------------------- */

/* Menu Styles ------------------------------------------------------------------------------------------------------ */

.menyStyle > .leftPadding > li {
	list-style:none;
}
.menyLinks > .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; /* #CCC */
	background-color:	#FFF;
	border-bottom: 		#CCC 1px dashed;
}


.menyStyle a {
	/*font-family:		Helvetica, Arial, sans-serif;*/
	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:		5px;
	padding-bottom:		5px;
	padding-left:		10px;
	padding-right:		5px;
	display:			block;
	border-bottom:		#000 1px dashed;
	background-color: 	#ded8d2;
}
.menyStyle a:link {
	/*font-family:	Helvetica, Arial, sans-serif;*/
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.menyStyle a:visited, a:active {
	/*font-family: 	Helvetica, Arial, sans-serif;*/
	font-family:		Georgia, serif;
	color: 				#000000;
	background-color: 	#ded8d2;
}
.menyStyle a:hover {
	/*font-family: 		Helvetica, Arial, sans-serif;*/
	font-family:		Georgia, serif;
	color:				#FFF;
	background-color: 	#887a6c;
	border-bottom: 		#FFF 1px dashed;
}

.menyLinks a {
	font-family:		Helvetica, Arial, sans-serif;
	/*font-family:		Georgia, serif;*/
	font-size: 			14px;
	font-style: 		normal;
	font-weight: 		normal;
	text-transform: 	normal;
	letter-spacing: 	normal;
	line-height: 		1.4em;
	text-decoration: 	none;
	padding-top:		0px;
	padding-bottom:		0px;
	padding-left:		0px;
	padding-right:		0px;
	display:			inline;
	border-bottom: #000 0px dashed;
	background-color: #FFFFFF;
}
.menyLinks a:link {
	font-family:	Helvetica, Arial, sans-serif;
	/*font-family:		Georgia, serif;*/
	color: 				#887a6c;
	background-color: 	#FFFFFF;
}
.menyLinks a:visited, a:active {
	font-family: 	Helvetica, Arial, sans-serif;
	/*font-family:		Georgia, serif;*/
	color: 				#887a6c;
	background-color:	#FFFFFF;
}
.menyLinks a:hover {
	font-family: 		Helvetica, Arial, sans-serif;
	/*font-family:		Georgia, serif;*/
	color:				#000000;
	background-color: 	#FFFFFF;
	border-bottom: 		#FFFFFF 0px dashed;
}
/* Menu Styles ------------------------------------------------------------------------------------------------------ */	
