/*  
Theme Name: MyBB
Theme URI: http://mybboard.net
Description: MyBB Website Theme
Version: 1.0
Author: Chris Boulton
Author URI: http://mybboard.net
*/

p.meta {
	background: #f7f7f7;
	font-size: 85%;
	padding: 3px 3px;
	color: #555;
}

p.bottom_meta {
	font-size: 95%;
}

.read_full, .comments_link {
	padding-left: 22px;
}

.read_full {
	background: url('images/read_full.gif') no-repeat;
}

.comments_link {
	background: url('images/comments_link.gif') no-repeat;
}

.post-ratings img {
	vertical-align: middle;
}


.comment_list, .comment_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.comment_list li {
	margin-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

.comment_list .comment_number {
	margin-left: -30px;
	position: absolute;
	top: 3px;
	font-size: 85%;
	color: #888;
	font-weight: bold;
}

.comment_list .meta {
	border: 1px solid #AEE1FF;
	border-bottom: 1px solid #fff;
	background: #D2EEFF;
	margin: 0;
	font-size: 90%;
	padding: 3px 8px;
	color: #000;
}

.comment_list .comment {
	background: #F2FAFF;
	border: 1px solid #AEE1FF;
	border-top: 0;
	padding: 8px;
}

.staff_response .meta {
	background: #DCF7D5;
	border-color: #BCF2B0;
	border-bottom: 1px solid #fff;
}

.staff_response .comment {
	background: #F4FDF2;
	border-color: #BCF2B0;
}

.required {
	color: maroon;
}

div.illustrated_image {
  width: 190px;
  text-align: center;
  padding: 6px;
  background: #f0f0f0;
  border: 1px solid #d0d0d0;
  margin-bottom: 10px;
}

div.illustrated_image p {
	margin-bottom: -3px;
}

/* Corners */
div.illustrated_image_top,
div.illustrated_image_top div.right,
div.illustrated_image_bottom,
div.illustrated_image_bottom div.right {
	height: 11px;
}

div.illustrated_image_top {
	background: url(http://www.mybboard.net/assets/images/right_left.png) no-repeat;
	margin: -7px -7px 0 -7px;
}

div.illustrated_image_top div.right {
	background: url(http://www.mybboard.net/assets/images/right_right.png) 100% 0 no-repeat;
}

div.illustrated_image_bottom {
	background: url(http://www.mybboard.net/assets/images/right_left.png) 0 100% no-repeat;
	margin: -4px -7px -7px -7px;
	float: right;
	width: 204px;
}

div.illustrated_image_bottom div.right {
	background: url(http://www.mybboard.net/assets/images/right_right.png) 100% 100% no-repeat;
}

div.illustrated_image_large {
	width: 670px;
}

div.illustrated_image_large div.illustrated_image_bottom {
	width: 684px;
}

input#search_button {
	width: 85px;
}

div#page div.item div.illustrated_image_large p.caption {
	width: 670px;
}
