/*   
Theme Name: OSG Theme
Description: A Child Theme of Thematic
Template: thematic
*/

@import url(../thematic/style.css);

body
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-x-system-font: none;
	color: #545454;
	font-family: "Lucida Grande" ,Tahoma,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
}

p, ul, ol, dd, pre
{
	margin-bottom: 12px;
}

#branding
{
	padding: 15px 0 15px;
}

#main
{
	padding: 15px 0 0;
}
#access-search
{
	position: absolute;
	left: 50%;
	width: 260px;
	margin-left: 170px;
	height: 29px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 0 0 4px;
}
#access-search input
{
	font-family: "Lucida Grande" ,Tahoma,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
}

#container
{
	width: 540px;
}
#content
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	margin: 2px 0 0 18px;
}

#primary
{
	border-style: none;
}

.main-aside
{
	width: 360px;
}

.aside h3
{
	border: none;
	color: #7AAA1B;
}

.aside ul ul li
{
	padding: 0 0 0 16px;
	background: transparent url(images/arrow_right.gif) no-repeat scroll 0 2px;
	list-style-type: none;
}
.aside a:active, .aside a:hover
{
	text-decoration: none;
}

.aside a
{
	text-decoration: none;
}
.page-title
{
	padding: 0;
}
.entry-title
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-x-system-font: none;
	background: transparent url(images/bg-h3.jpg) repeat-x scroll left bottom;
	color: #7AAA1B;
	font-family: "Lucida Grande" ,Tahoma,Verdana,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

.entry-title a:active, .entry-title a:hover
{
	color: #0A68B4;
}
.entry-title a
{
	color: #7AAA1B;
	text-decoration: none;
}
.entry-content
{
	padding: 15px 15px 0 0;
}

.entry-content h1, .entry-content h2
{
	font-family: Arial,sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding: 2px 0 10px;
}

.entry-content h5 a
{
	color: #111111;
	font-size: 14px;
	font-weight: bold;
}

.entry-content h5 a:hover
{
	color: #7AAA1B;
	text-decoration: underline;
}

#home_container
{
	width: 960px;
}
#topMain
{
	margin: 0 0 5px;
	overflow: hidden;
	padding: 13px 0 0 18px;
}
#who
{
	float: left;
	padding: 0 20px 0 0;
	width: 560px;
}
#who h3
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-x-system-font: none;
	color: #393939;
	font-family: "Lucida Grande" ,Tahoma,Verdana,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
#services
{
	border-left: 1px solid #E4E4E4;
	float: right;
	margin: 3px 0 0;
	padding: 0 0 0 25px;
	width: 315px;
}
#services ul
{
	margin: 0;
}
#services li
{
	display: block;
	height: 47px;
	padding: 10px 0 5px 70px;
	width: 280px;
	list-style-type: none;
}
#services li h5 a
{
	color: #111111;
	font-size: 14px;
	font-weight: bold;
}

#services h5 a:hover
{
	color: #7AAA1B;
	text-decoration: underline;
}

#services li#first
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F6F6F6 url(images/mail.png) no-repeat scroll left top;
	border-bottom: 1px solid #E4E4E4;
	height: 66px;
	cursor: pointer;
}
#services li#first:hover
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF url(images/mail_sent.png) no-repeat scroll left top;
	text-decoration: none;
}
#services li#second
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F6F6F6 url(images/rss.png) no-repeat scroll left top;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;	
}
#services li#second:hover
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF url(images/rss.png) no-repeat scroll left top;
	text-decoration: none;
}
#services li#third
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #F6F6F6 url(images/twitter.png) no-repeat scroll left top;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
}
#services li#third:hover
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF url(images/twitter.png) no-repeat scroll left top;
	text-decoration: none;
}
#bottomMain
{
	border-top: 1px solid #E4E4E4;
	overflow: hidden;
	padding: 25px 0 0px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

#notes
{
	float: left;
	padding: 0 25px 0 0;
	width: 265px;
	margin-left: 18px;
}

#swipe
{
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	float: left;
	padding: 0 25px;
	width: 270px;
}

#bulb
{
	float: left;
	padding: 0 0 0 25px;
	width: 220px;
}

.entry-meta .n
{
	letter-spacing: normal;
	padding-left: 3px;
}

#notes h4, #swipe h4, #bulb h4
{
	-x-system-font: none;
	font-family: "Lucida Grande" ,Tahoma,Verdana,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 20px;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 0 0;
}

.sf-menu
{
	width: 960px;
}

.sf-menu li
{
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 9px 13px;
	width: 213px;
	text-align: left;
	background-color: #656761;
	color: #FFFFFF;
	font-weight: bold;
}

.menu
{
	width: 960px;
}

.sf-menu a, .sf-menu a:visited
{
	border-style: none;
	color: #FFFFFF;
	padding: 3px 13px 3px 0px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
	background: #4b4c47;
	color: #d1d2cf;
	font-weight: bold;
}
.subtitle
{
	font-size: x-small;
	font-weight: normal;
}
/*
Testimonial styles
*/
#sfstest-sidebar .readmore
{
	color: #111111;
	font-size: 14px;
	font-weight: bold;
}
#sfstest-sidebar .readmore a:hover
{
	color: #7AAA1B;
	text-decoration: underline;
}

#sfstest-sidebar .readmore a
{
	text-decoration: underline;
}

