/* standard helper classes */

* html .pkg { display: inline-block; }
a { color: #36414d; text-decoration: none; }
a:hover { color: #a3b8cc; }
form { margin: 0; padding: 0; }
img { border: 0; }
body { 
	text-align: left; 
    font-size: 12px;
}

#container {
    position: relative;
    margin: 0; /* center on everything else */
    width: 100%;
    text-align: left;
    margin: 0 auto;
    float: left;
    background-color: #fff;
}

#alpha, #beta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}


/**************************************/
/* Entry Body  */
#alpha { margin: 15px 40px 0 40px; width: 540px; }
/* Entry Right Tag */
#beta { margin-left: 20px; width: 240px; background: #D1FFE1; }

#alpha-inner, #beta-inner {
    position: static;
}
#beta-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

/**************************************/
/* Data Header & Data Body*/

/* content */

.content-nav {
    margin: 10px;
    text-align: left;
}

.date-header{
   border-width: 0px;
   font-family: arial;
   font-size: 12px;
	text-align: right;
	background-color: #ffffff;
    position: static;
    clear: both;
    color: #666;
    margin: 0px;
    width: 90%;

}
.entry-content {
	background-color: #ffffff;
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

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

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


.module-content a { 
	color: #36414d; text-decoration: none; 
}
.module-content a:hover { color: #a3b8cc; }

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

    margin: 0;
    border-left: 10px solid #339933;
    padding: 5px;
    color: #fff;
    background: #60CF90;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.module-header a:link,
.module-header a:visited { 
	text-decoration: none;
	color: #ffffff; 
}



.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/**************************************/
/* Entry Title */
.entry-header, 
#archive-title{
    margin-top: 0;
    border-left: 28px solid #6c6;
    border-bottom: 2px solid #6c6;
    background-color: #efe;
    padding: 5px 5px 5px 10px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    width: 90%;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    font-size: medium;
    line-height: 1.5;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

/* ------------------ pre --------------------------------*/
pre p,
pre br{
    display: block;
    font-family: monospace;
    white-space: pre;
    unicode-bidi: embed;
}

.entry-content pre {
	margin: 10px, 10px, 10px, 10px;
	font-size: 12px;
	color: #000000;
	background-color: #eeeeee;
}

.entry-content .code {
	font-family: monospace;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #f0f0f0;
}

.entry-content li {
    line-height: 1.4;
    font-size: medium;
    color: #000099;
}

/*
.entry-body p {
	text-indent: 0px;
}
*/

/* ------------ Source Code (from Source Code Converter ------------------------------------- */
/* Keyword */
.src_keyword           { color: blue; }

/* type Keyword */
.src_typekeyword       { color: blue; }

/* Meta */
.src_metakeyword       { color: #606060; }

/* number */
.src_digit             { color: #c00040; }

/* string */
.src_doublequotation   { color: #c00040; }

/* string */
.src_singlequotation   { color: #c00040; }

/* operator */
.src_operator          { color: #000000; }

/* preprocesseor */
.src_preprocessor      { color: red; font-weight: bold; }

/* single comment */
.src_singlelinecomment { color: green; }

/* multi comment */
.src_multilinecomment  { color: green; }

/* document */
.src_documentcomment   { color: green; }

/* atribute */
.src_attributename     { color: #606000; }

/* script */
.src_scriptlet         { color: red; }

/* etc */
.src_default           { color: #000000; }



/* ---------------------- modules --------------*/
.module {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f3f6f9;
    background: #EEFFEE;
}

.module-content {
    margin: 0 0 10px 0;
    border-top: 1px solid #EEFFEE;
    padding: 10px 10px 0 10px;
    font-size: 12px;
    line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.archive-list-item,
.module-list-item {
    margin-top: 2px;
    color: #666;
    line-height: 1.2;
    font-size: 12px;
}

.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 10px;
    list-style: circle;
}

/* ----------- Track Back -------------*/
#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #a3b8cc;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #e6ecf2;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}
