/*   
Theme Name: UMP
Theme URI: http://www.unitedmetal.com
Description: United Metal Products
Author: Dan McCurley
Author URI: http://www.mccurleycreative.com
*/


/* Reset default browser CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	}
	
table { /* Tables still need 'cellspacing="0"' in the markup. */
	border-collapse: separate; 
	border-spacing: 0; 
	}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	}

table, td, th { 
	vertical-align: top; 
	}

a img { 
	border: none; /* Remove border on linked images. */
	}


/* Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
	background: #ccc url(images/background.gif) repeat-x top;
	color: #333;
	line-height: 1.5; 
	}

a:link {
	color: #183394;
	text-decoration: underline;
	}	

a:visited {
	color: #183394;
	text-decoration: underline;
	}

a:hover,
a:active {
	color: #feb325;
	text-decoration: underline;
	}
	
a.more-link,
a.more-link:visited {
	background: #183394;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	}	

a.more-link:hover,
a.more-link:active {
	background: #feb325;
	color: #000;
	text-decoration: none;
	}
	
div.navigation a,
div.navigation a:visited {
	background: #666;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	}	

div.navigation a:hover,
div.navigation a:active {
	background: #183394;
	color: #fff;
	text-decoration: none;
	}

h1 { 
	font-size: 2em; 
	color: #183394; 
	line-height: 1.25; 
	padding: 1em 0 0; 
	font-style: italic;
	letter-spacing: -0.005em;
	font-weight: normal;
	}

h2 { 
	font-size: 1.25em; 
	line-height: 1.25; 
	padding: 1.25em 0 0; 
	color: #666;
	}

h3 { 
	font-size: 1em; 
	line-height: 1.25; 
	padding: 1.25em 0 0; 
	}

h4 { 
	font-size: 1em; 
	line-height: 1.25; 
	padding: 1.25em 0 0; 
	font-style: italic; 
	font-weight: normal;
	}
	
h5, h6 { 
	font-size: 0.9166em;
	padding: 1.4545em 0 0; 
	font-variant: small-caps;
	}

.entry-preview h2 { 
	font-size: 1em; 
	line-height: 1.5; 
	padding: 1em 0 0; 
	color: #666;
	font-weight: bold;
	}

.entry-preview h3 { 
	font-size: 1em; 
	line-height: 1.5; 
	padding: 1em 0 0; 
	font-weight: normal;
	font-style: italic;
	}

small {
	font-size: 0.9166em;
	}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}	
	
sup {
	bottom: 1ex;
	}

sub {
	top: .5ex;
	}

p {
	padding: 1em 0 0;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}
	
span.normal {
	font-weight: normal;
	}	

div.geo_mashup_map {
	margin-top: 1em;
	}

a[href$='.pdf'],
a[href$='.pdf']:visited {
	display: inline-block;
	padding-left: 1.75em;
	background: transparent url(images/download-pdf.gif) center left no-repeat;
	text-decoration: none;
	}
	
a[href$='.pdf']:active,
a[href$='.pdf']:hover {
	text-decoration: underline;
	color: #000;
	}

hr {
	background-color:#e6e9e2;
	border:1px solid #d6ded3;
	clear:both;
	color:#e6e9e2;
	height:5px;
	margin-top:2em;
}

/* Bulleted Lists */
#content ul {
	padding: 1.25em 0 0 3em;
	list-style-type: disc;
	}

#content li ul {
	padding: 0 0 0 3em;
	list-style-type: circle;
	}

#content li li ul {
	padding: 0 0 0 3em;
	list-style-type: square;
	}


/* Numbered Lists */
#content ol {
	padding: 1.25em 0 0 3em;
	list-style-type: decimal;
	}

#content li ol {
	padding: 0 0 0 3em;
	list-style-type: upper-alpha;
	}

#content li li ol {
	padding: 0 0 0 3em;
	list-style-type: lower-roman;
	}

#content li li li ol {
	padding: 0 0 0 3em;
	list-style-type: lower-alpha;
	}

/* Quoted Text */
blockquote p {
	padding: 1em 0 0 3em;
	font-style: italic;
	text-align: justify;
	}


/*  Tables  */
table {
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
	}

table caption {
	font-style: italic;
	font-variant: small-caps;
	margin-top: 1em;
	color: #666;
	}

th {
	padding: 0.5em 1em;
	border: 1px solid #d6ded3;
	text-align: left;
	color: #666;
	font-weight: bold;
	}

td {
	padding: 0.5em 1em;
	border: 1px solid #d6ded3;
	color: #666;
	}


/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0.25em 0 1em 2em;
	display: inline;
	}

img.alignleft {
	margin: 0.25em 2em 1em 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Header */
#wrapper {
	width: 900px;
	margin: auto;
	background: #e6e9e2;
	color: #333;
	}		

#header {
	background: #000;
	color: #fff;
	}
	
.header-images {
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1;
	}

div.header-images embed,
div.header-images object {
	margin: 0;
	padding: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	}

.logo {
	margin-left: 2em;
	padding-top: 32px;
	height: 76px;
	}

h1.homepage {
	margin: 0;
	padding: 0;
	}

/* Navigation */
#nav-bar {
	background: #3a51a4 url(images/bar-bg.gif) repeat-x bottom;
	color: #fff;
	border-bottom: 5px solid #d6ded3;
	height: 2.5em;
	}

.sf-menu, .sf-menu * {
	list-style:	none;
}
.sf-menu {
	line-height: 1;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 16em; /* left offset of submenus need to match (see below) */
}
ul.sf-menu {
	margin-left: 1em;
	border-right: 1px solid #3a51a4;
	border-left: 1px solid #183394;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	border-left: 1px solid #3a51a4;
	border-right: 1px solid #183394;
}
.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 16em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 16em; /* match ul width */
	top: 0;
}

.sf-menu {
	float: left;
}
.sf-menu a {
	padding: 0.75em 1em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	text-decoration: none;
}
.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	padding: 0.5em 1em;
	color: #fff;
	text-decoration: none;
}
.sf-menu li {
	background: none;
	font-weight: bold;
	z-index: 15;
}
.sf-menu li ul {
	border-top: 5px solid #d6ded3;
}
.sf-menu li li ul {
	border-top: 0;
}
.sf-menu li li {
	background: #183394;
	font-weight: normal;
	border-right: 0;
	border-bottom: 1px solid #3a51a4;
	border-left: 0;
	z-index: 10;
}
.sf-menu li li li {
	border-left: 1px solid #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #183394;
	outline: 0;
	color: #fff;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	text-decoration: none;
	}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #3a51a4;
	outline: 0;
	color: #fff;
}
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	text-decoration: none;
	}

/*  Navigation Arrows */
.sf-menu a.sf-with-ul {
	padding-right: 1.75em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 0.5em;
	top: 0.9166em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
.sf-menu li li .sf-sub-indicator {
	top: 0.7875em; /* IE6 only */
}
.sf-menu li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 0.6em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* shadows for all but IE6 */
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 10px 10px 0;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Main Content */
#container {
	clear: both;
	}

#content {
	width: 672px;
	float: left;
	background: #fff;
	padding-bottom: 2em;
	}
	
#content-home {
	width: 672px;
	float: left;
	background: #fff;
	padding-bottom: 0;
	}

#column {
	width: 624px;
	margin: auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	}
	
#column-home {
	width: 672px;
	margin: 0;
	}
	
#column-home img {
	height: 303px; 
	width: 672px; 
	margin:0; 
	padding:0;
	}
	
ul.buttons {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d6ded3;
	}

ul.buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
	
ul.buttons li a,
ul.buttons li a:active,
ul.buttons li a:visited,
ul.buttons li a:hover {
	margin: 0;
	padding: 0;
	display: block;
	width: 224px;
	height: 100px;
	}

ul.buttons li a span {
	display: none;
	}

ul.buttons li a#one {
	background: #000 url(images/button-1.gif) no-repeat top center;
	}
	
ul.buttons li a#one:hover {
	background: #000 url(images/button-1.gif) no-repeat bottom center;
	}
	
ul.buttons li a#two {
	background: #000 url(images/button-2.gif) no-repeat top center;
	}
	
ul.buttons li a#two:hover {
	background: #000 url(images/button-2.gif) no-repeat bottom center;
	}
	
ul.buttons li a#three {
	background: #000 url(images/button-3.gif) no-repeat top center;
	}
	
ul.buttons li a#three:hover {
	background: #000 url(images/button-3.gif) no-repeat bottom center;
	}

.entry object {
	margin-top: 1em;
}

div.navigation p,
div.post-navigation p {
	text-align: center;
	}

#breadcrumbs {
	border: 1px solid #d6ded3;
	padding: 0.25em 1em;
	margin-top: 1.5em;
	font-weight: bold;
	clear: both;
	}
	
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:active {
	text-decoration: none;
	}


/* Sidebar & Widgets */
#sidebar {
	float: right;
	width: 228px;
	color: #666;
	}

#sidebar {
	line-height: 1.25em;
}

#sidebar li p {
	color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.75em 1em;
}

#sidebar a:link,
#sidebar a:active,
#sidebar a:visited {
	text-decoration: underline;
	color: #183394;
}

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

#sidebar h4 {
	font-size: 1em;
	color: #fff;
	line-height: 1em;
	padding: 0.75em 1em;
	background: #3a51a4 url(images/bar-bg.gif) repeat-x bottom;
	font-weight: bold;
   	border-bottom: 5px solid #d6ded3; 
   	font-style: normal;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

#sidebar li li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#sidebar li li a:link,
#sidebar li li a:active,
#sidebar li li a:visited {
	text-decoration: none;
	display: block;
	padding: 0.75em 1em;
	color: #666;
	font-weight: bold;
}

#sidebar li li a:hover {
	text-decoration: none;
	color: #183394;
	background: #d6ded3;
}

#sidebar form#searchform {
	margin: 0;
	padding: 0;
	}
	
#sidebar form#searchform div {
	padding: 0.75em 0 0.75em 1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#sidebar input#s {
	width: 132px;
	}

/* Footer */
#footer {
	background: #3a51a4 url(images/bar-bg.gif) repeat-x bottom;
	clear: both;
	color: #fff;
   	border-top: 5px solid #d6ded3; 
	height: 2.5em;
	line-height: 2.5em;
	}

.footer-left {
	padding-left: 2em;
	float: left;
	width: 52em;
	height: 2.5em;
	}

.footer-left p,
.footer-right p {
   	font-weight: bold;
   	margin: 0;
   	padding: 0;
	}

.footer-right {
	width: 19em;
	float: right;
	background: #3a51a4;
	height: 2.5em;
	}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #feb325;
	text-decoration: none;
	}

.footer-right a:link,
.footer-right a:visited,
.footer-right a:active {
	text-decoration: none;
	color: #fff;
	background: url(images/feed.gif) no-repeat 1em center;
	display: block;
	padding-left: 28px;
	}

.footer-right a:hover {
	text-decoration: none;
	color: #feb325;
	}

span.admin a:link,
span.admin a:visited,
span.admin a:active {
	text-decoration: none;
	color: #fff;
	}

span.admin a:hover {
	text-decoration: none;
	color: #feb325;
	}

span.login a:link,
span.login a:visited,
span.login a:active {
	text-decoration: none;
	color: #fff;
	}

span.login a:hover {
	text-decoration: none;
	color: #feb325;
	}
	
#footer-text {
	margin: auto;
	color: #666;
	padding: 0.25em 0 0;
	font-weight: normal;
	background: #ccc;
	height: 75px;
	}
	
#footer-text p {
	float: left;
	font-size: 11px;
	margin-left: 24px;
	}