/*

Theme Name: Jared MacPherson 
URI: http://www.jaredmacpherson.com

Description: A theme designed by Jared MacPherson

Author: Jared MacPherson
Author URI: http://www.jaredmacpherson.com
Tags: pink, brown, beige, illustrations



This theme was implemented by web designer Alex Carabi,
 whose website is http://www.alexcarabi.com/


------------------------------------------------------ HTML/BODY ------------------------------------------------------ */

* {  
	border: none;
	margin: 0;
	padding: 0;
}

 html, body {
     	 height: 100%;
	 border: 0;
 }

body{ 
	background: #e4e2d1 url(images/bgpatterned.png) no-repeat center top; 
        width: 100%;
        display: table; 
	font-family: helvetica, arial, verdana,"lucida sans unicode","lucida grande","trebuchet ms",tahoma,geneva;
	color: #717171;
	font-size: 14px;
	line-height: 19px;
}


/* ------------------------------------------------------ LAYOUT ------------------------------------------------------ */

#wrapper {
	margin: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

.push {
		height: 20px;
		}

#header {  
	width: 964px;
	margin:0px auto;
	line-height: 0;
	padding: 0;
}

#navigation {
	width: 939px;
	height:40px;
	margin:0px auto;
	padding-left: 24px;	
	padding-top: 0;
}

#content{
        background: url(images/bg_tiled.png) repeat-y;	
        width: 939px;
	margin:0px auto;
	overflow: hidden;
	padding-left: 24px;
	line-height: 0px;
}

#content_main {
        width: 662px;
	float: left;
	margin: 0px;
	overflow: hidden;
	background: #ffffff;
	line-height: 19px;	
        
	
}

#content_main2 {
	margin: 0px 8px 0px;
	background: #fff;
	padding: 6px;
}

.content_post {
	margin: 0px 5px 29px 5px;
	
	padding: 29px;
	border-bottom: 2px solid #D3D3D3;
        overflow: hidden;
}

.content_port {
	margin: 0px 5px 29px 5px;
        padding-left: 29px;
        overflow: hidden;
}


.desc {
	margin: 5px;
	}

.about_item {
	margin-bottom: 15px;
	}

.portfolio_item_left {
	float: left;
	margin: 6px 0px 7px;
	}
	
.portfolio_item_right {
	float: right;
	margin: 6px 0px 7px;
	}
	
.contact_item {
	margin: 0px 30px;
	}

#content_navigation {
	margin: 50px 5px 5px;
	padding: 10px 29px;
	bottom: 70px;
	left: 5px;
	width: 300px;
}

.content_navigation_right {
	margin-left: 10px;
}

#content_nav_buttons_prev {
	background: #463931;
	float: left;
	padding: 3px 10px;
	color: #fff;
	}
	
#content_nav_buttons_next {
	background: #7da893;
	float: right;
	padding: 3px 10px;
	color: #fff;
	}
	
	
#content_nav_img_prev {
	padding-right: 10px;
	}
	
#content_nav_img_next {
	padding-left: 10px;
	}
	
#content_nav_img_up {
	padding-right: 10px;
	}

#content_nav_buttons_prev a:hover {
	color: #fff;
	}

#content_nav_buttons_next a:hover {
	color: #fff;
	}

#content_nav_buttons_up a:hover {
	color: #fff;
	}

.continuereading {
	padding-top: 4px;
	}
	

.moretext {
   font-family: Helvetica, Arial;
   color:#ffffff;
   font-weight: bold;
   width: 150px; 
   
   padding: 4px 10px; 
   background:#ed922a;
   margin-bottom: 10px;
}


.datecommentbox {
	background: #ffffff url(images/datecommentboxbg.jpg) repeat-x;
	border: 1px solid #ececeb;
	padding: 4px 10px;
	overflow: hidden;
	margin-bottom: 10px;
        font-family: Helvetica, Arial verdana,"lucida sans unicode","lucida grande","trebuchet ms",tahoma,geneva;
	color: #888888;
	font-size: 12px;

}

.datebox {
	float: left;
}

.commentbox {
	float: right;
}
	
#content_sidebar {
	float: right;
	width: 257px;
        margin-top: 2px;
	text-align: justify;
	background: #ffffff;
	line-height: 19px;
	padding: 10px;
        
	
}

.breakline {
	clear: both;
}

#categories {
	background: #fff;
	border: 1px solid #D3D3D3;
	margin: 5px 0px 20px;
}

#categories li {
	list-style-type: none;
	border-bottom: 1px solid #D3D3D3;
	padding: 5px 20px 5px;
	margin: 0px 25px;
}

.category {
	border-bottom: 1px solid #D3D3D3;
	padding: 5px 20px 5px;
	margin: 0px 25px;
}

#footer {
	clear: both;
	height:40px;
	border-top: 2px solid #fff;
	padding: 20px 17px 20px 45px;
        background: #463931 url(images/bg_footer.png) repeat;
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
}

#content_nav_buttons_up a{
	background: #7aa790;
	float: left;
	margin-left: 10px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	}
	
#footercontent {
	float: right;
	padding-top: 10px;
	}
	
.alignnone size-full wp-image-10 {
		border: 2px solid #7da893;
	margin-bottom: 5px;
	}

input, textarea {
	background: transparent;
	border: 1px solid #D3D3D3;
}

.submit {
	background: #7da893;
	padding: 3px 10px;
	color: #fff;
	}

/* ------------------------------------------------------ TEXT, PICS & LINKS ------------------------------------------------------ */


@font-face {
font-family: 'FontinSans';
src: url('images/Fontin_Sans_R_45b.otf');
src: local('FontinSans'), local('FontinSans'),
url('images/Fontin_Sans_R_45b.otf') format('opentype');
}

@font-face {
font-family: FontinSans;
font-weight: regular;
src: url("images/Fontin_Sans_R_45b.otf") format("opentype");
}





p {
	margin-bottom: 15px;
	}

.imgcont {
	margin-right: 5px;
	vertical-align: bottom;
	}

a {
	color: #ed922a;
	text-decoration: none;
}

a:hover{
	color: #76c4b4;
	text-decoration: underline;
}

#navigation a {
	border: 0px;
}

.datecommentbox a {
	color: #ed922a;
	text-decoration: underline;
}

.datecommentbox a:hover{
	color: #76c4b4;
	text-decoration: underline;

}

.adleft {
	float: left;
	border: 0;
	margin-bottom: 5px;
}

.adright {
	float: right;
	border: 0;
	margin-bottom: 5px;
}

.bigicon {
	margin-top: 5px
}

.postimage {
	border: 2px solid #7da792;
	margin-bottom: 5px;
}

.commentimagelink{
	padding-right: 5px;
	}

h1 {
	font-size:32px;
	font-family: Helvetica, Arial, FontinSans, georgia,"lucida sans unicode","lucida grande",tahoma, geneva, arial;
	color:#94b24f;
	margin-bottom:11px;
	padding: 10px 0px 5px 0px;	
	font-weight: bold;
	line-height: 37px;
}

h1 a {
	color:#94b24f;
	}
	
h1 a:hover{
	color: #ed922a;
}

h2 {
	font-size:22px;
	font-family: Helvetica, Arial, FontinSans, georgia,"lucida sans unicode","lucida grande",tahoma, geneva, arial;
	color:#463931;
	margin-bottom:11px;
	padding: 10px 0px 5px 0px;	
	font-weight: bold;
	line-height: 30px;
}

h2 a {
	color:#463931;
	}
	
h2 a:hover{
	color: #76c4b4;
}

h3 {
	font-size:18px;
	font-family: Helvetica, Arial, FontinSans, georgia,"lucida sans unicode","lucida grande",tahoma, geneva, arial;
	color:#7e7d7d;
	margin-bottom:11px;
	padding: 10px 0px 5px 0px;	
	font-weight: bold;
	line-height: 20px;
}

h3 a {
	color:#7e7d7d;
	}
	
h3 a:hover{
	color: #76c4b4;
	text-decoration: underline;
}




.contactlevel {
	padding-bottom: 3px;
}

.commentline {
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 10px;
	}
	
#comment {
	border: 1px solid #D3D3D3;
	}
	
#submit {
		background:#7da893;
		color: #fff;
		padding: 3px;
		}

#content_navigation a {
	color: #ed922a;
}



/* ------------------------------------------------------ NAVIGATION ------------------------------------------------------ */
	
#nav
	{
		font-size:14px;
		width:919px;
		margin:0 auto;
		color:#fff;
		height:40px;
		padding-top: 8px;
		
		padding-left: 20px;
		background: #3e2146;
		border-bottom: 2px solid #4c867a;
		font-family: "verdana"; 
	}		
	
#nav li
	{
		float:left;
		display:block;
	}	
	
#nav li a
	{
		padding:4px 15px 0 15px;	
		height:20px;
		color:#fff;
		text-decoration:none;
		display:block;
		float:left;
		outline:none;
	}	
	
#nav li a:hover
	{
		background:#463931;
		color: #fff;
	}	
	
.on
	{
		background:#94b24f;
		color: #fff;
	}	
	
