/*
Theme Name: WordPress Blades
Theme URI: http://10thstep.com/
Description: A custom theme for Blades
Version: 1.0
Author: Ward Peeters
Author URI: http://coding-tech.com
*/

/* Reset CSS
----------------------------------------------------------------------------*/
body, p, ul, li, ol, a, h1, h2, h3, input, textarea {
	margin: 0; padding: 0;
	list-style: none;
	
	color: #555657;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: inherit;
	text-decoration: none;
}

/* General CSS
----------------------------------------------------------------------------*/
body {
	background: #e0edf0;
	margin: 18px 0 0;

	font-size: 13px;
}
.clearfix {
	clear: both;
	height: 0px;
	line-height: 1px;
}
#container {
	background: #ffffff;
	width: 931px;
	margin: 0 auto; padding: 0 0 20px;
}

a.button {
	background: url(images/button.jpg) no-repeat;
	width: 83px; height: 17px;
	margin: 0 0 0 450px; padding: 5px 10px;
	display: block;
	
	color: #72999f;
	font-weight: bold;
}

/* Form CSS
----------------------------------------------------------------------------*/
form {
	margin: 12px 15px;
}
form label {
	display: block;
	line-height: 25px;
}
form input {
	background: url(images/input.jpg) no-repeat;
	width: 248px; height: 32px;
	margin: 0 0 15px; padding: 0 5px;
	border-top: 1px solid #ecf5f7; border-left: 1px solid #ecf5f7;

	font-size: 12px;
}

form textarea {
	background: url(images/textarea.jpg) no-repeat bottom;
	width: 400px; height: 150px;
	border-top: 1px solid #ecf5f7; border-left: 1px solid #ecf5f7;

	font-size: 12px;
}
form .submit {
	cursor:pointer;
	background: url(images/submit.jpg) no-repeat;
	width: 95px; height: 37px;
	
	color: #fff;
}

/* Header CSS
----------------------------------------------------------------------------*/
#header {
	background: url(images/header_back.jpg) no-repeat;
	width: inherit; height: 152px;
	overflow: hidden;
	position: relative;
}

#header #logo {
	background: url(images/logo.jpg) no-repeat;
	width: 235px; height: 108px;
	margin: 20px 0 0 46px;
	text-indent: -9999px;
}

#header #info {
	background: url(images/national.jpg) top right no-repeat;
	width: 300px;

	position: absolute;
	top: 28px; right: 27px;
}
#header #info ul li {
	height: 28px;
	margin: 0 0 11px; padding: 2px 0 0 40px;

	color: #30b5db;
	font-size: 21px;
}
#header #info ul li.phone { background: url(images/tel.jpg) no-repeat left center; }
#header #info ul li.cell { background: url(images/cell.jpg) no-repeat left center; }
#header #info ul li.mail { background: url(images/mail.jpg) no-repeat left center; }

/* Navigation CSS
----------------------------------------------------------------------------*/
#navigation {
	background: url(images/nav_back.jpg) repeat-x top;
	width: inherit; height: 67px;
	position: relative;
}
#navigation .left {
	background: url(images/nav_left.jpg) no-repeat;
	width: 13px; height: inherit;

	position: absolute;
	left: -13px;
}
#navigation .right {
	background: url(images/nav_right.jpg) no-repeat;
	width: 13px; height: inherit;

	position: absolute;
	right: -13px;
}
#navigation ul li {
	height: 48px;
	margin: 0 11px;
	float: left;
}
#navigation ul li a {
	width: inherit; height: 48px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

#navigation ul li.home { background:url(images/home.jpg) no-repeat center; width: 62px; }
#navigation ul li.about { background:url(images/about.jpg) no-repeat center; width: 85px; }
#navigation ul li.services { background:url(images/services.jpg) no-repeat center; width: 80px; }
#navigation ul li.gallery { background:url(images/gallery.jpg) no-repeat center; width: 73px; }
#navigation ul li.contact { background:url(images/contact.jpg) no-repeat center; width: 96px; }

#navigation ul li.home a:hover { background:url(images/home_over.png) no-repeat center bottom; }
#navigation ul li.about a:hover { background:url(images/about_over.png) no-repeat center bottom; }
#navigation ul li.services a:hover { background:url(images/services_over.png) no-repeat center bottom; }
#navigation ul li.gallery a:hover { background:url(images/gallery_over.png) no-repeat center bottom; }
#navigation ul li.contact a:hover { background:url(images/contact_over.png) no-repeat center bottom; }

/* Content CSS
----------------------------------------------------------------------------*/
.box {
	background: url(images/box_back.jpg) repeat-y;
	width: 865px;
	margin: 0 auto 16px;
}
.box .top, .box .foot { width: inherit; height: 11px; }
.box .top { background: url(images/box_top.jpg) no-repeat; }
.box .foot { background: url(images/box_foot.jpg) no-repeat; clear: both; }

.box img {
	background: #fff;
	margin: 8px 11px; padding: 3px;
	border: 1px solid #66c6e0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box img.alignleft { float: left; }

.box p {
	margin: 9px 13px 15px 5px;
}

/* Leftbox CSS
----------------------------------------------------------------------------*/
.leftbox {
	margin: 15px 35px;
	float: left;
}

.leftbox a.domestic, .leftbox a.commercial {
	width: 289px; height: 50px;
	margin: 0 0 14px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
.leftbox a.domestic {
	background: url(images/domestic.jpg) no-repeat;
}
.leftbox a.commercial {
	background: url(images/commercial.jpg) no-repeat;
}

.leftbox #contact {
	background: #ecf5f7;
	border: 1px solid #d3dee0;
}
.leftbox #contact h2 {
	background: url(images/contact-us.jpg) no-repeat;
	height: 35px;
	margin: 12px 15px;
	text-indent: -9999px;
}
.leftbox #contact form {
	margin: 12px 15px;
}
.leftbox #contact form div {
	width: 258px;
}
.leftbox #contact form label {
	padding: 0 0 0 10px;
	display: block;
	line-height: 25px;
}
.leftbox #contact form textarea {
	background: url(images/textarea-small.jpg) no-repeat;
	width: 251px; height: 203px;
	padding: 5px 5px;
}

/* Home CSS
----------------------------------------------------------------------------*/
.content {
	margin: 30px 0 0 360px;
}
.content h2 {
	background: url(images/h2_back.jpg) no-repeat;
	height: 20px;
	margin: 0 0 0 24px; padding: 0 0 0 30px;

	color: #178ec8;
	font-size: 14px;
}
/* Article - Home CSS
----------------------------------------------------------------------------*/
.content .article h3 {
	background: url(images/article_back.jpg) no-repeat;
	height: 21px;
	margin: 9px 0 0; padding: 12px 12px 0;

	color: #00356b;
	font-size: 18px;
}
.content .article .info, .category .info {
	background: #e9f5f7;
	margin: 15px 20px 0 0; padding: 6px 6px 0;
	position: relative;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.content .article .info .time, .content .article .info .comments, .category .info .time, .category .info .comments {
	background: url(images/time_icon.jpg) no-repeat;
	height: 15px;
	margin: 0 0 0 19px; padding: 0 0 5px 20px;
	line-height: 15px;
}
.content .article .info .comments, .category .info .comments {
	background: url(images/comment_icon.jpg) no-repeat;
	text-align: right;
	line-height: 14px;

	position: absolute;
	top: 6px; right: 10px;
}
.content .article p {
	margin: 20px 25px 0 20px; padding: 0 0 20px;
	color: #4b4b4b;
	font-size: 12px;
}
.content .article hr {
	background: url(images/hr.jpg) no-repeat;
	width: 550px; height: 13px;
	border: 0;
}

/* Clients - Home CSS
----------------------------------------------------------------------------*/
.content .clients {
	background: #ecf5f7;
	margin: 21px 20px 0 0; padding: 0 34px;
	border: 1px solid #d3dee0;
}
.content .clients h2 {
	background: url(images/clients.jpg) no-repeat;
	width: 551px; height: 34px;
	margin: 0 0 0 -34px;
	text-indent: -9999px;
}

.content .clients div {
	width: 133px;
	margin: 25px 10px 0;
	float: left;
	overflow: hidden;
}
.content .clients div img {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccdade;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.content .clients div p {
	color: #20abd7;
	font-size: 12px;
	text-align: center;
}
.content .clients .foot {
	margin: 0 0 25px;
	float: none;
	clear: both;
}

/* Page
----------------------------------------------------------------------------*/
.page {
	padding: 0 0 0 60px;
}
.page h1 {
	background: url(images/h2_back.jpg) no-repeat;
	height: 18px;
	margin: 0; padding: 2px 0 0 30px;

	color: #178ec8;
	font-size: 14px;
}
.page p {
	margin: 15px 25px 0 0;
	color: #4b4b4b;
	font-size: 14px;
}

.page ul {
	margin: 20px 115px;
}
.page ul li {
	list-style: disc;
}
.page img {
	background: #fff;
	padding: 3px;
	margin: 0 0 30px;
	border: 1px solid #ccdade;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.page img.alignright {
	margin-left: 23px;
	float: right;
	clear: right;
}

/* Category
----------------------------------------------------------------------------*/
.category h2 {
	margin: 10px 0 0;

	color: #00356b;
	font-size: 18px;
}

/* Single
----------------------------------------------------------------------------*/
.page #respond {
	margin: 20px 0 0;
}
.page #comments {
	margin: 20px 0 0;
}
.page .commentlist img { margin: 0; }
.page .commentlist li {
	margin: 10px 20px 10px 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccdade;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 931px; height: 109px;
	margin: 0 auto 20px;
}

#footer p {
	padding: 70px 0 0 50px;
	color: #1a93cb;
	font-weight: bold;
}
#footer img {
	margin: -30px 20px 0;
	float: right;
}
