/*
Theme Name: TMW Consulting
Theme URI: http://www.
Description: Custom theme for TMW Consulting by YNot Web
Version: 1.0
Author: YNot Web
Author URI: http://ynotweb.com/
*/

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

body {
     font-size: 10px;
     font-family: Arial, Helvetica, sans-serif;
     background: #cfe7cf;
     padding-top: 53px;
     }

#wrapper {
		 width: 930px;
     background: white;
     margin: 0px auto;
     }

img {
     border: none;
     }

/* HEADER */

#header {
     position: relative;
     font-style: italic;
     padding: 0px 0px 0px 0px;
     min-height: 142px;
     background: #00734a;
     text-align: right;
     }

#header h1 {
     padding-top: 60px;
     padding-right: 40px;
     font-size: 2.6em;
     color: white;
     font-weight: normal;
     }

#header h2 {
     color: #3d1783;
     font-weight: normal;
     font-style: italic;
     font-size: 2em;
     padding-bottom: 20px;
     }

#header div {
     color: #3d1783;
     font-size: 1.4em;
     padding-bottom: 20px;
     }

#header p {
     font-size: 1.6em;
     font-style: italic;
     color: #555555;
     }

/* SEARCH FORM */

#searchform {
	width: 930px;
	/* background: #514130;*/
     background: #cfe7cf;
	padding-bottom: 15px;
	text-align: right;
}

#searchform input {
	border: 1px solid #00734a;
	height: 21px;
}

.searchbutton {
	/* background-color: #ffc20f; */
background-color: #00734a;
	border: 0px;
	color: white;
	font-style: italic;
	height: 21px;
}

/* CONTENT */

#content {
     width: 456px;
     padding: 50px 20px;
     float: left;
     font-size: 1.4em;
     }

#content p {

     line-height: 1.4em;
     padding-bottom: 1.4em;
     }

.entry ul {
     font-size: 1em;
     font-family: Arial, Helvetica, sans-serif;
margin-left:28px;
list-style-type:square;
     padding-bottom: 1em;
}
.entry ul li{
     font-size: 1em;
     font-family: Arial, Helvetica, sans-serif;

}
#content h2 {
     font-size: 1.4em;
     padding-bottom: .4em;
     color: #00734a;
     font-weight: normal;
     }

#content h3 {
     font-size: 1.2em;
     color: #339933;
     font-weight: normal;
     }

/* SIDEBAR */

.sidebar {
     width: 176px;
     float: left;
     padding: 50px 20px 0px 20px;

     }

.sidebar ul {
     list-style-type: none;
     font-size: 1.6em;
     padding-bottom: 20px;
     }

.sidebar ul li {
     border-bottom: 1px dashed;
     font-weight: bold;
     }

.sidebar ul li a {
     color: #000000;
     text-decoration: none;
     }

.sidebar ul li a:hover {
     color: #000000;
     }
.sidebar ul li ul {
    border-bottom: 0;
     border-top: 1px dashed;
     font-size: 1em;
     padding: 0 20px 0px 0px;
}
.sidebar ul li ul li {
    border-bottom: 0;

}
.sidebar h2 {
     font-size: 1.4em;
     line-height: 1.4em;
     }

.sidebar div {
     font-size: 1.4em;
     line-height: 1.4em;
     padding-bottom: 20px;
     }
     
.sidebar table {
	width: 175;
	font-size:12px;
	border-color: black;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  border-collapse: collapse;
	margin-top: 20px;
	}

.sidebar table th {
	background-color: #ffc20f;
	font-weight: bold;
	padding: 4px;
	}

.sidebar table td {
	padding: 4px;
	}
	
/* FOOTER */

#footer {
     font-size: 1.2em;
     padding: 20px 0px;
     }     

#footer p#copy {
     float: left;
     padding-left: 50px;
     }

#footer p#by {
     float: right;
     padding-right: 50px;
     }

