/*
Theme Name: TSWater
Theme URI: http://www.wallopcreative.com/
Description: The default TSWater theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Wallop Creative
Author URI: http://www.wallopcreative.com/
Tags: wallop creative

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

div.disclaimer {
margin-top:14px;
}
#blogContents p, #blogContents span {
font:normal 12px Arial, Verdana, Helvetica, sans-serif !important; 
line-height:20px !important;
}
#blogContents p.titleTop {
font-size:14px;
margin:18px 0 12px 0 !important;
}
div.blogContents p img{
margin:20px 30px 20px 0;
}
#colRight p {
	line-height:18px;
	margin-bottom:20px;
}
#colRight .blogLinkList {
  margin-bottom: 12px;
}
#colRight .blogLinkList li {
  margin: 6px 0;
}
#colRight ul {
	margin-bottom:20px;
}
#colRight li {
	margin:0 0 10px 0;
}
#colRight .blogLinkList a {
	text-decoration:none;
}
#colRight h2 {
  color:#666;
	font-size:13px;
	font-weight:bold;
  margin-bottom: 5px;
}
h3.blogLink {
  color:#5CA217;
	font-size:13px;
	font-weight:normal;
	margin:0;
  margin-bottom: 20px;
}

/* archive content
------------------------------------------------------*/
a {
outline:none;
}
body #blogContents h2 a, body #blogContents h2{
font-size:18px;
}
body #blogContents h2 a:hover {
text-decoration: none;
}
body #blogContents h2 {
margin-top:30px;
}
body #blogContents p.posted {
margin-top:-10px;
color: #999;
}
body #blogContents p.break {
margin-top:10px;
}
body #blogContents p#nextPrev a{
margin-right: 10px;
}
#blogContents h4 {
margin:14px 0 2px 0;
padding:0;
}
#blogContents ul {
margin:0 0 20px 0;
padding:0;
}
#blogContents ul li{
margin:0;
padding:3px 0 4px 0;
}
#blogContents ul p.break{
margin-top: -10px;
}

/* comment form 
------------------------------------------------------*/

#content fieldset {
border: none;
padding-top: 1em;
}
#content fieldset legend {
display: none;
}
#content fieldset .left-col {
float: right;
	}
#content fieldset p {
margin: 0;
padding:0;
	}
#content .comments-wrapper .left-col p {
margin-top: 0;
margin-bottom: 4px;
	}
#content fieldset p label {
display:inline;
padding-left: 1px;
font-weight: normal;
}
#content fieldset p textarea {
font:normal 12px Arial, Verdana, Helvetica, sans-serif;
color: #555;
padding: 3px 0;
border: 1px solid #CDD1D3;
background: #F7FCFE;
	}
#content fieldset p input{
padding: 3px 0;
width: 148px;
border: 1px solid #CDD1D3;
color: #555;
background:#F7FCFE;
	}
#content input:focus, #content textarea:focus{
background: #fff;
}
#content #buttons-block {
text-align: right;
padding-top: 1.5em;
}
#content #buttons-block input {
width: 70px;
height: 30px;
margin-left: 10px;
background: #F7FCFE;
position: relative;
top:-67px;
cursor: pointer;
}
#content #buttons-block input:hover {
background: #fff;
}
#content #message-block textarea {
width: 64%;	
height: 10.1em;
overflow: auto;
}
#content[id] #message-block textarea {
font-size: 12px;
}
h2#comment {
margin-bottom: 0;
}

/* error message */
#txpCommentInputForm .comments-wrapper ul.comments_error {
margin:18px 0 4px 0;
border: 1px solid #CDD1D3;
padding: 12px 0 4px 12px;
background: #fff url(../../images/10-24.png) no-repeat 406px center;
}
#txpCommentInputForm .comments-wrapper ul.comments_error li{
list-style: disc;
padding: 0;
margin: 0 0 8px 12px;
}
p#txpCommentInputForm {
color:#034E72;
}