/*
Theme Name: SemanticTheme
Theme URI: SemanticBusiness.com
Description: Child Theme for Thematic
Author: nprewitt
Author URI: SemanticBusiness.com
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.css");

body {
	background-color: #e3e3e3;	
    background-image:url('img/body_bg.jpg');
	background-repeat: repeat-x;
}
#main {
	padding-top:5px;
	width: 1050px;

}
#header {
	background-color: #ffffff;
	height:108px;
	background-image:url('img/header_bg.jpg');
}
img.header {
float:left;
clear:right;
margin-right:20px;
}
#footer {
	background-color: #e3e3e3;
}
#access {
	border-bottom: none;
}
#branding {
	padding: 0px;
	
}
#blog-title {
	width: 20px;
	
}
#blog-description {
	vertical-align:text-bottom;
}
/*** NAV SKIN ***/
.sf-menu {
    border-right: none;
    float:left;
    margin-top: 1px;
    font-family: 'Helvetica', 'Arial', Sans-Serif;
}
.sf-menu a {
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding:2px 5px;
    text-decoration:none;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #e3e3e3;
    border-bottom: 2px solid #39a0b8;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom: 2px solid #2d8092;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:          #666;
}
.sf-menu li {
    background:     #e3e3e3;
}
.sf-menu li li {
    background:     #e3e3e3;
}
.sf-menu li li li {
    background:     #e4e4e4;
}

/*** Content Boxes and Containers ***/
.colHead {
font-family: "Didot",Georgia,Serif;
font-size: 18px;
text-align: center;
color: #464646;

}


.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#contentBox {
	width: 865px;
	background-color: #f5f5f5;
	position:relative;
	padding: 10px;
	margin-top:10px;
	margin-left: 50px;

}
#buttonbox {
	width: 843px;
	background-color: #fcfcfc;
	border: 1px solid #a6a6a6;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;

}
#page_head {
	width:843px;
	height: 115px;
	background-color: #fcfcfc;
	border: 1px solid #a6a6a6;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}
#sidebar_left {

	width: 170px;
	background-color: #fcfcfc;
	border: 1px solid #a6a6a6;
	padding: 10px;
	position:relative;
	float: left;

}
#sidebar_center {
	background-color: #fcfcfc;
	border: 1px solid #a6a6a6;
	margin: 0px 95px 5px 200px;
	position:relative;
	width: 510px;
	padding: 10px;
	overflow: hidden;

}
#sidebar_right {
	
	width: 105px;
	background-color: #fcfcfc;
	border: 1px solid #a6a6a6;
	padding: 10px;
	float: right;
	position:relative;

}
.sidebar_right_text {
	font-size: 12px;
	font-family: Arial,Sans-Serif;
}
.ClientBox {

	width: 845px;
	background-color: #fcfcfc;
	border: 1px solid #a6a6a6;
	padding: 12px;
	margin-bottom: 10px;

}
#homeCenterLogo {
	border: 1px solid #000000;
	width: 865px;
	height: 250px;
	background-image:url('img/home_AppSem.jpg');
	margin-bottom: 10px;
}

/*** Font types and styles ***/
#follow {
	float:right;
	margin-top:-20px;
}
.hr {
background-image:url('img/hr.jpg');
margin: 2px;
background-repeat: no-repeat;
vertical-align: bottom;
padding-top:15px;
}
#hr2 {
background-image:url('img/hr2.jpg');
margin: 2px;
background-repeat: no-repeat;
vertical-align: bottom;
padding-top:15px;
}
.eventTitle {
font-size: 12pt;
color: #2d8092;
font-weight: normal;
}
.eventDate {
font-size: 10pt;
}
.eventLoc {
font-size: 10pt;
}
.readMore {
font-size: 8pt;
color: #2d8092;
}

h1 {
	font-size: 25pt;
	line-height: 35px;
}
h2 {
	font-size: 18pt;
	font-family: 'Verdana', 'Arial', sans-serif;
}
h3 { 
font-size: 15pt;
}
.paragraph {
font-size: 10pt;
font-family: 'Helvetica', 'Arial', sans-serif;
}
.quote1 {
 font-size: 12pt;
 font-family: 'Verdana', 'Arial', sans-serif;
 font-style: italic;
 margin-left: 25px;
 margin-right: 15px;
}
.quote2 {
 font-size: 9pt;
 font-family: 'Verdana', 'Arial', sans-serif;
 font-style: italic;
 margin-left: 25px;
 margin-right: 15px;
}
.quoteName {
 font-size: 10pt;
 font-family: 'Verdana', 'Arial', sans-serif;
 font-style: italic;
}

/*** Article UL/LI CSS ***/
#articleList {
	padding:0px;
	margin-left:25px;
}
#articleList ul {
	list-style-image:none
	list-style-type:none;
}
#articleList li {
	list-style-image: url(img/li.jpg);
}