@charset "utf-8";
/* CSS Document */


#postwrapper {
	width:850px;
	margin:0 auto;
	padding:0
}
#tab_new {
	background:#FFF url(/vw/images/blog/tab-new-post.jpg) left no-repeat;
	width:845px;
	height:26px;
	border-bottom:1px solid #CCC;
	text-align:right;
	margin:0;
	padding:5px 5px 0 0
}
#tab_previous {
	background:#FFF url(/vw/images/blog/tab-previous-post.jpg) left no-repeat;
	width:845px;
	height:26px;
	border-bottom:1px solid #CCC;
	text-align:right;
	margin:0;
	padding:5px 5px 0 0
}
#tab_edit_post {
	background:#FFF url(/vw/images/blog/tab-edit-post.jpg) left no-repeat;
	width:845px;
	height:26px;
	border-bottom:1px solid #CCC;
	text-align:right;
	margin:0;
	padding:5px 5px 0 0
}
#tab_current_news {
	background:#FFF url(/vw/images/blog/tab-current-news.jpg) left no-repeat;
	width:845px;
	height:26px;
	border-bottom:1px solid #CCC;
	text-align:right;
	margin:0;
	padding:5px 5px 0 0
}
#post {
	width:808px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:10px 20px
}
#edit {
	width:826px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:10px 11px
}
#editpost {
	width:808px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	padding:10px 20px
}
#titles {
	width:40px;
	float:left;
	padding-right:10px;
	padding-top:3px;
	font-size:12px;
	color:#333;
	vertical-align:middle
}
#textfields {
	float:left;
	width:750px
}
#previous_posts {
	background:#FFF url(/vw/images/blog/edit-post-bg.jpg) repeat-y;
	margin:0;
	padding:0
}
#previous_posts_top {
	background:transparent url(/vw/images/blog/edit-post-bg-top.jpg) no-repeat;
	width:826px;
	height:13px;
	line-height:-1px;
	margin:0;
	padding:0
}
#previous_posts_bottom {
	background:transparent url(/vw/images/blog/edit-post-bg-bottom.jpg) bottom no-repeat;
	width:780px;
	margin:0;
	padding:0 23px 21px 23px;
	position:relative
}
#edit_btn {
	background-image:url(/vw/images/blog/edit-btn-bg.png);
	background-repeat:no-repeat;
	height:29px;
	width:784px;
	position:absolute;
	bottom:6px;
	left:6px;
	text-align:right;
	padding:1px 30px 0 0
}
#cleardiv {
	clear:both;
	line-height:0
}
.cleardivbreak {
	line-height:12px
}
/*text field styles */

.titlefield {
	width:300px;
	height:19px;
	border:1px solid #0760a4
}
.datefield {
	width:150px;
	height:19px;
	border:1px solid #0760a4
}
.smallit {
	font-size:10px;
	color:#666;
	font-style:italic
}
/*edit styles*/

.edit_date {
	font-size:10px;
	color:#666;
	font-style:italic;
	line-height:18px
}
.edit_title {
	font-size:11px;
	font-weight:bold;
	color:#000;
	line-height:18px
}
.edit_post {
	font-size:11px;
	color:#000
}
.edit_post a:link {
	color:#0760a4;
	font-style:italic;
	font-weight:bold
}
.edit_post a:visited {
	color:#0760a4;
	font-style:italic;
	font-weight:bold
}
.edit_post a:hover {
	color:#000;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline
}
a.edit_more, a.edit_more:link, a.edit_more:visited {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#0760a4;
	text-decoration:none
}
a.edit_more:hover {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#0760a4;
	text-decoration:underline
}
.nextprev {
	font-size:11px;
	color:#666;
	text-align:right;
	padding-right:5px
}
.nextprev a, .nextprev a:link, .nextprev a:visited {
	font-size:11px;
	color:#333;
	text-align:right;
	text-decoration:none
}
.nextprev a:hover {
	font-size:11px;
	color:#333;
	text-align:right;
	text-decoration:underline
}

