/*

Theme Name: Michaelynch
Theme URI: http://www.michaelynch.com
Description: Michael Lynch, Front-End Web Developer and Graphic Designer
Version: 1
Author: Michael Lynch
Author URI: http://www.michaelynch.com

*/

/* LINKS */

body a {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #666;
}

body a:hover {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #1e1e1e;
}

.title_link a {
	font: 18px Helvetica, sans serif;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.title_link a:hover {
	font: 18px Helvetica, sans serif;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

.backtotop a {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #f1f1f1;
}

.backtotop a:hover {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

.sidebar a {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #666;
}

.footer a {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

.footer a:hover {
	font: 12px Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #fff;
}

/* HEADERS */

h1 {
	font: 18px Helvetica, sans serif;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #333;
}

.sidebar h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	font-style: italic;
}

.footer h2 {
	display: inline;
}

h3 {
	font-size: 26px;
	margin: 0 0 10px 0;
}

/* GLOBAL */

img {
	border: none;
}

.clear {
	clear: both;
}

hr {
	height: 1px;
	color: #1e1e1e;
	background: #1e1e1e;
	border: none;
}

.post img {
	border: 1px #000 solid;
}

.post img:hover {
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.sidebar input, .footer input {
	background: #f1f1f1;
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 180px;
	font: 12px Helvetica, Arial, sans-serif;
}

.sidebar input:focus, .footer input:focus {
	background: #f1f1f1;
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 180px;
	font: 12px Helvetica, Arial, sans-serif;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}

#commentform input {
	background: #f1f1f1;
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 260px;
	font: 12px Helvetica, Arial, sans-serif;
}

#commentform input:focus {
	background: #f1f1f1;
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 260px;
	font: 12px Helvetica, Arial, sans-serif;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}

#commentform textarea {
	background: #f1f1f1;
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 460px;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 22px;
	
}

#commentform textarea:focus {
	background: #f1f1f1;
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 460px;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 22px;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}

#submit !important {
	background: -moz-linear-gradient(top, #f1f1f1, #cdcdcd);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(red), to(blue));
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font: 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-weight: bold;
	color: #333;
	-webkit-transition: -box-shadow 0.5s linear;
}

#submit:hover {
	background: -moz-linear-gradient(top, #f1f1f1, #cdcdcd);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#cdcdcd));
	border: none;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font: 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
	font-weight: bold;
	color: #333;
}

.backtotop {
	background: #A0CF5F;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 20px 10px 20px 10px;
	webkit-border-radius: 20px 10px 20px 10px;
	border-radius: 20px 10px 20px 10px;
	width: 120px;
}

.backtotop:hover {
	background: #000;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 20px 10px 20px 10px;
	webkit-border-radius: 20px 10px 20px 10px;
	border-radius: 20px 10px 20px 10px;
	width: 120px;
}

/* STRUCTURE */

body {
	background: url(http://michaelynch.com/images/bg.jpg) repeat-x;
	margin: 0;
	color: #1e1e1e;
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 20px;
}

.wrapper {
	margin: 0 auto;
	width: 1024px;
}

.header_wrapper {
	float: left;
	width: 250px;
	height: 120px;
	padding: 10px 0 0 0;
	color: #fff;
	text-align: center;
	background: #000;
	-moz-border-radius: 0 0 20px 20px;
	webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

.header_wrapper2 {
	margin: 0 auto;
	width: 598px;
	padding: 30px 0 0 0;
}

.search_wrapper {
	float: left;
	width: 260px;
	margin: 40px;
}

.nav {
	float: left;
	width: 774px;
}

.nav ul {
	float: right;
	margin: 40px 0 0 15px;
	padding: 0;
	width: 242px;
	text-align: left;
}

.nav ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px #1e1e1e solid;
}

.sidebar {
	float: left;
	width: 250px;
	margin: 50px 0;
}

.sidebar ul {
	margin: 0 0 50px 0;
	padding: 0;
	width: 250px;
	text-align: left;
}

.sidebar ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px #1e1e1e solid;
	width: 250px;
}

.content {
	float: left;
	width: 724px;
	margin: 50px 0 50px 50px;
}

.post {
	background: #f1f1f1;
	margin: 0 0 50px 0;
	padding: 20px;
	-moz-border-radius: 20px;
	-webskit-border-radius: 20px;
	border-radius: 20px;
}

.post_content {
	width: 724px;
	height: 100%;
	border-top: 1px #000 solid;
}

.footer_wrapper {
	width: 100%;
	background: #000;
}

.footer {
	margin: 0 auto;
	padding: 40px 0;
	width: 984px;
	color: #fff;
	line-height: 22px;
}

.footer_box {
	float: left;
	width: 268px;
	padding: 20px;
	margin: 20px 20px 0 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: 550px;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px #1e1e1e solid;
}

.footer_content {
	margin: 20px 0 0 0;
	padding: 20px 0;
	border-top: 1px #fff solid;
}

/* COMMENTS */

.commentlist li {
	background: #D6EABA;
	padding: 20px;
	margin: 0 0 10px 0;
	-moz-border-radius: 20px;
	webkit-border-radius: 20px;
	border-radius: 20px;
	color: #000;
}


/* Easy Slider */

#slider {
	margin: 0 0 20px 0;
}

#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}

#slider li{ 
width:700px;
height:400px;
overflow:hidden; 
}

#prevBtn a,
#nextBtn a {
	background: #000;
	color: #fff;
	padding: 10px 30px;
	-moz-border-radius: 20px;
	text-decoration: none;
	margin: 20px 20px 0 0;
}				

/* // Easy Slider */

.thumbs img {
	margin: 0 20px 0 0;
	float: left;
	width: 140px;
}

