.table {
	border-collapse: collapse;
	border: 2px solid #F0F0F0;
	width: 100%;
}

.cellempty {
	background: #fff;
	border: none;
}

.table td {
	border: 1px solid #F0F0F0;
}

.rowhead {
	padding: 4px;
	background: #F4F4F4;
	text-align: center;
}

caption {
	display: none;
}

.rowhead img {
	border: 2px solid #fff;
	padding: 0px;
}

.rowcontent {

}

.rowcontent th {
	text-align: left;
	vertical-align: center;
	font-weight: normal;
	padding-left: 5px;
}

.rowsale a, .rowsale a:hover {
	font-weight: bold;
/*	color: #A5D600 !important; */
}

.rowsale td {
	padding: 10px;
	text-align: center;
}

th {
	padding: 4px;
	background: #F4F4F4;
	vertical-align: center;
	text-align: left;
	border:1px solid #F0F0F0;
}

.rowcontent td {
	text-align: center;
	padding: 10px;
}

.rowprice {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #018FDB;
}

.rowprice td {
	padding: 7px;
}


#navigation {
	float: left;
	background-color: grey;
	border-top: 7px solid #BDC3C9;
	border-bottom: 1px solid #FFF;
	width: 980px;
	height: 39px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 300px; /* Zuvor 200px */
	margin-top:	0px; /* Zuvor 5px */
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color: #8C0000;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
	font-weight: bold;
	font-size: 15px;
}

/* Schriftfarbe beim drüberfahren */
/* .sf-menu a:hover {
	color: #000;
} */

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000 !important;
}

/* Hintergrundfarbe Standard */
.sf-menu li {
	background:		#E1E1E1;
}
.sf-menu li li {
	background:		#E1E1E1;
}
.sf-menu li li li {
	background:		#E1E1E1;
}

/* Hintergrundfarbe Hover */
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#F0F0F0;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*------------------------------------------------*/

/*------------------[BASE STYLES]-----------------*/

/*------------------------------------------------*/

body {
	margin: 0px;
	padding: 0;
	color: #000;
	background-color:#E1E1E1;
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 18px;
}

a:link, a:visited { text-decoration: none; color: #E00000; }

a:hover { color: #3B3B3B; }

a { outline: none; }

h1 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 24px;
	color: #018FDB;
	font-weight: bold;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #018FDB;
	}

h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 18px;
}

ul {
	line-height: 16px; /* Zuvor 24px */
}





/*------------------------------------------------*/

/*------------------[MAIN LAYOUT]-----------------*/

/*------------------------------------------------*/

#wrapper2 {
	width: 980px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-color: #EFEFEF;
	margin-top: 20px;
	border:3px solid #BDC3C9;
}

.share-div { width: 590px; height: 30px; display: none; }

.post-wrapper {
	background-color: #FFF;
	padding: 15px;
	margin: 0 0 15px 0;
	width: 583px;
}

.post-wrapper-wide {
	background-color: #FFF;
	padding: 15px;
	margin: 0 0 15px 0;
	width: 900px;
}

.post-wrapper-wide h2 {
	margin: 5px 0px 5px 10px;
}

.post-wrapper-wide p {
	margin: 0 0 0 10px;
}

.post-wrapper-wide div {
	margin-bottom: 30px;
}

.post-wrapper-wide span {
	padding: 3px;
	border: 2px solid #E00000;
	background-color: #F0F0F0;
	font-weight: bold;
	width: 100%;
}


.home-wrapper {
	background-color: #FFF;
	padding: 15px;
	margin: 0 0 15px 0;
	width: 583px;
}

.home-teaser-wrapper {
	background:#F2FAFD;
	padding:5px;
	border:2px solid #018FDB;
}

.home-teaser-wrapper h2 {
	padding-left:10px;
}

.home-teaser {
	border: 1px solid #018FDB;
	width:175px;
	background:#FFF;
	margin:10px 0px 0px 10px;
	float:left;
}

.home-teaser h3 {
	padding:2px;
	text-align:center;
	margin:0;
}

.home-teaser img {
	margin:4px;
	border:2px solid #fff;
}

.home-teaser p {
	padding:2px;
	text-align:center;
	font-size:16px;
	color:#A5D600;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}

.home-post-wrap { width: 280px; height: 345px; margin-right: 10px; float: left; background-color: #FFF; margin-bottom: 10px; padding: 10px 10px; overflow: hidden; }

.home-post-wrap2 {
	width: 593px;
	padding: 0px 10px 10px 10px;
	margin-right: 13px;
	float: left;
	background-color: #FFF;
	margin-bottom: 10px;
}

.index-post-wrap { width: 593px; margin-right: 13px; margin-bottom: 10px; float: left; background-color: #FFF; border: 1px solid #EBEBEB; padding: 10px; }

.readmore { background-image: url(images/bullet.gif); background-repeat: no-repeat; background-position: left; float: right; padding-left: 20px; }

.readmore a:link, .readmore a:hover { color: #E00000; }

.thumbnail-home { border: 0px; margin: 0px 0px 0px 0px; }

blockquote { overflow: auto; padding: 0 10px; margin: 20px 30px; background-color: #f5f5f5; border: 1px solid #e0e0e0; }

#header {
	width: 980px;
	float: right;
	height: 115px;
	background-color: #FFF;
}

#container {
	float: right;
	width: 980px;
	padding-top: 15px;
	color: #000;
	background-image: url(images/content-bg.gif);
}

#left-div { width: 635px; float: left; }

#left-inside { float: left; padding: 0px 0px 0px 15px; }

.articleinfo { border-bottom: 1px solid #EEEEEE; padding-bottom: 7px; color: #545454; }

.home-post-wrap ul li a:link, .home-post-wrap ul li a:visited, .home-post-wrap ul li a:active { display: block; color: #727272; width: 245px; padding: 3px 3px 3px 3px; background-image: none !important; border-bottom: 1px dotted #D7D7D7; }

.home-post-wrap ul li { color: #727272 !important; margin-left: 0px; width: 100%; }

.home-post-wrap ul { float: left; margin: 0px 0px 20px 0px; padding-left: 10px; list-style-type: none; }

.home-post-wrap ul li a:hover { display: block; color: #393939; padding: 3px 3px 3px 3px; background-color: #F5F5F5; }

.headings {
	font-size: 14px;
	color: #727272;
	font-weight: bold;
	font-family: Trebuchet MS;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom: 1px dotted #727272;
}

.icons { margin-top: 0px; margin-bottom: -5px; margin-right: 10px; }

.thumbnail-div { width: 281px; height: 130px; margin-bottom: 5px; float: left; margin-right: 10px; }

.thumbnail-div-2 { width: 80px; height: 80px; padding: 2px; border: 1px solid #E1E1E1; margin-bottom: 5px; float: left; margin-right: 10px; }

.thumbnail-div-3 { width: 60px; height: 60px; padding: 2px; border: 1px solid #E1E1E1; margin-bottom: 5px; float: left; margin-right: 10px; }

.post-info { color: #000; font-size: 10px; }

.post-inside-2 { float: left; width: 450px; }

.logo { float: left; border: 0px; margin-top: 15px; margin-left: 0px; }

.current-category { background-color: #FFF; color: #E00000; padding: 5px; display: block; margin-bottom: 10px; width: 603px; }

#unique { height: 1095px !important; float: right !important; margin-right: 10px !important; overflow: hidden; }

.adwrap { margin-left: 14px; float: left; }

.adwrap a, .adwrap a:hover, .adwrap a:visited { margin-right: 5px; margin-bottom: 5px; display: block; float: left; }





/*------------------------------------------------*/

/*---------------------[TITLES]-------------------*/

/*------------------------------------------------*/

.post-title { line-height: 30px; font-size: 24px; margin-top: 0px; }

.titles {
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}

.titles a:link, .titles a:visited, .titles a:active { text-decoration: none; font-size: 17px; font-family: Trebuchet MS; margin-bottom: 10px; margin-top: 5px; display: block; background-color: #383838; padding: 5px 10px 5px 10px; color: #FFF; width: 261px; float: left; }

.titles2 a:link, .titles2 a:visited, .titles2 a:active {
	text-decoration: none;
	font-size: 20px;
	font-family: Trebuchet MS;
	margin: 0px 0px 5px 0px;
	float: left;
}





/*------------------------------------------------*/

/*--------------------[COMMENTS]------------------*/

/*------------------------------------------------*/

.commentlist {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 578px;
	list-style-image: none;
	list-style-type: none;
	float: left;
}

.commentlist li {
	font-weight: bold;
	width: 578px;
	display: block;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	border: 2px solid #EFEFEF;
}

.commentlist li div {
	width: 540px;
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	float: left;
}

.commentlist li .avatar { float: left; border: 1px solid #eee; padding: 2px; background: #fff; }

.commentlist cite { font-size: 18px; float: left; font-style: normal; margin-left: 10px; margin-right: 6px; margin-top: 5px; font-weight: normal; }

.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; display: block; float: left; width: 90%; margin-left: 3%; }

#commentform p { clear: both; }

.alt { margin: 0; padding: 10px; }

.nocomments { text-align: center; margin: 0; padding: 0; }

.commentlist .children li { width: 90%; display: block; margin: 0px; background-color: #FDFDFD; background-image: url(images/comment-children-bg.gif); background-position: left; background-repeat: repeat-y; border: 1px solid #E2E2E4; overflow: hidden; }

.commentlist .children li div { width: 97%; padding: 3%; background-image: url(images/comment-children-top.gif); background-repeat: no-repeat; background-position: top left; }

.commentlist .commentmetadata { font-weight: normal; float: left; margin: 5px 0px 0px 0px; display: block; clear: both; background-image: none; width: 90%; margin-left: 3%; }

.commentlist .vcard, .commentlist .children .comment-author, .commentlist .children .vcard, .commentlist .commentmetadata, .commentlist .children .comment-author, .commentlist .children .comment-meta {
	background-image: none;
	width: 100%;
	padding: 0px !important;
}

.commentlist .reply, .commentlist .children .reply { float: right; background-image: none; width: 54px; height: 22px; margin-bottom: 0px; padding: 0px; margin-right: 10px; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }

.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover { background-image: url(images/reply.gif); width: 39px; height: 17px; display: block; color: #FFF; font-size: 8px; font-weight: normal; padding: 5px 0px 0px 15px; letter-spacing: 1px; }

.commentlist .children li { padding-bottom: 10px; }

.commentlist .children li ul li { padding-bottom: 10px; background-color: #FFF; }

#respond { margin-top: 20px; float: left; background-image: none; }

.commentlist #respond h3, .commentlist #respond a { margin-left: 28px; }

#comments {
	line-height: 30px;
	font-size: 16px;
}

.children { clear: both; }

.children .commentmetadata, .children .vcard { background-image: none; }

.children textarea { width: 90% !important; }

.children input { width: 80% !important; }

#cancel-comment-reply-link { display: block; background-image: url(images/comment-close.gif); width: 144px; height: 21px; padding: 5px 0px 0px 23px; font-weight: normal; color: #84878E; font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; }

#respond div { background-image: none; }

#submit {
	width: 155px !important;
}





/*------------------------------------------------*/

/*-----------------[COMMENT FORM]-----------------*/

/*------------------------------------------------*/

#commentform { margin: 10px 0px 0px 20px; }

#commentform textarea { background: #f8f7f6; border: 1px solid #d6d3d3; width: 350px; padding: 10px; }

#commentform #email { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(images/comment-email.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; margin-bottom: 3px; }

#commentform #author { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(images/comment-author.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; margin-bottom: 3px; }

#commentform #url { font-size: 13px; background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(images/comment-website.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; margin-bottom: 3px; }




/*------------------------------------------------*/

/*------------[CAPTIONS AND ALIGNMENTS]-----------*/

/*------------------------------------------------*/

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.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; }

img .centered { display: block; margin-left: auto; margin-right: auto; }

img .alignright { padding: 4px; margin: 0 0 2px 7px; float: right !important; display: inline !important; }

img .alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; float: left; }

.alignleft {
	border:2px solid #EFEFEF;
	float:left;
	margin:0 10px 0 0;
	padding:3px;
}

.alignright {
	padding: 0 0px 10px 10px;
	float: right;
}



/*------------------------------------------------*/

/*-------------------[SIDEBAR]--------------------*/

/*------------------------------------------------*/

#sidebar-wrapper { width: 315px; float: right; margin-bottom: 20px; }

#sidebar {
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	width: 335px;
}

.sidebar-box {
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFF;
	width: 300px;
}

						.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active { display: block; color: #727272; width: 255px; padding: 3px 3px 3px 3px; background-image: none !important; border-bottom: 1px dotted #D7D7D7; }

						.sidebar-box ul li { color: #727272 !important; margin-left: 0px; width: 100%; }

						.sidebar-box ul { float: left; margin: 0px 0px 0px 0px; padding-left: 10px; list-style-type: none; }

						.sidebar-box ul li a:hover { display: block; color: #393939; padding: 3px 3px 3px 3px; background-color: #F5F5F5; }

.sidebar-box h2 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	font-family: Trebuchet MS;
	float: left;
	width: 100%;
}





/*------------------------------------------------*/

/*---------------[FEATURED ARTICLES]--------------*/

/*------------------------------------------------*/

.titles-featured a, .titles-featured a:hover, .titles-featured { font-size: 30px; display: block; margin-bottom: 10px; margin-top: 5px; }

.titles-featured a, .titles-featured a:hover, .titles-featured { font-size: 28px; line-height: 30px; }

.thumbnail-div-featured { border: 5px solid #E7F3FF; width: 580px; height: 160px; }

#featured { background-color: #FFF; background-image: url(images/post-bg.gif); background-repeat: repeat-x; padding: 10px; width: 593px; border: 1px solid #EBEBEB; margin-bottom: 10px; }

.featured-content { float: right; width: 353px; margin-right: 5px; }





/*------------------------------------------------*/

/*--------------------[FOOTER]--------------------*/

/*------------------------------------------------*/




#footer {
	background: #fff;
	width: 974px;
	height: 100%;
	margin: 10px auto;
	padding: 5px 0px 5px 0px;
	border: 3px solid #eee;
}

#footer a, #footer a:visited {
	color: #7F7F7F;
	text-decoration: none;
}

#footer a:hover {
	color: #E00000;
	text-decoration: underline;
}

#footer ul {
	padding: 0px;
	margin: 0px;
}

#footer li {
	color: #7F7F7F;
	list-style-type: none;
}

#footer h4 {
	color: #7F7F7F;
	padding: 0px;
	margin: 0px;
}

#footersplit {
	height: 100px;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial;
	margin: 5px 10px 0px 17px;
	padding: 0px 25px 0px 0px;
	border-right: 1px solid #eee;
	float: left;
}

#footersplit_right {
	height: 100%;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial;
	margin: 5px 5px 0px 10px;
	padding: 0px 10px 0px 0px;
	float: right;
}

#footer p {
	padding: 0;
	margin: 0;
}



/*------------------------------------------------*/

/*--------------------[SEARCH]--------------------*/

/*------------------------------------------------*/

.search_bg { height:35px; width:260px; float: left; margin-top: 10px; margin-left: 10px; }

#search { color:#FFFFFF; padding:0; }

#search input { background: #FFF; font-size:11px; color:#B8B8B8; font-family:Tahoma, arial, verdana, courier; width:150px; height:11px; vertical-align:middle; padding:10px; border: 1px solid #E7E7DC; }

#search .input { width:66px; height:31px; background:none; border:none; vertical-align:middle; margin:0; padding:0; margin-left: 10px; }





/*------------------------------------------------*/

/*-----------------[TABBED CONTENT]---------------*/

/*------------------------------------------------*/

.nanotabs { width:562px; }

.tabs { }

.tabs li { float:left; list-style:none; text-align: center; }

.tabs li a { display:block; text-align: center; padding:5px 0px; background:#F5F5F5; color:#333; font-size: 11px; text-decoration:none; width: 104px; height: 18px; float: left; margin-bottom: -1px; z-index: 100; margin-right: 2px; }

.tabs li a:hover { color:#000; background:#DDD; }

.tabs li a.selected { color: #FFF; background-color: #9B0000; }

.nanotabs div { display:none; width: 542px; padding-left: 10px; padding-right: 10px; float: left; }

#ichi { padding-top: 10px; padding-bottom: 10px; background:#F5F5F5; }

.san { padding-top: 10px; padding-bottom: 10px; background:#F5F5F5; }

.ni { padding-top: 10px; padding-bottom: 10px; background:#F5F5F5; }

.san a, .san a:visited { display: block; padding: 5px; border: 1px dashed #FFF; background-color: #9B0000; color: #FFF; float: left; margin-bottom: 5px; margin-right: 5px; }

.san a:hover { background-color: #DDDDDD; color: #000; }

.idTabs { padding: 0px; float: left; list-style-type: none; margin-left: 0px; padding-left: 0px; margin-top: 0px; margin-bottom: 10px; }

.idTabs ul { margin-left: 0px; padding-left: 0px; margin-top: 0px; margin-bottom: 10px; }

.idTabs li { display: inline; margin: 0px; padding: 0px; float: left; color: #A2A2A2; text-align: center; font-size: 11px; margin-left: 0px; padding-left: 0px; }

.idTabs li a { color: #393939; background-color: #F9F9F9; text-decoration: none; padding-left: 10px; padding-right: 10px; height: 27px; margin-right: 4px; display: block; float: left; font-size: 10px; font-weight: bold; padding-top: 2px; }

.idTabs li a:visited { }

.idTabs li a:hover { background-color: #E8E8E8; color: #000; }

.idTabs li a.selected { background-color: #9B0000; color: #FFF; text-decoration: none; padding-left: 10px; padding-right: 10px; height: 27px; display: block; float: left; margin-right: 4px; }

#recententries { float: left; display: block; background-color: #FFF; margin-bottom: 10px; }

#recentcomments2 { float: left; display: none; background-color: #FFF; margin-bottom: 10px; }

#mostcomments { float: left; display: none; background-color: #FFF; margin-bottom: 10px; }

#recententries a:visited, #recententries a:hover, #recentcomments2 a:visited, #recentcomments2 a:hover, #mostcomments a:visited, #mostcomments a:hover { color: #393939; }





/*------------------------------------------------*/

/*--------------------[CALENDAR]------------------*/

/*------------------------------------------------*/

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }

#wp-calendar th { font-style: normal; text-transform: capitalize; }

#calendar_wrap { float: left; margin-left: 20px; width: 95%; }

#wp-calendar { width: 95%; }





/*------------------------------------------------*/

/*----------------[RANDOM ARTICLES]---------------*/

/*------------------------------------------------*/

.random {
	float: left;
	margin-bottom: 5px;
	font-size: 10px;
}

.random-image { float: left; width: 80px; padding: 2px; height: 80px; border: 1px solid #E1E1E1; display: inline; margin-right: 10px; }

.random a:link, .random a:visited { float: left; display: block; font-size: 13px; font-weight: bold; }
