@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Balance it
Theme URI: http://wordpress.org/
Description: Balance it specific theme.
Version: 2.0
Author: Dominic Leonard
Tags: custom theme, white, blog, blue

*/

a img {
	border: 0;
}

a {
	color: #707070;
	text-decoration:none;
}

a:hover {
	color: #388ce1;
	text-decoration: underline;
}

h2 {
	text-shadow: -1px -1px 0px white;
}

strong {
	color: #388ce1;
}

.spacer {
	clear: both;
	height: 10px;
}

body{
	margin: 0;
	font-size:12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: url(images/bg.gif) repeat-x top #e0e0e0;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

	#header {
		height: 66px;
		padding-top: 25px;	
	}
	
		#logo {
			float: left;
		}
		
		#links {
			float: right;
			font-size: 14px;
			font-weight: bold;
		}
		
			#links ul{
				padding:0;
				margin:26px 0 0 0;
			}
		
			#links li{
				float: left;
				text-align:center;
				list-style-type:none;
				line-height:20px;
				padding:0 30px 0 0;
			}
			
			.current_page_item a {
				color: #388ce1;
				display:block;
			}
			
			.current_page_item a:hover {
				color: #707070;
				display:block;
			}
			
			#links a {
				text-decoration:none;
				color: #707070;
				display:block;
				text-shadow: -1px -1px 0px white;
				}
		
			#links a:hover {
				color: #388ce1;
				display:block;
				text-shadow: -1px -1px 0px white;
			}
		
	#latest-work {
		height: 272px;
		padding: 30px 0 37px 0;
		background: url(images/work-bg.png) center top no-repeat;
	}
	
		.latest-title {
			padding-bottom: 20px;
		}
	
	.thumbs {
		float:left;
		margin: 0 5px 10px 0;
	}
	
	.thumbs img {
		border: 5px white solid;
	}
	
	.thumbs img:hover {
		border: 5px #388ce1 solid;
	}
	
	#content {
	
	}
	
	.entry-content img {
		border: 5px solid white;
	}
	
	#blog {
		width: 600px;
		float: left;
	}
	
	#sidebar {
		width: 200px;
		float: right;
	}
	
		#sidebar ul {
			padding: 0px 0px 0px 10px;
			margin: 0px;
		}
	
		#sidebar li {
			list-style: none;
			line-height: 25px;
		}
	
	#work {
		padding: 34px 0 0 0;
	}
	
		#mytalk {
			padding-bottom: 50px;
			text-align: center;
		}
		
		#mytalk li {
			list-style: none;
			margin: 0;
			line-height: 18px;
			font-size: 12px;
		}
	
		#aboutme {
			padding-bottom: 50px;
			text-align: center;
		}
		
		.posts {
			border-bottom:2px dashed white;
			margin-bottom:20px;
			padding:10px 30px 30px;
		}
	
		.single {
			background: white;
			margin-bottom:20px;
			padding:10px 30px 30px;
		}

