/*  
Theme Name: Content Control
Theme URI: http://wordpress.org/
Description: Tables-based theme to allow management of web content</a>.
Version: 2.62
Author: Park City Web, LLC
Author URI: http://www.parkcityweb.com/

	The CSS, XHTML and design is released under GPL:
	http://www.openpagetableensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-color: #205081;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 35px;
	font-family : Verdana, Arial, Helvetica sans-serif;
	font-size : 12px;
	color : #000042
}

p, td, ul li {
	font-family : Verdana, Arial, Helvetica sans-serif;
	font-size : 12px;
	color : #000042
}

.colinfo {
	padding: 8px;
}
.hometextbox	{
	padding-left: 10px;
	padding-right: 10px;
}
.newsbox	{
	padding-left: 10px;
	padding-right: 10px;
	border-left-style: solid;
	border-left-color: #205081;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #205081;
	border-right-width: 1px;
}
.middlecolumn	{
	padding-left: 10px;
	padding-right: 10px;
}

.slideshowbox	{
	border: 1px;
	border-style:solid;
	border-width:1px;
	border-color: #205081;
}

td#smaller p, td.smaller p, .smaller {
	font-size : 10px;
}
#s {
	width: 100px;
}
#searchsubmit	{
	background-color: #205081;
	color : #FFFFFF
}
a {
	color: #345987;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.header	{
	color: #FFFFFF;
	height: 30px;
}
.topnavigationhome {
	font-size : 16px;
	font-family: "Univers", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	padding-left: 0px;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}

.topnavigation {
	font-size : 16px;
	font-family: "Univers", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}

a.topnavigationhome, a.topnavigation {
	color: #205081;
	text-decoration: none;
	font-weight: bold;
}
a:hover.topnavigationhome, a:hover.topnavigation {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topnavigation2 {
	font-size : 16px;
	font-family: "Univers", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}
a.topnavigation2 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover.topnavigation2 {
	color: #205081;
	text-decoration: none;
	font-weight: bold;
}
.headingfont {
	font-size : 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.prefooter {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.price, .imagedescription	{
	line-height: 18px;
}
.tablepadding {
	margin-left: 5px;
}
.headertitles {
	color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
}
.imageborder {
	border: solid 1px #6c6353
}
h2 a:hover, h3 a:hover {
	color: #333333;
	text-decoration: none;
}
.homepagetable {
	
}
a.post-edit-link {
	color: #FFFFFF;
}
/* CS This controls fonts, colors and vertical spacing in left navigation */
		
.leftcolumn ul li {
	line-height: 12px;
	margin-bottom: 8px;
}
.leftcolumn {
	border-right-color: #F5F6FA;
	border-left-color: #F5F6FA;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #EBF4FD;
}
.leftcolumncontent {
	padding-left: 12px;
}
.leftcolumncontent a {
	color: #345987;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
}
.status {
	color: #345987;
	
}
.widgettitle, .widgettitle a {
	color: #345987;
	text-decoration: none;
	font-size : 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftblurb {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.rightblurb {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	background-color: #FFFFFF;
	border-top-color: #345987;
	border-right-color: #345987;
	border-bottom-color: #345987;
	border-left-color: #345987;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* CS End font control in left navigation */

/* CS Make top level pages stand out more

div.leftcolumncontent ul li.page_item a	{
	font-size: 16px;
	text-decoration: underline;
}

div.leftcolumncontent ul li ul li.page_item a	{
	font-size: 12px;
	text-decoration: none;

}

 CS end */


.leftcolumncontent a:hover {
	color: #999999;
	text-decoration: none;
}
.leftcolumncontent .current_page_item a {
	color: #345987;
	text-decoration: none;
	font-weight: bold;
}
.leftcolumncontent .current_page_item a:hover {
	color: #999999;
	text-decoration: none;
}
.leftcolumn ul, .leftcolumn ul ol {
	margin: 0;
	padding: 0;
}
.leftcolumn ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}
.leftcolumn ul p, .leftcolumn ul select {
	margin: 5px 0 8px;
}
.leftcolumn ul ul, .leftcolumn ul ol {
	margin: 5px 0 0 10px;
}
.leftcolumn ul ul ul, .leftcolumn ul ol {
	margin: 0 0 0 10px;
}
ol li, .leftcolumn ul ol li {
	list-style: decimal outside;
	line-height: 18px;
}

.wp-caption alignleft {
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}
.wp-caption alignright {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.wp-caption-text {
	text-align: center;
	font-size : 11px;
	font-style: italic;
}
.leftcolumn ul ul li, .leftcolumn ul ol li {
	padding: 0;
}
.landingpage {
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
.contentarea {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
.indent {
	padding-left: 15px;
}
.button {
	color: #ffffff;
	background-color: #333333;
	font-size: 10px;
}
.footer, .footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contentarea ul li {
	line-height: 18px;
	padding-bottom: 6px;
}
.alt {
}
.page_item {
	font-weight: normal;
	line-height: 20px;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #000042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftcolumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #000042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #000042;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entry p a:visited {
	color: #333333;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, sans-serif;
}
.commentlist li {
	font-weight: bold;
}
.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: Verdana, Arial, sans-serif;
}
.commentmetadata {
	font-weight: normal;
}
small, .leftcolumn ul ul li, .leftcolumn ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: 13px Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

.post {
	text-align: left;
	background-color: #FFFFFF;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone, img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}
img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



.leftcolumn ul, .leftcolumn ul ol {
	margin: 0;
	padding: 0;
}
/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

.login {
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
/* Begin Sidebar */
.leftcolumn {
	text-align: left;
	font-size: 14px;
}
.leftcolumn form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	font-size: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	padding-left: 25px;
	width: 200px;
	empty-cells: show
}
#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: left;
	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 #ffffff;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* Begin - used in NextGen Gallery Template */

.sample3 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent:0px !important;
}
.sample3 li:before {
	content: '' !important;
}
.sample3 li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 275px;
	height: 400px;
}
#thumbphoto {
	height: 300px;
	vertical-align: bottom;
}
.sample3 li:hover img {
	border-color: #000;
}
.sample3 img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.sample3 em {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.sample3 a {
	text-decoration: none;
}
.bottomfeeder {
	bottom: 0;
	height: 300px;
}
.ddfmwrap {
	width: 500px;
	text-align: left;
}


/* End - used in NextGen Gallery Template */
#mc_signup_form	{
	font-size: 10px;
}