/*
Theme Name:     Graphene Child
Description:    Child theme for the Graphene theme - for ADA website
Author:         Sam McCormick
Template:       graphene                             
Version:        0.1.0
*/

@import url("../graphene/style.css");

body {
	/*background: url(images/bg_g.png) repeat #000 fixed;*/
    background: #f8f8f8;
	color: #2c2b2b;
	font: normal 12px arial;
	line-height: 18px;
	position: relative;
}

#container {
    margin-top: 10px;
    
    -moz-box-shadow: 10px 10px 10px  #888;
	-webkit-box-shadow: 10px 10px 10px  #888;
	box-shadow: 10px 10px 10px  #888;
    
    -moz-border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

#header {
	border-top: 1px solid #000;
	height: 198px;
	width: 100%;
	position: relative;
    
    -moz-border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

.post {
	background: #fff;
	/*border-bottom: 1px solid #ccc;
	border-top: 1px solid #d8d8d8;*/
    border: none;
	margin-bottom: 10px;
	padding: 15px 0 10px;
	overflow: visible;
	position: relative;
	width: 100%;
    
    -moz-box-shadow:     box-shadow: inset 5px 5px 5px #888;
	-webkit-box-shadow:     box-shadow: inset 5px 5px 5px #888;
    box-shadow: inset 2px 2px 2px #888;
   
    -moz-border-radius: 25px 25px 0 0;
	-webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

#sidebar1,
#sidebar2 {
	display: inline;
	float: left;
	margin-top: 4px;
	padding-bottom: 30px;
}
#toc-widget-2, #sidebar1 h3{
    
    box-shadow: inset 2px 2px 2px #888 !important;
}

#content-main h3 {
	color: #99173C !important;
}

/*#content-main h3:before {
	content: ">> ";
	color: black;
}*/

#content-main img {
	border: none;
}

#content-main p {
	padding-left: 18px;
}

h5 {
	text-align: right;
	margin-top: 0 !important;
	font-weight: bold !important;
 }
 
 .featured_slider{
	visibility: hidden;
	position: absolute;
 }
 
 #clinics{
	width: 600px;
	margin: 20px auto 5px auto;
	border: none;
 }
 
 #clinics td {
	width:33%;
 }
 
 .clinicDetail, .clinicDetail tr, .clinicDetail td, .clinicDetail th{
	border: none;
	background: none;
	vertical-align: top;
	padding:2px 5px;
 }
 
 
 .clinicDetail th{
	font-weight: bold;
	text-align: left;
 }
 
/*  .clinicDetail tr td:first-of-type{
	text-align: right;
 }
 */

#clinics tr:first-of-type td{
	background: none !important;
	border: none !important;
}

 .clinicName {
	text-align: left !important;
	background: none;
	font-size: 1.2em;
	color: #99173C !important;
}
