/*
Theme Name: mimso
Theme URI: http://nontemplates.com
Description: Clean all business look with a bit of sheen
*/


* {
	margin:0px;
	padding:0px;
	}

body {
     background-image: url(images/pagebg.gif);
     color: #545454;
	padding-top:4px;

	}

body, select, input, textarea {
	font: .95em  Verdana, Sans-Serif;
	}

p {
	margin: 15px 0;
	}

a:link, a:visited {
    color: #808000;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#f5fef0;
	padding:3px 6px;
	}



/* Site Structure */

#wrapper {
width: 990px;
height:1200px;
float:left;
background-color: #FFFFFF;
}

#header {
  height: 187px;
  width: 990px;

}
#logo {
 height: 187px;
 width: 331px;
 float:left;
 background-image: url(images/logobg2.gif);
 background-repeat: no-repeat;
 margin-top: -4px;

}

#headerright {
  float:left;
  height: 187px;
  width: 643px;
  background-image: url(images/headerbg.gif);
  background-repeat: no-repeat;
   margin-top: -4px;

}

#header h3 {
  margin-left: 22px;

  color: white;
  font-size: 11px;

}

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 980px;
    height:85px;
	float: left;
    clear: left;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;

}

ul#Nav li {
	float: left;
    margin-left: 5px;
    padding-top: 10px;

}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
    margin-left: 3px;
	padding: 0 1.45em;
    padding-top: 24px;
	line-height: 25px;
	text-decoration: none;
	color: White;
}

ul#Nav a:hover {
	text-decoration: none;
}

ul#Nav li.current_page_item a {
	text-decoration: none;
}
   #searchform {
	display: inline;
	float: right;
	margin: 0 20px 0;
	padding: 28px 0 0;
	text-align: left;


    }

.title {
  margin-left: 22px;
  color: white;
  font-size: 24px;
  padding-top: 30px;

}



#content {
  float:left;
  Width: 540px;
  padding-top: 32px;
  padding-left: 8px;
}

#content h2 a:link, a:visited {
  color: #4396cf;
}


.post {
    padding: 0px 0px 10px 65px;
	clear: both;
	overflow: hidden;

}


.postdata {
	font-size: 90%;
	color: #999999;
    }

#sidebar {
  float:left;
  width:330px;
  padding-top: 32px;
  margin-left: 45px;

}

#sideabout {
	margin: 0 20px 10px 0;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 10px;
	line-height: 1.4em;
    }

#sidebar ul li {
		list-style: none;
		border-bottom: 1px dotted #cdcdcd;
		line-height: 1.3em;
		padding: 5px 0 5px 0;
        font-size: 95%;
        }
#sidebar1 {
  width:150px;
  float:left;
  padding-left:0px;
  margin-right: 18px;
}

#sidebar2 {
  width:150px;
  float:left;
  padding-left:0px;
  Margin-left:0px;
}

#sidebar h3 {

  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Arial;
  color: #FF0099;

}


#footer{
  width: 980px;
  float:left;
  clear: both;
  margin-left:70px;


}




