/* @override http://www.abbelyle.com/wordpress/wp-content/themes/abbe/style.css */

/*
Theme Name: Abbe
Theme URI: http://abbelyle.com/
Description: Abbe wordpress theme
Author: Ryan Chase
Author URI: http://therushisloud.com/
*/


body{
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	color: #333;
	background: #232122;
	text-align: center;
	line-height: 1.5;
}

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

a:hover{
	text-decoration: underline;
}

#page{
	width: 850px;
	margin: 0 auto;
	margin-top:80px;
	text-align: left;
	
}

#content{
	margin: 0;
	background-color: #f1f0c1;
	clear:left;
}

#wrapper{
	border:0;
	padding:0;
	margin:0;
	border-bottom:1px solid #f1f0c1;
	background-color: #f1f0c1;

}


/*==========================
  Header
==========================*/
#header{
	text-align: right;
}

#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#nav li{
	display: inline;
	margin-left: 10px;
}

.borderTop{
	height:50px;
	width:850px;
	background:url(images/border-top.jpg);
	margin: 0;
}

/*==========================
  Content
==========================*/
.logo{
	width: 375px;
	height: 265px;
	background:  url(images/logo.png);
}

.abbeImage {
	width: 100%;
	text-align:center;
	margin-top: 20px;
}

/*==========================
  Home
==========================*/
#homeRight, #aboutRight, #contentRight{
	width: 375px;
	float: left;
}

#homeRight .post{
	padding: 0 50px 0 30px;
}

#homeLeft{
	width: 475px;
	float: left;
	background-image: url(images/home-left.png);
	height:554px;
}

#aboutLeft{
	width: 445px;
	float: left;
    padding:160px 0 0 30px;
}

#aboutRight .post, #contentRight .post {
	padding: 0 50px 0 30px;
}

#contentLeft{
	width: 425px;
	float: left;
	margin-left: 10px;
	padding: 0 20px 10px 20px;
}

.homePic{
	background-color: #000;
	width: 400px;
	wheight:267px;
	margin: 120px 0 0 30px;
	padding:10px;
}

.homePic .slideShow{
	padding: 0;
	margin: 0;
}

/*==========================
  Blog
==========================*/
#sidebar{
	padding: 0 0 20px 90px;
}

#sidebar h2{
	margin-bottom:0;
}

#sidebar ul, #sidebar2 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar2{
	width: 210px;
	margin: 0 auto;
}

#sidebar2 .ngg-widget a {
	margin-bottom: 10px;
}

.post h2{
	margin-bottom:0
}

#respond{
	border-top: 1px solid #cac6a4;
}

#respond #comment{
	width: 400px;
	border: 1px solid #cac6a4;
}

ol.commentlist{
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist img.avatar{
	display: none;
}

#respond input{
	border: 1px solid #cac6a4;
}

#submit{
	border: 1px solid #cac6a4;
	background-color: #c81b32;
	color: #fff;
	padding: 6px;
}

.entry{
}

p.postmetadata{
	background-color: #d5d2b5;
	padding: 5px;
	font-size: 11px;
}

/*==========================
  Contact
==========================*/
.wpcf7-form p{
	width: 310px;
}

.wpcf7-form input, .wpcf7-form textarea{
	border: 1px solid #cac6a4;
	
}

.wpcf7-form textarea{
	width: 285px;
}

.wpcf7-response-output{
	width: 285px;
	padding: 0;
}

.contctSubmit{
		border:0;
	background-color: #c81b32;
	color: #fff;
	padding: 6px 10px;

}

/*==========================
  Footer
==========================*/
#footer{
	text-align:right;
	color: #4b4a4a;
}

.borderBottom{
		height:50px;
	width:850px;
	background:url(images/border-bottom.jpg);
	margin: 0;
}

.clearLeft{
	clear: left;;
}
