/*
Theme Name: amateure.silvia-online.com
Description: The theme from amateure.silvia-online.com based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Stefan Nordhoff
Tags: This theme was designed by XXX.

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	background: #FFFFFF;
}

a, a:hover {
	text-decoration: none;
}

*.clear {
	clear: both;
	overflow: hidden;
}

div#page {
	width: 1000px;
	margin: 0 auto;
	background: #E2C2AF;
}

/* Header + Menu */

div#header {
	width: 1000px;
	height: 90px;
	background: #C4C1C2;
}
div#header div#logo {
	width: 272px;
	height: 90px;
	float: left;
}
div#header div#logo a {
	width: 272px;
	height: 90px;
	display: block;
}
div#page.red div#header div#logo {
	background: url(images/logo_red.png) 0 0 no-repeat;
}
div#page.green div#header div#logo {
	background: url(images/logo_green.png) 0 0 no-repeat;
}
div#page.blue div#header div#logo {
	background: url(images/logo_blue.png) 0 0 no-repeat;
}
div#page.orange div#header div#logo {
	background: url(images/logo_orange.png) 0 0 no-repeat;
}
div#page.violet div#header div#logo {
	background: url(images/logo_violet.png) 0 0 no-repeat;
}

div#header div#topbanner {
	width: 728px;
	height: 90px;
	float: left;
}

div#topmenu {
	width: 1000px;
	height: 42px;
	background: url(images/topmenu_bg.png) 0 0 repeat-x;
	overflow: hidden;
}
div#topmenu #searchform {
	width: 258px;
	height: 27px;
	margin: 8px 0 0 8px;
	float: left;
	display: inline;
	overflow: hidden;
}
div#page.red div#topmenu #searchform {
	background: url(images/search.png) 0 0 no-repeat;
}
div#page.green div#topmenu #searchform {
	background: url(images/search.png) 0 -47px no-repeat;
}
div#page.blue div#topmenu #searchform{
	background: url(images/search.png) 0 -94px no-repeat;
}
div#page.orange div#topmenu #searchform{
	background: url(images/search.png) 0 -141px no-repeat;
}
div#page.violet div#topmenu #searchform{
	background: url(images/search.png) 0 -188px no-repeat;
}
div#topmenu #searchform input {
	height: 27px;
	background: transparent;
}
div#topmenu #searchform input#searchsubmit {
	width: 63px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
}
div#topmenu #searchform input#s {
	width: 187px;
	font-size: 12px;
}

div#topmenu ul {
	width: 718px;
	height: 42px;
	margin: 0 0 0 16px;
	list-style: none;
	float: left;
	display: inline;
}
div#topmenu ul li {
	height: 42px;
	float: left;
	display: inline;
}
div#topmenu ul li a {
	height: 42px;
	line-height: 52px;
	padding: 0 18px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
div#topmenu ul li a:hover {
	color: #000000;
}
div#page.red div#topmenu ul li {
	border-right: 1px solid #C8101D;
}
div#page.green div#topmenu ul li {
	border-right: 1px solid #6C9730;
}
div#page.blue div#topmenu ul li {
	border-right: 1px solid #0776BE;
}
div#page.orange div#topmenu ul li {
	border-right: 1px solid #FFA200;
}
div#page.violet div#topmenu ul li {
	border-right: 1px solid #7A00CC;
}

div#topline {
	width: 1000px;
	height: 12px;
	background: url(images/topline.png) 0 0 repeat-x;
}

/* Main */

div#main {
	width: 1000px;
	background: url(images/main_top_bg.png) 0 0 repeat-x #E2C2AF;
}
div#page.red div#main {
	background: url(images/sidebar_bg_red.png) 0 0 repeat-y;
}
div#page.green div#main {
	background: url(images/sidebar_bg_green.png) 0 0 repeat-y;
}
div#page.blue div#main {
	background: url(images/sidebar_bg_blue.png) 0 0 repeat-y;
}
div#page.orange div#main {
	background: url(images/sidebar_bg_orange.png) 0 0 repeat-y;
}
div#page.violet div#main {
	background: url(images/sidebar_bg_violet.png) 0 0 repeat-y;
}

/* Sidebar */

div#sidebar {
	width: 257px;
	margin: 0 0 0 15px;
	float: left;
	display: inline;
}

div#sidebar div.sidebanner {
	width: 202px;
	margin: 20px 0 0 27px;
	padding: 0 0 10px 0;
	text-align: center;
	background: #FFFFFF;
	float: left;
	display: inline;
}
div#sidebar div.sidebanner img, div#sidebar div.sidebanner object {
	width: 180px;
	margin: 10px 0 0 0;
}
div#page.red div#sidebar div.sidebanner img, div#page.red div#sidebar div.sidebanner object {
	border: 1px solid #C8101D;
}
div#page.green div#sidebar div.sidebanner img, div#page.green div#sidebar div.sidebanner object {
	border: 1px solid #6C9730;
}
div#page.blue div#sidebar div.sidebanner img, div#page.blue div#sidebar div.sidebanner object {
	border: 1px solid #0776BE;
}
div#page.orange div#sidebar div.sidebanner img, div#page.orange div#sidebar div.sidebanner object {
	border: 1px solid #FFA200;
}
div#page.violet div#sidebar div.sidebanner img, div#page.violet div#sidebar div.sidebanner object {
	border: 1px solid #7A00CC;
}


div#sidebar div.sideads {
	width: 210px;
	margin: 20px 0 0 23px;
	padding: 0 0 10px 0;
	text-align: center;
	background: #FFFFFF;
	float: left;
	display: inline;
}
div#sidebar div.sideads_big {
	width: 240px;
	margin: 20px 0 0 7px;
	float: left;
	display: inline;
}
div#sidebar div.sideads_big td {
	border: 1px solid #FFFFFF !important;
	margin-top: 10px !important;
}
div#sidebar div.sideads table {
	margin: 5px auto 0 auto;
}

div#sidebar ul#mainmenu, div#sidebar div.submenu {
	width: 257px;
	list-style: none;
}
div#sidebar div.submenu {
	margin: 20px 0 0 0;
	float: left;
}
div#sidebar ul#mainmenu li, div#sidebar div.submenu h3 {
	width: 257px;
	line-height: 40px;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
div#sidebar div.submenu h3 {
	width: 237px;
	height: 25px;
	margin: 0;
	line-height: 25px;
}
div#sidebar ul#mainmenu li.red {
	background: url(images/menu.png) 0 0 no-repeat;
}
div#sidebar ul#mainmenu li.green {
	background: url(images/menu.png) 0 -60px no-repeat;
}
div#sidebar ul#mainmenu li.blue {
	background: url(images/menu.png) 0 -120px no-repeat;
}
div#sidebar ul#mainmenu li.orange {
	background: url(images/menu.png) 0 -180px no-repeat;
}
div#sidebar ul#mainmenu li.violet {
	background: url(images/menu.png) 0 -240px no-repeat;
}

div#page.red div#sidebar div.submenu h3 {
	background: url(images/submenu.png) 0 0 no-repeat;
}
div#page.green div#sidebar div.submenu h3 {
	background: url(images/submenu.png) 0 -45px no-repeat;
}
div#page.blue div#sidebar div.submenu h3 {
	background: url(images/submenu.png) 0 -90px no-repeat;
}
div#page.orange div#sidebar div.submenu h3 {
	background: url(images/submenu.png) 0 -135px no-repeat;
}
div#page.violet div#sidebar div.submenu h3 {
	background: url(images/submenu.png) 0 -180px no-repeat;
}
div#sidebar ul#mainmenu li a {
	width: 222px;
	height: 40px;
	padding: 0 0 0 35px;
	font-size: 14px;
	color: #000000;
	display: block;
}
div#sidebar ul#mainmenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#sidebar div.submenu h3 {
	width: 207px;
	height: 25px;
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #000000;
	float: left;
	display: block;
}

div#sidebar div.submenu ul.subsubmenu {
	width: 217px;
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	background: #C6C7C9;
	float: left;
	display: inline;
}
div#sidebar div.submenu ul.subsubmenu li {
	width: 175px;
	line-height: 16px;
	margin: 5px 0 0 30px;
	padding: 0;
	list-style: square;
	font-size: 13px;
	text-transform: none;
}
div#sidebar div.submenu ul.subsubmenu li span {
	font-size: 11px;
	display: block;
	text-align: right;
}
div#sidebar div.submenu ul.subsubmenu li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
div#page.red div#sidebar div.submenu ul.subsubmenu li a:hover {
	color: #C8101D;
}
div#page.green div#sidebar div.submenu ul.subsubmenu li a:hover {
	color: #6C9730;
}
div#page.blue div#sidebar div.submenu ul.subsubmenu li a:hover {
	color: #0776BE;
}
div#page.orange div#sidebar div.submenu ul.subsubmenu li a:hover {
	color: #FFA200;
}
div#page.violet div#sidebar div.submenu ul.subsubmenu li a:hover {
	color: #7A00CC;
}
div#sidebar div.submenu ul.subsubmenu.tagcloud {
	width: 207px;
	padding: 5px;
	text-align: center;
}
div#sidebar div.submenu ul.subsubmenu.tagcloud a {
	color: #000000;
}
div#sidebar div.submenu ul.subsubmenu.tagcloud a:hover {
	color: #FFFFFF;
}

/* Content */

div#content {
	width: 698px;
	margin: 0 0 0 15px;
	background: #EAD1C1;
	float: left;
	display: inline;
}

/* Posts */

div.post, div.page {
	width: 668px;
	margin: 15px 0 0 15px;
	padding: 0 0 15px 0;
}

h3.pagetitle {
	width: 668px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto 0 auto;
}

div.post h3, div.page h3, div#weltall div.weltall_title {
	width: 668px;
	height: 25px;
	line-height: 25px;
}
div.post h3 a, div.post h3 span, div.page h3 a, div.page h3 span, div#weltall div.weltall_title span {
	width: 643px;
	height: 25px;
	padding: 0 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
}
div.post h3 a:hover, div.page h3 a:hover {
	color: #FFFFFF;
}
div.post.category-news h3, div.post.category-news div.weltall_title {
	background: url(images/h2.png) 0 0 no-repeat;
}
div.post.category-bilder-fotos h3, div.post.category-bilder-fotos div.weltall_title {
	background: url(images/h2.png) 0 -45px no-repeat;
}
div.post.category-videos-filme h3, div.post.category-videos-filme div.weltall_title {
	background: url(images/h2.png) 0 -90px no-repeat;
}
div.post.category-livecams h3, div.post.category-livecams div.weltall_title {
	background: url(images/h2.png) 0 -135px no-repeat;
}
div.post.category-sexkontakte h3, div.post.category-sexkontakte div.weltall_title {
	background: url(images/h2.png) 0 -180px no-repeat;
}
div.post h3, div.page h3, div.weltall_title {
	background: url(images/h2.png) 0 -225px no-repeat;
}

div.entry {
	width: 668px;
	margin: 10px 0 0 0;
}

div.entry div.preview_img {
	width: 210px;
	height: 160px;
	margin: 0 10px 5px 0;
	padding: 10px 0 0 10px;
	float: left;
	display: none;
}
div.post.category-news div.entry div.preview_img {
	background: url(images/preview_img.png) 0 0 no-repeat;
	display: block;
}
div.post.category-bilder-fotos div.entry div.preview_img {
	background: url(images/preview_img.png) 0 -227px no-repeat;
	display: block;
}
div.post.category-videos-filme div.entry div.preview_img {
	background: url(images/preview_img.png) 0 -454px no-repeat;
	display: block;
}
div.post.category-livecams div.entry div.preview_img {
	background: url(images/preview_img.png) 0 -681px no-repeat;
	display: block;
}
div.post.category-sexkontakte div.entry div.preview_img {
	background: url(images/preview_img.png) 0 -908px no-repeat;
	display: block;
}
div.entry div.preview_img img {
	 width: 200px;
	 height: 150px;
}
div.entry div.detail_img {
	width: 410px;
	height: 310px;
	margin: 0 0 5px 10px;
	padding: 10px 0 0 10px;
	float: right;
}
div.post.category-news div.entry div.detail_img {
	background: url(images/detail_img.png) 0 0 no-repeat;
}
div.post.category-bilder-fotos div.entry div.detail_img {
	background: url(images/detail_img.png) 0 -340px no-repeat;
}
div.post.category-videos-filme div.entry div.detail_img {
	background: url(images/detail_img.png) 0 -680px no-repeat;
}
div.post.category-livecams div.entry div.detail_img {
	background: url(images/detail_img.png) 0 -1020px no-repeat;
}
div.post.category-sexkontakte div.entry div.detail_img {
	background: url(images/detail_img.png) 0 -1360px no-repeat;
}
div.entry div.detail_img img {
	 width: 400px;
	 height: 300px;
}

div.entry p {
	text-align: justify;
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 5px 0;
}
div.post.category-news div.entry p a {
	color: #C8101D;
}
div.post.category-bilder-fotos div.entry p a {
	color: #6C9730;
}
div.post.category-videos-filme div.entry p a {
	color: #0776BE;
}
div.post.category-livecams div.entry p a {
	color: #CB8100;
}
div.post.category-sexkontakte div.entry p a {
	color: #7A00CC;
}
div.entry a.more-link {
	margin: 10px 0 0 0;
	text-align: right;
	float: right;
}

div.post div.detail_link {
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
div.post div.detail_link a {
	width: 300px;
	height: 50px;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFFFF;
	display: block;
}
div.post.category-news div.detail_link {
	background: url(images/detail_link.png) 0 0 no-repeat;
}
div.post.category-bilder-fotos div.detail_link {
	background: url(images/detail_link.png) 0 -70px no-repeat;
}
div.post.category-videos-filme div.detail_link {
	background: url(images/detail_link.png) 0 -140px no-repeat;
}
div.post.category-livecams div.detail_link {
	background: url(images/detail_link.png) 0 -210px no-repeat;
}
div.post.category-sexkontakte div.detail_link {
	background: url(images/detail_link.png) 0 -280px no-repeat;
}

div.postmetadata {
	width: 628px;
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;
	text-align: justify;
	font-size: 11px;
	color: #000000;
	border-top: 2px solid #000000;
}
div.postmetadata a {
	text-decoration: underline;
	color: #000000;
}
div.post.category-news div.postmetadata {
	border-top: 2px solid #C8101D;
	color: #C8101D;
}
div.post.category-bilder-fotos div.postmetadata {
	border-top: 2px solid #6C9730;
	color: #6C9730;
}
div.post.category-videos-filme div.postmetadata {
	border-top: 2px solid #0776BE;
	color: #0776BE;
}
div.post.category-livecams div.postmetadata {
	border-top: 2px solid #FFA200;
	color: #CB8100;
}
div.post.category-sexkontakte div.postmetadata {
	border-top: 2px solid #7A00CC;
	color: #7A00CC;
}
div.post.category-news div.postmetadata a {
	color: #C8101D;
}
div.post.category-bilder-fotos div.postmetadata a {
	color: #6C9730;
}
div.post.category-videos-filme div.postmetadata a {
	color: #0776BE;
}
div.post.category-livecams div.postmetadata a {
	color: #CB8100;
}
div.post.category-sexkontakte div.postmetadata a {
	color: #7A00CC;
}
div.tags {
	width: 608px;
	line-height: 18px;
	margin: 20px 0 0 10px;
	padding: 0 20px 0 20px;
	text-align: justify;
}
div.tags p {
	font-size: 11px;
}
div.post.category-news div.tags {
	border: 1px dotted #C8101D;
}
div.post.category-bilder-fotos div.tags {
	border: 1px dotted #6C9730;
}
div.post.category-videos-filme div.tags {
	border: 1px dotted #0776BE;
}
div.post.category-livecams div.tags {
	border: 1px dotted #FFA200;
}
div.post.category-sexkontakte div.tags {
	border: 1px dotted #7A00CC;
}

div.navigation {
	width: 668px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto 0 auto;
}
div.navigation div#wp_page_numbers {
	background: transparent;
}
div.navigation div#wp_page_numbers li {
	background: transparent;
}
div.navigation div#wp_page_numbers li.page_info, div.navigation div#wp_page_numbers li a {
	color: #FFFFFF;
	border: 1px solid #000000;
}
div.navigation div#wp_page_numbers li a:hover {
	color: #000000;
}
div.navigation div#wp_page_numbers li.active_page a {
	font-weight: bold;
	border: 1px solid #FFFFFF;
	text-decoration: underline;
}

div#page.red div.navigation div#wp_page_numbers li.page_info, div#page.red div.navigation div#wp_page_numbers li a {
	background: #C8101D;
}
div#page.green div.navigation div#wp_page_numbers li.page_info, div#page.green div.navigation div#wp_page_numbers li a {
	background: #6C9730;
}
div#page.blue div.navigation div#wp_page_numbers li.page_info, div#page.blue div.navigation div#wp_page_numbers li a {
	background: #0776BE;
}
div#page.orange div.navigation div#wp_page_numbers li.page_info, div#page.orange div.navigation div#wp_page_numbers li a {
	color: #000000;
	background: #FFA200;
}
div#page.violet div.navigation div#wp_page_numbers li.page_info, div#page.violet div.navigation div#wp_page_numbers li a {
	background: #7A00CC;
}


div.navigation div.navigation_left, div.navigation div.navigation_right {
	width: 300px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	float: left;
}
div.navigation div.navigation_right {
	text-align: right;
	float: right;
}
div.navigation a {
	color: #000000;
}

div.geobanner {
	width: 660px;
	margin: 0 auto 0 auto;
	background: #EAD1C1;
}
div.geobanner iframe {
	background: #EAD1C1;
}
div.geobanner table {
	margin: 0 auto 0 auto;
}
div.geobanner td {
	padding: 0 30px !important;
}

div.geobanner_small {
	width: 660px;
	margin: 10px auto 0 auto;
	background: #EAD1C1;
}
div.geobanner iframe {
	background: #EAD1C1;
}

div#weltall {
	width: 668px;
	height: 580px;
	margin: 20px auto 0 auto;
}
div#weltall iframe {
	width: 668px;
	height: 560px;
	margin: 10px 0 0 0;
}

div.cat_advertising {
	width: 668px;
	margin: 15px 0 0 15px;
	text-align: center;
}
div.cat_advertising div {
	width: 668px;
	padding: 9px 0 10px 0;
}
div.cat_advertising div a {
	margin: 0 auto;
	padding-top: 1px;
	display: block;
}

div#page.blue div.cat_advertising_510x200 {
	height: 200px;
	background: url(images/cat_advertising_blue_510x200.png) 0 0 no-repeat;
}
div#page.blue div.cat_advertising_510x200 a {
	width: 512px;
	height: 202px;
	background: url(images/cat_advertising_blue_510x200_border.png) 0 0 no-repeat;
}

div.cat_advertising_543x230 {
	height: 220px;
}
div.cat_advertising_543x230 a {
	width: 545px;
	height: 222px;
}
div#page.orange div.cat_advertising_543x230 {
	background: url(images/cat_advertising_orange_543x220.png) 0 0 no-repeat;
}
div#page.orange div.cat_advertising_543x230 a {
	background: url(images/cat_advertising_orange_543x220_border.png) 0 0 no-repeat;
}
div#page.violet div.cat_advertising_543x230 {
	background: url(images/cat_advertising_violet_543x220.png) 0 0 no-repeat;
}
div#page.violet div.cat_advertising_543x230 a {
	background: url(images/cat_advertising_violet_543x220_border.png) 0 0 no-repeat;
}
div#page.green div.cat_advertising_543x230 {
	background: url(images/cat_advertising_green_543x220.png) 0 0 no-repeat;
}
div#page.green div.cat_advertising_543x230 a {
	background: url(images/cat_advertising_green_543x220_border.png) 0 0 no-repeat;
}
div#page.red div.cat_advertising_543x230 {
	background: url(images/cat_advertising_red_543x220.png) 0 0 no-repeat;
}
div#page.red div.cat_advertising_543x230 a {
	background: url(images/cat_advertising_red_543x220_border.png) 0 0 no-repeat;
}

/* Footer */

div#footer {
	width: 1000px;
	height: 50px;
}
div#page.red div#footer {
	background: url(images/footer_bg_red.png) 0 0 no-repeat;
}
div#page.green div#footer {
	background: url(images/footer_bg_green.png) 0 0 no-repeat;
}
div#page.blue div#footer {
	background: url(images/footer_bg_blue.png) 0 0 no-repeat;
}
div#page.orange div#footer {
	background: url(images/footer_bg_orange.png) 0 0 no-repeat;
}
div#page.violet div#footer {
	background: url(images/footer_bg_violet.png) 0 0 no-repeat;
}

div#footer div#footer_left {
	width: 325px;
	height: 26px;
	line-height: 26px;
	margin: 24px 0 0 0;
	text-align: center;
	font-size: 11px;
	float: left;
}
div#page.red div#footer div#footer_left {
	color: #C8101D;
}
div#page.green div#footer div#footer_left {
	color: #6C9730;
}
div#page.blue div#footer div#footer_left {
	color: #0776BE;
}
div#page.orange div#footer div#footer_left {
	color: #FFA200;
}
div#page.violet div#footer div#footer_left {
	color: #7A00CC;
}

div#footer div#footer_middle {
	width: 350px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	float: left;
}
div#footer div#footer_middle a {
	margin: 0 10px 0 10px;
	color: #999999;
}

/* ######### */


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

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

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */




.post hr {
	display: block;
	}

/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* End Various Tags & Classes*/


