@CHARSET "UTF-8";

* {
	font-family: verdana;
}

body {
	background-color: #f6f5ef
}

input , textarea , select {
	font-size:12px;
}

#header {
	height: 75px;
	background-color: #ecebe6;
}

.con {
	background-color: #ffffff;
	overflow: visible;
}

#navigation {
	text-align:right;
	margin-bottom:10px;
}
#navigation span{
	padding:4px;
	margin:4px;
	font-size:11px;
	color:#304e90;
}

#navigation span:hover{
	padding:4px;
	margin:4px;
	background-color:#d2eaff;
	cursor:pointer;
	font-size:11px;
	color:#304e90;
}

#picture {
	
}

#comment {
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
}

.cHeader {
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	margin-bottom: 10px;
}

#comment dl {
	padding: 4px;
}

#comment dl dt {
	float: left;
	width: 100px;
	clear: both;
	padding: 4px;
}

#comment dl dd {
	float: left;
	margin-left: 10px;
	padding: 4px;
}

#footer {
	height: 20px;
	color: #323232;
	text-align: right;
	font-size: 11px;
	clear: both;
	width: 700px;
	padding-top: 10px;
	margin: 0px auto;
	color: #cccccc;
}

#footer a {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	color: #323232;
}

.content-all {
	width: 700px;
	background: #fff url(../img/sl-top.png) no-repeat top;
	float: left;
	overflow: auto
}

.content {
	padding: 20px;
	width: 660px;
	background: url(../img/sl-bottom.png) no-repeat bottom;
	overflow: auto
}

.right-all {
	width: 160px;
	background: #dddcd2 url(../img/widget-top-s1.png) no-repeat top;
	float: left;
	margin-left: 5px
}

.right {
	padding: 20px;
	width: 120px;
	background: url(../img/widget-bottom-s1.png) no-repeat bottom;
}

.pictureHeader {
	color: #cccccc;
	font-size: 12px;
	background: transparent url(../img/cal2.png) left center no-repeat;
	padding: 2px 2px 2px 20px;
	margin: 7px;
}

.commentCount {
	background: transparent url(../img/comments.png) left center no-repeat;
	color: #cccccc;
	font-size: 12px;
	clear: both;
	padding: 2px 2px 2px 20px;
	margin: 7px;
}

.tags {
	background: transparent url(../img/tag.png) left center no-repeat;
	color: #cccccc;
	font-size: 12px;
	clear: both;
	padding: 2px 2px 2px 20px;
	margin: 7px;
}

.cWrites {
	clear: both;
}

.comCount {
	font-size: 24px;
	font-weight: bold; color : #cccccc;
	width: 20px;
	float: left;
	color: #cccccc;
	text-align:center;
}

.comDate {
	font-size: 12px;
	color: #cccccc;
	width: 100px;
	float: left;
	margin-left: 10px;
	text-align: right;
}

.comMessage {
	font-size: 12px;
	color: #323232;
	float: left;
	margin-left: 10px;
	width: 450px;
}

.comDay {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.comMonth {
	font-size: 13px;
	float: left;
	position: relative;
	top: 12px;
	left: -25px;
}

.comYear {
	font-size: 13px;
	float: left;
	position: relative;
	top: 24px;
	left: -60px;
}

.pictureContainer {
	padding:10px;
	float:left;
	margin:5px;
	font-size:12px;
	text-align:center;
	overflow:visible;
	width:180px;
}
.albumManage {
	padding:5px;
}