/*  
Theme Name: UniBridge Custom Theme
Theme URI: http://www.unibridgescales.com
Description: This theme is designed for UnibridgeScales
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #cfe4f8 url(/images/bg.jpg) repeat-x top;
	color: #333;
	text-align: center;
	}
.featurelist li{
list-style: square outside;color:#660000;margin-left:-10px;margin-right:20px;margin-top:5px;text-transform:capitalize;
}

.featurelist li .features{
list-style: square outside;color:#000000;margin-right:20px;text-transform:none;
}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em;
}

#maincontent {
	margin:20px;
	font-size: 1.2em;
	line-height:1.5em;
	text-align:justify;
	height:auto;
	}
#maincontent p{
	height:100%;
}
.headborder{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.6em;
	font-weight: bold;
	text-decoration: none;
	line-height:1.7em;
	color: #660000;
	margin-top:0px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;*/
}

.widecolumn .entry p {
	font-size: 1.05em;
	
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;	
	position:relative;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #EDECD1;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 16px;
	text-align: left;
	}

#headerimg {
	height:150px;
	width:740px;
	}
#mainheaderimg {
	height:236px;
	width:740px;
	}

#pagetitle {
	background: url(/images/headerbg.jpg) no-repeat;
	height:150px;
	width:740px;
	display:block;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	text-align:right;
	color: #fff;
	margin-left:13px;
}

#pagetitle .title{
	display:block;
	font-size: 2.8em;
	padding-right:20px;
	padding-top:110px;
}

#childpagetitle {
	background: url(/images/childheaderbg.jpg) no-repeat;
	height:150px;
	width:740px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	text-align:right;
	color: #fff;
	margin-left:13px;
}

#childpagetitle p{
	font-size: 2.8em;
	padding-right:20px;
	padding-top:110px;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	text-decoration: none;
	color: #660033;
	}
h3 a{
padding-right:5px;
	font-size: 1em;
	text-decoration: none;
	color: #660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color:#EEEDCA;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2{
	font-size: 1.6em;
	color: #003366;	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

.entry p a:visited {
	color: #0066cc;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', 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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar 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;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/* Begin Structure */

#footerblock{
	width:740px;
	display:block;
	clear:both;
	color:#000;
	float:right;
}
#footerblock a{
text-align:center;
}
div.button {width:228px; height:60px; top:0px; left: 0px; }
div.button a  {width:228px; height:60px; display:block;
font-weight: bold;font-size: .8em; text-align:center;}
div.button a:link { text-decoration:none;}

#logoimg{
float:left;
width:228px;
height:60px;
background: url(/images/logo.jpg) no-repeat left bottom;
}
/* css for top menu */
#underlinemenu{
top:0px;
margin-left:310px;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: right;
width: 100%;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
font:  11px Verdana, Arial, sans-serif;
}

#underlinemenu ul li{
display: inline;
text-transform:uppercase;
}


#underlinemenu ul li a{
float: right;
color: white;
padding: 2px 10px 2px 10px;
text-decoration: none;
background: url(/images/menudivide.gif) top right repeat-y;
font:  11px Verdana, Arial, sans-serif;
}

#underlinemenu ul li a:hover{
color: #FFFF33;
background-color: #4B7CA9;
border-bottom: 2px solid #CCCCCC;
padding-bottom: 0px;
}

/* end css for top menu */

/* css for footer menu */
#underlinemenu{
top:0px;
}

#underlinemenufooter ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
width: 100%;
border-width: 1px 0;
}

* html #underlinemenufooter ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
font:  11px Verdana, Arial, sans-serif;
}

#underlinemenufooter ul li{
display: inline;
text-transform:uppercase;
}


#underlinemenufooter ul li a{
color: white;
padding: 2px 10px 2px 10px;
text-decoration: none;
font:  11px Verdana, Arial, sans-serif;
}

#underlinemenufooter ul li a:hover{
color: #FFFF33;
background-color: #4B7CA9;
border-bottom: 2px solid #CCCCCC;
padding-bottom: 0px;
}

/* end css for footer menu */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#whiteline {
	width:100%;
	height:10px;
	background:#fff;
	clear:both;
	display:block;
}
#sidebox {
	/*background-color: #EEEDCA;*/
	margin-top:15px;
	padding:20px;
	font-size: 1.2em;
	line-height:1.5em;
	width:100%;
	border: 1px solid #ccc;
}
/*
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}*/

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}
	
.narrowcolumnmainpage {
	float: left;
	padding: 0 0 20px 20px;
	width: 480px;
	overflow:hidden;
	height:100%;
	line-height:1.6em;
	text-align:justify;
	}	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	width: 480px;
	overflow:hidden;
	height:100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 20px 0 20px;
	height:90%;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	height:auto;
	}
.searchresult {
	margin: 0 0 40px;
	text-align: justify;
	height:100%;
	}

.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;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* 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;
	padding:0px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0px;
	display: inline;
	}
img.borderalignleft {
	padding: 4px;
	margin: 7px 12px 2px 0px;
	display: inline;
	border: 1px solid #CFE4F8;	
	}
.borderalignleft {
	float: left
	}
img.borderalignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	margin: 7px 0px 2px 12px;
	display: inline;
	border: 1px solid #CFE4F8;	
	}
.borderalignright {
	float: right
	}
.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 {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 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 {
	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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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 {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/*- Sidebar Subpages Menu */

.sb-pagemenu{
padding:0px;
}
.sb-pagemenu ul .page_item a {
font-size: 1.2em;
color: #0066cc;
margin-left: 20px;
line-height:10px;
}


.sb-pagemenu ul .current_page_item  a {
font-size: 1.2em;
color: #000;
font-weight:bold;
line-height:10px;
text-decoration:underline;
}


#subpage-indent {
margin-left:20px;
margin-right:20px;
}
/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

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



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 520px;
	width: 180px;
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	}
/* End Various Tags & Classes*/

/* containers
============== */
#container {
background-color: transparent;
margin: 0 auto;
position: relative;
text-align: left;
width: 765px;
height:100%;
}
	
#wrap {
margin: 0 auto;
min-height: 100%;
position: relative;
text-align: left;
width: 765px;/*
background-color: #F7F6E6;*/
background-color: #F7F6E6;
border: 10px solid #FFFFFF;
color: #000;
height:100%;
}
/*  top horizontal menu
========================= */

#invertedtabs{
padding: 0;
width: 735px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 10px;
}

#invertedtabs ul{
font: bold 11px arial, "Trebuchet MS", Verdana;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #4B7CA9 url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1.5px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #102C48;
color: #FFFF66;
}

#invertedtabs a:hover span{
background-color: #102C48;
color: #FFFF66;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #102C48;
color: #FFFF66;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #4B7CA9;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */

/*rounded corners */
.roundcont {

	margin-top:15px;
/*	padding:20px;
	font-size: 1.2em;
	line-height:1.5em;*/
	width: 230px;
	background-color: #EEEDCA;
	color: #000;
}

.roundcont p {
	font-size: 1.2em;
	line-height:1.5em;
	padding-left:30px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*end rounded corners*/

table{border-spacing:1px;font:10px 'Verdana', Arial, Helvetica, sans-serif;background:#E7E7E7;color:#000000;width:100%;}
caption{
	border:#666666;
	border-bottom:2px solid #666666;
	padding:0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;		
	font-size:1.8em;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
	margin-top:0px;
}
td, th{padding:4px;}
thead th{text-align:center;background:#F5F5F5;color:#666666;border:1px solid #ffffff;text-transform:uppercase;}
tbody th{font-weight:bold;text-transform:capitalize;letter-spacing:1px;color:#660000;}
tbody tr{background:#EEEDCA;text-align:left;}
tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}
tbody th a:link, tbody th a:visited{text-decoration:underline}
tbody th a:hover{color:#009900;}
tbody tr td{height:20px;background:#EEEDCA;border:1px solid #ffffff;}
tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}
table td a:link, table td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
table td a:hover{color:#009900;text-decoration:underline;font-weight: bold;}

/* end table */
