/* 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
http://developer.yahoo.com/yui/reset/
*/

: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;
}
address,caption,cite,code,dfn,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;
color: #5e9ad2; 
font-weight: bold; 
}
hr {
border:0;
height:1px;
color:#000;
}
a img,:link img,:visited img {
border:none;
}

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

body {
text-align: center;
font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
color: #666;
background: #fff url(css/body.gif) repeat-x fixed top center; 
}

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

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

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

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

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

#alpha-inner {
overflow:hidden;
padding-left: 30px;
}

/* Layout */

#alpha {
width: 550px;
top:-100px;
}

#beta {
left: 0px;
width: 180px;
top:-100px;
}

#gamma {
right: 0px;
width: 180px;
top:-100px;
}

/* Utilities */

#content-inner:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
#content-inner { display: inline-block; }
/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }
/* */


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

a:hover {
    text-decoration: none;
}

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

/* Assets */

.asset,
.archive,
.search-form {
margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.asset-footer,
.entry-tags,
.search-form-header,
.search-results-header {
margin-bottom: .75em;
}

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

.content-nav {
text-align: center;
}

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

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

.asset-body,
.asset-more,
.asset-more-link,
.asset-footer {
clear: both;
}


/* Widgets */

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

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

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

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

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


.item {
display: inline;
float: left;
margin: 0pt 5px 8px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 70px;
}

/* Global */

li {
    margin-top: 4px;
}

/* Header */

#header {
    height: 311px;
    background: url(css/background.jpg) no-repeat top center; 
}

#header-inner {
    position: relative;
    height: 311px;
    padding: 0px 0px 20px 27px;
}

#header-name {
    margin: 0;
    line-height: 1;
    padding-left: 30px;
    padding-top: 20px;
}

#header-description {
    margin: 3px 0 0 0;
    font-size: 14px;
    line-height: 1.125;
    color: #000000;  
    font-weight: normal; 
    padding-left: 30px;
}

#header a {
    text-decoration: none;
    color: #5e9ad2;
    font-weight: normal;
}

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

#header-name a {
    color: #000000; 
    font-size: 28px;
    font-weight: bold;
}

/* 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;
    text-align: justify;
}

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

.asset-meta {
    border-top: 1px solid #d4e5f2;
    margin: .75em 0;
    font-size: 11px;
    text-align: right;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 15px 30px 10px 10px;
    color: #666666;
    font-weight: normal;
    font-size: 11px;
}

.content-nav a {
    color: #666666;
    font-weight: normal;
    font-size: 11px;
}

.content-nav a:hover {
    text-decoration: underline;
}

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

.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

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

.search-results-header {
    margin-bottom: .25em;
    margin: 8px 20px 5px 20px;
}

.asset-more-link,
.comment-footer {
    font-size: 11px;
}

/* Footer */

#footer {
	background:#fff url(css/footer-back.jpg) no-repeat top center;
	top:-52px;
        padding: 51px 30px 0px 30px;
	font-size: 0.8em;
	color: #999999;
}

#footer a {
	color: #999999;
}

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

#container-inner,
#content {
    background: #fff; 
top: -31px;
}

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

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

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

.asset-header {
    margin-top: 15px;
}

.asset-header,
.asset-content,
.asset-footer,
.comments-open-header,
.comments-open-content {
    margin-left: 20px;
    margin-right: 30px;
}  

.asset-name,
.asset-name a,
.comments-header,
.comments-open-header,
.search-form-header,
.search-results-header {
    color: #5e9ad2;
}

.comment-footer,
.comment-footer a {
    color: #999;
}

.asset-footer {
    border-top-color: #d4e5f2;
}

.comments-header {
    margin-left: 20px;
    margin-right: 30px;
}  


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

#content-inner { background: transparent url(css/content-wtt-c.gif) repeat-y scroll right top; }

.widget {
    border-bottom: 1px solid #d4e5f2;
}

.widget-header {
    margin: 10px 15px 0px 15px;
    font-size: 14px;
    padding: 5px 0;
}

.widget-header,
.widget-header a {
    color: #5e9ad2;
    font-weight: bold;
    text-decoration: none;
}

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

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

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

/* Menu */

#menu {
	width: 940px;
	height: 31px;
	margin: 0 auto;
        top: -131px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#menu li {
	display: inline;
        margin-top: 0px;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 18px 0 18px;
        border-right: 1px solid #2A2C2F;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
}

.menuright {
        float:right;
        margin-right: 30px;
        border-left: 1px solid #2A2C2F;
}

/* Floating Images */

.floatleft {
        float: left;
        text-align: left;
        font-size:x-small;
        color: #666666;
}

.floatleft img {
        margin: 0px 20px 4px 0px;
}

.floatright {
        float: right;
        text-align: right;
        font-size:x-small;
        color: #666666;
}

.floatright img {
        margin: 0px 0px 4px 20px;
}


/* 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,
.asset-body {
    height: 1%;
}


/* Odd-even-shaded comments */
.even { 
    background-color:#FFF;
    padding:8px;
    margin-bottom:5px;
    margin-left: 20px;
    margin-right: 30px;
}

.odd {
    background-color:#F6F6F6;
    padding:8px;
    margin-bottom:5px;
    border:1px dashed #D4E5F2;
    margin-left: 20px;
    margin-right: 30px;
}

/* quoting box */

.quote {
	background: url(css/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}

.quote hr {
        width: 50%;
        height: 1px;
        text-align: left;
        border: 1px;
        color: #666666;
        background-color: #666666;
        margin: 8px 0px 0px 0px;
}

.ul-cat, .ul-cat li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ul-cat li a {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px dotted #dceeb7;
	background: url(/css/mini-category.gif) no-repeat left center;
}
.ul-cat li li {
	margin-left: 20px;
}
.ul-cat li a, .ul-cat li a:visited {
	color: #999999;
	text-decoration: none;
}
.ul-cat li a:hover {
	color: #333333;
	background: #d8efff url(/css/mini-category.gif) no-repeat left center;
}




.recently-commented {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.recently-commented li a {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px dotted #dceeb7;
	background: url(/css/mini-comments.gif) no-repeat left center;
}
.recently-commented li a:hover {
	color: #333333;
	background: #d8efff url(/css/mini-comments.gif) no-repeat left center;
}

#comment-author,#comment-email,#comment-sec,#comment-url,#comment-text {
	width:90%;
}


