/*  
Theme Name: WPSmart Clean Future
Theme URI: http://www.wpsmart.com/
Description: The Clean Future WPSmart theme.
Version: 1.0
Author: Gary Burton
Author URI: http://www.wpsmart.com/
*/
BODY {
  background: white;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

#container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

table {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.leftCol {
    background: #eeeeee;
    padding: 4px;
    border-width: 0px 1px 0px 3px;
    border-color: #005E94 #005E94 #005E94 white;
    border-style: dotted dotted dotted solid;
    height: 300px;
}

.rightCol {
    background: #eeeeee;
    padding: 4px;
    border-width: 0px 3px 0px 1px;
    border-color: #005E94 white #005E94 #005e94;
    border-style: dotted solid dotted dotted;
    height: 300px;
}

.content {
    background: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 9px;
    padding-left: 9px;
}

.content a {
    color: #000080;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#footer {
    background: #dedede;
    color: #000000;
    height: 30px;
    border-width: 1px 1px 4px 1px;
    border-color: #005e94;
    border-style: dotted dotted solid dotted;
    text-align: center;
}

#headerNavigation {
  background: #dedede;
  color: #000000;
  height: 20px;
  border-width: 20px 1px 1px 1px;
  border-color: #005e94;
  border-style: solid dotted dotted;
  padding-top: 4px;
}

.input {
    border: 1px solid silver;
    padding: 2px;
    margin-bottom: 3px;
    font-family: Courier, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

h1 {
    color: #005e94;
    font-size: 20px;
}

h2 {
    color: #005e94;
    font-size: 13px;
}

#imagery {
}

#readmore {
    margin-top: 3px;
    margin-left: 2px;
}

#readmore small {
    font-family: Arial, Verdana, sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}

#readmore small a {
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #000080;
    font-size: 12px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#listings {
    width: 336px;
    font-family: Arial, Verdana, sans-serif;
 	font-size: 12px;
    border: 1px solid black;
    padding: 5px;
    background: #eee;
}

#listings p {
    padding-left: 2px;
    color: black;
}
#listings a {
    color: #4a8494;
    font-weight: bold;
}

a img {
    border: 0;
}


.warning {
    border: 10px solid red;
    background: #ddd;
    padding: 5px;
}

.warning a {
    text-decoration: underline;
    color: blue;
}

#floatadsense {
    float: left;
    width: 250px;
    height: 250px;
    padding: 2px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#topadsense {
    padding: 0;
    padding-top: 10px;
    margin: 0;
}

#bottomadsense {
    padding: 0;
    margin: 0;
}

.subscribe {
    background: #f8f8f8 url('images/rss.gif') no-repeat left;
    height: 52px;
    padding-left: 57px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#adsense {
}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */
