/*
Theme Name: UPN Sitemind
Description: This UPN default theme is based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Sitemind
Author URI: http://www.sitemind.com/
*/


/* Begin Various Tags & Classes */
body {
	background: #000727 url('images/bg.gif') repeat-x 0 0;
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}
.clearit {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #004e86;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	border-left: 5px solid #ddd;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}
blockquote cite {
	display: block;
	margin: 5px 0 0;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
     left: -1000em;
     position: absolute;
}
hr {
	display: none;
}
a img {
	border: none;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	color: #999;
	font-size: 11px;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
p {
	line-height: 130%;
}
/* End Various Tags & Classes*/


/*	Begin Headers */
h1, h2, h3, h4 {
	font-family: "georgia", serif;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	margin-top: 0px;
}
h2 {
}
h3 {
	font-size: 18px;
	margin: 30px 0 0;
}
#sidebar h3 {
	color: #666;
	font-weight: normal;
	margin: 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
h4 {
	margin: 0;
}
h1, h1 a, h1 a:hover, h1 a:visited, 
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
}
h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #004e86;
	text-decoration: none;
}
/* End Headers */


/* Begin Structure */
#page {
	margin: 0px auto;
	width: 960px;
}
#header {
	background: transparent url('images/top.jpg') no-repeat 0 0;
	height: 125px;
	margin: 0 auto;
	width: 960px;
}
#logo {
	float: left;
	margin: 19px 0 0;
}
#logo a {
	background: transparent url('images/logo.gif') no-repeat 0 0;
	display: block;
	height: 67px;
	text-decoration: none;
	width: 304px;
}
#phone {
	color: #fff;
	float: right;
	font-family: georgia, serif;
	font-size: 16px;
	line-height: 16px;
	padding: 63px 20px 0 0;
	text-align: right;
}
#phone div + div {
	font-size: 32px;
	line-height: 32px;
}
#outer {
	background: #18203e url('images/outer.gif') repeat-x 0 0;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 920px;	
}
#inner {
	background: #fff url('images/divider.gif') repeat-y 560px 0px;
	width:918px;
	padding:2px;
}
.narrowcolumn {
	float: left;
	padding: 30px;
	width: 500px;
}
.widecolumn {
	padding: 30px;
}
.post {
	border-top: 3px solid #e3e3e3;
	margin: 0 0 30px 0;
	padding-top: 30px;
}
.post:first-child,
.navigation + .post {
	border: 0px;
	padding-top: 0px;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	float: left;
	margin: 5px 5px 5px 0px;
	text-align: center;
	width: 128px;
}
.widecolumn .attachment {
	margin: 5px 0px;
	text-align: center;
}
.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.postmetadata {
	clear: both;
}
#sidebar {
	margin-left: 560px;
	padding: 30px;
	width: 300px;
}
#sidebar form {
	margin: 0;
}
#sidebar .col2 {
	float: left;
	padding: 0px 7px 0px 0px;
	width: 143px;
}
#sidebar .col2 + .col2 {
	padding: 0px 0px 0px 7px;
}
#footer {
	border: none;
	clear: both;
	color: #333;
	font-size: 11px;
	padding: 10px 0 20px 0;
	text-align: center;
}
#footer #copyright {
	color: #fff;
	padding-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
/* End Structure */



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

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	background-color: #f0f0f0;
	border: 3px solid #e3e3e3;
	list-style-type: none;
	list-style-image: none;
	padding: 10px;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	border: 0px;
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
input {
	font-family: arial, verdana, sans-serif;
}
#searchform {
}
#searchform input[type="text"] {
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 5px;
	width: 180px;
}
#searchform div {
	margin: 5px 0 0 0;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	border: 1px solid #ccc;
	font-family: arial, sans-serif;
	font-size: 12px !important;
	padding: 3px;
	width: 100%;
}
#respond:after {
    clear: both; 
	content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
}
/* End Form Elements */



/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	background: #fff;
	border: 1px solid #eee;
	float: right;
	padding: 2px;
}
.commentlist cite, .commentlist cite a {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#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 */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* End captions */

 
 
 
 
 
 
 

 /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}#qm1 ul {top:100%;}#qm1 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 1 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm1 a	
	{	
		background-image: url('/images/nav.gif');
		background-repeat: repeat-x;
		background-position: right center;
		color: #ffffff;
		font-family: georgia, serif;
		font-size: 16px;
		height: 33px;
		margin: 0px 0px 0px 0px;
		padding: 14px 0px 0px 0px;
		text-align: center;
		text-decoration: none;
		z-index:888;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm1 a:hover	
	{	
		background-image: url('/images/nav_on.gif');
		background-repeat: repeat-x;
		background-position: right center;
		color: #ffffff;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 li:hover>a	
	{	
		background-image: url('/images/nav_on.gif');
		background-repeat: repeat-x;
		background-position: right center;
		color: #ffffff;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm1 div, #qm1 ul	
	{	
		background-color: #06346f;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm1 div a, #qm1 ul a	
	{	
		background-image: none;
		color: #ffffff;
		font-size: 12px;
		height: 17px;
		line-height: 13px;
		margin: 0px;
		padding: 5px 15px 5px 15px;
		text-align: left;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm1 div a:hover	
	{	
		background-image: none;
		background-color: #01508d;
		color: #ffffff;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 ul li:hover>a	
	{	
		background-image: none;
		background-color: #01508d;
		color: #ffffff;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm1 div .qmactive, body #qm1 div .qmactive:hover	
	{	
		background-color:#DADADA;
		color:#CC0000;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm1 .qmtitle	
	{	
		cursor:default;
		padding:0px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm1 .qmdividerx	
	{	
		border-top-width:1px;
		margin: 0px;
		padding: 0px;
		border-color: #01508d;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm1 .qmdividery	
	{	
		background-image: url('/images/divider.gif');
		background-repeat: no-repeat;
		background-position: right center;
		height: 47px;
		margin: 0px 0px 0px 0px;
		width: 1px;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm1 .qmritem span	
	{	
		border-color:#DADADA;
		background-color:#F7F7F7;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm1 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


#promo {
	background: #750000 url('/images/promo.gif') repeat-x 0px 0px;
	border: 3px solid #620000;
	color: #fff;
	margin: 0px auto;
	width: 219px;
	}

#promo p {
	font-family: georgia, serif;
	font-size: 15px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}

#promo select {
	border: 1px solid #620000;
	color: #333;
	margin: 0px 10px 0px 10px;
	width: 199px;
	}


