@charset "utf-8";
/*  
Theme Name: kurrunk
Theme URI: http://kurrunk.com
Description: 作一个模板吧！
Version: 0.2
Author: 胡正全
Author URI: http://kurrunk.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

header, footer, aside, nav, article,section{  
    display: block;  
}
body {background:url(/images/bg.gif) #e9ecf1;color: #333;}

#page{width:770px;margin:20px auto;}
.narrowcolumn{float:left;width:550px;}
#page>aside{float:right;width:180px;}
#page>aside ul{margin:0px;padding:0px;}
#page>aside #s{width:100px}
#page>aside li{list-style:none}
#page>header{text-align:center;}
header h1 a{color:white;text-shadow: 3px 3px 3px #000;font-family: 'Reenie Beanie', arial, serif; }
footer{clear:both;text-align:center;}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {color: #333;}
a:hover {color: #147;text-decoration: underline;}
a, h2 a:hover, h3 a:hover {color: #06c;	text-decoration: none;}
a img{border:none;text-shadow: 3px 3px 3px #fff;}
a img:hover{border:none;text-shadow: 3px 3px 3px #147;}


.post section{line-height:160%}
.post,.post h2{clear:both}
.post h2{text-shadow:2px 2px 2px #ccc;}

h2.pagetitle{text-align:center}

.navigation {height:40px;}
.navigation .alignleft{float:left;}
.navigation .alignright{float:right;}

.widecolumn{width:560px;margin:auto;float:none}
#comment{width:100%}
.copy{border:1px solid white;background-color: rgba(255,255,255,0.4);-moz-border-radius:7px;border-radius:7px;}