/*  
Theme Name: Off on a Tangent
Theme URI: http://www.scottbradford.us/
Description: Website 21
Version: 21.0
Author: Scott Bradford
Author URI: http://www.scottbradford.us/
*/

/* Basic Style */

html { min-height: 100%; height: auto; margin: 0px; padding: 0px; overflow-x: hidden; }

body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto;
	background: #ffffff url('./images/bg-side.png') right repeat-y;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	overflow-x: hidden;
}
table {
	font-size: 12px;
	line-height: 16px;
}

small {
	font-size: 10px;
}

a, a:visited {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px #BBBBBB solid;
}

a:hover {
	color: #660000;
	border-color: #660000;
}

a.noborder {
	border: 0px;
	}
	
hr {
	width: 100%;
	height: 1px;
	margin-top: 14px;
	margin-bottom: 14px;
	border: 0px;
	color: #BBBBBB;
	background: #BBBBBB;
}

/* OoaT Custom Formatting */

/* General */

div.bigdiv {
	position: relative;
	height: auto;
	overflow-x: hidden;
}
div.maintable { margin-top: 0px; padding: 0px; }
table.maintable {
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	margin-top: 79px;
	margin-bottom: 60px;
}
table.maintable tr, table.maintable tr td {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
}
table.maintable tr.spacer td { height: 1px; overflow: hidden; }
td.col-content {
	vertical-align: top;
	position: relative;
}
div.col-content { margin-bottom: 10px; }
td.sidebar-top, td.sidebar-bottom {
	font-size: 10px;
}
td.sidebar-top {
	vertical-align: top;
	width: 150px;
}
td.sidebar-bot {
	vertical-align: bottom;
}

/* Header */
div.bar-header {
	position: absolute;
	top: 0px;
	float: left;
	z-index: 20;
	background: url('./images/bg-topbar.png') top repeat-x;
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0px;
}

div.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}

div.bar-pix {
	position: absolute;
	height: 60px;
	top: 0px;
	right: 0px;
	z-index: 50;
	text-align: right;
	overflow: hidden;
	margin-left: -800px;
}
div.bar-pix img.p0 {
	opacity: 1.00;
}
div.bar-pix img.p1 {
	opacity: 0.90;
}
div.bar-pix img.p2 {
	opacity: 0.70;
}
div.bar-pix img.p3 {
	opacity: 0.50;
}
div.bar-pix img.p4 {
	opacity: 0.30;
}
div.bar-pix img.p5 {
	opacity: 0.15;
}

/* Menu Bar */ 

div.bar-menu, div.bar-menu-left {
	position: absolute;
	z-index: 100;
	top: 40px;
	height: 45px;
	overflow-x: auto;
	overflow-y: hidden;
}

div.bar-menu-left {
	left: 90px;
	width: 25px;
}

div.float {
	position: fixed;
	background: url('./images/bg-float.png') left top no-repeat;
	width: 110px;
	height: 45px;
	z-index: 99;
	display: none;
	overflow: auto;
	padding-top: 5px;
	padding-left: 58px;
}

div.float a, div.menu-left a:visited, div.float a:hover {
	color: #FFFFFF;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
}

div.bar-menu {
	left: 115px;
	background: url('./images/bg-menubar.png') top repeat-x;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
}

div.menu-left, div.menu-right {
	font-size: 10px;
}

div.menu-left {
	float: left;
	left: 0px;
	padding-top: 15px;
}
div.menu-right {
	float: right;
	right: 0px;
	width: 150px;
	text-align: left;
	margin-right: 115px;
	padding-top: 14px;
}
div.menu-toplink {
	float: right;
	display: none;
	text-align: right;
	padding-top: 15px;
	margin-right: 10px;
	font-size: 8px;
	font-weight: normal;
}

div.menu-left a, div.menu-left a:visited {
	color: #000000;
	border: 0px;
}
div.menu-left a:hover {
	color: #660000;
}

/* Son of Suckerfish Dropdown Menu Code
   http://htmldog.com/articles/suckerfish/dropdowns/
   Portions (c) Patrick Griffiths & Dan Webb, 2003-2007
*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding-right: 10px;
	padding-bottom: 4px;
}

#nav li {
	float: left;
	margin: 0px;
}

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding: 5px;
	background: #efefef;
	border: 1px solid #999999;
}

#nav li ul li {
	width: 100%;
	padding: 2px;
}

#nav li ul a {
	width: 100%;
	margin-right: 10px;
	padding: 0px;
}
#nav li ul li.exp {
	background: url('./images/menu-arrow.gif') right center no-repeat;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -2em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


/* end Son of Suckerfish code */


/* Search Bar */

div.menu-right form, div.menu-right form input {
	display: inline;
}
div.menu-right input#s {
	width: 124px;
	height: 11px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 10px;
	margin: 0px;
	text-align: left;
	background: #ffffff;
	vertical-align: middle;
}
div.menu-right input.ss {
	width: 10px;
	height: 10px;
	margin-left: 5px;
	vertical-align: middle;
}

/* Footer */
div.bar-footer {
	position: absolute;
	bottom: 0px;
	clear: both;
	z-index: 0;
	background: url('./images/bg-botbar.png') top repeat-x;	
	width: 100%;
	height: 60px;
	overflow: hidden;
}

div.bar-footer-over, div.bar-footer-over-right {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	height: 45px;
}

div.bar-footer-over {
	right: 115px;
	background: url('./images/bg-botbar-over.png') bottom repeat-x;
	width: 100%;
	height: 45px;
	text-align: right;
	font-size: 10px;
}

div.bar-footer-over-right {
	right: 90px;
	width: 25px;
	text-align: right;
}

div.footer-left, div.footer-right {
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
}

div.footer-left {
	float: left;
	left: 0px;
	text-align: left;
	margin-left: 115px;
	padding-left: 15px;
	padding-top: 11px;
}

div.footer-right {
	float: right;
	right: 0px;
	text-align: right;
	padding-top: 15px;
}


/* Content */

div.col-content {
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
}

div.entry img, dt.gallery-icon a, dt.gallery-icon a img {
	border: 0px none;
}

p.postmetadata {
	clear: both;
}

img.alignright {
	float: right;	
}

img.alignleft {
	float: left;	
}

div.post h2 {
	font-size: 14px;
	margin-bottom: 3px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
	}
div.post div.entry {
	margin-left: 15px;
	}
div.post div.entry img {
	margin-left: 5px;
	margin-bottom: 5px;
	}
div.post ul li, div.post ol li {
	margin-top: 5px;
}


/* Sidebar */

div.sidebar-top, div.sidebar-bot {
	position: relative;
	float: right;
	width: 130px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-size: 10px;
	overflow: hidden;
}

div.sidebar-top {
	margin-bottom: 20px;
}

div.sidebar-bot {
	bottom: 0px;
}

div.sidebar-top ul, div.sidebar-bot ul {
	margin-left: 0.75em;
	padding-left: 0.75em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.sidebar-top h2, div.sidebar-bot h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.widget select { width: 130px; }
div.widget form#loginform input.input { width: 128px; border: 1px solid #cccccc; }
div.widget form#loginform input#wp-submit { border: 1px outset #cccccc; background: #ffffff; }