/*
Theme Name: ARC HEALTHCARE
Theme URI: http://www.arc-healthcare.com
Description: Child Theme for twentyten
Author: ARC HEALTHCARE
Author URI: http://www.arc-healthcare.com
Template: twentyten
Version: 0.1
*/

/* -----Imports------ */

@import url("960.css");


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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
/*
	font-size: 62.5%;
*/
	font-size: 60%;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	/* clear: both; */
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
	
}
a img { border: none; }

a {outline: none;}

.screen-reader-text a, .screen-reader-text {
	display: block;
	text-indent: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic-webfont.eot');
	src: local('?'), url('League_Gothic-webfont.woff') format('woff'), url('League_Gothic-webfont.ttf') format('truetype'), url('League_Gothic-webfont.svg#webfontOTINA1xY') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* -----Backgrounds----- */

html {
	background: #99ca46;
}

body {
	height:100%;
	background: #a1c9eb url(images/Arc-BG.png) top center no-repeat;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

#outer {
	background: transparent url(images/Arc-Body-bg.png) bottom center no-repeat;
}
/* -----Header----- */

#header {
	height: 150px;
	position: relative;
}

#site-title a {
	display: block;
	width: 230px;
	height: 80px;
	text-indent: -9999px;
}

#site-description {
	color: #FFF;
	font-size: .65em;
        font-weight: bold;
	display: none;
}

#searchform {
	position: absolute;
	top: 20px;
	right: 0px;
}

/* -----Top Nav----- */ 

#menu-top-nav {
	position: absolute;
	width: 900px;
	height: 40px;
	bottom: 0px;
	left: 40px;
}

#menu-top-nav li {
	display: inline;
}

#menu-top-nav li a {
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	font-family: 'LeagueGothicRegular', Arial;
	text-decoration: none;
	padding-right: 10px;
}

/* -----Layout----- */

#wrapper {
	font-size: 1.6em;
}

#main {
	background: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 2px 10px #787878;
	box-shadow: 0px 2px 10px #787878;
	-webkit-box-shadow: 0px 2px 10px #787878;
}

.one-column #content {
	padding: 20px 20px 20px 20px;
}

#content {
	padding: 20px 0 20px 20px;
}

.xoxo {
	padding: 10px 20px 20px 10px;
}

#colophon {
	margin: 20px 0 40px 0; 
}

.entry-meta, .entry-utility {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#nav-above, #nav-below {
	margin-bottom: 0em;
}

.nav-previous {
	font-size: 0.8em;
	width: 40%;
	float: left;
	padding: 10px;
	background: #ccc;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.nav-next {
	font-size: 0.8em;
	width: 40%;
	float: right;
	padding: 10px;
	background: #ccc;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* Typo */

#primary {
	font-size: 0.9em;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
	color: #FFF;
}

.alert { 
	background: #189e28;
	color: #FFF;
	}

p {	
    	color: #686868;
    	padding-bottom: 0.9em;	
}

h1 {
	margin-bottom: 20px;
	color: #626262;
        font-size: 24px;
}

h2 {
        font-size: 19px;

}

h3 {
        font-size: 16px;
	padding: 10px;
	background: #626262;
	color: #fff;
	margin: 10px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

blockquote {
	border: 1px solid #626262;
}

blockquote p {
	padding: 10px;
	font-size: 0.9em;
}

a {
	color: #189e28; 
	text-decoration: none;
}

a:visited {
	color: #189e28; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #686868;
}
a:active {
	text-decoration: underline;
	color: #686868;
}

div .textwidget {
	color: #686868;
}

label {
	color: #686868;
}

#content ul {
	margin: 0 0 1em 0;
	list-style: disc;
	list-style-position: inside;
}

#content ul li {
	padding: 0.2em 0 0.3em 1em;
}
  
#primary ul a {
    display: block;
    text-decoration: none;
	color: #189e28;
	border-top: 1px solid #EEE;
	background-color: #FFF;	
	padding: 10px 3px;
  }

#primary ul li a {
	color: #189e28;
	line-height: 1.25em;
	border-top: 1px solid #EEE;
	background-color: #FFF;	
	padding: 10px 10px;

}
.home-widget {
	padding:12px 0 0 0;
}
#primary ul li .home-widget a {
	color: #189e28;
	line-height: 1.25em;
	border-top: none;
	background-color: #FFF;	
	padding: 0;

}
.bigbutton a {
	display:inline-block;
	padding:10px;
	margin-bottom:10px;
	font-size: 1.25em;
	text-decoration: none;
	color: #FFF;
    background-color: #626262;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bigbutton a:hover,
#primary ul li a:hover, #sidebar ul li a:active {
	color: #FFF;
    background-color: #189e28;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.edit-link {
	display:block;
}
#primary ul li .home-widget a:hover {
	color: #FFF;
    background-color: #fff;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#submenu {
	padding: 20px 20px 20px 10px;
	margin: 0;
}

#primary ul li ul li a {
	color: #189e28;
	line-height: 1.25em;
	border-top: 1px solid #EEE;
	background-color: #FFF;	
	padding: 10px 10px;
}
#primary ul li ul li a:hover, #sidebar ul li ul li a:active {
    color: #FFF;
    background-color: #189e28;
}

#program {
	font-size: 0.9em;
}

#program tr {
	background-color: #f1eee9;
	border-bottom: 2px solid #FFF;
}
#program td {
	padding: 6px;
}
#program th {
	background-color:#189e28;
	color: #FFF;
	padding: 6px;
}

/* Forms*/

label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input {
	color: #333;
	background: #FFF;
	border: 1px solid #CCC;
	padding:3px;
}

.submit input {
	color: #FFF;
	background: #189e28;
	margin-top: 1em;
	padding:3px;
	width: 10em;
}
.submit{
	text-align: center;
}

.alignleft, img.alignleft {
	margin: .5em .5em .5em 0;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin: .5em 0 .5em 1em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	float: left;
	margin: 0em .5em 1em 0;
	}
#nonWidget{
        width: 170px;
	margin: 20px 0 0 10px;
}

#primary .twitter-text,
#primary .twitter-widget {
        font-size: 10px;
}
#primary .twitter-widget li {
        border-bottom: solid 1px #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px;
}
#primary .twitter-date a,
#primary .twitter-text a {
        border: none;
	padding: 0px;
/*

*/
}
#primary .twitter-widget h3,
#primary .twitter-widget h3 a {
        text-align: center;
        border: none;
        color: #fff;
        background: #626262;
}
#primary .twitter-date a {
        padding: 0px;
        margin: 0;
/*
*/
}
#primary .twitter-date br {
        display: none;
}
#primary .twitter-text a,, #primary .twitter-text a:visited, #primary .twitter-date a, #primary .twitter-date a:visited{
	color: #189e28 !important;
    	background-color: #FFF !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
/*
*/
	text-decoration: none;
	padding: 10px;!important;
}
#primary .twitter-text a:active, #primary .twitter-text a:hover, #primary .twitter-date a:active, #primary .twitter-date a:hover {
	color: #189e28 !important;
    	background-color: #FFF !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	text-decoration: underline;
	padding: 0px;!important;
/*
*/
}
/*
	SLIDES
*/
#slides_target {
	width:686px;
	height:300px;
	float:left;
	margin:0 20px 20px 0;
}
div#slides_wrap {
	width:686px;
	height:300px;
	margin:0px;
	position:relative;
}
div.slidecontent {
	position:relative;
}
div.slidecontent img {
	display:block;
	float:left;
}
div.tagline {
	position:absolute;
	left:0px;
	bottom:10px;
	width:686px;
	background:url(images/strap-lineX.png) no-repeat;
	height:75px;
}
div.tagline p {
	text-align:center;
	padding:17px 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
#slideshow {
	z-index:1;
	position:absolute;
	bottom: -320px;
	left:20px;
}

