/*
Theme Name: Wooden Mannequin
Theme URI: http://lorem-ipsum-dolor-sit-amet.com/wooden-mannequin/
Description: Search engine optimized theme. Search engine optimization that really works! 1st. position in search engines. Just remember to fill out meta-tags in header.php. WordPress theme designed by <a href="http://lorem-ipsum-dolor-sit-amet.com" target="_blank">Lorem Ipsum</a>.
Version: 1.1
Author: Lorem Ipsum
Author URI: http://lorem-ipsum-dolor-sit-amet.com
Tags: 2 columns, 3 columns, white, widgets, fixed width, wooden mannequin, solbergs, blue, gravatars, business, 1st position in search engines, fixed width, two columns, three columns, clean, lorem ipsum, search engine optimized,
*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Body */
body {
	margin: 5px;
	background-color: #2C4657;
}

.Logo-bg {
	background-image: url(img/Logo-bg.png);
	background-repeat:repeat-x;
	height:163px;
}

#pagesurround {
	width: 980px;
	margin: 0px auto;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#innersurround {
	margin: 0px auto;
	margin:6px;
	border: 1px solid #257D65;
	background-image: url(img/innerBg.png);
	background-repeat:repeat-x;
	background-position:bottom;	
	background-color: #FFFFFF;
}

.topmenu {
	color: #ffffff;
	background-image: url(img/topmenu.png);
	background-repeat:repeat-x;
	height:24px;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
}

a.topmenulink, a.topmenulink:visited, a.topmenulink:active {
	color: #ffffff;
	text-decoration: none;
}

a.topmenulink:hover {
	color: #969696;
	text-decoration: none;
}

/* Sidebars */
#leftside { 
	float:left;
	margin:0 0 5px;
	padding:0;
	width:210px;
}

#leftside h2 {
	padding-top:5px;
	color: #375F7B;
	font-weight:bold;
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 13px;
	border-bottom: 1px black dotted;
}

#leftside a:link, a:visited, a:active {
	text-decoration: none;
	color: #002a5c;
}

#leftside a:hover {
	text-decoration: underline;
}


#leftside ul {
	margin: 0px;
	padding-left: 12px;
	padding-right: 25px;
}

#leftside li {
	list-style-type: none;
}


/* Content */
#content {
	line-height:1.6em;
	margin-top:0;
	margin-bottom:0;
	margin-left:215px;
	margin-right:5px;
	padding:0;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002a5c;
}

#content a:link, a:visited, a:active {
	text-decoration: none;
	color: #002a5c;
}

#content a:hover {
	text-decoration: underline;
}

