/*
	Theme Name: landonp
	Theme URI: http://www.landonp.com
	Description: Landonp.com website
	Author: Landon Poburan
	Version: 1.0
	File: CSS Styles
*/

/* Reset Styles */
body {
	padding:0;
	margin:0;
	font: 13px Arial,Helvetica,Garuda,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #777777;
}

h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code { 
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}

table { 
	font-size:inherit;
	font:100%;
}

ul { 
	list-style:none;
}

img { 
	border:0;
}

p { 
	margin:1em 0;
	line-height: 1.5em;
}
/* End of Reset */


em { font-style: italic; }
strong { font-weight: bold; }

a, a:visited {
	color: #00a8ea;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

a.notice {
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 22px;
	color: #777777;
	color: #00a8ea;
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
}

h1.home {
	font-size: 22px;
	color: #a9a9a9;
	line-height: 28px;
	font-weight: normal;
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
}

.error-title {
	font-size: 22px;
	color: #CC0000;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

h2 {
	font-size: 18px;
	color: #777777;
	color: #00a8ea;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #777777;
}

h4 {
	font-size: 14px;
	color: #00a8ea;
}

h5 {
	font-size: 14px;
	color: #00a8ea;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d8d8d8;
}

#main ul {
	padding: 20px 0 20px 40px;
}

#main ul li {
	line-height: 1.5em;
	list-style-image: url(images/list_style.gif);
}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	padding: 40px 0 40px 0;
	border-bottom: 2px solid #00a8ea;
	float: left;
}

#logo {
	float: left;
}

#navigation {
	float: right;
	text-align: right;
	padding-top: 15px;
}

#navigation ul li {
	display: inline;
	padding-left: 20px;
}

#navigation ul li a, #navigation ul li a:visited {
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration: none;
	font-size: 14px;
}

#navigation ul li a:hover, #navigation ul li a:visited:hover {
	color: #00a8ea;
	text-decoration: underline;
}

#navigation ul li a.selected {
	color: #00a8ea;
}

	#navigation ul li.current_page_item a {
		color: #00a8ea;
	}

#main {
	width: 910px;
	padding: 40px 20px 40px 20px;
	clear: both;
	border-bottom: 1px dotted #d8d8d8;
}

.center {
	margin: 0 auto;
	text-align: center;
}

#promo_large {
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 20px 0;
}

#promo_small {
	width: 726px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0px 0;
}

.promo_small_box {
	width: 222px;
	float: left;
	padding: 0 10px 0 10px;
}

.clear {
	clear: both;
}

#about_section {
	width: 910px;
	padding: 20px 0 30px 0;
	border-bottom: 1px dotted #d8d8d8;
}

#services_section {
	width: 430px;
	padding: 40px 50px 0 0;
	float: left;
}

#testimonials_section {
	width: 430px;
	float: right;
	padding: 40px 0px 0 0;
}

.portfolio_item {
	width: 300px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 10px 0;
}	

	.portfolio_item.last {
		margin: 0;
	}

	.portfolio_item_img {
		width: 300px;
		border-bottom: 2px solid #00a8ea;
		margin: 0 0 10px 0;
	}
	
	.portfolio_item_desc {
		font-size: 11px;
		padding: 0 5px 0 5px;
	}

#contact_section {
	width: 910px;
	padding: 20px 0 30px 0;
	border-bottom: 1px dotted #d8d8d8;
}

#contact-form {
	width: 500px;
	float: left;
	margin-right: 10px;
}

#contact-info {
	float: left;
}

#footer {
	font-size: 11px;
	color: #999999;
	padding: 10px 0 40px 0;
}

/* ************************* */
/* BLOG STYLES */
#blog-left {
	width: 725px;
	margin-right: 10px;
	float: left;
}

	#blog-left .post {
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-bottom: 1px dotted #cccccc;
	}
	
	h2.entry-title { 
		padding: 0 0 5px 0;
	}

#blog-sidebar {
	width: 175px;
	float: right;
}

	#blog-sidebar #main ul {
		padding: 0 0 20px 0px;
	}
	
	#blog-sidebar #main ul li {
		line-height: 1.5em;
		list-style-image: url(images/list_style.gif);
	}
	
	#search-2 {
		padding: 0 0 20px 0;
	}

/* ************************* */
/* CLEARFIXs */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}