/*
Theme Name: Rubrofemortus
Version: 1.0
author: 7thpic
*/

/* global classes */
.cleared {
	clear:both;
}
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.6em;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
body {
	text-align:justify;
	font-family:Century Gothic, Trebuchet MS, Verdana, Sans-Serif;
	line-height:1.6em;
	letter-spacing: 1px;
	line-break:strict;
	font-size:95%;
	color:#333;
	margin:0 auto;
	padding:0;
	background-image:url(img/body_bk.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
* html body {
	font-family: Verdana, sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-family:Century Gothic, Trebuchet MS, Verdana, Sans-Serif;
	font-weight:normal;
}
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}
p {
	margin-bottom:15px;
}
/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignright img, img.alignright {
	margin: 1em;
	margin-right: 0;
}
.alignleft img, img.alignleft {
	margin: 1em;
	margin-left: 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */
/* contents */
#contents {
	font-size:12px;
	width:1000px;
	margin:0 auto;
	height:auto;
}
.wrapper {
	background-image:url(img/wrapper.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:323px;
	margin:0;
	z-index:-100;
	position:absolute;
}
/* header */
#header {
	width:1000px;
	height:225px;
	text-align:right;
	background-image:url(img/header.png);
	background-position:center;
	background-repeat:no-repeat;
}
#header h1 {
	display:block;
	padding-top:151px;
	padding-right:20px;
	font-size:1.6em;
}
#header .logo {
	float:left;
	width:180px;
	height:80px;
}
/* menu */
#menu {
	width:1000px;
	height:36px;
	text-align:left;
	background-image:url(img/menu.png);
	background-position:center;
	background-repeat:no-repeat;
}
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}
#menu ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
}
#menu li {
	display:table-cell;
	text-align:center;
	font-size:12px;
	color:#003366;
	padding-top:4px;
	vertical-align:baseline;
	width:auto;
	min-width:80px;
	height:30px;
	float:left;
}
#menu li li {
   clear:both;
}
#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block;
   background-image:url(img/submenu.png);
   background-repeat:repeat;
}
#menu li a {
	color:#003366;
	text-decoration:none;
}
#menu li a:hover {
	color:#FFF;
}
#menu li li a {
	display:block;
}
#menu li li a:hover {
	display:block;
	background-color:#0099CC;
	color:#FFF;
}
#menu li a:visited {
	color:#000;
}
#menu :after {
	clear:both;
}
/* index */
#main {
	width:1000px;
	height:auto;
	min-height:618px;
	margin:0;
	color:#000000;
	background-image:url(img/main_bk.png);
	padding-bottom:150px;
}
.story {
	width:600px;
	height:auto;
	margin-left:19px;
	color:#000000;
}
.story h1 {
	display:block;
	width:580px;
	height:40px;
	color:#003366;
	font-size:120%;
}
.story h2 {
	color:#336699;
	display:block;
	font-size:150%;
	height:40px;
	width:580px;
	padding-top:5px;
}
.story h3 {
	color:#336699;
	display:block;
	font-size:125%;
	height:40px;
	width:500px;
}
.story a, a:active, a:hover, a:visited {
	text-decoration:none;
	color:#000000;
}
.story p {
	paddind-left:30px;
}
.entry_header h3 {
	display:block;
	width:500px;
	border-bottom:1px dotted #333333;
	font-size:150%;
	color:#003366;
	font-family:Century Gothic, Lucida Grande, Sans-Serif;
	margin-left:64px;
}
.postdate {
	float:left;
	width:50px;
	border-right:2px solid #003366;
}
.entry_header .cate_name {
	margin-left:64px;
	color:#003366;
	padding-bottom:10px;
}
.entry_header {
	margin:0 0 0 10px;
}
.ptitle {
	font-size:2em;
	color:#003366;
	padding:0;
}
.ptitle a {
	text-decoration:none;
}
.day {
	font-family:Century Gothic, Lucida Grande, Sans-Serif;
	letter-spacing:-1px;
	color:#003366;
	font-size:26px;
	background-color:#FFF;
	display:block;
	width:50px;
	height:40px;
	text-align:center;
	padding-top:7px;
}
.month {
	font-family:Century Gothic, Lucida Grande, Sans-Serif;
	font-size:14px;
	color:#FFF;
	background-color:#003366;
	display:block;
	width:50px;
	height:20px;
	text-align:center;
	vertical-align:baseline;
}
.entry {
	clear:both;
	margin-left:64px;
	width:872px;
	margin-bottom:40px;
}
.entry a, a:active, a:hover, a:visited {
	text-decoration:none;
	color:#000000;
}
#respond {
	margin-left:64px;
}
/* sidebar */
#sidebar {
	float:right;
	width:360px;
	text-align:center;
}
#sidebar ul {
	margin:3px;
}
#sidebar a, aactive, avisited {
	color:#000000;
}
.search {
	text-align:right;
	margin-right:7px;
	height:40px;
}
.search :after {
	clear:right;
}
.simage {
	float:right;
}
.sb1 {
	width:349px;
	text-align:left;
	margin-left:5px;
	margin-top:-5px;
	padding-left:15px;
	height:auto;
	min-height:185px;
	background-image:url(img/whiteboard_r2_c1.gif);
	background-repeat:repeat-y;
}
.sb2 {
	width:150px;
	text-align:left;
	padding-top:10px;
	padding-left:30px;
}
.sb3 {
	width:150px;
	text-align:left;
	padding-top:10px;
	float:right;
}
.sb4 {
	clear:both;
	width:349px;
	text-align:left;
	margin-top:5px;
}
.sb5 {
	width:168px;
	text-align:left;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	border:1px dashed #000000;

}
.sb6 {
	width:168px;
	text-align:left;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	float:right;
	background-image:url(img/clip.png);
	background-position:top;
	background-repeat:no-repeat;
}
.sb7 {
	clear:both;
	width:349px;
	height:215px;
	text-align:left;
	margin-top:5px;
	margin-left:5px;
	padding:5px 0 0 5px;
	background-image:url(img/kanban.png);
	background-repeat:no-repeat;
}
.sbwhite_top {
	width:349px;
	height:17px;
	background-image:url(img/whiteboard_r1_c1.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:7px;
	margin-left:5px;
}
.sbwhite_bottom {
	width:349px;
	background-image:url(img/whiteboard_r4_c1.gif);
	background-repeat:no-repeat;
	height:61px;
	background-position:top;
	margin-top:-5px;
	margin-left:5px;
}
.sbbook_top {
	width:348px;
	height:25px;
	background-image:url(img/note_01.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:7px;
	margin-left:5px;
}
.sbbook_center {
	width:348px;
	height:auto;
	min-height:185px;
	background-image:url(img/note_02.png);
	background-repeat:repeat-y;
	margin-left:5px;
}
.sbbook_bottom {
	width:348px;
	background-image:url(img/note_03.png);
	background-repeat:no-repeat;
	height:15px;
	background-position:top;
	margin-top:-5px;
	margin-left:5px;
}
.widgettitle {
	font-size:14px;
	color:#003366;
}
.scope {
	bottom:0px;
	margin-top:50px;
}
/* calendar */
#wp-calendar {
	text-align:center;
	background:transparent;
	margin:0;
	width:95%;
}
#wp-calendar td {
	line-height:10px;
	font-size:10px;
	color:#333;
	text-align:right;
}
#wp-calendar td a {
	display:block;
	color:#333;
	text-decoration:none;
	line-height:10px;
}
#wp-calendar #prev a {
	width:30px;
	font-size:90%;
}
#wp-calendar #next a {
	width:30px;
	margin:0 0 0 30px;
	font-size:90%;
}
#wp-calendar #today {
	background:#003366;
	color:#fff;
}
#wp-calendar #today a {
	color:#333;
	font-weight:700;
}
#wp-calendar caption {
	text-align:center;
	width:100%;
	margin:0 0 5px 0;
	font-variant:small-caps;
}
/* news */
.news {
	margin:20px;
	padding:10px;
	background-color:#CFD5DD;
	color:#6E82A8;
}
.newsˇˇp:first-child:first-letter {
	font-size: 270%;
	float: left;
	line-height: 1;
	background-color: #cc0000;
	color: white;
	padding: 3px;
	margin-right: 3px;
}
/* bottom menu */
#bmenu {
	width:986px;
	height:auto;
	margin-left:7px;
}
#btitle {
	border-bottom:1px dashed #FFFFFF;
	width:100%;
	height:24px;
}
.bmenutitle {
	width:25%;
	color:#FFFFFF;
	font-size:14pt;
	font-weight:bold;
	float:left;
}
.cell {
	float:left;
	width:25%;
	height:auto;
}
/* footer */
#footer {
	width:1000px;
	height:255px;
	background-image:url(img/footer.png);
	background-position:center;
	background-repeat:no-repeat;
}
.copyright {
	display:block;
	width:auto;
	height:18px;
	font-size:12px;
	color:#000;
	text-align:right;
	padding-top:37px;
	padding-right:70px;
}
/* erroe */
.errortitle {
	color:#FFFFFF;
	font-size:14pt;
	font-weight:bold;
}
