
#header-inner {
    position: relative;
}

#header-name {
    line-height: 1;
}

#header a {
    text-decoration: none;
}

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


/* Content */

.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #cccccc;
}

.asset-header .asset-meta {
    border-top: none;
}
.asset-header .asset-meta a, .asset-header .asset-meta a:visited {
    color: #000000;
	text-decoration: none;
}

.asset-footer {
    border-top: 2px solid #999999;
    width: 100%;
	min-height: 2px;
	margin: 10px 0px;
	padding: 0px;
	padding-top: 27px;
	background-image: url("http://mt5.gleeson.us/mt-static/themes/swell-3d/dingbat_divider.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

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


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


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

body {
	background: #000000 url("http://mt5.gleeson.us/mt-static/themes/swell-3d/starsbg.jpg");
	text-align: center;
	font: normal 13px "Trebuchet MS", Verdana, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

a {
    color: #ab0404; 
}

a:hover {
    text-decoration: none;
}


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

#container {
    width: 100%;
    margin: 0px;
	padding: 0px;
	text-align: center;
}

#container-inner {
    width: 830px;
    margin: 0px auto;
	padding: 0px;
}

#content, #content-inner {
    margin: 0px;
	padding: 0px;
}

#content-inner {
	width: 830px;
	background: #ffffff url("") repeat-y;
}

#alpha, .layout-tw #alpha {
	background: none;
	width: 640px;
	margin: 0px;
	padding: 0px;
}

#alpha-inner {
	margin: 0px;
	padding: 0px 20px;
	background: none;
}

#beta, .layout-tw #beta {
	background: none;
	left: -640px;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#beta-inner {
	margin: 0px;
	padding: 0px 20px;
	background: none;
	color: #999999;
}

#beta #beta-inner .widget {
	background-image: url("http://mt5.gleeson.us/mt-static/themes/swell-3d/side_divider.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px;
	padding: 20px 0px;
}

#beta #beta-inner .lastwidget {
	margin: 0px;
	padding: 20px;
}

#beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}


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

#header, #header-inner {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header-name, h1 #header-name {
    color: #fff; 
    font-size: 96px;
    font-weight: bold;
	margin: 0px;
}

#header-description {
    color: #ffffff;  
}

#header a {
    color: #ffffff;
    font-weight: bold;
}

/* SubHeader ----------------------------------------------------------------- */

#subheader {
	background: #000000 url("http://mt5.gleeson.us/mt-static/themes/swell-3d/top_bar.jpg");
	width: 830px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	text-align: center;
	color: #dddddd;
    font-size: 18px;
}

/* Content ---------------------------------------------------------------- */

.scrolly {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	width: 600px;
	height: 45px;
	color: #666666;
	font-size: 30px;
	letter-spacing: 7px;
	text-align: center;
	text-transform: uppercase;
	background-image: url("http://i.gleeson.us/swelltheme/scrollybg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}

.asset-name,
.asset-name a,
.archive-title {
    color: #000000;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333333;
}

.comment,
.trackback {
    border-color: #ddd;
}


.asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}
.archive-item-wrapper {
	list-style: none;
	float: left;
	width: 296px;
	height: 80px;
	margin: 3px 1px;
	padding: 0px;
	background-image: url('http://www.swell3d.com/theme/thumb_display_bg.gif');
}
.archive-item-wrapper p {
	margin: 8px 0px 0px 90px;
}
.archive-thumbnail-img {
	float: left;
	width: 72px;
	height: 72px;
	margin: 4px 14px 4px 7px;
	padding: 0px;
}

/* Post Sidebar Navigation --------------------------------------------------- */
#postsidenav {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	background-image: url("http://i.gleeson.us/swelltheme/sidemapbg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 160px;
	text-align: left;
}
#postsidenav table {
	margin: 0px;
	padding: 0px;
	width: 160px;
	border: none;
}
#postsidenav table td {
	margin: 0px;
	padding: 0px;
	width: 80px;
	vertical-align: top;
}
#postsidenav table td.tda {
	text-align: left;
	height: 119px;
}
#postsidenav table td.tdb {
	text-align: right;
	height: 119px;
}
#postsidenav table td.tdc {
	text-align: left;
}
#postsidenav table td.tdd {
	text-align: right;
}
#postsidenav td img {
	border: none;
}

/* Post Footer Navigation --------------------------------------------------- */
#postfootnav {
	margin: 10px 0px;
	padding: 0px;
	border: 0px solid #cccccc;
	border-width: 3px 0px;
	background-image: url("http://i.gleeson.us/swelltheme/footernav_bg.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 600px;
	height: 72px;
}
#postfootnav img {
	border: none;
	vertical-align: middle;
}

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

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    padding: 0;
    font-size: 14px; 
    font-family: "Trebuchet MS", trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header, .widget-header a, #beta-inner a {
    color: #cccccc;
    font-weight: normal;
}

.widget-content a {
    color: #cccccc;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a, #beta-inner a {
    text-decoration: none;
}

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

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

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

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

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


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

#footer {
	width: 830px;
	height: 100px;
	background: url("http://mt5.gleeson.us/mt-static/themes/swell-3d/bottom_bar.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
}

#footer-inner {
	width: 100%;
    padding: 20px;
	text-align: center;
}

#footer-content {
    margin: auto;
	text-align: center;
}

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

#header: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%;
}


/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 830px;
    margin: 0 auto;
}

/* Sociotags Styles ---------------------------------------------------------- */

.sociotags {
	margin: 5px 0 0 0;
}
.sociotags ul {
	float: left;
	border: 1px solid #00a;
	font-size: 8pt;
	width: auto;
	height: 22px;
	margin: 0;
	padding: 1px 4px;
}
.sociotags ul li {
	display: inline;
	margin: 0;
	border: 0;
}
.sociotags ul li a {
}
.sociotags ul li a img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Statcounter Styles ---------------------------------------------------------- */

.statcounter a, .statcounter a:visited, .statcounter a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
