/*
Theme Name: ProMed 1
Theme URI: http://www.promednetworkis.com
Description: Custom theme built for ProMed Networks, Inc.
Version: 1.0
Author: Christohper Stevens
Tags: promed, networks

This is the first custom built Wordpress template for ProMed Networks. When it's time to change designs, the process should be somewhat painless.
*/

body, html {
	margin: 0px;
	padding: 0px;
	background: url(images/backFade.gif) top center repeat-y #c8c7c7;
	height: 100%;
}

table {
	padding: 0px;
	border-spacing: 0px; 
	border-width: 0px;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #003D96;
}

a:hover {
	color: #0070cc;
}

a:active {
	color: #003D96;
}

a:visited {
	color: #003D96;
}

#topBackOuter {
	height: 100%;
	background: url(images/topBack.gif) left top repeat-x;
}

#botBackOuter {
	height: 100%;
	background: url(images/botBack.gif) left bottom repeat-x;
}

#topBackOuterTd {
	height: 100%;
	background: url(images/topFade.gif) center top no-repeat;
}

#botBackOuterTd {
	height: 100%;
	background: url(images/botFade.gif) center bottom no-repeat;
	text-align: center;
}

#contentTable {
	height: 100%; 
	width: 897px; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
}

#leftNavCol {
	width: 171px;
	text-align: right;
} 

#rightContentCol {
	width: 726px;
}

#footer {
	height: 34px;
	background: url(images/footerBack.gif) center bottom no-repeat;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 10px;
}

#topNav {
	background: url(images/topNavBack.gif) left top no-repeat;
	height: 28px;
}

#bbbTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	margin-top: 6px;
	height: 142px;
}

#bbbTd {
	width: 162px;
	background: url(images/bbbBack.gif) left bottom no-repeat;
}

#bbbHolder {
	margin-top: 11px;
	margin-left: 41px;
}

#leftNavColunm {
	height: 1px;
	background: url(images/leftNavBack.gif) right top repeat-y;
}

#pageContent {
	padding: 24px 10px 6px 24px;
}

h1 {
	font-weight: normal;
	font-size: 12px;
	color: #828282;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #003D96;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	color: #003D96;
}

#leftNav {
	display: block;
	width: 150px;
	margin-left: 19px;
	margin-bottom: 12px;
}

#leftNav h2 {
	margin-top: 6px;
	font-weight: normal;
	font-size: 14px;
	color: #828282;
	margin-bottom: 0px;
}

.postDate {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 6px;
	color: #828282;
}

.textField {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 background-color: #FFFFFF;
	 border: 1px solid #333333;
	 margin-bottom: 3px;
	 padding-left: 3px;
	 padding-right: 3px;
}

hr {
  border: 0;
  width: 100%;
  color: #003D96;
  background-color: #003D96;
  height: 1px;
  
}

.reqStar {
	color: #990000;
}

li {
	padding-bottom: 6px;
}

#testimonialList li {
	padding-bottom: 6px;
	list-style: none; 
}

.caption {
	color: #666666;
	font-size: 10px;
}

/* WordPress Specific */
.postmetadata {
	clear: both;
	font-size: 9px;
}

.clear {
	clear: both;
}

/* 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 */

/* 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 */

