/*
Theme Name: Accelerate Media
Theme URI: http://www.acceleratemediainc.com/
Description: Developed by Accelerate Media for flexibility
Version: 1
Author: Brian Van Buren
Author URI: http://www.acceleratemediainc.com/
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=text], select, textarea {
	width: 130px;
	}
a{
text-decoration:none;	
}

ul, ol, dl {
  position: relative;
 }

/* End CSS Reset */


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}

body {
background: #D4D4D4 url(/images/bg.jpg) repeat-x;
}

#page {
	text-align: left;
	}

#header {
background:transparent url(/images/navbg.png) repeat-x scroll 0 0;
margin:0 auto;
width:100%;
	}

a {
color:#648B97;	
}

a:hover {
text-decoration:underline;	
}

#logo 	{
	float:left;
	margin-left:55px;
	width:150px;
	}

#logo .description {
	font-size: 1.2em;
	text-align: center;
}

#topnav{
    width:680px;
    text-align:right;
	float:right;
	padding-top:5px;
}
#navlist{
display:inline-block;
float:right;
height:60px;
}
.current_page_item a{
border-bottom:2px solid #dfaf2e;
}
#navlist li a {
color:#223a40;
font-family:verdana, tahoma, courier;
font-size:15px;
font-weight: bold;
text-decoration:none;
padding-bottom:5px;
display: inline-block;
vertical-align: bottom; 
}

#navlist li a:hover{
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #dfaf2e;
}

#navlist li{
    font-size:1.1em;
    float:left;
    list-style-type:none;
	margin-right:40px;
	height:35px;
}
#navlist li ul{
display:none;
}
#navlist li:hover ul{
display:block;
}
#navlist li ul li{
display:block;
}

.leftsubcol {
float:left;
margin-left:0;
margin-right:10px;
width:300px;
}

.middlesubcol {
float:left;
margin-right:10px;
width:300px;
}

.rightsubcol {
float:right;
margin-right:20px;
width:288px;
}

body.home.blog #content {
background: url(/images/boxes_bg.png) no-repeat;
display:block;
	font-size: 1.2em;
width:931px;
height:246px;
font-size:12px;
color:white;


	}

body.home.blog #content h1 {
color:#DFAF2E;
font-size:18px;
margin-bottom:10px;
width:274px;
}


#footer {
	border: none;
background:url(/images/footerbg.png) repeat-x;
height:112px;
font-size:14px;
color: white;
}

#footer a {
text-decoration:none;
color:white;
}

#footer a:hover {
text-decoration:underline;
}

h1, h2, h3 {
	font-weight: bold;
	}

h2 {
	font-size: 2.5em;
	}

h2.pagetitle {
	font-size: 2em;
	}

h3 {
	font-size: 2em;
	}
/* End Typography & Colors */



/* Begin Structure */
#header {
	margin: 0 auto;
	width: 100%;
}

#header-container{
	padding-top:60px;
	position:relative;
}

#page {
margin-top:10px;
width:100%;
}

body.archive #page{
margin-top:30px;
}

#page-container{	
	position:relative;
}

#content{
margin:0 auto;
	postition:relative;
}

#footer {
	width: 100%;
	clear: both;
	margin-top:90px;
}

#footer-container{
	position:relative;
}

#footer p {
	margin: 0;
	padding:20px 0;
	text-align: center;
}

.wrapper{
	width:1000px;
	margin:0 auto;
}

.padding{
	padding:10px;	
}

.post {
	/*margin: 0 0 40px;*/
}

.postimage{
	border:1px solid #223A40;
	float:left;
	margin:10px 10px 0 0;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 20px 0;
	font-size:20px;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* 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;
	}

.entry {
	color:#223a40;
	font-size:12px;
	color:#223A40;
	line-height:25px;
}

.entry p {
	margin-bottom:10px;
	display:block;
	padding-right:26px;
}

span {
	display:block;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.sidebar{
	width: 30%;
	float:left;
	position:relative;
}

#sidebar_1{}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: .85em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

div#slideshow {
height:300px;
margin:0 auto;
position:relative;
top:-25px;
width:942px;
}

#masthead {
background: url(/images/masthead.png) repeat-x;
height:260px;
}

.mastinner {
width:890px;
margin: 0 auto;
padding-top:15px;
font-size:12px;
}

.mastinnerleft {
float:left;
width:405px;
padding-right:80px;
}

.mastinnerright {
float:left;
width:405px;
}

.mastinner p {
color:white;
font-size:12px;
line-height:20px;
}

.mastinner h1, .innersubcol h1 {
text-transform:uppercase;
color:#DFAF2E;
font-family:helvetica, arial;
font-size:24px;
font-weight:bold;
text-align:left;
}

img.mastimage {
margin-right:30px;
margin-top:20px;
}

.healthcarenews{
padding-bottom:20px;
}

.healthcarenews a{
color:white;
}

.healthcarenews strong{
font-size:15px;
}

.healthcarenews a:hover{
color:#648B97;
}

.innersubcol {
font-size:12px;
line-height:20px;
}

.innersubcol h1 {
line-height:20px;
margin-bottom:10px;
text-align:center;
}

.padding.threecolumns {
background:url(/images/boxes_bg.png) no-repeat;
width:932px;
height:218px;
margin:0 auto 0 37px;
}

div.pageheaderimg {
height:232px;
margin:0 auto;
width:895px;
}

ul.bullet li {
list-style-type:disc;
margin-left:13px;
}
li.nobullet{
list-style-type:none !important;	
}
#resourceslist li p{
display:none;	
}
.morelink, .lesslink{
margin-left:10px;
cursor:pointer;
}
div.message {
border-bottom:2px groove #FFFFFF;
border-top:2px groove #FFFFFF;
display:block;
font-size:14px;
line-height:25px;
margin:12px auto 34px;
padding:15px 0;
width:895px;
}

div.submessage {
width:895px;
margin: 0 auto;
font-size:14px;
line-height:25px;
}

div.submessage ul {
margin-top:10px;
font-weight:bold;
}

div.pagecol {
width:306px;
font-size:12px;
line-height:20px;
}

div.pagecol .inner {
margin-top:20px;
padding:10px;
background: transparent url(/images/pagecolumnbg.png) no-repeat 0 0;
}

div.pagecol .inner p, div.pagecol .inner ul.bullet {
margin-bottom:10px;	
}

div.pagecol.left, div.pagecol.middle, div.pagecol.right {
float:left;
}

div.pagecol.left, div.pagecol.middle {
margin-right:30px;
}

.pagecolheading {
height:67px;	
}

ul.bullet.content li{
margin-bottom:10px;	
}

li.contentservicesheader {
font-weight:bold;
font-size:24px;
list-style-type:none !important;
margin-left:0 !important;
}

ul.bullet.content.services div {
	display:block;
	background:url(/images/pagecolumnbg.png) repeat-x 0 0;
padding:10px;
font-size:12px;
font-weight:normal;
}

div.aboutuscol {
background:transparent url(/images/pagecolumnbg.png) repeat-x scroll 0 0;
padding:10px;	
}

p#accelmcopyright {
padding:0px;
font-size:0.75em;
text-align:center;
}

p#accelmcopyright img {
position:relative;
top:4px;
}

p.linklove {
display:none !important;	
}

div.singlepost #content {
float:right;
margin:0 auto;
width:700px;
}

div.singlepost #searchform {
margin:10px auto;
padding:5px 3px;
text-align:left;
}

div.singlepost small {
display:block;
margin:8px 0;
}

div.singlepost h1, div.singlepost h2, div.singlepost h3 a, div.singlepost a {
color:#223A40;
}
