/*
Theme Name: Worthland Interiors
Theme URI: http://http://worthlandinteriors.com/
Description: Custom 
Author: AR Austin
Version: 1.0
License: N/A
License URI: N/A
Tags: custom
Text Domain: worthland
*/


/* =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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
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;
}

/* =Layout
-------------------------------------------------------------- */

@font-face {
    font-family: 'custom';
    src: url('/wp-content/themes/worthland/fonts/ubuntu-b-webfont.eot');
    src: url('/wp-content/themes/worthland/fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-b-webfont.woff') format('woff'),
         url('/wp-content/themes/worthland/fonts/ubuntu-b-webfont.ttf') format('truetype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'custom';
    src: url('/wp-content/themes/worthland/fonts/ubuntu-bi-webfont.eot');
    src: url('/wp-content/themes/worthland/fonts/ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-bi-webfont.woff') format('woff'),
         url('/wp-content/themes/worthland/fonts/ubuntu-bi-webfont.ttf') format('truetype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-bi-webfont.svg#ubuntubold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'custom';
    src: url('/wp-content/themes/worthland/fonts/ubuntu-r-webfont.eot');
    src: url('/wp-content/themes/worthland/fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-r-webfont.woff') format('woff'),
         url('/wp-content/themes/worthland/fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'custom';
    src: url('/wp-content/themes/worthland/fonts/ubuntu-ri-webfont.eot');
    src: url('/wp-content/themes/worthland/fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-ri-webfont.woff') format('woff'),
         url('/wp-content/themes/worthland/fonts/ubuntu-ri-webfont.ttf') format('truetype'),
         url('/wp-content/themes/worthland/fonts/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}


body{
	background-color: #fff;
	font-family: custom;
	font-size: 100%;
	color: #808080;
}
#footer{
	text-align:center;
	font-size: 70%;
	margin-bottom:30px;
	line-height:200%;
}
#wrap{
	margin: 30px auto 0;
	width:800px;	
}
#enter{
	text-align:center;
}

#enter a{
	color:white;
	text-decoration:none;
}

#enter a:hover{
	color: #798B9B;
}
#left,#primary{
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
#left{
	width:600px;
	float:left;
}
#primary{
	width:200px;
	float:right;
	padding-left:20px;
}
#primary h2{
	margin: 0 0 5px;
	border-bottom:1px solid #798B9B;
	font-size: 90%;
	text-transform:uppercase;
	padding-bottom:5px;
	letter-spacing: 1px;
	color:#798B9B;
}

#primary > ul > li {
	letter-spacing: 1.2px;
	font-size: 85%;
	line-height: 190%;
	margin-bottom: 20px;
}

#primary > ul > li  li{
	font-size: 85%;
}

.screen-reader-text{
	display:none;
}
#s{
	width:60%;
}
#searchsubmit{
	width:30%;
}

a{
	color: #808080;
	text-decoration:none;
}
a:hover{
	color: #808080;
	text-decoration:underline;
}
.page-title{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.post{
	padding-bottom: 10px;
	margin-bottom:10px;
	clear: both;
}

.left:last-child{
	border: none;
}

.entry-utility{
	margin-top: 10px;
}
#left .entry-utility{
	text-align:right;
}
.entry-summary{
	text-align:justify;
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 1px;
	color: #666;
	padding:5px 0;
}	
#nav-above{
	margin-bottom: 20px;
	clear: both;
}
#nav-below{
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.nav-previous{
	float: right;
}
.nav-next{
	float: left;
}
#comments{
	border-top: 2px dotted white;
	clear: both;
	padding-top:20px;
}
.form-allowed-tags{
	display:none;
}
#left .entry-title{
	font-size: 140%;
	margin-bottom: 15px;
	font-family: Georgia, serif;
	--font-variant:small-caps; 
}
#left .entry-title a{
	color:#798B9B;
}
#left .entry-content p{
	padding: 10px 0;
}
#left .entry-content{
	font-size: 90%;
	line-height: 150%;
}
#comments-title{
	margin-bottom:20px;
}
ol.commentlist li{
	margin-bottom: 20px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding:20px;
	border: 2px dotted #464440;
}
.comment-body{
	margin-top: 10px;
	text-align:justify;
	font-size: 80%;
	line-height: 150%;
}
.comment-form-comment label{
	display: none;
}
#comment{
	width:100%;
	margin-top:10px;
}
#reply-title{
	margin-bottom:20px;
}
.form-submit{
	text-align:right;
	cursor: pointer;
}
.form-submit input{
	margin-top: 30px;
	width: 150px;
	height: 30px;
}
.postedon{
	text-transform:uppercase;
	margin-bottom: 10px;
	font-size: 70%;
	letter-spacing: .7px;
}
.postedon a{
	color:#808080;
}
.social{
	border-top: 2px dotted #808080;
	margin-top:10px;
	font-size: 70%;
	color: #808080;
	text-align: right;
	padding-top: 5px;
	letter-spacing: 1px;
}
.subinfo{
	text-transform:uppercase;
	margin: 20px 0;
	font-size: 70%;
}
.full{
	margin: 15px 0;
}
.so_icons{
	position: absolute;
	margin-left: 500px;
}
#footer a{
	text-decoration:none;
	color: #798B9B;
}
.attachment-thumbnail{
	margin-right: 15px;
}
.entry-content {
	border-bottom: 2px dotted #808080;
}
.post .subinfo.full{
	display:none;
}
#s{
	border: 1px solid #798B9B;
	border-radius: 5px;
	padding: 4px;
	color: #798B9B;
}
#searchsubmit{
	border: 1px solid #798B9B;
	border-radius: 5px;
	padding: 2px;
	color: #798B9B;
}
.entry-title{
	color: #798B9B;
}
#footer a:hover{
	text-decoration:underline;
}
#commentform p{
	margin-top: 15px;
	margin-bottom: 15px;
}
#commentform p input[type=text]{
	margin-left:20px;
}