/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
reset.css - resets default browser styling
http://tantek.com/log/2004/09.html#d06t2354
http://www.vox.com/.shared/css/base.css by beausmith.com
http://developer.yahoo.com/yui/reset/
*/

a: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 {
color: #666666;
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:none;
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 {
text-align: center;
}

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

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

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

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

#content-inner, #footer-inner {
padding-top: 20px;
padding-bottom: 20px;
}

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

#alpha-inner {
overflow: hidden;
padding-right: 20px;
padding-left: 40px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
width: 560px;
}

.layout-wtt #beta {
left: 190px;
width: 190px;
}

.layout-wtt #gamma {
right: 190px;
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:link, a:visited {
text-decoration: none;
}

a:active {
text-decoration:underline;
}

a:hover {
color: #f9d;
}


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;
}

.item { list-style: none; }



/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed {
clear: both;
}

.asset,
.comments {
overflow: hidden;
width: 100%;
}

.asset,
.asset-content,
.comments {
position: static;
clear: both;
}

.asset,
.comments,
.comments-content {
margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text {
margin-bottom: .75em;
}

.entry-categories,
.asset-name {
margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
font-size: 10px;
}

.asset-meta {
margin-top: .25em;
padding-top: 2px;
padding-bottom: .3em;
font-weight: normal;
}

.asset-footer {
margin-top: 1.5em;
padding-top: .5em;
}

/* Feedback */

.comments-open label {
display: block;
}

#comment-author, #comment-email, #comment-url {
width: 40%;
}

#comment-text {
width: 91%;
}

#comment-bake-cookie {
margin-left: 0;
vertical-align: middle;
}

#comment-submit {
font-weight: normal;
}


