/*
Theme Name: LK Marketing
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #363636;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0 0 0 0;
}

body {
	background: url(img/bg-body.gif) repeat-x 0 0;
	padding-bottom: 40px;
}

p {
	line-height: 18px;
	padding: 5px 0;
}

h1, h2, h3, h4, h5 {
	padding: 5px 0;
}

h1 {
	font-size: 23px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

.hidden {
	display: none;
}

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

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

#wrap {
	width: 956px;
	padding-top: 50px;
	margin: 0 auto;
}

/* Top */

#top {
	width: 956px;
}

#top .c1 {
	width: 100%;
	height: 110px;
	background: url(img/bg-top.jpg);
}

#top .c1 #title {
	width: 400px;
	float: left;
}

#top .c1 #title  a {
	width: 320px;
	height: 106px;
	display: block;
	margin: 1px 0 0 55px;
}

#top .c1 #phone {
	width: 220px;
	float: right;
}

#top .c1 #phone p {
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	color: #CBCBCB;
	font-style: italic;
	padding: 25px 0 0 0;
}

#top .c2 {
	width: 100%;
	height: 43px;
	background: url(img/bg-menu.gif);
	position: relative;
}

#top .c2 a {
	color: #525759;
	text-transform: uppercase;
	font-weight: bold;
}

#top .c2 ul {
	padding: 0 0 0 200px;
}

#top .c2 li {
	display: inline;
}

#top .c2 li a {
	display: block;
	float: left;
	line-height: 43px;
	padding: 0 15px;
	background: url(img/spacer-menu.gif) no-repeat 0 0;
}

#top .c2 li.current_page_item a, #top .c2 li a:hover {
	background: url(img/bg-menu-hover.gif) repeat-x;
	text-decoration: none;
}

#top .c2 li.current_page_item a {
	text-decoration: underline !important;
}

#top .c2 a.img {
	position: absolute;
	right: 35px;
	top: 7px;
}

/* Middle */

#middle {
	width: 911px;
	padding-left: 45px;
	background: #fff;
}

/* Content */

#content {
	width: 900px;
}

#content h2, #content h2 a {
	font-size:18px;
	color:#7D7F82;
	letter-spacing: -1px;
}

#content img.r {
	display: block;
	float: right;
}

#content .c1 {
	width: 500px;
	min-height: 380px;
	padding: 15px 400px 0 0;
	position: relative;
}

#content .home {
	background: url(img/img-photo1.jpg) no-repeat right top;
}

#content .c1 .iphoto {
	position: absolute;
	right: 18px;
	top: 0;
}

#content .c1 ul, #content .c1 ol {
	padding-left: 40px;
}

#content .c1 ul li {
	list-style: circle;
}

#content .c1 ol li {
	list-style: decimal;
}

#content .c2 {
	padding: 20px 0 0 0;
}

#content .c2 h2 {
	font-size:17px;
	color:#3D3D3D;
	padding-bottom: 3px;
}

#content .block {
	width: 252px;
	background: url(img/bg-block1-bottom.gif) no-repeat left bottom;
	float: left;
	margin-right: 20px;
}

#content .block img.rm {
	display: block;
	margin: 5px 0 20px 0;
	float: right;
	clear: both;
}

#content .block p {
	font-size: 11px;
	line-height: 15px;
}

#content .block .in {
	width: 212px;
	padding: 5px 20px 0 20px;
	background: url(img/bg-block1-top.gif) no-repeat left top;
}

#content .block ul {
	padding: 5px 0 5px 0;
}

#content .block li {
	background: url(img/bg-list.gif) no-repeat 0 6px;
	color: #5B5477;
	line-height: 20px;
	padding: 5px 0 5px 25px;
	font-weight: bold;
	font-size: 14px;
}

#content .extra {
	margin: 0px;
}

/* Content (blog) */

#content .post {
	margin-bottom: 20px;
}

/* Content (contact) */

.contact h2 {
	color: #000 !important;
	padding-left: 50px;
	padding-bottom: 10px;
}

.contact .c1 {
	background: url(img/img-photo2.jpg) no-repeat right 10px !important;
}

.wpcf7-form {
	padding: 20px 0 0 20px;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
	font-family: arial;
	font-size: 11px;
}

.wpcf7-form label {
	font-size: 11px;
}

.field {
	margin-bottom: 8px;
}

.field label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 18px;
	color: #5B5477;
}

.field input {
	width: 135px;
	background: #fff;
	border: #B8AF9B 1px solid;
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0;
}

.field select {
	width: 143px;
	background: #fff;
	border: #B8AF9B 1px solid;
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0;
}

.field textarea {
	width: 260px;
	height: 95px;
	background: #fff;
	border: #B8AF9B 1px solid;
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0;
}

.submit {
	text-align: right;
}

.submit input {
	margin-left: 10px;
}

/* Form */

.wpcf7-form {
	width: 390px;
	padding-right: 40px;
	padding-bottom: 15px;
	background: url(img/bg-form.gif) no-repeat bottom left;
	display: block;
}

/* Footer */

#footer {
	width: 896px;
	padding: 0 30px;
	background: url(img/bg-footer.gif) no-repeat 0 bottom;
	min-height: 45px;
	padding-top: 56px;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

#footer ul {
	width: 876px;
	padding: 7px 0 7px 25px;
	background: #5D6E92;
	text-transform: uppercase;
}

#footer li {
	display: inline;
	margin-left: 14px;
}

* html #footer {
	height: 45px;
}

/* Fix */

.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}
