/* Wrapper */
.wrapper {
	width: 923px;
	margin: auto;
	margin-top: 5px;
}

/* Top and Bottom images */
.top {
	width: 923px;
	height: 12px;
	background: url("img/top.png");
	font-size: 1px;
}

.bottom {
	width: 923px;
	height: 12px;
	background: url("img/bottom.png");
	font-size: 1px;
	margin-bottom: 10px;
}

/* Inner border */
.inner {
	width: 898px;
	background: url("img/wrapper.png") repeat-y left;
	padding: 0 13px 0 12px;
}

/* Header */
.header {
	border-top: 1px solid #999;
	height: 144px;
	border-bottom: 1px solid #CCC;
	position: relative;
}

.header img {
	vertical-align: bottom;
}

/* RSS Button */
.rss-buttom {
	position: absolute;
	top: 10px;
	right: 10px;
}

.right .list h3 a.rsswidget {
	line-height: 18px;
	vertical-align: middle;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
}

.right .list h3 a.rsswidget img {
	line-height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

/* Top Menu */
.menu {
	background: url("img/menu_bg.gif");
	height: 37px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu ul {
	float: left;
}

.menu ul li ul {
	position: absolute;
	width: 10em;
	margin-top: 37px;
	left: -999em;
	background-color: #555;
	display: block;
	width: 150px;
	z-index: 10;
	border-right: 1px solid #3e3e3e;
	border-left: 1px solid #3e3e3e;
}

.menu li {
	float: left;
	list-style: none;
	line-height: 35px;
	background: url("img/menu_divider.gif") no-repeat top right;
}

.menu li a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 0 15px 0 15px;
	height: 37px;
	float: left;
	font-weight: bold;
}

.menu li a:hover {
	color: #FFF;
	text-decoration: underline;
}

.menu li li a {
	color: #FFF;
	text-decoration: underline;
	background-color: #555;
	display: block;
	height: 34px;
	width: 120px;
	background-image: none;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #3e3e3e;
	border-right: 0px;
}

.menu li li a:hover {
	color: #FFF;
	text-decoration: underline;
	display: block;
	height: 34px;
	width: 120px;
	background-image: none;
	border-right: 0px;
}

.menu h2,h3,h4,h5 {
	border: 0px;
	margin-bottom: 0px;
}

.menu .active-menu {
	color: #FFF;
	text-decoration: none;
	background: #555 url("img/menu_divider.gif") no-repeat top right;
}

/* Search Bar */
.search {
	float: right;
	margin: 5px 6px 7px 6px
}

.search input[type="text"] {
	width: 152px;
	height: 17px;
	background: #FFF url("img/search_bg.gif");
	border: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 5px 4px 4px 24px;
}

.search input[type="image"] {
	vertical-align: top;
	line-height: 18px;
	padding-top: 1px;
}







/* Footer */
.footer {
	clear: both;
	background: url("img/colors/red/footer_bg.gif") repeat-x;
	height: 92px;
	position: relative;
}

.footer img {
	float: left;
	padding: 18px 0px 0px 5px;
}

.footer a {
	font-weight: bold;
}

.footer div {
	float: right;
	width: 550px;
	line-height: 24px;
	font-size: 12px;
	padding: 25px 12px 12px 12px;
	text-align: right;
}

.footermenu {
	height: 25px;
	background: #eee url("img/foot-menu.gif") repeat-x center;
	color: #333;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

.footermenu ul {
	float: right;
}

.footermenu li {
	float: right;
	list-style: none;
}

.footermenu li a {
	color: #535353;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 6px 15px 6px 15px;
	float: left;
	font-weight: bold;
	background: url("img/submenu_divider.gif") no-repeat left top;
}

.footermenu li a:hover {
	text-decoration: underline;
}

.footermenu ul li ul {
	float: left;
	clear: none;
	display: inline;
}

.footermenu ul li ul li {
	display: inline;
	float: right;
}

.footermenu li li a {
	color: #535353;
	text-decoration: underline;
	background-color: #F8F8F8;
	border-bottom: 1px solid #CCC;
	border-right: 0px;
	display: block;
	width: 120px;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}

.footermenu li li a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #f3f3f3;
	display: block;
	width: 120px;
	border-bottom: 1px solid #CCC;
	border-right: 0px;
	background-image: none;
}






/* Gravatar */
.gravatar-comment {
	padding: 3px;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
}

.gravatar-single img {
	padding: 3px;
}

.gravatar {
	border: 1px solid #E1E1E1;
	float: right;
	margin: 0px 0px 0px 10px;
	background-color: #FFF;
}

.gravatar img {
	padding: 3px;
}

/* Misc Logo */
#logo {
	position: absolute;
	left: 10px;
	top: 30px;
}

/* Sidebar search */
.search-side .search-bar {
	padding: 4px;
	width: 80%;
}

.search-side .search-go {
	padding: 4px;
	width: 30px;
	font-size: 11px;
	font-weight: bold;
}

.right .search-side .search-bar {
	padding: 4px;
	width: 60%;
}

/* Sidebar Select Menu */
.right select {
	width: 120px;
	font-size: 11px;
}

.mid select {
	width: 217px;
	padding: 3px;
}

/* Comments*/
#commentform #author {
	background: #fff url("img/icons/user.gif") no-repeat 220px 6px;
	padding: 6px 25px 6px 6px;
}

#commentform #email {
	background: #fff url("img/icons/email.gif") no-repeat 6px 6px;
	padding: 6px 6px 6px 25px;
}

#commentform #url {
	background: #fff url("img/icons/link.gif") no-repeat 6px 6px;
	padding: 6px 6px 6px 25px;
}

#commentform label {
	height: 20px;
	font:normal 10px tahoma;
	vertical-align: middle;
	padding: 2px 2px 10px 2px;
	display: inline;
	font-weight: normal;
}

#commentform .red {
	color: #c90606;
	margin: 0px;
	font:normal 10px System;
}

#commentform input {
	width: 210px;
	padding: 5px;
	border: 1px solid #ef9d93;
	margin: 5px 5px 1px 0;
}

#commentform input:focus {
	border: 1px solid #191919;
}

#commentform textarea {
	width: 97%;
	padding: 2px;
	border: 1px solid #ef9d93;
	font:normal 10px System;
	margin: 5px 5px 1px 0;
}

#commentform textarea:focus {
	border: 1px solid #191919;
}

#commentform #submit {
	margin: 5px 5px 10px 0px;
	float: right;
	color: #ae0d00;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #ef9d93;
	background-color: #fceded;
	width: 155px;
}

#commentform #submit :hover {
	background-color: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #FFF;
}



ol.commentlist {}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {}
ol.commentlist li.comment div.comment-meta a {}
ol.commentlist li.comment * {} - (p, em, strong, blockquote, ul, ol, etc.)
ol.commentlist li.comment div.reply {}
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.pingback {}
ol.commentlist li.pingback div.comment-author {}
ol.commentlist li.pingback div.vcard {}
ol.commentlist li.pingback div.vcard cite.fn {}
ol.commentlist li.pingback div.vcard cite.fn a.url {}
ol.commentlist li.pingback div.vcard span.says {}
ol.commentlist li.pingback div.commentmetadata {}
ol.commentlist li.pingback div.comment-meta {}
ol.commentlist li.pingback div.comment-meta a {}
ol.commentlist li.pingback * {} - (p, em, strong, blockquote, ul, ol, etc.)
ol.commentlist li.pingback div.reply {}
ol.commentlist li.pingback div.reply a {}
ol.commentlist li.pingback ul.children {}
ol.commentlist li.pingback ul.children li {}
ol.commentlist li.pingback ul.children li.alt {}
ol.commentlist li.pingback ul.children li.bypostauthor {}
ol.commentlist li.pingback ul.children li.byuser {}
ol.commentlist li.pingback ul.children li.comment {}
ol.commentlist li.pingback ul.children li.comment-author-admin {}
ol.commentlist li.pingback ul.children li.depth-2 {}
ol.commentlist li.pingback ul.children li.depth-3 {}
ol.commentlist li.pingback ul.children li.depth-4 {}
ol.commentlist li.pingback ul.children li.depth-5 {}
ol.commentlist li.pingback ul.children li.odd {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #d5d5d5; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li em {font:bold 120%; color:#c00; left:10px; position:absolute; bottom:4px;}
ol.commentlist li div.comment-author { padding:0 170px 0 0;}
ol.commentlist li div.vcard { font:bold 14px/1.4  helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn {font-size:120%; color:#c00; font-style:normal; right:57px; position:absolute; top:4px;}
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; right:7px; position:absolute; top:7px;}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says { right:57px; position:absolute; top:10px;}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:normal 10px/1.4 Tahoma; position:absolute; left:10px; text-align:left; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 10px System; padding:20px 50px 10px 0px}
ol.commentlist li ul { font:normal 10px System; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply {font:bold 10px/1 System; margin:10px}
ol.commentlist li div.reply a { margin:20px 0 0; padding:2px 8px; background:#f6f6f6; border:1px solid #d5d5d5; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; color:#AE0D00; text-decoration:none; text-transform:uppercase;}
ol.commentlist li div.reply:hover a { background:#fff;}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


.cancel-comment-reply {font:bold 10px/1 System; margin:10px}
.cancel-comment-reply a { padding:2px 8px; background:#f6f6f6; border:1px solid #d5d5d5; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; color:#AE0D00; text-decoration:none; text-transform:uppercase;}
.cancel-comment-reply:hover a { background:#fff;}


/* navigation */
.navigation {margin: 5px 0px 30px 0px; width: 480px; height:30px; display: block; padding: 5px;}
.navigation .alignleft {text-align: left; font:bold 10px System;}
.navigation .alignright {text-align: right; font:bold 10px System;}
.navigation .alignleft a {background:#f6f6f6; border:1px solid #d5d5d5; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; padding:5px 20px;}
.navigation .alignright a {background:#f6f6f6; border:1px solid #d5d5d5; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; padding:5px 20px;}
.navigation .alignleft a:hover { background:#fff;}
.navigation .alignright a:hover { background:#fff;}



.login {
	border: 1px dashed #FFCC99;
	background-color: #FFFFCC;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
}

.logged {
	border: 1px solid #ef9d93;
	background-color: #fceded;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	color: #666;
	font-size: 12px;
}

.post-reply {
	display: block;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	text-align: right;
}

/* Info Boxes */
.info-single {
	padding: 10px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 30px;
	height: 67px;
	vertical-align: middle;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E1E1E1;
	background-color: #F8F8F8;
}

.info-single .gravatar {
	float: left;
	margin: 0px 7px 0px 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.skip {
	float: right;
	margin: 0;
	padding-bottom: 10px;
	line-height: 0px;
}

.skip a {
	font-weight: normal;
}

.info-single a {
	font-size: 12px;
}

.info-single a:hover {
	text-decoration: underline;
}

.info-comment {
	margin: 0px;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}

.info-comment a {
	font-size: 12px;
}

.info-comment a:hover {
	text-decoration: underline;
}

.info {
	padding: 5px 0 0 0;
	line-height: 25px;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	color: #999;
}

#wp-calendar #next a {
	text-align: right;
	color: #ae0d00;
}

#wp-calendar #prev a {
	text-align: left;
	color: #ae0d00;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-decoration: underline;
}

#wp-calendar a:hover {
	background-color: #ae0d00;
	color: #FFF;
	text-decoration: none;
}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #ae0d00;
}

#wp-calendar th {
	color: #333;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background-color: #FFF;
}

/*search results */
.search-field {
	padding: 0px 5px 5px 0px;
	border-bottom: 3px solid #EEE;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin: 0px;
}

.search-field:hover {
	border-bottom: 3px solid #EEE;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
}

fieldset {
	padding: 8px;
	border: 1px solid #ccc;
	margin: 5px 0 5px 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}