/* @override 
	http://signboard40.local/css/blog/blue.css
*/

#blog_wrapper {
	background: #1d1f1e url(../../img/sb2009/blog/blue/bg.jpg) repeat-x 50% 0%;
}

#blog_wrapper .header {
	width: 900px;
	height: 300px;
	position: relative;
	margin: 0 auto;
}
#blog_wrapper .header h1,
#blog_wrapper .header h2 {
	margin: 0;
}


/*
#blog_wrapper .header img {
	position: absolute;
	left: 660px;
	top: 58px;
}

#blog_wrapper .header h1 {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 70px;
	top: 110px;
	color: #f19334;
	width: 330px;
	text-align: center;
}

#blog_wrapper .header h2 {
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 210px;
	left: 50px;
	color: #4a3c3d;
	width: 457px;
	text-align: center;
}*/

#blog_wrapper .blog_content {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	padding-top: 20px;
}
#blog_wrapper .sidebar {
	width: 180px;
}
#blog_wrapper .sidebar_left {
	float: left;
	margin-right: 20px;
}
#blog_wrapper .sidebar_right {
	float: right;
}
#blog_wrapper .main {
	width: 502px;
	float: left;
	overflow: hidden;
	padding-top: 10px;
}


#blog_wrapper .profile_box {
	margin-bottom: 20px;
}

#blog_wrapper .profile_box {
	width: 163px;
	height: 297px;
	background: url(../../img/sb2009/blog/blue/profile_bg.gif) 0% 100% no-repeat;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}
#blog_wrapper .profile_box img {
	position: absolute;
	top: 26px;
	left: 29px;
}
#blog_wrapper .profile_box h4 {
	margin: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 140px;
	font-size: 14px;
}
#blog_wrapper .profile_box strong {
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 160px;
	font-weight: normal;
}
#blog_wrapper .profile_box .nav {
	width: 121px;
	margin: auto;
	overflow: hidden;
	padding-top: 187px;
}
#blog_wrapper .profile_box .nav a {
	width: 121px;
	height: 25px;
	display: block;
	background-image: url(../../img/sb2009/blog/blue/profile_buts.gif);
	text-indent: -9000px;
	margin-bottom: 7px;
}

#blog_wrapper .profile_box .nav a.profile:hover {
	background-position: -121px 0px;
}

#blog_wrapper .profile_box .nav a.schedule {
	background-position: 0px -25px;
}
#blog_wrapper .profile_box .nav a.schedule:hover {
	background-position: -121px -25px;
}
#blog_wrapper .profile_box .nav a.photobook {
	background-position: 0px -50px;
}
#blog_wrapper .profile_box .nav a.photobook:hover {
	background-position: -121px -50px;
}

#blog_wrapper .box h4 {
	margin: 0;
}
#blog_wrapper .box ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#blog_wrapper .box a.rsslink {
	float: none;
	margin-top: 10px;
}

#blog_wrapper .box {
	width: 180px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 5px;
}
#blog_wrapper .box h4 {
	width: 164px;
	height: 35px;
	background: url(../../img/sb2009/blog/blue/sidehead_bg.gif) no-repeat;
	margin: 5px auto 10px auto;
	line-height: 37px;
	text-indent: 10px;
	color: #fff;
}
#blog_wrapper .box ul li {
	color: #777;
	font-size: 11px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 2px dotted #c0b292;
}
#blog_wrapper .box ul li a {
	font-size: 13px;
	color: #262cfb;
	text-decoration: none;
}
#blog_wrapper .box ul li a:hover {
	text-decoration: underline;
}

#blog_wrapper .posts .item {
	margin-bottom: 20px;
	background-color: #fff;
	padding-bottom: 10px;
}

#blog_wrapper .posts .item .header {
	height: auto;
	width: 502px;
	overflow: hidden;
}

#blog_wrapper .posts .item .header {
	background: #fff url(../../img/sb2009/blog/blue/posthead_bg.gif) 0% 0% no-repeat;
}
#blog_wrapper .posts .item .header {
	margin-bottom: 10px;
}
#blog_wrapper .posts .item .header a {
	color: #262cfb;
	text-decoration: none;
}
#blog_wrapper .posts .item .header a:hover {
	text-decoration: underline;
}
#blog_wrapper .posts .item .header .date {
	padding: 10px;
}
#blog_wrapper .posts .item .header h3 {
	margin: 0px 10px;
	padding-bottom: 10px;
	font-size: 16px;
	width: 440px;
	color: #262cfb;
}

#blog_wrapper .posts .item .content {
	margin: 0px 10px;
}
#blog_wrapper .posts .item .meta {
	margin: 10px;
	margin-bottom: 0px;
	height: 20px;
	line-height: 20px;
	background: #b9d6da;
	padding: 0px 10px;
}
#blog_wrapper .posts .item .meta a {
	color: #727272;
	text-decoration: none;
}
#blog_wrapper .posts .item .meta a:hover {
	text-decoration: underline;
}
#blog_wrapper .meta .readmore {
	float: left;
}
#blog_wrapper .meta .comment {
	float: right;
}

#blog_wrapper .posts .item .excerpt img {
	float: left;
	margin: 0 10px 5px 0px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#blog_wrapper .pagenav {
	margin: 0;
	padding: 0;
}

#blog_wrapper .pagenav span, 
#blog_wrapper .pagenav a {
	display: block;
	float: left;
	line-height: 30px;
	width: 28px;
	text-align: center;
	margin-right: 4px;
	font-size: 14px;
	margin-bottom: 5px;
}

#blog_wrapper .pagenav span {
	background: #2b85b0 url(../../img/sb2009/blog/blue/pagecurl.gif) no-repeat 100% 100%;
	color: #fff;
}
#blog_wrapper .pagenav a {
	background: #93d7fd;
	color: #444;
	text-decoration: none;
}
#blog_wrapper .pagenav a:hover {
	background: #2b85b0;
}

#blog_wrapper .box .calendar {
	width: 160px;
	margin: auto;
	border: none;
}
#blog_wrapper .box .calendar .datenav {
	background: none;
}
#blog_wrapper .box .calendar .month {
	color: #4c3516;
}
#blog_wrapper .box .calendar .back a,
#blog_wrapper .box .calendar .next a {
	background: none;
	padding: 0;
	color: #262cfb;
	text-decoration: none;
}
#blog_wrapper .box .calendar a:hover {
	text-decoration: underline;
}

#blog_wrapper .calendar thead .week {
	border: 1px solid #fff;
	background-color: #40c9fd;
	color: #fff;
}
#blog_wrapper .calendar tbody td {
	border: 1px solid #fff;
	background: #bbe6e9;
}
#blog_wrapper .calendar a.posted {
	background: url(../../img/sb2009/blog/blue/posted_bg.gif) 100% 100% no-repeat;
	color: #262cfb;
	text-decoration: none;
	display: block;
}
#blog_wrapper .calendar a.posted:hover {
	text-decoration: underline;
}


#blog_wrapper .singlenav {
	margin: 10px;
	margin-bottom: 0px;
	height: 20px;
	line-height: 20px;
	background: #b9d6da;
	padding: 0px 10px;
	position: relative;
}
#blog_wrapper .singlenav a {
	color: #727272;
	text-decoration: none;
}
#blog_wrapper .singlenav a:hover {
	text-decoration: underline;
}
#blog_wrapper .singlenav .back {
	float: left;
	background: url(../../img/sb2009/blog/blue/arrow_prev.gif) 0% 50% no-repeat;
	padding-left: 12px;
}
#blog_wrapper .singlenav .next {
	float: right;
	background: url(../../img/sb2009/blog/blue/arrow_next.gif) 100% 50% no-repeat;
	padding-right: 12px;
}
#blog_wrapper .singlenav .tolist {
	display: block;
	width: 200px;
	position: absolute;
	text-align: center;
	left: 150px;
}

#blog_wrapper div#commented {
	background-color: #c6dcfe;
	border: 1px solid #38a3fc;
	margin-top: 20px;
	margin-bottom: 20px;
}
#blog_wrapper div#commented h5 {
	margin: 10px;
	color: #262cfb;
	font-size: 14px;
}
#blog_wrapper div#commented ol {
	list-style: none;
	padding: 0;
	margin: 0px 10px;
}
#blog_wrapper #commented ol li {
	margin-bottom: 15px;
}
#blog_wrapper #commented ol .num {
	width: 30px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #262cfb;
}
#blog_wrapper #commented ol .content {
	border-left: 5px solid #38a3fc;
	padding-left: 5px;
	margin-left: 25px;
}

#blog_wrapper #comment_form {
	padding: 10px;
	border: 1px solid #38a3fc;
}
#blog_wrapper #comment_form h5 {
	margin: 10px;
	color: #262cfb;
	font-size: 14px;
}
#blog_wrapper #comment_form label {
	display: block;
	font-weight: bold;
	color: #777;
}

#commentNotice {
	background: #fcef82;
	display: block;
	padding: 10px;
	border: 1px solid #f90;
	margin-bottom: 5px;
	width: 85%;
}


#blog_wrapper .footer {
	background: #fff;
	width: 900px;
	margin: auto;
	text-align: center;
	padding: 10px 0;
	border-top: 2px solid #262cfb;
}
#blog_wrapper .footer p {
	margin: 0;
	margin-bottom: 20px;
}
#blog_wrapper .footer a {
	margin: 0px 10px;
	color: #262cfb;
}
