html {
	width: 100%;
}

#header {
    padding-left: 30px;
    padding-top: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    height: 24px;
    background: url(/beta/img/title_bg.png) repeat-x;
}



#headerextra {
	background: url(/beta/img/title_extra_bg.png) repeat;
}

#headerextracontent {
	height: 0;
	display: none;
}

#headerbottom {
	margin-bottom: 20px;
	height: 10px;
	max-height: 10px;
	background: url(/beta/img/title_bottom_bg.png) repeat-x top;
}

#page {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
a {
	color: #333333;
	padding: 2px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: red;
}

strong, b {
    color: #000;
    font-weight: bold;
}

/* code snippets */

pre { 
  border: 1px solid #f0f0f0;
  padding: 10px;
  font-family: "Monaco", "Monospace", "Mono";
  font-size: 12px;
  background-color: #ffffee;
  color: #333;
}

code {
  font-family: "Monaco", "Monospace", "Mono";
  background-color: #fffff0;
}

/* header */
h1 {
	line-height: 1.2em;
	color: black;
	font-size: 24px;
	margin-top: 1.0em;
	margin-bottom: 0.5em;	
	font-weight: bold;
}

h2 {
	line-height: 1.2em;
	color: black;
	font-size: 20px;
	margin-top: 1.0em;
	margin-bottom: 0.5em;	
	font-weight: bold;
}

h2 .date {
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
}

h3 {
	line-height: 1.2em;
	text-align: right;
	color: black;
	font-size: 12px;
	margin-bottom: 0.5em;	
	font-weight: bold;
}

h4 {
	margin-top: -0.25em;
	text-align: right;
	color: #cccccc;
	font-size: 11px;
	margin-bottom: 0.5em;		
}

h5 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.5em;		
}    

p {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

/* header */

#header h1 {
	font-weight: bold;
	text-align: left;
	color: #e0e0e0;
	font-size: 12px;
    display: inline;	
}

ul#menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #6a8ae9;
    display: inline;    
}

ul#menu li {
    padding: 0;
    margin: 0;
    display: inline;
}


ul#menu a {
	padding-left: 4px;
	padding-right: 4px;	
	color: #99ccff;
	text-decoration: none;
}

ul#menu a:hover {
	color: #eeeeff;
	/* text-shadow: 1px -1px 1px white; */
	text-decoration: none;	
}


/* container */

#container {
	background-color: white;
	margin-left: 0;
	padding-top: 40px;
	width: 750px;
}

#main {
	float: left;
	width: 520px;
}

/* sidebar */

#sidebar {
	color: gray;
	float: right;
	margin: 0;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	width: 200px;
	display: inline;
	line-height: 1.5em;
}

#container a {
	background: url(/beta/img/link_bg.png) repeat;
}

a.anchor {
    text-decoration: none;
    background: none;
    height: 1px;
    width: 1px;
    padding: 0;
    margin: 0;
}    

.sidebox {
	margin-bottom: 20px;
	color: gray;
    font-size: 11px;
    /* css 3 */
	text-overflow: ellipsis;    
}

.clear {
	clear: both;
	height: 1px;
}

/* pagecontent */

.pagecontent {
	font-size: 11px;    
	line-height: 1.8em;
	color: #444444;
	border-left: 3px solid #66aaff;
	padding-left: 37px;
	margin-bottom: 40px;
}

.pagecontent ul, .pagecontent li {
    list-style: disc;
    margin-left: 15px;
}

.pagecontent h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 1.0em;
    line-height: 1.2em;
}


/* entry */

.entry {
	font-size: 11px;    
	line-height: 1.8em;
	color: #444444;
	border-left: 3px solid #66aaff;
	padding-left: 37px;
	margin-bottom: 40px;
}

.entry h2 a {
    text-decoration: none;
}

.entry h2 a:hover {
    text-decoration: underline;
}

.entry .content ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 15px;
}    

.entry .content ul {
   list-style-type: disc;
   margin-left: 20px;
   margin-bottom: 15px;   
}

.entryfoot {
	margin-left: -20px;
	margin-top: 10px;
	color: #cccccc;
}

.entryfoot li {
    font-size: 10px;
    height: 20px;
}


li.comments:before {
    display: marker;
    content: url(/beta/img/comment_yellow.gif);
    padding-right: 5px;
}

li.date:before {
    display: marker;    
    content: url(/beta/img/calendar_view_month.png);
    padding-right: 5px;
}

li.tags:before {
    display: marker;    
    content: url(/beta/img/tag_blue.png);
    padding-right: 5px;
}

strong {
	color: black;
	font-weight: bold;
}

/* search menu  */

img#searchtab { 
    margin-top: 2px;
    margin-left: 600px;
}    

#sitesearchblock {
	margin-right: 10px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
}

.searchresult {
    font-size: 11px;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 20px;
    color: #ddd;    
}

.searchresult a {
    color: #eee;
}

/* comments */

.comment {
	line-height: 1.5em;
	color: gray;
	border-right: 3px solid #f0f0f0;
	padding-left: 37px;
	padding-right: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	position: relative;
}

.comment h5 .name {
    color: #000000;
}


.comment h5 .functions {
    color: #dddddd;
}

.comment .functions a {
    text-decoration: none;
    background: none;
}


.comment h5:before {
    display: marker;    
    content: url(/beta/img/comment.png);
    padding-right: 5px;
    
}

.commentcount {
    position: absolute;
    margin: 0;    
    top: 0;
    left: 0 !important; /* for >ie6 */
    left: -37px; /* for <=ie6 */

    text-align: left;
    vertical-align: top;
    
    font-size: 40px;
    font-weight: bold;
    color: #d0d0d0;
    opacity: 0.5;
}

#togglecomment {
    display: block;
	background: url(/beta/img/link_bg.png) repeat;    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;   
    font-size: 11px; 
    text-decoration: none;
}

#togglecomment:hover {
    text-decoration: underline;
}


#togglecomment img {
    vertical-align: middle;
    padding-right: 10px;
}

#commententry {
	display: none;
}

#commententry .commenturl {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}

#commententry input#commentfieldname {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    height: 26px;
    padding: 2px;
}

#commententry input#commentfieldlink {
    font-size: 11px;
    border: 1px solid #e0e0e0;
    height: 20px;
    padding: 2px;
    width: 95%;
    
}

.commentsubmit {
    text-align: right;
    margin-right: 20px;
}

#commententry input#commentsubmit {
    border: 1px solid #e0e0e0;
    font-size: 11px;
    margin-top: 4px;
    padding: 4px;
}

#commententry textarea {
    font-size: 11px;
    border: 1px solid #e0e0e0;
    width: 95%;
    height: 80px;
    padding: 5px;
}        


/* static */

.staticcontent {
	line-height: 1.5em;
	color: gray;
	border-left: 3px solid #66aaff;
	padding-left: 37px;
	margin-bottom: 20px;
	font-size: 11px;
}

.staticcontent h2 {
    margin-top: 20px;
}    

/* pager */

#pager {
    text-align: center;
}

.pagerbutton {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    
    border: 1px solid #e0e0e0;

    font-size: 11px;
    line-height: 1.5em;
    background-color: #f6f6f6;
}    

.pagerbutton a {
    background: none;
    text-decoration: none;    
}

.pagerbutton a:hover {
    text-decoration: none;
}

/* quick links */

.quicklink {
    font-size: 11px;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

ul.quicknav {
    font-size: 10px;
}

ul.quicknav a {
    text-decoration: none;
}
    

/* footer */

#footer {
	margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
	height: 300px;
	background-color: #f0f0f0;
	color: #999999;
	clear: both;
	
}

#footercontent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 1.8em;
}

.footerbox {
    padding-left: 10px;
    width: 210px;
    float: left;
}

.footerbox h3 {
    text-align: left;
}

#footer dl {
	margin: 0;
}

#footer dd {
	vertical-align: top;
	margin: 2px;
}

#footer dt {
	font-weight: bold;
	vertical-align: top;
	
	clear: left;
	float: left;
	margin-right: 5px;
}

/* footer widgets */

#footer #tr-widget, #footer #cc-widget {
    float: left;
    margin: 5px;
}


/* feed orange color */

img.feed {
    width: 12px;
    height: 12px;
    padding: 2px;
    vertical-align: bottom;
}

.feed {
    text-decoration: none;
    color: #e91;
}


/* blog twitter post */


table.twitterblog {
    margin: 0px;
    padding: 5px;
}

table.twitterblog td, table.twitterblog th {
    padding: 5px;
}

table.twitterblog th {
    font-weight: bold;
}    

table.twitterblog td.twittertime {
    width: 100px;
}

table.twitterblog th {
    background-color: #eee;
}

/* tumblr */

.tumblr h2#tumblrtitle {
   margin-left: 40px;
   font-size: 40px;
   margin-bottom: 10px;
}

.tumblr h2#tumblrtitle a {
   text-decoration: none;
}   

.tumblr h3#tumblrsubtitle {
  margin-left: 40px;
  font-weight: normal;
  margin-top: 10px;
  
  text-align: left;
  color: #aaa;
}

.tumblr h2.date a {
   text-decoration: none;
}

.tumblr .photo {
   padding-top: 20px;
   padding-bottom: 20px;
}

.tumblr .photo img {
   margin-bottom: 10px;
}

.tumblr .photo a, .tumblr .video a {
   font-size: 16px;
   font-weight: bold;
}

.tumblr .labels h2 {
   text-decoration: none;
   text-align: right;
}

.tumblr span.quote {
   font-size: 18px;
   font-weight: bold;
   line-height: 1.4em;
}

.tumblr .link a {
   color: #333333;
   font-size: 14px;
   font-weight: bold;
}

.tumblr #pager {
   margin-bottom: 20px;
}

/* google ads */
.ad {
	padding-left: 37px;
    margin-bottom: 40px;
    border-left: 3px solid black;
}
