body{
	background-color:#fcfbf9;
	font-family:'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size:1.15em;
	color:#333;
	margin:0;
	padding:0
}
body:before{content:"";position:fixed;top:-10px;left:0;width:100%;height:10px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.8);-moz-box-shadow:0 0 10px rgba(0,0,0,.8);box-shadow:0 0 10px rgba(0,0,0,.8);z-index:100}acronym,abbr{border-bottom:1px dashed #999}select{width:120px;font-size:100%;margin:5px 0 8px}.red{color:red}::selection{background:blue;color:#fff;text-shadow:#333 0 1px 0}
img{
	border:0;
	display:block
}
textarea,input.txt,select{
	font-size:100%;
	font-family:'Palatino Linotype','Book Antiqua',Palatino,serif
}
textarea{
	padding:9px 17px;
	line-height:1.65em;
	width:513px
}
a{
	text-decoration:none;
	color:#4a78a6
}
a:hover{
	text-decoration:underline
}
h1,h2,h3,p,form{
	margin:0;
	padding:0;
	font-weight:normal
}
.centerwrap{
	width:889px;
	margin:0px auto
}
.spacer{
	clear:both
}
.spacerleft{
	clear:left
}
.hide{
	display:none
}
.overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:200;
	-moz-opacity:0.53;
	opacity:0.53;
	filter:alpha(opacity=53)
}
.overlayborder{
	display:none;
	position:absolute;
	background-color:#000;
	z-index:250;
	-moz-opacity:0.2;
	opacity:0.2;
	filter:alpha(opacity=20);
	width:626px;
	position:absolute;
	border-radius:20px
}
.overlayinner{
	width:640px;
	z-index:300;
	position:absolute
}


pre, code, tt {
	font: 12px 'andale mono', 'lucida console', monospace; line-height: 1.5;
}
code { margin-bottom: 20px; }
pre, code {
display: block;
overflow-x: auto;
background: #f4f4f4;
padding: 5px 10px;
border: 1px solid #eee;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
/*code {display: block; border: 1px solid #AAAAAA; background: #F1ECDD; color: #444; line-height: 16px; overflow: auto;
	font-family: 'andale mono','lucida console',monospace; padding: 10px; margin: 10px 0;}*/

/* Tables
-------------------------------------------------------------- */

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; }


ul { list-style: none outside none;}

.pages {padding: 25px 0;text-align: center;}
/* = pages nav */
ol.page-navigator {
   background-color: #FFFFFF;
    border: 3px solid #F7F7F7;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 0 6px 5px;
    position: relative;
color: #666;
list-style: none;
font-size: 12px;
line-height: 30px;
font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
text-align: center;
}

ol.page-navigator li {
margin: 0 5px 0 0;
display: inline;
}

ol.page-navigator li a {
padding: 2px 6px;
border: 1px solid #eee;
text-decoration: none;
}

ol.page-navigator li.current a {
background: #3354AA;
border-color: #3354AA;
color: #fff;
}

/* ------------------
 * comment list
 * --------------- */
#comments {
margin-top: 20px;
}

#comments h4 {
font-size: 14px;
font-weight: bold;
}

ol.comment-list, ol.comment-list ol {
margin: 0;
list-style: none;
}

ol.comment-list ol {
padding-top: 10px;
}

ol.comment-list li {
margin: 0;
padding-bottom: 10px;
}

ol.comment-list li {
	padding: 10px 15px;
	margin-top: 10px;
	border: 1px solid #eee;
	background: #FAFAFA;
	overflow: hidden;
}

ol.comment-list li.comment-level-odd {
	background: #fff;
}

ol.comment-list li.comment-level-even {
	background: #FAFAFA;
}

ol.comment-list li.comment-by-author {
	border: 1px dashed #AAA;
}

ol.comment-list li .comment-reply {
	text-align: right;
}

ol.comment-list li .comment-reply a {
	font-size: 11px;
	border: none;
	color: #aaa;
}

ol.comment-list li .comment-reply a:hover {
	color: #444;
}

.comment-meta {
padding-bottom: 8px;
/*border-bottom: 1px dashed #eee;*/
color: #999;
font-size: 11px;
}
.comment-author {
display: block;
font-size: 15px;
color: #444;
}

.comment-author cite.fn {
font-style: normal;
}

.comment-body {
overflow: hidden;
}

img.avatar {
/*display: none;*/
float: left;
margin: 6px 10px 0 0;
}

.respond {
margin-top: 20px;
}

ol.comment-list li .respond {
border-top: 1px solid #ddd;
padding-top: 10px;
}

#comment_form {
	padding-right: 8px;
}

.respond .cancel-comment-reply {
	float: right;
	font-size: 11px;
}

.respond .cancel-comment-reply a {
	border: none;
	color: #aaa;
}

.respond .cancel-comment-reply a:hover {
	color: #444;
}

#comment_form label {
	font-size: 12px;
	color: #555;
	display: block;
	font-weight: bold;
}

#comment_form label .required {
	color: #C04E37;
	padding-left: 5px;
	font-size: 14px;
}
#comment_form .text {
width: 100%;
margin-right: 15px;
}
#comment_form textarea {
width: 100%;
height: 180px;
}

ol#comment_list li .respond .text {
	_width: 400px;
}

ol#comment_list li .respond textarea {
	_width: 400px;
}




.header{
	background:#649cc7 url(images/bg_nav.gif);
	height:78px
}
.header .logo{
	background:url(images/img_ribbon.gif) no-repeat;
	padding:23px 0 0 52px;
	height:33px;
	float:left
}

.header .logo a { font-size: 1em;}
.header .globalmenu{
	float:right;
	padding-top:8px
}
.header .globalmenu .getpremiumbtn{
	float:right;
	padding:11px 0 0 0;
	margin-left:35px
}
.header .globalmenu .getpremiumbtn div{
	background:url(iamges/btn_getpremium.gif) no-repeat;
	width:163px;
	height:35px;
	cursor:pointer
}
.header .globalmenu .getpremiumbtn .hl div{
	background-position:0 -35px
}
.header .globalmenu .item{
	float:left;
	padding:20px 0 0 0;
	margin-left:35px
}
.header .globalmenu .item div{
	background:url(iamges/txt_menu3.gif) no-repeat;
	height:20px;
	cursor:pointer
}
.header .globalmenu .item .latestlink div{
	background-position:0 0;
	width:46px
}
.header .globalmenu .item .past div{
	background-position:-46px 0;
	width:34px
}
.header .globalmenu .item .entries div{
	background-position:-80px 0;
	width:54px
}
.header .globalmenu .item .searchlink div{
	background-position:-245px 0;
	width:52px
}
.header .globalmenu .item .settings div{
	background-position:-134px 0;
	width:61px
}
.header .globalmenu .item .logout div{
	background-position:-195px 0;
	width:52px
}
.header .globalmenu .item .getstarted div{
	background:url(images/threecol/btn_getstarted.gif) no-repeat;
	width:90px
}
.header .globalmenu .item .login div{
	background:url(iamges/btn_login.gif) no-repeat;
	width:70px;
	height:32px;
	position:relative;
	top:-7px
}
.header .globalmenu .on .latestlink div,.header .globalmenu .hl .latestlink div{
	background-position:0 -20px
}
.header .globalmenu .on .past div,.header .globalmenu .hl .past div{
	background-position:-46px -20px
}
.header .globalmenu .on .entries div,.header .globalmenu .hl .entries div{
	background-position:-80px -20px
}
.header .globalmenu .on .searchlink div,.header .globalmenu .hl .searchlink div{
	background-position:-245px -20px
}
.header .globalmenu .on .settings div,.header .globalmenu .hl .settings div{
	background-position:-134px -20px
}
.header .globalmenu .on .logout div,.header .globalmenu .hl .logout div{
	background-position:-195px -20px
}
.header .globalmenu .on .getstarted div,.header .globalmenu .hl .getstarted div{
	background-position:0 -20px
}
.header .globalmenu .on .login div,.header .globalmenu .hl .login div{
	background-position:0 -32px
}
.noteheader{
	background:url(images/bg_top.gif) repeat-x
}
.noteheader .centerwrap{
	position:relative;
	height:187px
}
.noteheader .ribbon{
	position:absolute;
	bottom:-36px;
	left:426px
}
.noteheader .simplebanner{
	width:468px;
	margin:0px auto;
	padding-top:5px
}
.noteheader .simplebanner .banner{
	background:url(images/bg_banner.gif) no-repeat;
	text-align:center;
	font-family:arial;
	font-weight:bold;
	text-shadow:0 1px #5a84a5;
	color:#fff;
	height:71px;
	font-size:115%;
	padding-top:12px
}
.noteheader .simplebanner .subbanner{
	background:url(images/bg_subbanner.gif) repeat-x 0 50%;
	text-align:center
}
.noteheader .simplebanner .subbanner .text{
	display:inline;
	background:url(images/bg_top.gif) repeat-x;
	padding:0 18px;
	color:#757575
}
.centerwrapcenter{
	width:800px;
	margin:0px auto
}
.centerwrapcenter .contentwrap{width:auto;}
.contentwrap{border-radius: 0 0 10px 10px;
padding: 0 1px 1px;width: 638px;}
.content{
	background-color:#fff;
	border-radius:0 0 10px 10px;
	border-width:0 3px 3px 3px;
	border-style:solid;
	border-color:#f7f7f7;
	padding:50px 42px
}
.content h2{
	font-family:georgia;
	font-size:1.18em;
	border-bottom:1px solid #e5e5e5;
	padding:0 0 22px 0;
	margin-bottom:23px
}
.content h3{
	font-size:0.7em;
	padding:0 0 12px 0
}
.content input.txt{
	padding:3px 8px 5px 8px
}
.content .section{
	padding-bottom:72px
}
.content .subsection{
	padding-bottom:46px
}
.content .saveoption{
	text-align:right;
	padding:0 0 5px 0
}
.content .saveoption input{
	width:138px;
	height:39px;
	background:url(images/btn_save.gif) no-repeat;
	cursor:pointer;
	border:0
}
.content .saveoption input.hl{
	background-position:0 -39px
}
.pictureframe{
/*
	border-width:1px;
	border-style:solid;
	border-color:#e2e2e2 #d4d4d4 #c3c3c3 #d4d4d4;
	border-radius:5px;
	box-shadow:0 1px #e3e3e3;
	padding:1px;
	background-color:#fff;
    width: 250px;
	*/
}
.pictureframe .picture{

}
.pictureframe .picture .x{
	position:absolute;
	top:11px;
	left:9px;
	background:url(images/icon_delete.gif);
	height:17px;
	width:17px;
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer
}
.pictureframe .picture .hl{
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100)
}
.errorsbubble,.errorsbubbletop{
	background-color:#fcfbf9;
	color:#b21d1d;
	border:1px solid #dedddc;
	border-radius:5px;
	box-shadow:0 1px #f5f5f5;
	position:relative;
	margin-bottom:26px;
	line-height:1.65em
}
.errorsbubble .error,.errorsbubbletop .error{
	line-height:1.65em;
	padding:10px 20px
}
.errorsbubble .line,.errorsbubbletop .line{
	border-top:1px solid #e5e5e5;
	box-shadow:0 -1px #fff
}
.errorsbubble .errortail,.errorsbubbletop .errortail{
	position:absolute;
	bottom:-12px;
	right:59px;
	height:12px;
	width:19px;
	background:url(images/error_tail.gif)
}
.errorsbubbletop{
	margin:5px 0 51px 0
}
.notification{
	color:#fff;
	background-color:#000;
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
	border-radius:5px;
	position:fixed;
	right:14px;
	bottom:13px;
	padding:9px 0 13px 0;
	display:none;
	text-align:center
}
.notification .main,.notification .mainnosub{
	font-family:georgia;
	font-weight:bold;
	font-size:114%
}
.notification .sub{
	padding-top:2px;
	padding:2px 20px 0 20px
}
.notification .mainnosub{
	padding:0 46px
}
.footer{
    font-size: 12px;
    padding: 80px 0;
    text-align: center;
}
.sidebar{
	float:right;
	width:204px;    font-size: 12px;
}

.sidebar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sidebar .sbheader{
	background:url(images/bg_lines.gif) repeat-x 0 50%;
	text-align:center
}
.sidebar .sbheader h2{
	font-family:georgia;
	font-weight:bold;
	color:#c5c5c5;
	background-color:#fcfbf9;
	display:inline;
	padding:0 11px;
	font-size:1.16em
}
.sidebar .sectionmenu{
	padding-bottom:43px
}
.sidebar .sectionmenu .menuheader{
	background-color:#70a5ce;
	border:1px solid #467ca5;
	border-radius:3px 3px 0 0;
	box-shadow:inset 0 1px #9bc0dd;
	text-align:center;
	color:#fff;
	text-shadow:0 1px #666;
	padding:2px 0 3px 0;
	font-size:93%;
	font-weight:bold
}
.sidebar .sectionmenu .menu{
	border-color:#ccc #e5e4e1 #f2f1ef #e5e4e1
}
.sidebar .sectionmenu .menu .first .on{
	box-shadow:0 1px #e5e4e1;
	border-top:1px solid #91a66f
}
.sidebar .menu{

}
.sidebar .menu a:hover{
	text-decoration:none
}
.sidebar .menu .item{
	text-align:center;
	padding:8px 0 10px 0;
	border-width:1px 0;
	border-style:solid;
	border-color:#fff #000 #e5e4e1 #000;
	cursor:pointer
}
.sidebar .menu .on{
	background:#9dc068 url(images/img_navarrow.gif) no-repeat 10px 11px;
	border:1px solid #7d9c4d;
	position:relative;
	left:-1px;
	top:-1px;
	width:202px;
	padding-top:9px;
	box-shadow:inset 0 1px #b5d08b,0 1px #e5e4e1;
	font-weight:bold
}
.sidebar .menu .on a{
	color:#fff
}
.sidebar .menu .hl{
	background:#f8f7f4 url(images/img_navarrowhl.gif) no-repeat 10px 11px
}
.sidebar .tip{
	padding:0 0 32px 0
}
.sidebar .tip p{
	text-align:center;
	padding:15px 0 0 4px;
	line-height:1.68em;
	color:#999
}
.sidebar .lineboxdouble{
	background:url(images/bg_lines.gif) repeat-x
}
.sidebar .lineboxdouble .inner{
	background:url(images/bg_lines.gif) repeat-x 0 bottom
}
.sidebar .lineboxbottom{
	background:url(images/bg_lines.gif) repeat-x 0 bottom
}
.sidebar .sbheaderbox .sbheaderboxtitle{
	background-color:#70a5ce;
	border:1px solid #467ca5;
	border-radius:3px 3px 0 0;
	box-shadow:inset 0 1px #9bc0dd;
	text-align:center;
	color:#fff;
	text-shadow:0 1px #666;
	padding:2px 0 3px 0;
	font-size:93%;
	font-weight:bold
}
.sidebar .sbheaderbox .sbheaderboxbody{
	border-width:1px 1px 0 1px;
	border-color:#ccc #d4d4d4 #000 #d4d4d4;
	border-style:solid;
	background-color:#fff
}
.sidebar .sbheaderbox .sbheaderboxbtm{
	background:#fff url(images/bg_sbheaderboxbtm.gif) bottom no-repeat;
	height:9px
}
.latest .top{
	padding:70px 0 48px 0
}
.latest .top .entrymenu{
	padding:0 0 0 133px
}
.latest .top .entrymenu .button{
	float:left
}
.latest .top .entrymenu input{
	border:0;
	background:url(/img/app/latest/btns_menu.gif) no-repeat;
	height:39px;
	margin:0;
	padding:0;
	cursor:pointer
}
.latest .top .entrymenu input.newer{
	width:127px;
	background-position:0 0
}
.latest .top .entrymenu input.random{
	width:122px;
	background-position:-127px 0
}
.latest .top .entrymenu input.older{
	width:127px;
	background-position:-249px 0
}
.latest .top .entrymenu .hl .newer{
	background-position:0 -39px
}
.latest .top .entrymenu .hl .random{
	background-position:-127px -39px
}
.latest .top .entrymenu .hl .older{
	background-position:-249px -39px
}
.latest .top .entrymenu .click .newer{
	background-position:0 -78px
}
.latest .top .entrymenu .click .random{
	background-position:-127px -78px
}
.latest .top .entrymenu .click .older{
	background-position:-249px -78px
}
.latest .contentwrap{
	border-radius:10px;
	border-width:1px;
	padding:1px;
	position:relative
}
.latest .content{
	margin-bottom:30px;
	margin-top:30px;
	border-radius:10px;
	border-width:3px;
	padding-top:38px;
	padding-bottom:21px;
	position:relative
}
.latest .ribbon{
	position:absolute;
	top:-4px;
	left:400px
}
.latest .entry h2{
	color:#a41100;
	border:none;
	padding:0 0 9px 0;
	text-align:center;
	margin:0
}
.entry {}
.entry h2 a{
	color:#a41100;
	border:none;
	padding:0 0 9px 0;
	text-align:center;
	margin:0
}
.latest .entry h3{
	padding:0 10px;
	background:url(images/bg_h3.gif) repeat-x 0 11px;
	color:#999;
	text-align:center
}
.latest .entry h3 span{
	padding:0 15px;
	background-color:#fff
}
.latest .entry .options{
	position:absolute;
	right:41px;
	display:none
}
.latest .entry .options div{
	background:url(images/btn_edit.gif) no-repeat;
	width:67px;
	height:28px;
	border:0;
	cursor:pointer
}
.latest .entry .options div.hl{
	background-position:0 -28px
}
.latest .entry .pictureframe{
	margin:33px 0 12px 0
}
.latest .entry .text{
	background-color:#fff;
	line-height:150%;
	padding-top:25px;padding-bottoms:25px;
	clear: both;    font-size: 14px;
}
.latest .entry .text p{
	padding-bottom:29px
}
.latest .hl .options{
	display:block
}
.latest .transition{
	overflow:hidden;
	width:100%;
	position:relative
}
.latest .transition .inner{
	width:1400px
}
.latest .transition .inner .contentwrap{
	width:638px;
	position:static;
	float:left
}
.entries .sidebar .menu,.search .sidebar .menu{
	margin-top:32px
}
.entries .sidebar .sidebuttons,.search .sidebar .sidebuttons{
	padding-top:5px
}
.entries .sidebar .sidebuttons .inner,.search .sidebar .sidebuttons .inner{
	padding-bottom:37px
}
.entries .sidebar .sidebuttons .inner div,.search .sidebar .sidebuttons .inner div{

}
.entries .sidebar .sidebuttons .inner .export div.hl,.search .sidebar .sidebuttons .inner .export div.hl{
	background-position:0 -35px
}
.entries .sidebar .sidebuttons .inner .write,.search .sidebar .sidebuttons .inner .write{
	float:right
}
.entries .sidebar .sidebuttons .inner .write div,.search .sidebar .sidebuttons .inner .write div{
	background-position:-95px 0
}
.entries .sidebar .sidebuttons .inner .write div.hl,.search .sidebar .sidebuttons .inner .write div.hl{
	background-position:-95px -35px
}
.entries .content,.search .content{
	padding-bottom:0
}
.entries .content .entry,.search .content .entry{
	border-top:1px solid #e5e5e5;
	padding:50px 0 21px 0;
	position:relative;
	background-color:#fff;
	zoom:1
}
.entries .content .entry h2,.search .content .entry h2{
	color:#a41100;
	padding-bottom:9px;
	margin:0;
	border:0;
	background-color:#fff
}
.entries .content .entry h3,.search .content .entry h3{
	color:#999;
	background-color:#fff
}
.entries .content .entry .tab,.search .content .entry .tab{
	position:absolute;
	left:-79px;
	background:url(images/bg_tab.gif) no-repeat;
	height:26px;
	width:37px;
	text-align:center;
	font-weight:bold;
	font-size:0.75em;
	padding-top:4px;
	color:#799ab2;
	text-shadow:0 1px #edf6fe
}
.entries .content .entry .options,.search .content .entry .options{
	float:right;
	display:none
}
.entries .content .entry .options div,.search .content .entry .options div{
	background:url(images/btn_edit.gif) no-repeat;
	width:67px;
	height:28px;
	border:0;
	cursor:pointer
}
.entries .content .entry .options div.hl,.search .content .entry .options div.hl{
	background-position:0 -28px
}
.entries .content .entry .pictureframe,.search .content .entry .pictureframe{
	margin:33px 0 12px 0
}
.entries .content .entry .text,.search .content .entry .text{
	line-height:1.7em;
	padding-top:13px;
	background-color:#fff;
	font-size:0.7em;
}
.entries .content .entry .text p,.search .content .entry .text p{
	padding-bottom:29px;
}
.entries .content .first,.search .content .first{
	border-top:0;
	padding-top:0
}
.entries .content .hl .options,.search .content .hl .options{
	display:block
}
.entries .seeallentries,.search .seeallentries{
	border-top:1px solid #e5e5e5;
	padding:55px 0 55px 138px
}
.entries .seeallentries div,.search .seeallentries div{
	background:url(images/btn_seeall.gif) no-repeat;
	width:274px;
	height:39px
}
.entries .seeallentries .hl div,.search .seeallentries .hl div{
	background-position:0 -39px
}
.entry .thumbrow,.latest .thumbrow{
	padding-top:20px;
	margin-bottom:-18px;
	height:83px
}
.entry .thumbrow .thumbframe,.latest .thumbrow .thumbframe{
	float:left;
	border-width:1px 1px 1px 0;
	border-style:solid;
	border-color:#e2e2e2 #d4d4d4 #c3c3c3 #d4d4d4;
	box-shadow:0 1px #e3e3e3;
	background-color:#fff;
	padding:1px 0;
	cursor:pointer
}
.entry .thumbrow .thumbframe .thumb,.latest .thumbrow .thumbframe .thumb{
	background-color:#fff;
	border-top:3px solid #f7f7f7;
	border-bottom:solid 3px #f7f7f7;
	padding:6px 10px;
	-moz-user-select:-moz-none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.entry .thumbrow .thumbframe .thumb .thumbinner,.latest .thumbrow .thumbframe .thumb .thumbinner{
	width:60px;
	height:60px;
	overflow:hidden;
	position:relative
}
.entry .thumbrow .thumbframe .thumb .thumbinner img,.latest .thumbrow .thumbframe .thumb .thumbinner img{
	position:relative
}
.entry .thumbrow .leftthumbframe,.latest .thumbrow .leftthumbframe{
	border-left:1px solid #d4d4d4;
	border-radius:5px 0 0 5px;
	padding-left:1px
}
.entry .thumbrow .leftthumbframe .thumb,.latest .thumbrow .leftthumbframe .thumb{
	border-radius:5px 0 0 5px;
	border-left:3px solid #f7f7f7;
	padding-left:6px
}
.entry .thumbrow .rightthumbframe,.latest .thumbrow .rightthumbframe{
	border-right:1px solid #d4d4d4;
	border-radius:0 5px 5px 0;
	padding-right:1px
}
.entry .thumbrow .rightthumbframe .thumb,.latest .thumbrow .rightthumbframe .thumb{
	border-radius:0 5px 5px 0;
	border-right:3px solid #f7f7f7;
	padding-right:6px
}
.entry .thumbrow .on,.entry .thumbrow .hl,.latest .thumbrow .on,.latest .thumbrow .hl{
	border-top:1px solid #7faacf;
	border-right:1px solid #6592ba;
	border-bottom:1px solid #5c89b1;
	border-left:1px solid #6592ba;
	padding-left:1px;
	padding-right:1px
}
.entry .thumbrow .on .thumb,.entry .thumbrow .hl .thumb,.latest .thumbrow .on .thumb,.latest .thumbrow .hl .thumb{
	border:3px solid #bfd7eb;
	padding:6px
}
.entry .thumbrow .onleft,.entry .thumbrow .hlleft,.latest .thumbrow .onleft,.latest .thumbrow .hlleft{
	border-right:0
}
.header a{
	color:#ffffff;
	text-decoration:none;font-size:12px;
}
.date_p {font-size:12px;}
img.thumbnail {
    background: url("images/loading.gif") no-repeat scroll center center transparent;
    height: auto;
    width: 235px;
	background-color: #FFFFFF;
    border: 3px solid #F7F7F7;
    border-radius: 5px 5px 5px 5px;
    padding: 2px;
	 margin: 10px;
	 float: right;
}
.alignleft {
    float: left;
}

.sidebar h3 {
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 180%;
    margin: 20px 0 10px;
    padding-bottom: 2px;
}
.sidebar ul li {
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}
* {
    margin: 0;
    outline: 0 none;
    padding: 0;
}
#readerwall{padding:10px}#readerwall img{border:2px solid #EEE;margin:0}#readerwall li{float:left;padding:2px}
.c{clear:both;text-align:center;padding:0}
