/*
Theme Name: Fresh Winter
Theme URI: http://blog.osxcn.com/
Description: Fresh Winter Theme for <a href="http://blog.osxcn.com/">Nicky's blog</a> v2
Version: 2.0
Author: Nicky
Author URI: http://blog.osxcn.com/
*/

/****** General Styles *******/
.dolinks li{
background: url(images/dolinks.png) no-repeat 1px 5px;
PADDING-BOTTOM: 0px; 
PADDING-TOP: 0px;
}

.dolinks{
font-family: verdana, Arial, Tahoma, "Lucida Grande", sans-serif;
font-size: 12px;
}


.latestactivity small
{
display: block;
margin: 0px;
font-size: 9px;
font-family: verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
background: none;
}


.icio {
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}


html, body{ 
	font: 12px Verdana, "Segoe UI", Tahoma, Arial, sans-serif !important;
 	font: 11px Verdana, "Segoe UI", Tahoma, Arial, sans-serif;
	background: #505050 url(images/bg-wrapper.gif) repeat-y 50% 0px;
	color: #333;
	margin: 0; 
	padding: 0; 
	text-align: center;
} 
input, textarea{ 
 	font: 12px Tahoma, Verdana, Arial, sans-serif;
} 
a:link, a:visited {
	color: #0095EA;
	text-decoration: none;
}
a:hover {
	color: #128ED5;
	text-decoration: none;
	background-color: #D3F0FF;
	border-bottom: 1px solid #0095EA;
}
a:active, a:focus {
	color: #0095EA;
	text-decoration: none;
	border-bottom: 1px dotted #0095EA !important;
	border-bottom: 1px solid #9FDFFF;
}

blockquote {
		background: #fafafa;
        BORDER-LEFT: #A0C6E5 3px solid;
        PADDING-LEFT: 5px; 
        PADDING-BOTTOM: 0px; 
        MARGIN: 10px 10px;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
} 

img {
	border: none;
}

/****** Main Layout Styles ******/
#blog { 
	width: 950px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
} 

#wrapper {
	padding: 0px;
	margin: 0px;
}

#wrapperleft {
	width: 773px;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
} 

#header{
	height: 60px;
	background-color: #222;
	overflow: hidden;
}

#header #logo {
	width: 566px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#header #logo {
	height: 60px;
	text-indent: 18em;
	background: url(images/logo.gif) no-repeat 18px 15px;
}

#header #login {
	float: right;
	position: relative;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
#header #login ul {
	list-style-type: none;
}

#header #login li {
	float: left;
	margin: 0px;
	padding: 20px 5px 0px 5px;
	width: auto;
}

#header #login li a, #header #login li a:link {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666 !important;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

#header #login li a:hover {
	color: #CCC;
	background-color: #222;
	border-bottom: 1px solid #666 !important;
}

#main #menu {
	clear: both;
	width: 566px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #00A9FF;
}

#main #menu ul {
	list-style-type: none;
}

#main #menu li{
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	display: block;
	font: bold 15px  "lucida sans unicode", "Lucida Grande",Tahoma;
}

#main #menu li a, #main #menu li a:link {
	background: #00A9FF;
	color: #FFF;
	text-decoration: none;
	padding: 6px 5px 3px 5px;
	display: block;
	border: none !important;
}

#main #menu li a:hover {
	color: #FFF;
	border-bottom: 3px solid #bbb !important;
	background: #666;
}

#main #menu li.current_page_item a,#main #menu li.current_page_item a:hover{
	color: #FFF;
	border-bottom: 3px solid #bbb !important;
	background: #666;
}

#main {
	width: 566px;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 19px;
	background-color: #FFF;
	overflow: hidden;
}

#main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main li {
	padding: 0px 0px 4px 12px;
	}

#main h1 {
	font-weight: bold;
	color: #333;
	padding: 0px 4px 4px 24px;
	font-size: 12px;
background: url(images/bullet-splat.png) no-repeat 8px 2px;
}

#main .entry h1,#main #comments h1, #main #commentform h1 {
	font-weight: bold;
	background: none;
	padding: 0px;
	font-size: 14px;
}

#main h3 {
	font-weight: bold;
	color: #333;
	padding: 0px 4px 0px 10px;
	font-size: 16px;
}

.entryh1 {
	font-weight: bold;
	background: none;
	padding: 0px;
	font-size: 14px;
}

.ADtitle {
	padding: 2px;
}

#main .entry, #main #comments, #main #commentform {
	padding: 0px 10px 20px 10px;
	margin: 0px;
}

#main .entrycontent {
	padding: 2px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

#main .entrycontent ul{
     list-style-type: disc;
	 padding: 0px 20px;
	 margin: 10px 10px;
}

#main .entrycontent li{
	 padding: 0px;
}

#main .pageentrycontent {
	padding: 2px;
	margin: 0px;
	overflow: hidden;
}

#main .alignleft {
     float: left;
	 padding: 0px 8px 8px 0px;
}

#main .alignright {
     float: right;
	 padding: 0px 8px 8px 0px;
}

#main .pagenav {
     float: left;
	 margin: 0px 8px 0px 8px;
}

#main .entryfooter {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

#main .pagenavi{
	text-align: right;
	padding: 0px 8px 8px 0px;
}

#main .asides {
	padding: 0px 10px 10px 10px;
}

#comments {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 19px;
}

#main #comments .comment {
	background-color: #f9f9f9;
	font-weight: normal;
	color: #333;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: 0px 0px 10px 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .authorcomment {
	background-color: #EEE;
	font-weight: normal;
	color: #333;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: 0px 0px 10px 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .officialuser {
	background-color: #fff;
	font-weight: normal;
	color: #999;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin: 0px 0px 10px 0px;
	padding: 4px 20px 4px 20px;
}

#main #comments .comment h4, #main #comments .officialuser h4 {
	font-weight: normal;
	font-size: 12px;
}

#main #comments .authorcomment h4{
	font-weight: normal;
	font-size: 12px;
}
#main #comments .comment .commentnumber, #main #comments .officialuser .commentnumber {
	margin-right: 8px;
	font-size: 11px;
}
#main #commentform form {
	background-color: #EEE;
	font-weight: normal;
	color: #999;
	margin: 0px 0px 10px 0px;
	padding: 4px;
}
#main #commentform input,textarea{
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0px 0px 0px 10px;
}
/****** Sidebar Layout Styles ******/

.feed {
padding: 5px 5px 5px 12px;
}

.hide {
padding: 0px 0px 3px 9px; 
}

#middle {
	width: 205px;
	float: right;
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #888;
}

#middle a:link, #middle a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #666 !important;
	border-bottom: 1px solid #ccc;
}

#middle a:hover {
	color: #1E90FF;
	text-decoration: none;
	background-color: #F5F5F5;
	border-bottom: 1px dotted #1E90FF !important;
	border-bottom: 1px solid #1E90FF;
}

#middle h1 {
	padding: 0px;
	margin: 0px;
	text-indent: -10000px;
}

#middle h2 {
	width: 198px;
	color: #222;
	background: url(images/sidebarmiddle.gif) no-repeat 10px 20px;
	text-indent: 1em;
	font: bold 13px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	margin: 10px 0px 3px 0px;
	padding: 0px 0px 10px 0px;
}

#middle ul {
	list-style-type: none;
	padding: 4px;
	margin: 0px;
}

#middle ul img{
	height: 80px;
	width: 58px;
}

#middle li {
	padding: 2px 0px 3px 15px !important;
	background: url(images/bullet-doc.gif) no-repeat 1px 5px !important;
	padding: 2px 0px 3px 5px;
	background: none;
}

#right {
	width: 175px;
	float: right;
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #828282;
}

#right a:link, #right a:visited {
	color: #A8A8A8;
	text-decoration: none;
	border-bottom: 1px dotted #A8A8A8 !important;
	border-bottom: none;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

#right a:hover {
	color: #DDD;
	text-decoration: none;
	background-color: #333;
}

#right a:active, #right a:focus {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

#right h1 {
	width: 174px;
	height: 125px;
	padding: 0px;
	margin: 0px;
	text-indent: -10000px;
}
 
#right h2 {
	font: bold 12px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	width: 174px;
	color: #2EAEFF;
	background-color: #4C4C4C;
	text-indent: 1em;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}
 
#right ul {
	list-style-type: none;
	padding: 0px 8px 0px 0px;
	margin: 0px;
}

#right li {
	padding: 0px 0px 4px 12px;
}

#right li img{
	border: none !important;
}
#right .linkimages ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#right .linkimages li {
	padding: 0px;
	background-image: none;
}

#right .linkimages a:link, #right .linkimages a:visited, #right .linkimages a:active, #right .linkimages a:hover, #right .linkimages a:focus {
	text-decoration: none;
	border: none;
}

#footer {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	background-color: #333;
	padding: 8px 8px 8px 9px;
	color: #666;
	width: 758px;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
	border: none !important;
}

#footer a:hover {
	color: #999;
	text-decoration: none;
	background-color: #292929;
}

#footer a:active, #footer a:focus {
	color: #666;
	text-decoration: none;
	border: none !important;
}

/****** Flickr&Other Styles ******/
#douban {
	text-align: center;
	margin-top: 10px;
}

#douban a:link, #douban a:visited, #douban a:active, #douban a:hover {
	text-decoration: none;
	border: none !important;
}

#douban img {
	background-color: #FFF;
	padding: 2px;
	margin: 3px;
	border: 3px solid #DEDEDE;
	width: 72px;
}

#ali {
	padding: 0px 0px 0px 2px !important;
	padding: 0px 0px 0px 2px;
	background: none;
}

#ali a:link, #ali a:visited, #ali a:active, #ali a:hover {
	text-decoration: none;
	border: none !important;
}

#ali img {
	background-color: #FFF;
	padding: 2px;
	margin: 3px;
	border: 3px solid #DEDEDE;
}

#yupoo {
	text-align: center;
	margin-top: 4px;
}

#yupoo a:link, #yupoo a:visited, #yupoo a:active, #yupoo a:hover {
	text-decoration: none;
	border: none !important;
}

#yupoo img {
	background-color: #FFF;
	padding: 2px;
	margin: 3px;
	border: 3px solid #DEDEDE;
}



#flickr {
	text-align: center;
	margin-top: 10px;
}

#flickr a:link, #flickr a:visited, #flickr a:active, #flickr a:hover, #flickr a:focus {
	text-decoration: none;
	border: none !important;
}

#flickr img {
	background-color: #FFF;
	padding: 2px;
	margin: 3px;
	border: 3px solid #DEDEDE;
	height: 50px;
	width: 52px;
}

#google {
	width: 90%;
	color:#ddd;
	border: 0px #999 solid;
	margin: 0px;
}

fieldset { 
	border: 1px solid #ddd; 
	padding: 10px;    
	margin: 0px 0px 20px 0px;
}

#feed a:link, #feed a:visited, #feed a:active, #feed a:hover, #feed a:focus {
	text-decoration: none;
	border: none !important;
        background-color: none;
}

#searchform{
	background-color: #F5F5F5;
	color: #333;
	margin: 8px 0px 3px 5px;
}

.gravatar {
	float: right;
	padding: 0px;
	margin: 4px;
	width: 50px;
	height: 50px;
}

.postgrav {
	float: right;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

/*
#MicrosoftTranslatorWidget a:link, #MicrosoftTranslatorWidget a:visited, #MicrosoftTranslatorWidget a:active, #MicrosoftTranslatorWidget a:hover{
	text-decoration: none;
        background-color: none;
        background: none;
        border-bottom: 1px solid #6C9CBD !important;
}

#MicrosoftTranslatorWidget a:focus{
        border-bottom: 1px solid #5982A0 !important;
}
*/
 
/** Linkpage **/

#linkpage{clear:both;margin:0;padding:4px 4px 0px 10px;width:100%;}
#linkpage h2{font-size:15px;font-family:"Lucida Grande", "Trebuchet MS", Arial, Verdana, sans-serif;letter-spacing:-1px;margin:0px ;padding:4px 4px 5px 5px;}
#linkpage ul li{list-style-type:none;display:block;width:100%;float:left;margin:0 0 0px;padding:0;}
#linkpage ul li ul li{width:25%;float:left;list-style:none;line-height:23px;margin:0;}

/****** Float containers ******/
#wrapperleft:after, #wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
#wrapperleft, #wrapper { display: inline-table; }

/* Hides from IE-mac */
* html #wrapperleft, * html #wrapper { height: 1%; }
#wrapperleft, #wrapper { display: block; }
/* End hide from IE-mac */  
