/*
Theme Name: Scott C
Theme URI: http://www.pyramidcar.com/
Description: An template for Scott C.
Author: Scott Campbell & Shadi Muklashy
Author URI: http://www.shadiradio.com
Version: 1.0
*/

body {
	font-family: "Lucida Grande", "Segoe UI", sans-serif;
	font-size: 11px;
	margin: 50px 0px;
	color: #000;
	background: #fff;
}

a, a:visited, a:active, a:hover, .blog_post a {
	color: #600;
	text-decoration: none;
}

a img {
	border: 0px;
}

#body_wrapper {
	width: 810px;
	text-align: left;
	margin-left: 50px;
}

#logo {
	float: left;
	margin-right: 25px;
	border: 0px solid #fff;
	width: 150px;
}

ul li {
	margin-left: -10px;
	list-style-type: circle;
}

#navbar, #menu-main-menu {
	padding: 0px;
	margin: 0px;
}

#navbar li, #menu-main-menu li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px 0px 20px;
	width: 84px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: top left;
}

#navbar li img, #menu-main-menu li img {
	border: 0px solid #fff;
}

#navbar li a, #menu-main-menu li a {
	color: #999;
	display: block;
	width: 84px;
	height: 27px;
}

#menu-main-menu li a span {
	visibility: hidden;
}

#navbar li.current-menu-item,
#navbar li.current-page-ancestor, 
#navbar li:hover,
#menu-main-menu li.current-menu-item, 
#menu-main-menu li.current-page-ancestor,
#menu-main-menu li:hover {
	background-position: bottom left;
}

#menu-item-516 {
	background-image: url(/wp-content/themes/scottc/images/navs/about.gif);
}

#menu-item-492 {
	background-image: url(/wp-content/themes/scottc/images/navs/gallery.gif);
}

#menu-item-494 {
	background-image: url(/wp-content/themes/scottc/images/navs/web.gif);
}

#menu-item-495 {
	background-image: url(/wp-content/themes/scottc/images/navs/shop.gif);
}

#menu-item-496 {
	background-image: url(/wp-content/themes/scottc/images/navs/contact.gif);
}

.subnavs {
	padding-left: 20px;
}

.subnavs li {
	margin-left: -15px;
	list-style-type: none;
	opacity: 0.5;
}

.subnavs li.active, .subnavs li:hover {
	opacity: 1.0;
}

#subnavbar {
	width: 165px;
	float: left;
	margin-right: 10px;
}

.widget-area {
	width: 240px;
	float: right;
	background: #D8CDCB;
	padding: 30px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.widget-container.php_widget h3 {
	text-align: left;
}

.widget-container.php_widget {
	text-align: center;
}

ul.sidebar {
	padding: 0px;
	margin: 0px;
}

ul.sidebar li {
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-bottom: 0px solid #000;
}

ul.sidebar li h3 {
	color: #000;
}

#searchform label {
	display: none;
}

#content {
	width: 100%;
	float: left;
}

.entry-title {
	font-family: "Georgia", serif;
	font-weight: normal;
	letter-spacing: -0.0em;
}

.blog_post_container {
	width: 430px;
	text-align: left;
	padding: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	
	border: 0px dashed #BEA7A7;
	
/*	-webkit-box-shadow: 0px 2px 5px #999;
	-moz-box-shadow: 0px 2px 5px #999;
	box-shadow: 0px 2px 5px #999;*/
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 7px #aaa;
	-moz-box-shadow: 0px 2px 5px #aaa;
	box-shadow: 0px 2px 5px #aaa;
}

.blog_post * {
	font-family: "Lucida Grande", "Segoe UI", sans-serif !important;
/*	font-family: "Courier New", "Courier", monospace; */
	line-height: 14px;
	font-size: 11px !important;
	color: #000 !important;
}

.blog_post a, .blog_post a strong {
	color: #600 !important;
	text-decoration: underline !important;
}

.blog_post img, .blog_post object, .blog_post iframe {
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 5px #ccc;
	-moz-box-shadow: 0px 2px 5px #ccc;
	box-shadow: 0px 2px 5px #ccc;
	max-width: 410px;
	height: auto;
}

.blog_post div {
	max-width: 430px;
}

.matted {
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 5px #ccc;
	-moz-box-shadow: 0px 2px 5px #ccc;
	box-shadow: 0px 2px 5px #ccc;
}

.byline {
	font-family: "Courier New", "Courier", monospace;
	margin: -15px 0px 20px 0px;
	font-size: 11px;
	color: #999;
}

hr {
	border: 0px;
	/*background: url(/wp-content/themes/scottc/images/line.gif);*/
	background-color: #D8CDCB;
	height: 10px;
	margin: 10px 0px;
}

.blog_post_container hr {
	height: 1px;
}

.upcoming_event {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.upcoming_event p {
	margin: 0px;
}