/*
Theme Name: Top Wristbands
Theme URI: http://www.topwristbands.co.uk/
Description: Customised Top Wristbands theme.
Version: 1.0
Author: Gareth Mueller
Author URI: http://www.1stwebdesigns.com/
Tags:
*/

#mainbody {
	padding-bottom:0;
	background-image:url(/asset/image/wp-sidebar.png);
	background-position:right top;
	background-repeat:repeat-y;
}

h1 a {
	color:#ffffff;
}

h1 a:hover {
	text-decoration:none;
}

.grid {
	overflow:hidden;
	color: black;
}

.grid-1-1 {
	width:784px;
	padding:20px 33px;
	float:left;
	background-color:#ffffff;
}

.grid-1-2 {
	padding:20px;
	width:300px;
	float:right;
	background-color:#ffffff;
}

.form-button {
	padding: 5px 20px;
	font-size:90%;
	cursor:pointer;
	background: #2d67b2;
	color: #fff;
}
.form-button:hover {
	background: #1c406f;
}

.form-text {
	width:273px;
}

.form-fieldset {
	width:598px;
	padding:13px;
	background-color:#efefef;
	border:solid 1px #c0c0c0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.form-cell-left,
.form-cell-right {
	width:286px;
}

#wp-header-image {
	border:solid 2px #ffffff;
}

.wp-widget {
	margin-bottom:2em;
}

.wp-widget h2 {
	margin-bottom:0em;
}

.wp-widget ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.wp-widget li {
	padding:10px 0;
	border-bottom:solid 1px #c0c0c0;
}

.wp-widget a {
	color:#1c406f;
	text-decoration:none;
}

.wp-widget a:hover {
	color:#0066cc;
	text-decoration:underline;
}

.wp-widget .wp-search-text {
	width:190px;
	line-height: 25px;
	border: 1px solid #c0c0c0;
	padding: 0 5px;
}

.wp-excerpt {
	position:relative;
	margin:0 0 30px 0;
	padding:0 0 15px 170px;
	border-bottom:dotted 1px #c0c0c0;
}

.wp-excerpt p{
	padding: 10px 0;
}

.wp-excerpt img {
	position:absolute;
	top:0;
	left:0;
}

.wp-excerpt-title {
	font-size:120%;
}

.wp-excerpt-date {
	color: #1c406f;
	font-size: .9em;
	padding: 2px 0 !important;
}

.wp-excerpt-meta {
	font-size:.8em;
}

.wp-next-previous {
	overflow:hidden;
}

.wp-next {
	float:right;
}

.wp-previous {
	float:left;
}

#blog #body-main img {
	max-width:100%;
	height:auto;
}

.wp-comment-list {
	list-style-type:none;
	margin:0 0 1.5em 0;
	padding:13px 13px 1px 13px;
	background-color:#fcca36;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.wp-comment-list ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 30px;
}

.wp-comment-list .avatar { 
	position:absolute;
	top:1.2em;
	left:12px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.wp-comment-list cite,
.wp-comment-list cite a {
	font-weight:600;
	font-style:normal;
}

.wp-comment-list .reply {
	text-align:right;
	font-size:90%;
}

.wp-comment-list .comment-body {
	position:relative;
	padding:1.2em 2em 1.2em 80px;
	margin-bottom:13px;
	border:solid 1px #c0c0c0;
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.wp-comment-list .comment-body p:last-child {
	margin-bottom:0;
}

.wp-comment-list .comment-author {
	font-weight:600;
}

.wp-comment-list .comment-meta {
	display:none;
}

.wp-post p {
	padding: 10px 0;
}
.wp-post strong {
	font-weight: 700;
	color: #2d67b2;
}

.wp-post-date {
	font-size: .9em;
	text-align:right;
}
.wp-post-tags{
	line-height: 2em;
}
.wp-post-tags a, .wp-excerpt-read a {
	font-size: .8em;
	color:white;
	background: #2d67b2;
	padding: 2px 10px;
	margin: 0 2px;
	border-radius: 5px;
}

.wp-post-tags a:hover, .wp-excerpt-read a:hover {
	background: #1c406f;
}