@charset utf-8;
/*
Theme Name: Whiteboard
Theme URI: http://whiteboardframework.com/
Author: Bold Perspective
Author URI: http://boldperspective.com/
Description: The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP by including what is common to all Wordpress powered Web sites with nothing extra.
Version: 3.0.4

Whiteboard Framework
http://whiteboard Framework.com
*/

/*
The Whiteboard Framework is licensed under the GPL license. Feel free to use the Whiteboard Framework for commercial and non-commercial ventures. We require a link in the CSS file and request a link on the website
*/

/**
 * Modified version of:
 * 	SenCSS - Sensible Standards CSS framework
 * 	Copyright (c) 2008-2009 Kilian Valkhof (kilianvalkhof.com)
 * 	sencss.kilianvalkhof.com
 * 	Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.php
 */
p, div, a, img, ul, ol, li, form, table, input, body, html  { margin: 0px; padding: 0px; border-style: none; border-width: 0px; } 
p, h1, h2, h3, h4, h5, ul, ol { margin: 0px; padding: 0px; padding-bottom: 10px;  } 

h1, h2, h3 { font-weight: normal; font-size: 19px; letter-spacing: -1px; } 

a { color: #069; } 

.hidden { display: none !important; }

.alignleft { float: left; margin-right: 10px; }  
.alignright { float: right; margin-left: 10px; } 
/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

.req { display: block; position: absolute; top: -7000px; }

body{
	background: #05297a;
	color: #000;
	font: 75%/1.5em Arial, Helvetica Neue, Helvetica, Trebuchet MS, Arial, Verdana, Tahoma, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;
}

#headerwrap { width: 100%; height: 190px; background: url('images/headerbg.jpg'); } 
#header { width: 980px; height: 190px; background: url('images/header3.jpg') no-repeat; background-position: right; margin-left: auto; margin-right: auto; } 
#headertext { color: #fff; font-size: 10px; height: 20px; line-height: 20px; } 
#phone { width: 250px; padding-top: 55px; float: left; margin-right: 150px; color: #fff; font-family: futura-pt; font-weight: bold; font-size: 22px; } 

#menu { width: 100%; height: 34px; margin-top: 109px; clear: both;}
#menu ul { list-style: none; float: left; } 
#menu ul li { float: left; height: 34px; line-height: 34px; padding-left: 6px; padding-right: 5px; background: url('images/menubg.jpg') no-repeat;  } 
#menu ul li:hover, #menu ul li.current_page_item { background: url('images/transbg.png'); } 
#menu ul li a { color: #fff; display: block; width: 100%; text-decoration: none; font-size: 10px;  }  

#main { width: 100%; background: #fff;  }

#main ul { list-style: none; } 
#main ul li { padding-left: 65px; min-height: 19px; line-height: 19px; font-size: 17px; background: url('images/point.jpg') no-repeat; margin-bottom: 7px;  } 

.number { font-family: arial; font-weight: bold; }

.container {
	width: 980px; margin: 0 auto;
}

#content { width: 676px; margin-right: 20px;  float: left; padding-bottom: 15px; }
	article {
		
	}
		.featured-thumbnail {
			
		}
		.post-content {
			
		}
			.pagination {
				
			}
	.post-meta {
		
	}
	.post-navigation {
		
	}

	#carhire { padding: 10px; background: #eee; -moz-border-radius: 10px; border-radius: 10px; font-size: 12px; line-height: 13px; }
	.wpcf7 #carhire input { width: 250px; border-style: solid; border-width: 1px; border-color: #333; height: 20px; line-height: 20px; }
	.wpcf7 #carhire input[type="radio"], #content .wpcf7 input[type="checkbox"] {  width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden; }
	.wpcf7 #carhire .wpcf7-list-item { display: block; line-height: 15px;  }
	.wpcf7 #carhire .mediuminput input, #content .wpcf7 .mediuminput select { width: 110px; }
	.wpcf7 #carhire .mediuminput { display: block; width: 110px; margin-right: 10px; float: left;}


#comments {
	
}
	li.comment {
		
	}
		.odd {
			
		}
		.even {
			
		}
		.author-comment {
			
		}
		.comment-text {
			
		}
		.comment-meta {
			
		}
			p.gravatar {
				
			}
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
		#respond {
			
		}
		.cancel-comment-reply {
			
		}

.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar { width: 256px; float: left; }
#sidebar li { display: inherit;} 

	#widgit-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widgit {
			
		}

#sidebar #specials { width: 241px; text-align: center; margin-top: 5px; padding-bottom: 0px; background: #3055a6; margin-left: 6px; -webkit-box-shadow: 2px 3px 5px 1px #666666;
box-shadow: 2px 3px 5px 1px #666666;  }
#sidebar #specials p { color: #fff; }
#sidebar #specials h3 { display: block; width: 100%; padding-top: 5px; padding-bottom: 5px; color: #fff; background: #1c3365; margin-bottom: 5px; } 

#footerwrap { width: 100%; height: 166px; background: url('images/footerbg.jpg'); }
#footer { margin-left: auto; margin-right: auto; width: 980px; height: 136px; text-align: center; color: #fff; padding-top: 30px; background: url('images/footer.jpg') no-repeat; background-position: right; font-size: 9px; } 
#footer a { color: #fff; } 
	#widgit-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widgit-area {
	
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* ZEN10 Contact Form */
#contact { width: 236px; padding: 10px; background: url('images/contactfooter.jpg') no-repeat #139E88; background-position: bottom; padding-bottom: 18px; color: #fff; } 
#contact .inputtext { font-size: 9px; text-transform: uppercase; }
#contact input, #contact textarea { width: 236px; padding: 0px; margin: 0px; height: 18px; line-height: 18px;  }
#contact textarea { height: 30px; } 
#contact p, #contact form { margin: 0px; padding: 0px; line-height: 10px; padding-top: 7px; } 
#contact .small { width: 20px; margin-bottom: 15px; }
#contact .submit {  width: 236px; text-align: center; text-align: center; color: #443F3A; border-style: solid; border-width: 1px; font-size: 10px; border-color:  #443F3A; line-height: 24px; background: #CCCCCC; height: 24px; -moz-border-radius: 5px; border-radius: 5px; }
/* END ZEN10 Contact Form */

#man { height: 243px; width: 256px; background: url('images/man.jpg'); position: absolute; margin-top: -273px; margin-left: 696px;  } 

#maparea { width: 676px; height: 283px; margin-right: 20px;  float: left; font-size: 11px; line-height: 13px;  }
#maparea h1 { padding-bottom: 15px; } 
	#maparea #col { width: 185px; float: left; } 
	#maparea #map { width: 270px; height: 230px; margin-top: 25px; float: right; background: url('/wp-content/themes/simmos/images/map1.jpg'); -moz-border-radius: 10px; border-radius: 10px;} 
#sidebarspacer { width: 256px; height: 243px; float: left; }  

#hidden { display: none; } 
/* Always remember to compress your live stylesheet and keep an uncompressed backup */

/* HOMEPAGE SLIDESHOW STYLING */

#slideshow{margin-left: 20px; margin-bottom: 20px; position:relative;}

#slideshow .nivo-controlNav{padding: 5px; position: absolute; text-align: center; top: 0; z-index: 99;}

#slideshow .nivo-caption {
    -moz-box-sizing: border-box;
    background: url('images/slideshow-caption-bg.png') repeat;
    bottom: 0;
    color: #FFF;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 5px;
	position: absolute;
    width: 100%;
    z-index: 8;
	font-family:'Arial';}

a.nivo-control {
    border-color: #FFF;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    height: 0;
    margin-right: 5px;
    overflow: hidden;
    padding-top: 10px;
    width: 10px;}

a.nivo-control.active {background: none repeat scroll 0 0 #FFF;}

.nivo-controlNav a.active {font-weight: bold;}


