/*

An MT Theme for bradandkathy.com
name: BDM  
designer: Brad Mohr  
designer_url: http://bradandkathy.com/ 
originally based very loosely on MT4's "unity" theme, but hacked pretty
  heavily by Brad Mohr
layouts: layout-wt
*/

/* from base_theme.css */

body {
    background: #fff;
}

#container-inner {
    width: 941px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#docheader, #content, #alpha, #beta, #footer {
    position: relative;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner  {
    position: static;
}


#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

img {
	border:0;
}

a img, :link img, :visited img {
	border: none;
}


/* */


body {
	font: normal 12px Verdana, sans-serif;
	background: #d0cbc3;
	margin: 0;
}

.widget-header {
	margin: 0 0 10px;
	padding: 5px 0;
	background: url(http://bradandkathy.com/mt-static/themes/bdm/dots.gif) repeat-x 0 100%;
	color: #000;
	clear: both;
	font-weight: bold;
	font-family: Calibri, Helvetica, sans-serif;
}

/* Utility */

.widget-header {
	
/* 

ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 100%;
	w\idth: auto;
}

/* Global ----------------------------------------------------------------- */


a, a:visited {
	color: rgb(0, 0, 153);
	text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

/* Layout ----------------------------------------------------------------- */

#container {
	width: auto;
	margin: 0px;
	padding: 0 0 0 14px;
	background: url(http://bradandkathy.com/mt-static/themes/bdm/body-left-bar.gif) repeat 0 0;
}

#alpha, #beta, #gamma {
	display: inline;
	position: relative;
	float: left;
}

#container-inner,
#content {
	width: auto;
	margin: 0px;
	padding: 0px;
	background: #fff url(http://bradandkathy.com/mt-static/themes/bdm/body-right-bar.gif) repeat-y 100% 0;
}

#container-inner {
	min-width: 954px;
}

#header-inner, 
#content-inner, 
#footer-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.layout-wt #alpha {
	display: block;
	float: none;
	width: auto;
	margin-right: 225px;
}

.layout-wt #beta {
	display: block;
	position: absolute;
	float: none;
	right: 0px;
	top: 0px;
	width: 220px;
	margin-right: 15px;
}

#alpha-inner {
	margin-left: 10px;
	margin-right: 5px;
	
}

#content {
	margin-top: 15px;
}

#beta-inner {
	padding: 0 0 25px;
}


/* Header ----------------------------------------------------------------- */


#docheader {
	position: static;
	width: 100%;
	margin-bottom: 35px;
}

#header-inner {
	position: relative;
    padding-right: 0;
    padding-left: 0;
    background: #fff url(http://bradandkathy.com/mt-static/themes/bdm/greybar.gif) repeat-x 0 100%;
	margin-right: 14px;
	border-top: 1px solid #000;
}


#header-content {
	margin-top: 10px;
	padding-bottom: 181px;
/*	background: url(http://bradandkathy.com/photos/random/bigheader/rotate.php) no-repeat left bottom; */
	background: url(http://bradandkathy.com/photos/random/header.pl) no-repeat left bottom;
}


#docheader a {
	text-decoration: none;
}

#docheader a:hover {
	text-decoration: underline;
}

#header-name
{
	margin: 0 0 5px 98px;
	line-height: 1;
}

#header-name a:hover {
	text-decoration: none;
	text-shadow: #000 1px 1px 0;
}

#header-description {
	display: none;
}

/* Widget ----------------------------------------------------------------- */

#gamma .widget a {
	color: #69c;
}

.widget .widget-header {
	border-left: 1px solid #fff;
}

.widget {
	padding-top: 15px;
	padding-bottom: 13px;
}

.archive-widget .widget-list .item {
	color: #3a536a;
}

.widget-header {
	background: url(http://bradandkathy.com/mt-static/themes/bdm/dots.gif) repeat-x 0 0;
}

.widget-header a {
	text-decoration: none;
}

.widget-header a:hover {
	text-decoration: underline;
}

.widget-content {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	padding: 0 15px;
}


.widget-header,
.widget-header a {
	text-decoration: none;
	color: black;
}

.widget-header .edit a {
	border-left-color: #fff
}

#gamma .widget-header a:hover, 
.widget .widget-header a:hover {
	text-decoration: underline;
}

.media-stream-widget img {
	border: 1px solid #999;
}

/* "Powered By" Widget */

.widget-powered {
	padding: 0;
	margin: 0;
}

/* Copyright */
.widget-copyright {
	padding: 0;
}


.widget-content table {
    border-spacing: 10px;
}

/* Footer Widgets */

#footer .widget {
	margin: 10px 0;
}

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

#footer .widget-powered .widget-content {
	padding: 0;
	text-align: left;
 	font-family: Calibri, Helvetica, sans-serif;	
}

#footer .widget-copyright {
 	font-family: Calibri, Helvetica, sans-serif;
 	text-align: left;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	background-color: black;
	margin-right: 14px;
}

#footer-content {
	margin: 10px 0;
	color: #fff;
}

#footer-content a {
	color: #fff;
}

/* Utilities -------------------------------------------------------------- */

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}



#docheader:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
.asset-body {
	height: 1%;
}


/* TNG Font Overrides - - - - - - - */

.normal,
.smfieldname,
.fieldname,
body,
.pboxname,
.pboxdates,
.pboxpopup,
a.lightlink:link, a.lightlink:visited,
a.lightlink2:link, a.lightlink2:visited,
.whitesubhead,
.smaller {
	font-family: Verdana, sans-serif;
}

.header,
.whiteheader,
.subhead {
	font-family: Calibri, Helvetica, sans-serif;	
}

/* For Living Flag Mod */
.livingtext {
	font-style: bold;
	color: blue;
}


/* TNG bullet note override */
/* TNG uses unordered lists for (some) notes. This eliminates the bullet */

td.databack ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}


/* Privacy Page Stuff */

 	/* h2-c1 defined for privacy page */
.h2-c1 {
	text-align: center;
	font-weight: bold;
}

	/* p-c9 defined for privacy page */
.p-c9 {
	color:blue;
}

	/* p-c8 defined for privacy page */
.p-c8 {
	font-weight: bold; 
	color: blue;
}

	/* p-c7 defined for privacy page */
.p-c7 {
	font-weight: bold; 
	font-style: italic;
}

	/* span-c6 defined for privacy page */
.span-c6 {
	font-style: italic; 
	color: blue;
}
	
	/* span-c5 defined for privacy page */
.span-c5 {
	font-weight: bold; 
	font-style: italic;
}

	/* p-c4 defined for privacy page */
.p-c4 {
	font-style: italic;
}
	/* span-c3 defined for privacy page */
.span-c3 {
	font-style: italic;
}
	/* span-c2 defined for privacy page */
.span-c2 {
	font-weight: bold;
}


