/*	grough.co.uk
	CSS - Article pages etc
	Luke Smith 2009    */

.article-container {
    margin: 0px 19px;
}

.article-container h1 {
    font-size: 23px;
    color: #4e4e4e;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
}

.article-container .byline, .article-container .options {
    margin-top: 8px;
    border-top: 1px solid #bac894;
    border-bottom: 1px solid #bac894;
    height: 65px;
    background: url(../img/layout/article-options-bg.gif) repeat-x;
    float: left;
    padding: 2px;
    color: #454843;
    margin-bottom: 15px;
}

.article-container .byline {
    margin-right: 15px;
    width: 361px;
    line-height: 21px;
}

.article-container .byline small, .article-container .options {
    font-size: 11px;
    line-height: 22px;
}

.article-container .options {
    width: 196px;
    text-align: right;
}

.article-container .options img, .article-container .byline img {
    border: 0;
}

.article-container .options a, .article-container .byline a {
    color: #454843;
    text-decoration: none;
}

.article-container .options a {
    line-height: normal;
    padding: 5px 0px;
    display: block;
}

.article-container .options a:hover, .article-container .byline a:hover {
    color: #c84c4c;
}

.article-container .article-body {
    line-height: 18px;
    clear: left;
}

.article-container .article-body p {
    margin: 0 0 20px 0;
    padding: 0;
}

.article-container .article-body a {
    color: #c84c4c;
    text-decoration: none;
}

.article-container .article-body a:hover {
    text-decoration: underline;
}

.article-container .article-body .wp-caption a:hover {
        text-decoration: none;
}

.article-container img {
    border: 0;
}

.article-body .alignleft {
    float: left;
}

.article-body .alignright {
    float: right;
}

.article-body img {
    margin: 3px;
}

.article-body .wp-caption p {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

.article-related {
    margin: 20px 0px;
    padding-top: 5px;
    color: #464343;
    font-size: 11px;
    background: url(../img/layout/dotborder.gif) repeat-x;
}

.article-comments, .article-commentform {
    margin: 20px 19px;
    background: url(../img/layout/dotborder.gif) repeat-x;
}

.article-comments {
    background: none;
}

.article-comments .comment-entry {
    background: url(../img/layout/dotborder.gif) repeat-x;
    min-height: 150px;
    color: #7c7c7c;
    clear: left;
}

.article-comments .comment-entry .comment-content {
    float: left;
    width: 400px;
    padding: 10px;
}

.article-comments .comment-entry .comment-content p {
    margin: 0 0 20px 0;
    line-height: 16px;
}

.article-comments .comment-entry .comment-content br {
    margin: 0 0 15px 0;
}

.article-comments .comment-entry .comment-detail {
    float: left;
    width: 135px;
    padding: 10px;
}

.article-comments .comment-entry .comment-staff h4 {
    color: #cc5b5b;
}

.article-comments .comment-entry .comment-detail small {
    font-size: 10px;
    margin-top: 40px;
    font-style: italic;
}

.article-comments .comment-entry .comment-detail h4 {
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
}

#comment-form form {
    margin: 0;
    padding: 0;
}

#comment-form h4 {
    text-transform: uppercase;
}

#comment-form label {
    position: relative;
    bottom: 0;
    height: 15px;
    background-color: #cfcfcf;
    color: #464343;
    font-size: 10px;
    font-weight: bold;
    left: 10px;
    padding: 4px;
}

#comment-form .comment-content textarea, #comment-form .comment-content input {
    width: 398px;
    border: 1px solid #cfcfcf;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    background-color: #f7f7f7;
    color: #767373;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-top: 4px;
}

#comment-form .comment-content input#submit, #comment-form .comment-content input#comp-submit {
    width: 139px;
    border: 0;
    padding: 0;
    margin: 15px 0 0 280px;
    background: 0;
}

#comment-form .comment-content {
    padding-top: 20px;
}

#comment-form .comment-content textarea {
    height: 250px;
}

.caption-top, .caption-bottom {
    color: #ffffff;
    padding: 5px 5px 12px 5px;
    font-size: 11px;
    cursor: default;
    border: 0;
    background: #000000;
}

.caption a, .caption a {
    text-decoration: none;
    background: #000000;
}

.caption a:hover, .caption a:hover {
    background: #202020;
}

/* jQuery Bookmarking Tool CSS */
#social-bookmark {
    width: 570px;
}

#social-bookmark ul {
    width: 560px;
    background-color: white;
}

#social-bookmark li {
    width: 128px;
    padding: 5px;
    border: 0;
    background-color: white;
}

#social-bookmark li a {
    color: black;
    text-decoration: none;
}

.bookmark_popup_text {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}

.bookmark_popup ul {
	float: left;
	width: 220px;
	border: 1px solid #aaa;
}

.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}

.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}

.bookmark_compact {
	background-color: #eee;
	border: 1px outset;
}

.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}

.bookmark_list a {
	width: 100%;
}

.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.bookmark_list img {
	border: none;
}

.wp-caption a:hover {
        text-decoration: none;
}

#competition {
	border-top: 1px solid green;
	padding: 20px 10px 10px 10px;
	margin: 10px 0px;
	clear: left;
}

#competition br {
	display: none;
}

.competition-option-box {
	background-color: #eeffee;
}

#competition-options {
	padding-left: 20px;
	font-weight: bold;
	margin: 20px;
}

#competition-error {
	margin: 10px 0px;
	padding: 5px;
	color: black;
	background-color: #eeffee;
	font-weight: bold;
	border: 1px solid green;
}

#competition label {
	display: block;
	width: 150px;
	text-align: right;
	height: 20px;
	overflow: hidden;
	line-height: 17px;
	float: left;
	padding-right: 30px;
}

#competition input, #competition textarea {
	width: 300px;
	display: inline;
}

#competition input#competition-submit {
        clear: left;
        margin-left: 200px;
        margin-top: 20px;
        width: 100px;
	float: none;
}

.review-table {
	padding-bottom: 15px;
	border-bottom: 1px solid #bac894;
	margin-bottom: 10px;
}

.review-table table tr {
	border-bottom: 1px solid #444444;
}

.review-table table th {
	width: 200px;
	text-align: left;
	vertical-align: top;
}

.review-table table th, .review-table table td {
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: 1px solid #eeeeee;
}

.review-table table tr:first-child th, .review-table table tr:first-child td {
	border-top: 0;
}
