/*  
Theme Name: OC-Mediation
Version: 1.0
Description: This is the theme custom made for OC-Mediation
Author: Outer Spice Web Company
Author URI: http://www.outerspiceweb.com
*/

/*
*******************************************************************************
standard tags
*******************************************************************************
*/
body {
margin:0px;
padding:0px;
background:#F6F6F6;
font-family:Verdana, Geneva, sans-serif;
color:#555;
}
a:link, a:visited, a:hover, a:active { color:#F90; text-decoration:underline; }
a:hover { color:#F30; }
img {border:none;}
.alignleft {float:left;margin-right:20px;}
.alignright {float:right;margin-left:20px;}
h1, h2, h3 {margin:0px; padding:0px; font-family:Verdana, Geneva, sans-serif;}
h1 {
	font-size:1.6em;
	font-weight:normal;
	padding:10px 0px;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
	padding:5px 0px;
}
h3 {
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;
	color:#4A4A4A;
	padding:5px 0px;
}
form {
padding:0px;
margin:0px;
}

/*
*******************************************************************************
utility tags
*******************************************************************************
*/
.clearer {
clear:both;
font-size:0px;
line-height:0px;
}
.clearer5 {
clear:both;
font-size:5px;
line-height:5px;
height:5px;
}
.clearer10 {
clear:both;
font-size:10px;
line-height:10px;
height:10px;
}
.clearer15 {
clear:both;
font-size:15px;
line-height:15px;
height:15px;
}
.clearer20 {
clear:both;
font-size:20px;
line-height:20px;
height:20px;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.alignleft {
text-align:left;
}
.alignright {
text-align:right;
}
.center {
text-align:center;
}
.spacer5 {width:5px;float:left;}
.spacer10 {width:10px;float:left;}
.spacer15 {width:15px;float:left;}
.spacer20 {width:20px;float:left;}
.noborder {border:none !important;}
/*
*******************************************************************************
page layout
*******************************************************************************
*/
#outer {
	padding:0px 0px 0px 0px;
}
.inner {
	width:850px; /* the width of the site */
	margin:0px auto 0px auto;
}
#header {
	padding:15px 0px 15px 0px;
	background:#FFF;
}
#header .panel_left {
	float:left;
	width:300px;
}
#header .panel_right {
	float:left;
	width:505px;
	text-align:right;
	margin-right:45px;
	margin-top:12px;
}
#menu {
	background:#888 url('images/menu_background.jpg') repeat-x top left;
}
#menu .inner {
	padding:4px 0px;
}
*:first-child+html #menu .inner, * html #menu .inner { padding-bottom:9px; }
#menu ul {
	display:block;
	list-style-type:none;
	margin:0px auto;
	padding:0px;
}
#menu ul li {
	text-align:center;
	float:left;
}
#menu ul li a {
	text-align:center;
	letter-spacing:-1px;
	color:#FFF;
	font-weight:bold;
	font-size:.8em;
	display:block;
	padding:2px 20px;
	border:1px solid #BBB;
	text-decoration:none;
	background:#9A9A9A;
	margin-right:5px;
	font-family:Verdana, Geneva, sans-serif !important;
}
#menu ul li a:hover {
	background:#B3B3B3;
}
#menu ul li.current_page_item a {
	background:#B3B3B3;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li ul {
display:none;
position:absolute;
margin-left:-1px;
}
#menu ul li ul li {
float:none;
}
#menu ul li ul li a {
display:block;
background:#DDD !important;
padding:4px 20px;
color:#000;
width:160px;
font-size:.7em;
text-align:left;
font-weight:normal;
border:1px solid #888;
letter-spacing:0px;
margin-top:-1px;
}
#menu ul li ul li a:hover {
background:#3C6AC1 !important;
color:#FFF;
}
.strapline {
	border-bottom:5px solid orange;	
	background:#395B7A;
}
.strapline .inner {
	background:#244360;	
}
.strapline .inner .panel {
	padding:10px 30px;
	color:#C2E2FF;
	font-size:.7em;
}
.strapline .inner .panel h1 {
	color:#FFF;
	text-transform:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
}
.strapline.home {
	background:url('images/strapline_background.jpg') repeat-x top left;
	height:120px;
	border-bottom:5px solid orange;
}
*:first-child+html .strapline, * html .strapline {
	margin-top:-5px;	
}
#contentWrapper {
	width:100%;
	background:#DDD;
	font-size:.8em;
}
#contentWrapper #home {
	font-size:.85em;
	line-height:1.4em;
}
*:first-child+html #contentWrapper, * html #contentWrapper {
	margin-top:-5px;	
}
#contentWrapper .inner {
	border-left:1px solid #777;
	border-right:1px solid #777;
	background:#F6F6F6;
	overflow:hidden;
}
#contentWrapper .inner .panel {
	padding:35px 30px 35px 30px;
	line-height:1.5em;
}
#contentWrapper #home .panel {
	padding:5px 10px 0px 15px;
}
#contentWrapper #home #bottomWrapper {
	width:860px;
}	
#contentWrapper #home .bottompanel {
	width:284px;
	float:left;
	background:#EEEEEE;
	border-top:1px solid #777;
	border-right:1px solid #777;	
}
#contentWrapper #home .bottompanel h4 {
	background:#888 url('images/menu_background.jpg') repeat-x top left;
	margin:0px;
	padding:6px 10px;
	border-left:1px solid #AAA;
}
#contentWrapper #home .bottompanel h4 a {
	color:#FFF;
	text-decoration:none;
}
*:first-child+html #contentWrapper #home .bottompanel h4 a, * html #contentWrapper #home .bottompanel h4 a { font-size:.8em; }
#contentWrapper #home .bottompanel h4 a:hover {
	text-decoration:underline;
}
#contentWrapper #home .bottompanel.first h4 {
	border-left:none;
}
#contentWrapper #home .bottompanel .panel {
	height:240px;
	padding:15px 10px 10px 10px !important;
}
#contentWrapper .inner .panel ul {
	margin:0px;
	padding:0px;
}
#contentWrapper .inner .panel ul li {
	margin:0px 0px 0px 15px;
	padding:0px;
}
#contentWrapper .inner .panel ul li a {
	text-decoration:none;
}
#contentWrapper .inner .bottompanel .footer {
	padding-right:10px;
	height:20px;
	text-align:right;
	background:#808080 url('images/mediator-biography.gif') no-repeat bottom left;
	position:relative;
	z-index:100;
}
#contentWrapper .inner .bottompanel .footer.rightmost {
	width:271px;
}
#contentWrapper .inner .bottompanel .footer a {
	line-height:20px;
	color:#FFF;
	text-decoration:none;
}
#contentWrapper .inner .bottompanel .footer a:hover {
	text-decoration:underline;
}
#footer {
	line-height:1.4em;
	border-top:1px solid #777;
	margin:-20px 0px 0px 0px;	
	background:#F6F6F6;
	color:#AAA;
	font-size:.7em;
}
#footer .inner .panel {
	padding:30px 0px 50px 0px;
}
#footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:600px;
}
#footer ul li {
	float:left;
	padding-right:10px;
}
input, textarea {
	background:#FFF;
	border:1px solid #CCC;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
input#contactsubmit {
	color:#000;
	background:#FFF;
	margin-top:10px;
	float:right;
	border:1px solid #666;
}

/*blog*/
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
.post {
	margin: 0;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
p img {
	padding: 0;
	max-width: 100%;
	}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
#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;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
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;
	}
.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	/* 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 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 caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* 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 */
