/*
Theme Name: Smith & Lepp Attorneys
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*****************************CSS Reset - Find ****************************************/


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* unvisited link */
a:link {
    color: #b70000;
}

/* visited link */
a:visited {
    color: #810000;
}

/* mouse over link */
a:hover {
    color: #810000;
}

/* selected link */
a:active {
    color: #b70000;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

.clear{clear:both; line-height:1px; font-size:1px;}
.no_bg	{background:none !important;}
.no_bod		{border:none !important;}
/***************************** WP CSS Reset - Find ****************************************/
html 										{}
body										{color:#000; font-family:"Arial", Verdana, Tahoma; font-size:12px;margin:0px; padding:0px;}
.flt_lt										{float:left; display:inline;}
.flt_rt										{float:right; display:inline;}
/* ---------------------------------------------------------------------------------*/      


/* ----------------------- layout ----------*/
.wrapper									{margin:0 auto; width:100%; min-width:1016px;}
.main_bg									{width:100%; display:block; background:url(images/background.png) no-repeat center top; padding:13px 0 74px 0; background-size: cover;}
.container									{width:1000px; margin:0 auto;}
.header										{width:1000px; display:block; margin:0 auto; background:url(images/header_bg.png) no-repeat center top; }
.social										{display:inline-block; float:left; width:304px; background:url(images/header_shadow-1.png) no-repeat center right;}
.social ul 									{display:block; float:left; padding:74px 0 70px 58px; margin:0;}
.social ul li								{display:inline-block; float:left; padding:0 25px 0 0;}
.social ul li a								{display:block;}
/*-------------------------------------------*/

/* ------------------ HEADER HERE -------------------*/
.logo										{display:inline-block; float:left; width:391px; text-align:center; padding:16px 0 0 0;}

.contact									{display:inline-block; float:right; width:305px; background:url(images/header_shadow-2.png) no-repeat center left;}
.contact ul									{display:block; padding:51px 0 50px 81px; margin:0;}
.contact ul li									{display:block; padding:0 0 5px 0; list-style-type:none;}  
.contact ul li p							{font-family:Arial, Helvetica, sans-serif; font-size:22px; line-height:22px; color:#3a3324; text-transform:uppercase; margin:0;}
.contact ul li p span						{display:block; font-size:12px; line-height:12px; padding:0 0 2px 0;}


/* ---------------------------------------------------------*/



/* ------------------------- NAVIGATION HERE ---------------*/
.nav										{display:block; width:1000px; background:url(images/nav_bg.png) repeat-x; padding:5px 0 0 0; margin:0 auto 67px; position:relative;}
.nav ul										{display:block; float:left; margin:0;}
.nav ul li									{display:inline-block; float:left; background:url(images/nav_devider.png) no-repeat top right; padding:0 1px 0 0; position:relative;}
.nav ul li a								{font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:16px; color:#ffffff; text-transform:capitalize; padding:11px 43px 12px 42px; text-shadow:2px 2px 1px #290602; text-decoration:none; display:inline-block; }
.nav ul li a:hover, .nav ul li a.active		{display:block; background:url(images/nav_hover.png) repeat-x; color:#f4e6b4;}
.nav ul li:hover a							{background:url(images/nav_hover.png) repeat-x;}
.nav ul li ul								{display:none; position:absolute; top:38px; left:0; float:none; z-index:99999; width:100%; text-align:center; background:#811405;}
.nav ul li ul li							{display:block; float:none;}
.nav ul li ul li a							{display:block; background:none !important;}
.nav ul li ul li a:hover					{background:url(images/nav_hover.png) repeat-x !important;}
.nav ul li:hover ul							{display:block;}
/* ---------------------------------------------------------*/

/* ------------------------ MIAN CONTENT HERE --------------*/
.details_bg									{width:1000px; margin:0 auto 26px; display:block; background:url(images/red_bg.png) no-repeat center top; position:relative;}
.details									{display:block;  height:581px;}
.sec_cont									{display:block; width:1000px; margin:0 auto; min-height:446px;}
.details_left								{display:inline-block; float:left; width:450px; position:relative; padding:13px 0 0 0;}
.details_left h6							{font-family:Arial, Helvetica, sans-serif; font-size:20px; line-height:20px; color:#ffffff; text-transform:capitalize; font-style:italic; font-weight:normal; text-align:center;}
.lady_1										{display:block; position:absolute; top:46px; left:38px; z-index:9;}
.lady_2										{display:block; position:absolute; top:57px; right:32px;}

.details_right								{display:inline-block; float:right; width:544px; padding:58px 0 0 0; position:relative; z-index:9999;}
.details_right ul							{display:block; margin:0; }
.details_right ul li						{display:inline-block; float:left; background:url(images/trns_bg.png) no-repeat top left; padding:0 0 0 0; width:249px;}
.details_right ul li:nth-child(even)			{width:292px;}
details_right ul li:nth-child(4)			{width:282px;}
.details_right ul li .family				{display:block; padding:13px 0 13px 44px;}
.details_right ul li .family h2				{font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:16px; color:#e9e3d7; display:block; font-weight:normal; text-transform:capitalize; padding:0 0 2px 0px;}
.details_right ul li .family p				{font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#e9e3d7;  display:block; margin:0;}
.details_right ul li .family a				{font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:15px; color:#cea472;   text-transform:capitalize; padding:0 0 0 1px; text-decoration:underline;}
.details_right ul li .family a:hover		{text-decoration:none;}
.icon_1										{background:url(images/family_icon.png) no-repeat 6px 5px; display:inline-block;}
.icon_2										{background:url(images/injury_icon.png) no-repeat 11px 7px; display:inline-block; padding:11px 0 15px 50px !important;}
.icon_3										{background:url(images/security_icon.png) no-repeat 4px 5px; display:inline-block;}
.icon_4										{background:url(images/workers_icon.png) no-repeat 7px 3px; display:inline-block; padding:13px 0 13px 54px !important}
.icon_5										{background:url(images/wills_icon.png) no-repeat 1px 5px; display:inline-block;}
.details_right ul li .family span			{display:block;}
.details_cont								{display:block; background:url(images/red_bg_down1.png) no-repeat center bottom; position: absolute; left:-8px; bottom:-8px; min-height:345px; width:1016px; z-index:999;}
.details_cont ul							{display:block; float:left; padding:196px 0 0 46px; margin:0; width:100%;}
.details_cont ul li							{display:inline-block; float:left; width:267px; padding:0 62px 0 0;}
.details_cont ul li h2						{font-family:Arial, Helvetica, sans-serif; font-size:19px; line-height:19px; color:#3a3120; text-align:center; text-transform:uppercase; font-weight:normal; padding:0 0 26px 0;}
.details_cont ul li .content				{display:block; background:url(images/trns_2-bg.png) repeat; border-top:4px solid #852222; padding:27px 0 12px 0; position:relative;}
.details_cont ul li .content p				{font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:19px; color:#352e20; text-align:center; margin:0;}
.content_icon								{position:absolute; top:-23px; left:42%;}
.main_content								{width:1000px; margin:0 auto; display:block; background:url(images/red_border.png) repeat-x center top #ffffff; padding:20px 0 0 0; box-shadow:0 19px 9px -8px #45150f;}
.left_cont									{display:inline-block; float:left; width:292px; background:url(images/left_cont-bg.png) repeat-y; padding:19px 0 32px 0; box-shadow:6px 0 8px -3px #bfbfbf;}
.form_sec									{width:266px; margin:0 auto 33px; display:block; background:url(images/contact_bg.png) repeat-y; padding:2px 0 4px 0; border-right:1px solid #a9a9a8;}
.form_sec img								{display:block; margin:0 auto;}
.form_sec ul								{display:block; padding:8px 0 0 19px; margin:0;}
.form_sec ul li								{display:block; padding:0 0 9px 0;}
.form_sec ul li label						{display:block; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:13px; color:#5f4d39; text-transform:capitalize; padding:0 0 3px 0;}
.form_sec ul li input						{display:block; width:219px; border:none; background:#ffffff; border-radius:3px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; color:#8a4d61; padding:5px 5px 6px 5px; }
.message									{width:219px; border:none; background:#ffffff; border-radius:3px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; color:#8a4d61; padding:5px 5px 6px 5px; height:74px; resize:none;}
.form_sec ul li input.send					{width:230px; background:url(images/send_button.png) no-repeat center top; margin:3px 0 0 0;  font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:13px; color:#ffffff; padding:21px 0 16px 30px; text-align:left; text-transform:uppercase; cursor:pointer;}
.center_details								{width:266px; margin:0 auto; display:block; background:#ededed; padding:2px 0 2px 0; border-left:1px solid #c2c2c2; border-bottom:1px solid #ffffff;}
.center_details img							{display:block; margin:0 auto;}
.center_details ul							{display:block; padding:29px 0 0 0; margin:0;}
.center_details ul li						{display:block; background:url(images/border.png) no-repeat center top; padding:13px 0 4px 0; text-align:left; min-height:13px; padding-left:15px;}
.center_details ul li a						{font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:13px; color:#3e3930; text-transform:uppercase; text-decoration:none;}
.right_cont									{display:inline-block; float:right; width:686px; background:url(images/right_cont_bg.png) repeat-y top right; padding:24px 0 118px 0;}
.right_cont_in								{display:block; padding:0 30px 0 0;}
.right_cont_in h2							{font-family:Arial, Helvetica, sans-serif; font-size:28px; line-height:32px; color:#404040; font-weight:normal; padding:0 20px 17px 0;}
.right_cont_in p							{font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:16px; color:#404040; font-weight:normal; padding:0 0 16px 0; margin:0;}
.right_cont_in ul 							{display:block; padding:15px 0 28px 1px; margin:0;}
.right_cont_in ul li						{display:block; background:url(images/dot_icon.png) no-repeat 0 10px; padding:1px 0 7px 24px;}
.right_cont_in ul li h6						{font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:16px; color:#404040; font-weight:normal; padding:0 0 0 0;}
.right_cont_in h3							{font-family:Arial, Helvetica, sans-serif; font-size:24px; line-height:28px; color:#404040; font-weight:normal; padding:0 20px 1px 0;}
.right_cont_in span							{display:block; height:27px;}
.right_cont_in h6							{font-family:Arial, Helvetica, sans-serif; font-size:20px; line-height:20px; color:#404040; font-weight:normal; padding:22px 20px 1px 2px;}
.right_cont_in h6 span						{font-size:18px; display:inline;}
/* ---------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/
.footer										{width:100%; margin:0; display:block; background:#231f20; box-shadow:0 1px 6px 4px #181617 inset;}
.footer_in									{width:1000px; margin:0 auto; display:block; background:url(images/footer_bg.png) no-repeat center top; padding:0 0 20px 0;}
.footer_left								{display:inline-block; float:left; width:450px; padding:29px 0 0 22px;}
.footer_left h2								{font-family:Trajan Pro; font-size:18px; line-height:20px; color:#ffffff; display:block; text-transform:capitalize; font-weight:normal; padding:0 0 28px 0; letter-spacing:-0.1px;}
.footer_left h6								{font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:20px; color:#ffffff; display:block; padding:0 0 22px 6px; font-weight:normal; text-transform:capitalize; font-weight:normal;}
.footer_left h6 span						{display:block;}
.footer_left p								{font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:15px; color:#ffffff; display:block; padding:0 0 5px 6px; text-transform:capitalize; margin:0;}


.footer_right								{display:inline-block; float:right; width:513px; padding:40px 0 0 0;}
.footer_right h3							{font-family:Trajan Pro; font-size:31px; line-height:40px; color:#ffffff; font-weight:normal; text-align:left; font-style:italic; padding:0 55px 0 0;}
.footer_right h3 span						{text-align:right; display:block;}
.footer_right ul							{display:block; float:right; padding:38px 45px 0 0; margin:0;}
.footer_right ul li							{display:inline-block; float:left; padding:0 0 0 24px;}
.footer_right ul li a						{display:inline-block;}
.copy										{width:100%; display:block; margin:0; background:url(images/copy_bg.png) repeat-x #0e0c0d;}
.copy_in									{width:961px; display:block; margin:0 auto; padding:24px 0 33px 0;}
.copy_in p									{font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:15px; color:#d5d5d5; text-transform:capitalize; padding:0 0 23px 2px; margin:0;}
.copy_in h6									{font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:15px; color:#d5d5d5; text-transform:capitalize; font-weight:normal; display:inline-block; float:left; padding:0 20px 0 0;}
.copy_in ul									{display:inline-block; float:left; margin:0;}
.copy_in ul li 								{display:inline-block; float:left; padding:0 5px 0 0; margin:0 5px 0 0; border-right:1px solid #ffffff; }
.copy_in ul li a							{font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:15px; color:#d5d5d5; text-transform:capitalize; text-decoration:none; }
.copy_in ul li a:hover						{text-decoration:underline;}

/* ---------------------------------------------------------*/

/********Wordpress*********/
.nav ul li.current-menu-item a {
	 background: url(images/nav_hover.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #f4e6b4;
    display: block;
}

.add_pages h2 {
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 20px 17px 0;
}
.add_pages p {
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 0 0 16px;
}
.add_pages .entry-title a {
    text-decoration: none;
	color: #404040;
}
.add_pages .entry .more-link {
    display: none;
}
.add_pages .entry-title {
    margin: 0 0 8px;
}
.entry-meta {
    color: #918d8d !important;  
}
.entry-meta a {
    color: #918d8d;
    text-decoration: none;
}

.navigation a {
    background: none repeat scroll 0 0 #811405;
    color: #fff;
    font-size: 14px;
    padding: 7px 12px;
    text-decoration: none;
}

.add_pages .navigation {
    display: block;
    padding: 20px 0;
}