/*

Theme Name: Clean Swim

Theme URI: http://codeswimming.com

Description: Theme for codeswimming.com/blog

Version: 1.0

Author: Kevin Day

Author URI: http://codeswimming.com

*/


* { margin:0; padding:0; }

body { font-size: medium;
	/*font-family: georgia, serif;*/
font-family : Verdana, Arial, sans-serif;
	font-size: small;
	/*font-size: 80%;*/
	color: #333;
	text-align: center;
	min-width:750px;
	background:#BFCFFF url(img/body_bg_fade.gif) repeat-x scroll left top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
line-height: 1.1em;
}

h1 {
	font-size: 170%;
}
h2 {
	font-size: 150%;
}
h3 { font-size: 140%; }
a {
	color: #2517A9;
}
blockquote {
	margin: 1em;
	border-left: 2px solid #6bb300;
	line-height: 1.2em;
background: #EEE;
}
blockquote p, blockquote table {
padding: 10px 17px 10px 17px;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
body>#wrapper {
width: 760px;
}

#header {
	padding: 0;
}

#content {
	float: left;
	width: 562px; /* 550 + 6 + 6 for the border image */ 
}
#sidebar {
	float: right;
	width: 198px;
	margin-left: 0; /* 12 - 6 - 6 for border images */
}

#footer {
	clear: both;
}

/* Header */
#header span#site-name a{
	display: block;
	font-size: 270%;
	font-family: impact;
	letter-spacing: 0px;
	padding: 0 0 0 4px;
	color: #11086b;
	text-decoration: none;
}

/* Content */
#content {
	margin-top: 6px;
	line-height: 1.5em;
}
#content ol, #content ul {
	padding: 1em 25px;
list-style: disc outside;
}
#content h1, h2, h3 {
	font-family: "Trebuchet MS",Tahoma,Arial;
}
#content h2, #content h3 {
	margin-top: 1em;
	font-weight: normal;
	color: #000;
}
#content h1 a {
	color: #00248F;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}
#content p {
	margin: 0.7em 0;
}

#content .post1{
	margin: 0 0 0 0; /* top margin is 12 - 6 for border image */
	background: url(img/post_middle.gif) repeat-y top left;
overflow: hidden;
}
#content .post2{
	background: url(img/post_bottom.gif) no-repeat bottom left;
overflow: hidden;
}
#content .post3{
	margin: 0;	
	padding: 23px 30px 18px 30px;
	background: url(img/post_top.gif) no-repeat top left;
overflow: hidden;
}
#content pre {
padding: 1em 0;
border-top: 1px dotted #999;
border-bottom: 1px dotted #999;
line-height:1.3em;
font-weight: bold;
font-size:80%;
color: #333;
}
#content .post3>pre{
font-size:100%;
}

/* Comments */
#content .commentBlock{
	margin: 0 0 0 0; /* top margin is 12 - 6 for border image */
	background: url(img/post_middle.gif) repeat-y top left;
}
#content .commentBlock1 {
	background: url(img/post_bottom.gif) no-repeat bottom left;
}
#content .commentBlock2 {
	margin: 0;	
	padding: 5px 30px 18px 30px;
	background: url(img/post_top.gif) no-repeat top left;
overflow: hidden;
}
#content textarea#comment {
width: 500px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

h3#comments {
padding-bottom: 1em;
border-bottom: 1px solid #666;
}
#content ul.commentlist {
	padding: 0;
list-style: none;
}
ul.commentlist li {
padding: 0.3em 0.5em 1.2em 0.5em;
border-bottom: 1px solid #666;
}
#content ul.commentlist li pre {
border: 0;
}

/* Page */
#content #page1{
	margin: 0 0 0 0; /* top margin is 12 - 6 for border image */
	background: url(img/post_middle.gif) repeat-y top left;
}
#content #page2{
	background: url(img/post_bottom.gif) no-repeat bottom left;
}
#content #page3{
	margin: 0;	
	padding: 25px 30px 18px 30px;
	background: url(img/post_top.gif) no-repeat top left;
}

.highlight1 {
	background: url(img/highlight_middle.gif) repeat-y top left;
}
.highlight2 {
	background: url(img/highlight_bottom.gif) no-repeat bottom left;
}
.highlight3 {
	padding: 1px 30px 20px 30px;
	background: url(img/highlight_top.gif) no-repeat top left;
}


/* Sidebar */
#sidebar1 {
	margin-top: 6px;
	background: url(img/sidebar_middle.gif) repeat-y top left;
border-bottom: 1px solid #BFCFFF; /* Fixes IE6 bug with background image repeating too far */
}
#sidebar2{
	font-family: Verdana, arial, sans-serif;
	font-size: 90%;
	line-height: 160%;
	background: url(img/sidebar_bottom.gif) no-repeat bottom left;
}
#sidebar3{
	padding: 0px 15px 18px 15px;
	background: url(img/sidebar_top.gif) no-repeat top left;
}

#sidebar h2, #sidebar h3{
	padding: 0 0 0 0;
	margin: 0 0 0px 0;
	color: #426A06;
	font-weight: normal;
}

#sidebar ol, ul {
	list-style: none;
	padding: 0;
}
#sidebar ul li {
	padding-top: 16px;
	padding-left: 4px;
}

#sidebar ul li ul li {
padding-top: 0;
	padding-left: 10px;	
	background: url(img/triangle.gif) no-repeat 0 0.45em;
}
/*
#sidebar ul li ul li:hover{
	background: url(img/triangle_hover.gif) no-repeat 0 0.45em;
}
*/
#sidebar div.textwidget {
	padding-left: 5px;
}#sidebar ul li.widget ul{
	padding-left: 5px;
}
#sidebar a {
	color: #426A06;
	text-decoration: none;
}
#sidebar a:hover {
text-decoration: underline;
}

/* Footer */
#footer .highlight1 {
	background: url(img/highlight_middle.gif) repeat-y top left;
}
#footer .highlight2 {
	background: url(img/highlight_bottom.gif) no-repeat bottom left;
}
#footer .highlight3 {
	padding: 15px 25px;
	background: url(img/highlight_top.gif) no-repeat top left;
}

/* Gadget tweaks */
.friendfeed {
padding: 6px !important 
width: 186px !important
overflow: hidden !important
}

a.xobni {
padding: 12px;
}