/*
Theme Name: Ron Culberson
Theme URI: http://ronculberson.com
Description: A custom formatted theme for <a href="http://ronculberson.com">Ron Culberson</a> from <a href="http://crushlabs.com" target="blank">Custom WordPress Themes</a>
Author: CrushLabs
Author URI: http://crushlabs.com
Version: 1.0
Tags: black, blue, white, one-column, fixed-width, sticky-post
*/

@import url(http://fonts.googleapis.com/css?family=Questrial);
/*=== RESET ===*/
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;background:#FFF;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
html { font-size:100.01%; }
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {font-size: 75%;color: #555;background: #fff;font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;-webkit-font-smoothing: subpixel-antialiased;}
/*=== HEADING ===*/
h1,h2,h3,h4,h5,h6 {font-family: Questrial, sans-serif;}
h1 { font-size: 3em; }
h2 { font-size: 2em; color: #E45926; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; color: #990000;}
h4 { font-size: 1.2em; line-height: 1.35; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img,h4 img, h5 img, h6 img {margin: 0;}
/*=== TEXT ===*/
p           { margin: 0 0 1.5em; }
.left  			{ float: left !important; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }
a:focus,a:hover     { color: #990000; }
a           { color: #E45926; text-decoration: none; }
blockquote  { padding: 20px 20px 10px;margin: 1.5em; color: #999; font-style: italic;  }
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }
abbr,acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }
pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
hr {background: #ddd;color: #ddd;clear: both;float: none;width: 100%;height: 1px;margin: 1.420em 0;border: none;}
hr.space {background: #fff;color: #fff;visibility: hidden;}
/*=== LISTS ===*/
li ul,li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
/*=== TABLES (if used) ===*/
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tbody tr:nth-child(even) td, tbody tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
/*=== MISC ===*/
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
/*=== FORMS ===*/
label       { font-weight: bold; }
fieldset    { padding:0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; }
fieldset, #IE8#HACK { padding-top:1.4em; } 
legend, #IE8#HACK { margin-top:0; margin-bottom:0; }
input[type=text], input[type=password],
input.text, input.title,
textarea {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus {border-color:#666;}
select { background-color:#fff; border-width:1px; border-style:solid; }
input[type=text], input[type=password],
input.text, input.title,
textarea, select {margin:0.5em 0;}
input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

.fl {float:left;}
.fr {float:right;}

.clearfix:after {content: "\0020";display: block;height: 0;clear: both;visibility: hidden;overflow:hidden;}
.clearfix {display: block;}
* html .clearfix {height: 1%;}
.clear { clear:both; }

/*=== LAYOUT ===*/
#wrapper {width: 800px; margin: 0px auto; padding: 0px;}
#header {width: 800px;height: 100px; margin: 10px 0px 5px; padding: 0px;overflow:hidden;}
#header #branding {width: 800px;}
#header #title {font-family: 'Questrial';font-size: 40px; font-weight:normal;margin:30px 0px 0px;padding:0px 0px 0px 5px;line-height:34px;}
#header #title span {font-size: 23px; font-weight:normal; margin: 0px 0px 0px; padding: 0px;line-height:30px;}
#header #title span sup {font-size:12px;}
#content {width:560px; min-height:1068px;float:right; margin: 0px; padding: 20px; background: #FAFAFA; border: 1px solid #CCC;}
#sidebar {width:180px;float:left; margin: 0px; padding: 0px;}
#outside {background: #FAFAFA; color: #999; margin: 10px 0px 0px; padding: 10px 0px;}
#footer {width:800px; margin: 0px auto; padding: 10px 0px 0px;font-size:10px;text-shadow: 0px 1px 1px #FFF;}
#footer a {color: #999; text-decoration:none;}

/*=== NAVIGATION ===*/
#nav ul#menu-main li {list-style-type:none;display: inline-block;}
#nav ul#menu-main li a{display:inline-block;}
#nav {
	text-transform:uppercase;
	background: #E45926; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#E45926, #990000);
	background: -o-linear-gradient(#E45926, #990000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E45926), to(#990000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#E45926, #990000);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#nav ul {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding:0px;
}
#nav li {
	float: left;
	position: relative;
}
#nav a {
	color: #FFF;
	display: block;
	line-height: 3.333em;
	padding: 0.2em 1.2125em;
	text-decoration: none;
}
#nav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.633em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	background: #E45926;
	border-bottom: 1px solid #ddd;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#nav li:hover > a,
#nav ul ul :hover > a,
#nav a:focus {
	background: #990000;
}
#nav li:hover > a,
#nav a:focus {
	background: #990000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#990000, #E45926);
	background: -o-linear-gradient(#990000, #E45926);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000), to(#E45926)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#990000, #E45926);
	color: #FFF;
}
#nav ul li:hover > ul {
	display: block;
}
#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
	background: #444;
}
#sidebar ul#menu-main.menu {font-size: 16px; font-weight:bold;margin: 0px; padding: 0px;}
#sidebar ul#menu-main.menu li a, ul#menu-main.menu li.current-menu-item ul.sub-menu li a {display:block; background-color: #FFF; color: #444; padding: 3px 10px;}
#sidebar ul#menu-main.menu li a:hover, ul#menu-main.menu li.current-menu-item a {display:block; background-color: #E45926; color: #FFF; padding: 3px 10px;}
#sidebar ul#menu-main.menu li.current-menu-item a:hover {background-color: #990000;}

/*=== CONTENT ===*/
.post h2 {font-weight:bold; margin: 0px; padding: 0px;}
.post h1, .post h2 {font-size: 2em;line-height:1.1em;font-weight: bold; margin: 0px; padding: 0px;text-shadow: 0px -1px 1px #FFF;}
.post .date {margin: 0px 0px 10px; padding: 0px; font-style:italic;}
.page h1, .blog .entry-title .title, .archive .entry-title .title {font-size: 3em; text-shadow: 0px -1px 1px #FFF;background: url(images/border.png) repeat-x left center}
.page h1 span, .blog .entry-title .title span, .archive .entry-title .title span{padding-right: 15px;background-color: #FAFAFA;}
.home h1, .home h1 span {font-size: 30px;line-height:20px;background: none !important; background-color: none !important;}
.entry-content a {text-decoration:underline;}
.home .page .entry-title .title h1 {color: #e45926;}
.home .page .entry-content {margin-top: 10px;}

/*=== WIDGETS ===*/
.widget  {margin: 0px; padding: 0px;}
.widget h4 {margin-bottom: 0px; font-weight:bold;}
.widget p {margin-bottom: 1em;}
.widget ul {clear: both;list-style-type: none;padding: 0px;}
.widget ul li {margin: 0px;padding: 3px 0px;}
.widget ul ul  {padding: 0 0 0 10px; border-top: none;}
.widget a {}
.widget a:hover {}
.widget .textwidget {font-size:13px;}
.widget .textwidget p {line-height: 20px;}
.widget img.icon {padding: 0px 2px;text-align:center;}
#text-3 {border: 2px solid #AAA; margin: 10px 0px; padding: 10px 10px 20px;}
.widget.widget_recent_entries {margin: 10px 0px; padding: 10px 10px 20px;}
img.book {border: 1px solid #CCC; background: #FAFAFA;}
/*=== COMMENTS ===*/
#comments-title {color: #666;font-size: 10px;line-height: 2.6em;padding: 0 0 2.6em;text-transform: uppercase;}
.nopassword,
.nocomments {color: #aaa;font-size: 24px;font-weight: 100;margin: 26px 0;text-align: center;}
.commentlist {list-style: none;margin: 0px 0px 0px 80px;width: 68.9%;}
#content .commentlist {width: 80%; /* reset the width for the one-column and sidebar page layout */}
.commentlist > li.comment {background: #f6f6f6;border: 1px solid #ddd;-moz-border-radius: 3px;border-radius: 3px;margin: 0 0 1.625em;padding: 1.625em;position: relative;}
.commentlist .pingback {margin: 0 0 1.625em;padding: 0 1.625em;}
.commentlist .children {list-style: none;margin: 0;}
.commentlist .children li.comment {background: #fff;border-left: 1px solid #ddd;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;margin: 1.625em 0 0;padding: 1.625em;position: relative;}
.commentlist .children li.comment .fn {display: block;}
.comment-meta .fn {font-style: normal;}
.comment-meta {color: #666;font-size: 12px;line-height: 2.2em;}
.commentlist .children li.comment .comment-meta {line-height: 1.625em;margin-left: 50px;}
.commentlist .children li.comment .comment-content {margin: 1.625em 0 0;}
.comment-meta a {font-weight: bold;}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {}
.commentlist .avatar {-moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 2px #ccc;-moz-box-shadow: 0 1px 2px #ccc;box-shadow: 0 1px 2px #ccc;left: -80px;padding: 0;position: absolute;top: 0;}
.commentlist > li:before {content: url(images/comment-arrow.png);left: -21px;position: absolute;}
.commentlist > li.pingback:before {content: '';}
.commentlist .children .avatar {background: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;left: 2.2em;padding: 0;top: 2.2em;}
a.comment-reply-link {background: #eee;-moz-border-radius: 3px;border-radius: 3px;color: #666;display: inline-block;font-size: 12px;padding: 0 8px;text-decoration: none;}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {background: #888;color: #fff;}
a.comment-reply-link > span {display: inline-block;position: relative;top: -1px;}

/* Post author highlighting */
.commentlist > li.bypostauthor {background: #ddd;border-color: #d3d3d3;}
.commentlist > li.bypostauthor .comment-meta {color: #575757;}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {}
.commentlist > li.bypostauthor:before {content: url(images/comment-arrow-bypostauthor.png);}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {background: #ddd;border-color: #d3d3d3;}

/* Comment Form */
#respond {margin: 0 auto 1.625em;padding: 1.625em;position: relative;width: 90%;}
#respond input[type="text"],
#respond textarea {background: #fff;border: 4px solid #eee;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);position: relative;padding: 10px;text-indent: 80px;}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {position: relative;}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {background: #eee;-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);box-shadow: 1px 2px 2px rgba(204,204,204,0.8);color: #555;display: inline-block;font-size: 13px;left: 4px;min-width: 60px;padding: 4px 10px;position: relative;top: 40px;z-index: 1;}
#respond input[type="text"]:focus,
#respond textarea:focus {text-indent: 0;z-index: 1;}
#respond textarea {resize: vertical;width: 95%;}
#respond .comment-form-author .required,
#respond .comment-form-email .required {color: #bd3500;font-size: 22px;font-weight: bold;left: 75%;position: absolute;top: 45px;z-index: 1;}
#respond .comment-notes,
#respond .logged-in-as {font-size: 13px;}
#respond p {margin: 10px 0;}
#respond .form-submit {float: right;margin: -20px 0 10px;}
#respond input#submit {background: #222;border: none;-moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);box-shadow: 0px 1px 2px rgba(0,0,0,0.3);color: #eee;cursor: pointer;font-size: 15px;margin: 20px 0;padding: 5px 42px 5px 22px;position: relative;left: 30px;text-shadow: 0 -1px 0 rgba(0,0,0,0.3);}
#respond input#submit:active {background: #1982d1;color: #bfddf3;}
#respond #cancel-comment-reply-link {color: #666;margin-left: 10px;text-decoration: none;}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {text-decoration: underline;}
.commentlist #respond {margin: 1.625em 0 0;width: auto;}
#reply-title {color: #373737;font-size: 24px;font-weight: bold;line-height: 30px;}
#cancel-comment-reply-link {color: #888;display: block;font-size: 10px;font-weight: normal;line-height: 2.2em;letter-spacing: 0.05em;position: absolute;right: 1.625em;text-decoration: none;text-transform: uppercase;top: 1.1em;}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {color: #ff4b33;}
#respond label {line-height: 2.2em;}
#respond input[type=text] {display: block;height: 24px;width: 75%;}
#respond p {font-size: 12px;}
p.comment-form-comment {margin: 0;}
.form-allowed-tags {display: none;}

/*=== BUTTONS ===*/
.btn, a.btn, input.login, input#submit, input#searchsubmit  {background: #10A0C5 url(images/btn.png) repeat-x;display: inline-block;padding: 2px 8px;color: #fff; text-decoration: none;border-radius:3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-moz-box-shadow: 0 1px 3px #DDD;box-shadow: 0px 1px 3px #DDD;-webkit-box-shadow: 0 1px 3px #DDD;text-shadow: 0 -1px 1px #AAA;border-style: none;border-bottom: 1px solid #DDD;position: relative;cursor: pointer;text-transform: uppercase;font-size:12px;margin: 10px 0px;text-align:center;}
.btn:hover, a.btn:hover, input.login:hover, input#submit:hover, input#searchsubmit:hover {color: #FFF; background-color: #0080d1;}
.btn.gray {background-color:#999;}
.btn.gray:hover {background-color:#333;}
.btn.red {background-color:#c00056;}
.btn.red:hover {background-color:#ca3877;}
.btn.small {font-size:10px; padding:1px 5px;}
.btn.center {margin: 10px auto;}
.btn.large {font-size:18px; padding:3px 20px;}
input#searchsubmit {margin: 0px;}

input, .textfield,.password, textarea,#s, #comment,input[type=text], input[type=password], input[type=email]
{
    padding: 6px;
    color: #555;
    background: #FBFBFB;
    border-color: #ccc #DADADA #E4E4E4;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: normal 12px Arial, Helvetica, sans-serif;
}

input:focus, .password:focus,textarea:focus,#s:focus,#comment:focus
{
    border-color: #333;
    outline: none;
}

.textarea,
#comment
{
    width: 97%; height: 120px
}

.textfield_label
{
    font-size: 11px;
}

span.required {
    color:red;
    font-size:10px;
}

#submit,
.styled_button,
.button_link,
#searchsubmit,
.post_more_link,
.tabs_button a.current
{
    display: inline-block;
    margin: 1px 10px 10px 0;
    color: white;
    font-size: 11px; font-weight: bold;
    text-decoration: none !important;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #151515;
    cursor: pointer;
}

.post_more_link:hover
{
    color: #fff;
    text-decoration: none
}

.button_link:hover
{
    color: #fff!important
}

#searchsubmit
{
    margin: 1px; padding: 7px 14px 6px
}

.contact_form_submit {
    padding:7px 15px;
    line-height:11px;
}

.small_button,
.post_more_link,
#submit
{
    padding: 7px 15px;
    line-height: 11px;
}

.medium_button
{
    margin-right: 10px;
	height:30px;
	line-height:30px;
	padding:0 20px;
	font-size:14px;
	font-weight:normal;
}

.large_button
{
    height: 58px;
    margin-right: 10px;
    padding: 0 35px;
    font-size: 18px; font-weight: normal;
    line-height: 56px;
}
#optin {font-weight:bold;float:right;text-transform:uppercase;color: #E45926; font-size:16px;line-height:16px;width:800px;text-align:center;margin:0px 0px 10px;padding:0px;}
#optin input[type=text] {margin-left:5px;width:100px;}
#optin input[type=email]{margin-left:5px;width:150px;}
#optin .btn {font-size: 14px!important;
line-height: 16px!important;
height: auto!important;
-webkit-border-radius: 3px;
border-radius: 3px;
margin: 0px 0px 0px 5px;
padding: 6px 8px 5px;
vertical-align: middle;
color: #FFF;
text-align: center;
text-decoration: none;
border: 1px solid #888;
-webkit-transition: none;
-moz-transition: none;
cursor: pointer;
outline: 0;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	background: #E45926; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#E45926, #990000);
	background: -o-linear-gradient(#E45926, #990000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E45926), to(#990000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#E45926, #990000);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
/*=== IMAGES ===*/

#content img {margin: 0;}
#content .attachment img {}
#content .alignleft,#content img.alignleft {display: inline;float: left;margin-right: 24px;margin-top: 4px;}
#content .alignright,#content img.alignright {display: inline;float: right;margin-left: 24px;margin-top: 4px;}
#content .aligncenter,#content img.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
#content img.alignleft,#content img.alignright,#content img.aligncenter {margin-bottom: 12px;}
#content .wp-caption {background: #f1f1f1;line-height: 18px;margin-bottom: 20px;padding: 4px;text-align: center;}
#content .wp-caption img {margin: 5px 5px 0;}
#content .wp-caption p.wp-caption-text {color: #888;font-size: 12px;margin: 5px;}
#content .wp-smiley {margin: 0;}
#content .gallery {margin: 0 auto 18px;}
#content .gallery .gallery-item {float: left;margin-top: 0;text-align: center;width: 33%;}
#content .gallery .gallery-caption {color: #888;font-size: 12px;margin: 0 0 12px;}
#content .gallery dl {margin: 0;}
#content .gallery img {border: 2px solid #f1f1f1;}
#content .gallery br+br {display: none;}
#content .attachment img { /* single attachment images should be centered */display: block;margin: 0 auto;}

/*=== NAVIGATION AND PAGING ===*/
.wp-pagenavi {clear: both;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 3px 5px;margin: 2px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;}
.wp-pagenavi span.current {font-weight: bold;}
.navigation {color: #888;font-size: 12px;line-height: 18px;overflow: hidden;}
.navigation a:link,.navigation a:visited {color: #888;text-decoration: none;}
.navigation a:active,.navigation a:hover {color: #ff4b33;}
.nav-previous {float: left;width: 50%;}
.nav-next {float: right;text-align: right;width: 50%;}
#nav-above {margin: 0 0 18px 0;}
#nav-above {display: none;}
.paged #nav-above,.single #nav-above {display: block;}
#nav-below {margin: -18px 0 0 0;}

.ltw_tes_item {
	padding:0px 0px 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 100%;
}
.ltw_tes_image_cont {
	float: left;
	height: 88px;
	margin: 4px 20px 0 5px;

	width: 88px;
}
.ltw_tes_image_cont img {
	border: 2px solid #CCCCCC;
}
.ltw_tes_content_cont {
	float: left;
	width: 520px;
	padding:0px 0px 20px;
    border-bottom: 2px solid #CCC;
}
.ltw_tes_content_cont p {
	margin-bottom: 0;
}
.ltw_tes_testimonial {
	color: #555555;
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 12px;
}
.ltw_tes_client_name {
	font-weight: bold;
	margin-top: 10px;
}
.ltw_tes_client_company {
	margin: 0;
	color: #00AEEF;
	font-size: 12px;
}
/*=== MEDIA===*/
@media only screen and (max-device-width: 480px) {      
        body { -webkit-text-size-adjust:100% }               
}