/*  
Theme Name: SimpleWP
Theme URI: http://www.simplewpguide.com/theme
Description: A very simple word press theme. Inspired by the Wordpress administration panel.
Author: Steve Hatcher - Axemedia
Author URI: http://www.axemedia.com/
*/

* { margin:0; padding:0; }

body {font-family: Verdana,Arial,Helvetica,sans-serif; line-height: 130%; font-size: 0.96em;background-color:#F9FCFE; color:#222; }

a {color:#2182AD;} 

a:hover {color:#d64d21;}

/*---------- Header ----------- */

#header { margin:0; padding:0; background-color:#e7f3ff; border-top: 15px solid #424542;}

#logo {width:840px; margin:0 auto; font-family: Georgia,"Times New Roman",Times,serif; padding:25px 0 10px 10px; }
#logo a {font-size:2.5em; text-decoration:none; color:#525552; }
#logo p {color: #525552;}
#logo span {color: #2583ad;}

#navbar {background-color:#e7f3ff;margin:0 0 15px 0;padding: .2em .2em 0 2em;border-bottom: 1px solid #c6d9e9;}
#tabs {width:840px; margin:0 auto;}

#adminmenu {background: #83B4D8;border-top: 3px solid #448abd;margin: 0;padding: .1em .2em .2em 2em;}

#adminmenu .current, #submenu .current {font-weight: bold;text-decoration: none;}

#tabs a {color: #2583ad;font-size: 16px;font-weight: bold;margin: 0 10px 0 0;padding: 5px;border-bottom: none;text-decoration:none;}

#tabs a:hover, #tabs a.current {background: #fff;color: #d54e21;}

#tabs li, #subtabs li {display: inline;line-height: 180%;list-style: none;text-align: center;white-space: nowrap;}

#tabs a.current {background: #0d324f;border-right: 2px solid #4f96c8;border-top: 1px solid #96c0de;color: #fff;padding-bottom: 8px;}

#subtabs, #minisub {background: #0d324f;border-bottom: none;margin: 0;padding: 3px 2em 0 3em;}

#minisub {height: 6px;}

#subtabs .current {background: #f9fcfe;border-top: 1px solid #045290;border-right: 2px solid #045290;color: #000;}

#subtabs a {border: none;color: #fff;font-size: 12px;padding: .3em .4em .4em;}

#subtabs a:hover {background: #ddeaf4;color: #393939;}

#subtabs li {line-height: 180%;height: 25px;}

/*---------- Body of Posts & Pages ----------- */
	
#container {width:840px; margin:0 auto; padding:2px;background-color:#fff;border:1px solid #cccccc; border-collapse: collapse;}
#container .clearme {clear: both; line-height: 0; height: 0;}

.entry {width:575px; padding:0 10px 0 10px; margin:10px 2px 30px 2px; float:left;}
.title {font-size: 0.78em;color:#666;font-weight:bold;}

.entry p { margin: 10px 0 10px 0; line-height: 1.5em; }
.entry h1 { font-size: 18pt; margin: 0 0 25px 0; font-weight: normal; line-height: 120%; color:#333;
			background-color: #f4f4f4; border: 1px solid #dadada;padding:3px; }
.entry h2 { font-size: 16pt; margin: 30px 0 15px 0; font-weight: normal;  }
.entry h3 { font-size: 14pt; margin: 25px 0 10px 0; font-weight: normal;  }
.entry h4 { font-size: 12pt; margin: 25px 0 10px 0; font-weight: normal;  }

.entry ul {margin:10px 0 10px 30px; }
.entry li {list-style-type: square; list-style-position: outside; margin:10px 0 10px 0; }
	
.entry img {float:right;  padding:10px; border:1px solid #c6d9e9; margin:10px 0px 10px 10px; background-color:#e5e5e5; }
.entry img.nowrap {float:none;  padding:10px; margin:10px 0 10px 20px; }	
.entry img.lft {float:left;  padding:10px; margin:5px 30px 5px 0; }
.entry img.rgt {float:right;  padding:10px; margin:5px 0px 5px 20px; }

.entry img.left {float:left;  padding:10px; margin:10px 10px 10px 0; }
.entry img.right {float:right;  padding:10px; margin:10px 0 10px 10px; }

.entry img.icon {float:left;  padding:0px; margin:0 20px 1px 0; }
	
#headingsample {font-size:0.75em;  line-height:80%; color:#006600; margin:15px 0 25px 35px; }
#headingsample h1 {font-size:13pt;  margin: 10px 0 12px 0; font-weight:normal; color:#993333; }
#headingsample h2 {font-size:11pt;  margin: 15px 0 5px 0; font-weight:bold; color:#333399; }
#headingsample h3 {font-size:10pt;  margin: 15px 0 5px 0; font-weight:bold; color:#339933; }
#headingsample h4 {font-size:8pt;  margin: 10px 0 5px 0; font-weight:bold; color:#999933; }

/*---------- Sidebar -----------*/

.sidebar {width:210px; padding:20px 10px 10px 5px; margin:10px 2px 30px 2px; float:right; }
.sidebar img {margin:10px 5px 10px 5px;}

.menu {font-size:9pt; line-height:120%; padding:10px 0 10px 10px; margin:0;background-color: #f4f4f4; border: 1px solid #ccc; }

.menu ul {margin:0; }
.menu li.partent {list-style-type: none; padding:0 0 15px 0; }
.menu li.child {list-style-type:circle; list-style-position: outside; margin:3px 0 3px 20px; }

.menu a {text-decoration:none;font-weight:bold; }
.menu a:hover {text-decoration:underline; }

.bmenu {font-size:9pt; line-height:120%; padding:10px 0 10px 10px; margin:0;background-color: #f4f4f4; border: 1px solid #ccc; }
.bmenu h4 {font-size:14pt;  margin: 15px 0 5px 0; font-weight:normal; }
.bmenu h2 {font-size:12pt;  margin: 15px 0 5px 0; font-weight:normal; }
.bmenu ul {margin:0; }
.bmenu li {list-style-type: none; margin:3px 0 3px 10px; }

/*---------- Footer -----------*/
#footer {clear:both;margin:20px 0 0 0;padding-top:10px;background-color:#424542;height:30px;}
#credits {font-size:0.7em;width:840px;margin:0 auto;text-align:center;color:#999999;}
#credits a {color:#fff;}

/*---------- Comments -----------*/
.commentWrap { font-size:0.8em;line-height:90%;}
.commentWrap h3 { line-height:110%;}

.commentWrap .alt {background-color: #f4f4f4;padding-left: 3px;padding-right: 3px;border: 1px solid #b2b2b2;}

.commentWrap .reg {padding-left: 3px;padding-right: 3px;}

.replyForm {margin-top: 10px;padding-top: 10px;margin-left: 25px;}

/*---------- Misc. WP Styles -----------*/

.navigation { font-size: 80%; }
.alignleft { float: left; }
.alignright { float: right; }
.entry blockquote {margin-left:15px;padding-left:5px;border-left:3px solid #c6d9e9;}
.postmetadata {font-size: 0.70em;}