:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}

/* Layout ----------------------------------------------------------------- */

body {
    background: #000;
}

#container-inner {
    margin-top: 20px;
    width: 940px;
    min-height: 100%;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#beta {
   left:20%;
}
#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#alpha-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    color:#FF3333;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

/* Thin-Wide-Thin */

.layout-three-column #alpha {
    left: 190px;
    width: 560px;
}

.layout-three-column #beta {
    left: -560px;
    width: 190px;
}

.layout-three-column #gamma {
    width: 190px;
}

/* Utilities */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

/* Content ---------------------------------------------------------------- */

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #CC0000;
}

a:active, a:hover {
    color: #FF3300;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */
#header {
    margin:20px 0px 0px 0px;
}

#header-menu {
	color: #CCC;
        text-align:left;
	background: url(http://www.cultdeadcow.com/images/menubar.png) no-repeat;
	margin:0px 0px 12px 5px;
        height:40px;
        width:826px;
	z-index: 30;
}

#header-banner {
        padding-top: 4px;
        margin-left: 53px;
        background: url(http://www.cultdeadcow.com/images/bannerbackground.png) no-repeat;
}

#header-banner img {
        margin-left: -54px;
}


#menudrop {
	margin: 0;
	padding: 0;
	z-index: 30;
	list-style: none;
	font-size:11px;
}

#menudrop li {
	margin: 0;
	padding: 0;
        height:40px;
	list-style: none;
	float: left;
	display: inline;
	border-right: 1px solid #000;
}

#menudrop li a {
	display: block;
	padding:10px 10px 9px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#CCC;
	text-align: center;
	text-decoration: none;
}

#menudrop li a:hover {
        background: url(http://www.cultdeadcow.com/images/menuactive.png) repeat;
	color:#FFF;
}


#menudrop div {
	position: absolute;
	visibility: hidden;
	margin: 0px 0px 0px -1px;
	padding: 0;
	background: #CCC;
	border: 1px solid #000;
}

#menudrop div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #8C0204;
	border-top: 1px solid #000;
}

#menudrop div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #8C0204;
	border-top: 1px solid #000;
}

#menudrop div a:hover {
	        background: url(http://www.cultdeadcow.com/images/menuactive.png) repeat;
		color: #FFF;
}

/* Assets */

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	
	
}

.asset-header
{
	margin: 1px 0 10px 0;
	border: 0;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.asset-header a
{
	text-decoration: none;
	font-weight: bold;
}

.asset-header a:link, .asset-header a:visited, .asset-header a:hover, .asset-header a:active
{ 
	color: #000000; 
}

.asset-content,
.asset-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.asset-content p { text-align: left; }

.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}



#header input {
        margin:10px 0px 0px 10px;
	padding-left:20px;
	background:url(http://www.cultdeadcow.com/images/search.jpg) #000 no-repeat 3px 50%; 
        font-size:11px;
}

input, select, textarea {
        background:#000; 
        color:#FF3333;
}

.clear {
        clear:both;
}

object { 
        padding: 0;
        margin: 0;
}


/* Content */

.asset-name {
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 10px 0;
    color: #333;
    font-weight: normal;
    font-size: small;
}

.asset-content img {
    padding: 2px 2px 2px 2px;
    border: 3px solid #660000;
}


.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    color: #333;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 35px;
    font-weight: bold;
}

.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.module-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content {
    color: #fff;
    font-size: small;
}

#footer-content a {
    color: #FF0000;
}

#footer-content a:hover,
#footer-content a:active {
    color: #ccc;
}

/* Utility */

.module-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 {
    color: #333;  
    font-family: trebuchet ms;   
    background-color: #000; 
}

a {
    color: #ab0404; 
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #000;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
    color:#FF3333;
}

#header-content {
    font-size: small;
}

#content { 
    margin-top: 20px;  
    margin-bottom: 30px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
    font-size: 20px;
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    color: #000;
    border-bottom: #000 1px dotted;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* sidebar ----------------------------------------------------------------- */

.module-header,
.module-content {
    margin-right: 15px;
    margin-left: 15px;
    font-size: x-small;
}

.module-header, .module-header a {
    color: #000;
}

.module-header {
    padding: 0;
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    margin-top: 8px;
    padding-bottom: .3em;
    font-weight: bold;
    text-align: center;
    background: transparent url(http://www.cultdeadcow.com/images/sidebar-button.gif) no-repeat top left;
}

.module-header a {
    text-decoration: none;
}

.module-content a {
    color: #666;
}

.module-content a:hover, .module-content a:active {
    color: #999;
}

.module-header a:hover {
    text-decoration: underline;
}

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content img {
    border: 2px solid #660000;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list .module-list {
    margin-left: 15px;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-assets .module-content .module-list {
    overflow: auto;
    margin-right: 0;
}

/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #000000;
}

#footer-content {
    border-top: 1px solid #660000;
    border-bottom: 1px solid #660000;
    margin: 20px 0;
    padding: 10px 0 10px 0;
}


/* 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%;
}

#alpha-inner {
    background: transparent url(http://www.cultdeadcow.com/images/center-middle.png) repeat-y;
}

/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

#beta-inner .top, #gamma-inner .top {
    height: 15px;
    background: transparent url(http://www.cultdeadcow.com/images/sidebar-top.png) no-repeat;
}

#beta-inner .modulecontent, #gamma-inner .modulecontent {
    margin-top: -10px;
    background: transparent url(http://www.cultdeadcow.com/images/sidebar-middle.png) repeat-y;
}

#beta-inner .bottom, #gamma-inner .bottom {
    height: 15px;
    background: transparent url(http://www.cultdeadcow.com/images/sidebar-bottom.png) no-repeat;
}

#alpha .top {
    height: 15px;
    background: transparent url(http://www.cultdeadcow.com/images/center-top.png) no-repeat;
}

#alpha .bottom {
    height: 15px;
    background: transparent url(http://www.cultdeadcow.com/images/center-bottom.png) no-repeat;
}

/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

input, select, textarea {
        background:#000; 
        color:#FF3333;
}

.clear {
        clear:both;
}

object { 
        padding: 0;
        margin: 0;
}

blockquote {
background: transparent url(http://www.cultdeadcow.com/images/quote1.png) left top no-repeat;
padding: 0px 0px 0px 0px
}

blockquote div {
padding: 0px 25px;
background: transparent url(http://www.cultdeadcow.com/images/quote2.png) right bottom no-repeat
}
/* ph=1 */

