/*
Theme Name: Progress Mediation
Theme URI: http://www.ynotweb.com
Description: Wordpress theme for Progress Mediation
Author: Kammy Burleson, YNot Web
Author URI: http://www.ynotweb.com


/*-----------Block Level Elements--------------*/
body {
background-color: #87C7F1;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
font-size: 10pt;

}

#page {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 960px;
	padding: 5px;
border: 1px solid silver;
	margin: 0 auto;
}

#headerimg {
background-image: url(images/panorama.jpg);
background-repeat: no-repeat;
width: 960px;
height: 266px
}

.description {

}
#menu {
	width: 960px;
	margin: 0 auto;
	border-bottom: 1px solid #0182AC;
	height: 40px;
	}
	
#menu ul {
	width: 960px;
	float: right;
	display: block;
	height: 40px;

}
	
#menu  li {
display: inline;
		background-image: url(images/arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
}

#menu li a {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		color: #0182ac;
		font-weight: bold;
		text-decoration: none;
padding-left: 30px;
padding-right: 10px;

}

#menu li a:hover {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		color: #0182ac;
		font-weight: bold;
		text-decoration: none;
padding-left: 30px;
padding-right: 10px;

}

	/* menu 
#menu {
	width: 970px;
	margin: 0 auto;
	border-bottom: 1px solid #0182AC;
	height: 40px;
	}
	
#menu ul {
	width: 950px;
	float: right;
	display: block;
	/* height: 50px;*/

}
	
#menu  li {
display: inline;
		background-image: url(images/arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
line-height: 25px;

}

#menu li a {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		color: #0182ac;
		font-weight: bold;
		text-decoration: none;
padding-left: 20px;
padding-right: 20px;

}

#menu li a:hover {
		font-family: Georgia, Arial, Helvetica, sans-serif;
		color: #0182ac;
		font-weight: bold;
		text-decoration: none;
padding-left: 20px;
padding-right: 20px;

}
*/
#wrapper {
	width: 100%;
}

#content {
	float: right;
	width: 60%;
}

#sidebar {
	width: 38%;
	margin-right: 60%;
}

#footer {
	width: 100%;
	clear: both;
	background-color: #fff;
	height: 30px;
	
}

#footer p {

}
#footer a {
color: #0182AC;
}

.copyright {
float: left;
margin-left: 30px;
}

.credit {
	float: right;
	margin-right: 20px;
}
/*-------------Headings-------------*/

h1 {

}

h2 {
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #0182AC;
display: block;
border-bottom: 2px solid #E7E7E7;
margin-right: 10px;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
color: #0182AC;
}

.post {

}

.post p {
margin-right: 20px;
}

.post a {
color: #0182AC;
}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}


.pagetitle {

}

blockquote {

}

cite {

}



/*--------------Sidebar------------*/

#sidebar ul {
margin-right:15px;
}

#sidebar ul h2 {
border-bottom: none;
}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {
margin-left: 30px;
}


#sidebar a {
color: #0182AC;
}
#sidebar a:hover {

}

#sidebar a:visited {

}

img.logo {
	margin-left: 15px;
}
.divider {
	width: 90%;
	height: 2px;
	background-color: #e7e7e7;
	margin-left: 30px;
}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/

img {
	border: none;
}

img a {
	border: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 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 cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

