/*
Theme Name: NeatStitch
Theme URI: http://pharrout.com/
Description: Neat Stitch's default wordpress theme.
Version: 1.0
Author: PharrOut
Author URI: http://pharrout.com/
*/

* {margin: 0; padding: 0;}
/* Wrapper =============================== */
.wrapper, wrap { display: inline-block; }
.wrapper:after, .wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper, * html .wrap { height: 1%; }
.wrapper, .wrap { display: block; }


body {
	color: #444444;	
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

/* Typography ============================== */
p {
	margin: 0 0 16px 0;
}
	p.alt {
		color: #00937f;
		font-style: italic;
	}
a {
	color: #f58024;
}
	a:hover {
		color: #00937f;
		text-decoration: none;
	}
h1 {
	margin: 0 0 16px 0;
	font-size: 24px;	
	font-weight: normal;
}
	h1.center {
		text-align: center;
	}
h2 {
	color: #f58024;
	font-size: 18px;
	font-weight: normal;	
}
h3 {
	color: #00937f;
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	font-weight: bold;
}
blockquote {
	background: #eee;
	color: #777777;
	padding: 16px 16px 1px 16px;
	margin: 16px 55px 16px 55px;
}
blockquote.alt {
	background: #fff;
	color: #00937f;
	font-style: italic;
}
.home blockquote.alt {
	margin-left: 28px;
}
ul, ol {
	margin: 16px 0 16px 16px;
}
	li {
		margin-bottom: 4px;
	}
	ul ul, ol ol {
		margin: 8px 0 8px 16px;
	}
/* Typography ============================== */

#site {
	background: #fff url('images/background.png') no-repeat;
	margin: 0 auto 0 auto;
	min-height: 500px;
	width: 962px;
}
#header {
	height: 180px;	
	position: relative;
}
	#header h1 {
		background: url('images/logo.png') no-repeat;
		left: 55px;
		position: absolute;
		top: 55px;		
	}
		#header h1 a {
			display: block;
			height: 70px;
			outline: none;
			text-indent: -9999px;
			width: 221px;
		}
	#header p {
		color: #00937f;
		font-size: 20px;
		position: absolute;
		top: 40px;
		text-align: center;
		right: 55px;
		width: 220px;		
		line-height: 25px;
	}
#content {
	margin: 0 56px 0 56px;
}
.col {
	float: left;
}
	.col.first {
		width: 250px;
	}
	.col.second {
		width: 600px;
	}
	.col.single {
		float: none;
	}
	
.post h2 a {
	text-decoration: none;
}	

#footer {
	margin: 55px auto 0 auto;
	padding: 0 56px 0 56px;
	width: 962px;
}
	#footer * {
		color: #444444;
	}
	#footer .col.second, #footer .col.first {
		height: 74px;	
		padding: 15px 10px 10px 10px;	
	}
	#footer .col.second {
		background: url('images/footer-backgroundSecond.png') no-repeat;
		width: 580px;
	}
		#footer .col.second .col {
			margin: 0 30px 0 30px;
		}
			#footer.col.second .col p {
				margin-bottom: 0;
			}
	#footer .col.first {
		background: url('images/footer-backgroundFirst.png') no-repeat;
		width: 230px;
	}

/* Menu =================================== */
#menu {
	margin-left: 0;
	margin-top: 0;
}
	#menu li {
		font-size: 15px;
		list-style: none;
		margin-bottom: 16px;
	}
		#menu li a {
			padding: 3px;			
			text-decoration: none;
		}
		#menu li.current_page_item ul li a,
		#menu li.current_page_parent a {
			color: #00937f;
			background: transparent;
		}
		#menu li.current_page_item a,
		#menu li.current_page_parent li.current_page_item a,
		.category-news-and-publications #menu li.page-item-27 a,
		.home .page-item-home a {
			background-color: #00937f;
			color: #ffeee1;
		}				
		#menu li ul {
			display: none;			
			margin-top: 16px;
			margin-bottom: 16px;
		}
			#menu li ul li {
				font-size: 13px;
			}
			#menu li.current_page_item ul,
			#menu li.current_page_parent ul {
				display: block;
			}
/* Menu =================================== */

