@import url("menu.css");
@import url("header.css");
@import url("footer.css");

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 100%;
}

body {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
}

ul {
	margin: 0;
	padding-left: 16px; /* or 26px */
	list-style-type: square;
	color: #54c5eb;
}
ul p {
	margin: .25em;
	color: #666666;
}

ol { margin: 0; padding-left: 36px; }
ol li { margin-bottom: .25em; }

h1 {
	margin: 0;
	background: url('/i/icons/green.gif') no-repeat 0 5px;
	font-size:1.5em;
	font-weight: normal;
	padding-left: 22px;
}
h1.margin { margin:10px 0 10px 0; }
h1.norm {
	position: static;
	margin: 15px 0 15px 0;
	background: none;
	font-size:1.5em;
	font-weight: normal;
	padding-left: 0;
}

h2 {
	margin: 0;
	background: url('/i/icons/blue.gif') no-repeat 0 5px;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 22px;
}

p {
	font-size: 1em;
	margin:1em 0;
}

img { border:0; }
table { border-collapse:collapse; }
td, th { padding:0; }

fieldset {
	padding: 4px;
	margin: 10px 0 10px 0;
}

legend {
	font-weight:bold;
	padding: 0 2px 0 2px;
}

/* main wrappers */
/* #sitewide { display:none; } */
#custom  { display:none; }

#simple-container {
	margin:4px;
	text-align:left;
}

#bo-container {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 620px;
	text-align: left;
	min-height: 100%;
}

#bo-body {
	background: url('/i/back.png') repeat-x;
	padding-bottom: 80px;
}
#bo-body .body {
	padding: 10px 15px 15px 15px;
	background: none;
}
#bo-body .article { padding-left: 30px; }

/* login popup */
#bo-popup {
	position:absolute;
	right:-30px;
	top:0;
	z-index:1;
	display:none;
}
#bo-popup .login { margin-top: 0; }
#bo-popup .panel { width: 280px; }
#bo-popup .panel .content { padding: 10px 5px; }
#bo-popup .close {
	width:19px;
	height:18px;
	float:right;
	cursor:pointer;
}
#bo-popup .text{ width: 100%; }
#bo-popup .submit{text-align:center}

#bo-forum .content { padding: 5px 7px; }
#bo-forum table { width: 100% }
#bo-forum th {
	text-align: left;
	padding: 3px 5px;
}
#bo-forum td { padding: 3px 5px; }
#bo-forum .white tr { background: #FFFFFF; }
#bo-forum .topic { width: 40%;}
#bo-forum .replies{ width:15%; }
#bo-forum .forum{ width:30%; }
#bo-forum .views{ width:15%; }

/* rate it */
#bo-rate {clear: both;}
#bo-rate p {
	margin: .5em 0;
	padding: 0 8px;
}
#bo-rate .links {
	position: relative;
	float: right;
	text-align:right;
}
#bo-rate .numbers {
	width: 250px;
	height: 80px;
	padding: 1px 3px;
}
#bo-rate .numbers div {
	float: left;
	text-align: center;
	font-size: 1em;
	width:10%
}
#bo-rate .mark { clear:left; }
#bo-rate .numbers .mark {
	float:none;
	text-align:left;
	width:130px;
	padding:0 8px;
}
#bo-rate .numbers .mark span { float:right; }

/* #bo-vads {}  /* not being used - but can still be modified */
#bo-rads {
	float:right;
	width: 312px;
	margin: 0 0 10px 4px;
}
#bo-rads .panel .content .texts { padding:0; }
#bo-rads img { margin-top:6px; }

#rec-ads {
	width: 330px;
}
#rec-ads .panel .content .texts { padding:4px; }

#bo-content {clear:left; padding-top:14px;}

#bo-content iframe{ height:300px; }

#bo-content h1 {
	position: static;
	background: none;
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
	margin: 10px 0 10px 0;
	padding: 0;
}
#bo-content h2 {
	position: static;
	background:none;
	margin: 10px 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
}
#bo-content p {
	margin:1em 0;
}

#bo-content input {
	margin:4px;
}

#bo-content ul {
	padding-left: 16px;
	list-style-type: disc;
	color: #666666;
}
#bo-content ul p {
	margin: .25em;
	color: #666666
}
#bo-content ol { padding-left:10px;}
#bo-content ol li { margin-bottom:.25em; }

#pagination {
	height: 44px;
}

#pagination .next {
	float: right;
}

#pagination .next img{
	width: 62px;
	height:44px;
	vertical-align: middle;
}

#pagination .prev {
	float: left;
}
#pagination .prev img{
	width: 62px;
	height:44px;
	vertical-align: middle;
}

#pagination .text {
	text-align: center;
	padding-top: 10px;
}
#pagination .text strong {font-size:1.2em;}

/* panel class */
.panel {margin-top: 1em; }
.panel .back { padding:0 4px; height:4px; }
.panel img { display: block; }
.panel .top .back { background: url('/i/corners/top/left.png') no-repeat; }
.panel .bottom .back{ background: url('/i/corners/bottom/left.png') no-repeat; }
.panel .corner1 {
	background: #FFFFFF;
	height: 3px;
}
.panel .top .corner1 { border-top: 1px solid #E0E0E0; }
.panel .bottom .corner1 { border-bottom: 1px solid #E0E0E0; }
.panel .corner2 img {
	width: 4px;
	height: 4px
}
.panel .corner2 {
	position: relative;
	height: 1px;
}
.panel .corner2 div {
	position: absolute;
	top: -1px;
	right: -4px;
}
.panel .top .corner2 div { background: url('/i/corners/top/right.png') no-repeat; }
.panel .bottom .corner2 div { background: url('/i/corners/bottom/right.png') no-repeat; }
.panel .middle {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background: #FFFFFF;
	padding: 0 4px;
}
.panel .content { background: #F5F5F5; }
.panel .content .texts { padding: 1px 10px; }

/* columns */
.bo-column{
	width: 33%;
	float: left;
	font-size: 1em;
}

/* random */
.breadcrumb {
	position: relative;
}

.png, .crop, .scale { filter:expression(png(this)); }

#digg {
	margin-top:1em;
	margin-bottom:2em;
}

#digg .text {
	float: left;
	margin-right: 4px;
}
#digg h1 {
	clear: none;
	background: none;
	margin-top: 10px;
	position: static;
}
#digg breadcrumb {
	display: inline;
}

.clear {clear: left;}
.inline{display:inline;}
.social img {
	display:inline;
	margin-left:2px;
	margin-right:2px;
}

.left { margin-right: 230px;}
.left .panel { width:99%; }
.left .panel .bottom {
	float:left;
	width:100%;
}

.art-right {
	float:right;
	text-align:right;
	margin-left: 4px;
}
.art-imgs img {
	display:block;
	margin: 0 0 4px 4px;
	border: 1px solid #E0E0E0;
	padding: 2px;
}

.right {
	width: 215px;
	float: right;
	padding-bottom:16px;
}
.right .panel {
	margin-top:0;
	margin-bottom:1em
}

.quick { text-align: center; }
.quick span {
	display: block;
	margin-bottom: .5em;
}

.share {
	text-align:center;
	margin-top:2em;
}
.share img {
	width:136px;
	height:33px;
}

.articles .content .texts { padding: 1px 5px;}
.articles .content p { padding:5px; }
.contents .content .texts { padding-top:10px; }
.arthide {display:none;}

.smalltext {font-size:.9em;}
.large {font-size:1.3em;}
.z { border:1px solid #000000; }
.white {
	background: #FFFFFF;
}
div .white {
	background: #FFFFFF;
}
.white .date {
	text-align:right;
	margin-right:4px;
}

/* tiny_mce */
.editorbox {height: 340px;}
.editor img {display:inline;}
.editor td { border:0; }

/* post element */
.tblform td {
	padding: 3px;
	border-bottom: solid 1px #FFFFFF;
}
.tblform p {
	font-size:.8em;
	margin:0;
	padding:0;
}
.tblform .sep {
	text-align:left;
	border-left: solid 1px #FFFFFF;
	padding-left:10px;
}
.ctbl table {
	margin:10px;
}
.ctbl td {
	padding:2px;
}

/* dictionary header */
h1.bo-dict
{
	padding-top:0;
	margin-top:6px;
}

.roundcont {
	width: 100%;
	background-color: #cadceb;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(/i/corners/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(/i/corners/br.gif) no-repeat top right;
}

.roundcont a {
	font-weight: bold;
	color: #898989;
}

.roundright {
	margin: 5px 4px 0 4px;
	padding-top: 5px;
	border-top: 1px solid #FFFFFF;
	text-align: right;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.bo-dict-links {
	margin: 0 14px 3px 0;
	padding:0;
	text-align:right;
}

ul.linklist {
	display: block;
	margin: 0;
}
ul.linklist a {color: #898989;}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 30px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}
.capital {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.bo-top-ad {
	padding-top:15px;
}

/* WordPress box */

.comments-link {
	display: none;
}

.bowp_posts {
	list-style-type: none;
}

.bowp_posts li {
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 48px;
}

.bowp_posts li a {
	color: #666 !important;
	text-decoration: none;
}

img.bowp_image {
	max-width: 64px;
	max-height: 48px;
	margin-right: 10px;
	float: left;
}

.bowp_title {
	display: block;
	font-weight: 900;
}

.bowp_excerpt {
	vertical-align: top;
	position: relative;
}

.bowp_readmore {
	font-weight: 900;
}

.bowp_readmore:hover {
	color:#2A9EE7;
	text-decoration: underline;
}
