/*  -----------------------------------------------
Theme Name: Dallas Shaw Blog
Author: Ana Degenaar
URL: www.blogmilkshop.com
Description: A custom three-column Wordpress theme designed by Ana Degenaar and developed by Brandi Bernoskie.
----------------------------------------------- */



body {
background:  #fff;
color:#868281;
margin:0;
font: normal normal 12px Gudea, Times, serif;
text-align: left;
}
a:link, a:visited {
color: #282526;
text-decoration:none;
}
a:hover {
color:#ccb683;
}
a img {
border-width:0;
}
/*------------------------ Header ------------------------(c) theme by blogmilk*/

#header-wrapper {
width: 100%;
min-width:1400px;
margin-top: 80px;
padding-bottom: 30px;
}

#header a img {
margin: 0 auto;
display:block;
max-width:100%;
width:350px;
height:auto;
}

/*------------------------ Navigation Bar ------------------------(c) theme by blogmilk*/

#linkbar-wrapper {
margin: 0px 0px 80px;
padding:  10px 0px;
text-align: center;
width: 100%;
min-width:1400px;
display:block;
}

#linkbar ul {
margin: 0px;
padding: 0px;
list-style-type:none;
}

#linkbar li {
display: inline;
margin: 0px;
padding: 0px;
position:relative;
}

#linkbar ul li ul {
display:none;
position:absolute;
top:100%;
left:0;
padding-top:20px;
background:url(images/menutop.png) 26px 14px no-repeat;
background-size: 14px auto;
}
#linkbar ul li:hover ul {
display:block;
margin-left:0px;
clear:both;
}
#linkbar ul li ul li {
padding:10px 0px 10px;
display:block;
white-space:nowrap;
text-align:left;
margin-left:20px;
background-color:#000;
}

#linkbar ul li ul li a {
clear: both;
margin: 0px;
padding: 0px 30px 0 20px;
background: #000;
width:100%;
text-decoration:none;
}

#linkbar h2 {
display: none;
visibility: hidden;
}

#linkbar a {
clear: both;
margin: 0px;
padding: 6px 20px;
text-decoration:none;
font: normal 700 10px Quicksand, Helvetica, FreeSans, sans-serif;
color: #ccb683;
text-transform: uppercase;
letter-spacing: 1px;
}

#linkbar a:hover {
color: #cccccc;
}

/*------------------------ Bottom Navigation Bar ------------------------(c) theme by blogmilk*/

#linkbar-wrapper2 {
margin: 0px;
padding:  0px 0px 40px;
text-align: center;
width: 100%;
}

#linkbar2 .widget {
margin: 0px;
padding: 0px;
text-align: center;
clear: both;
}

#linkbar2 ul {
margin: 0px;
padding: 0px;
list-style-type:none;
}

#linkbar2 li {
display: inline;
margin: 0px;
padding: 0px;
position:relative;
}

#linkbar2 h2 {
display: none;
visibility: hidden;
}

#linkbar2 a {
clear: both;
margin: 0px;
padding: 6px 8px;
width:100%;
text-decoration:none;
font: italic normal 14px 'Times New Roman', Times, FreeSerif, serif;
color: #ffffff;
text-transform: none;
letter-spacing: 1px;
}

#linkbar2 a:hover {
color: #c5c5c5;
}

#linkbar2 ul li ul {
display:none;
position:absolute;
top:100%;
padding-top:5px;
}
#linkbar2 ul li:hover ul {
display:block;
margin-left:0px;
clear:both;
}

#linkbar2 ul li ul li {
padding:0px 0px 4px;
display:block;
white-space:nowrap;
text-align:left;
}

#linkbar2 ul li ul li a {
clear: both;
margin: 0px;
padding: 0px 8px;
background: #e5e5e5;
width:100%;
text-decoration:none;
display:block;
text-align:left;
}


/*------------------------ Outer-Wrapper ------------------------(c) theme by blogmilk */
#outer-wrapper {
width: 1400px;
margin:0 auto;
text-align: justify;
line-height:1.8em;
font: normal normal 12px Gudea, Times, serif;
color: #868281;
}

#content-wrapper {
}

#mid-wrapper {
float:left;
}

#main-wrapper {
width: 650px;
float: right;
border-top:1px solid #E6E6E6;
margin:0 70px;
padding-top:90px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
text-transform: none;
color: #303030;
width: 300px;
padding-top:90px;
border-top:1px solid #E6E6E6;
float: left;
text-align: justify;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#right-sidebar-wrapper {
text-transform: none;
color: #303030;
width: 300px;
padding-top:90px;
border-top:1px solid #E6E6E6;
float: right;
text-align: justify;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

/*------------------------ Headings ------------------------(c) theme by blogmilk */

h1 {
margin:.15em 0 10px;
letter-spacing: 2px;
line-height:1.4em;
font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;
color:#282526;
text-align: left;
text-transform: uppercase;
}

h1 a {
text-decoration:none;
color: #c5c5c5;
}

h1 a:hover {
color:#ccb683;
}

h2 {
margin:0em 0 25px;
font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;
line-height: 1.4em;
letter-spacing: 2px;
text-transform: uppercase;
color: #282526;
text-align: left;
}

h3.archive_head {
margin:.15em 0 15px;
letter-spacing: 2px;
line-height:1.4em;
font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;
color:#c5c5c5;
text-align: center;
text-transform: uppercase;
}

h4.date-header {
color: #cccccc;
font: italic normal 10px 'Times New Roman', Times, serif;
text-transform: none;
text-align: left;
margin-bottom: 20px;
margin-top:0;
letter-spacing:2px;
}


/*------------------------ Posts ------------------------(c) theme by blogmilk */

.post, .page {
margin:0em;
padding: 0px 0px 120px;
width: 100%;
line-height:1.6em;
background:url(images/border.png) bottom center no-repeat;
}

.postimages {
margin-bottom:50px;
}

.post-body {
margin:0 0 .75em;
line-height:1.6em;
width:100%;
}

.post-footer {
clear:both;
font: normal 700 11px Quicksand, Helvetica, sans-serif;
text-transform: uppercase;
line-height:1.6em;
margin:40px 0 0;
padding:0;
letter-spacing:2px;
display: block;
text-align: right;
color: #282526;
width: 100%;
height:38px;
}

.post-footer a {
color: #282526;
}

.post-footer a:hover {
color: #ccb683;
}

.post-labels {
float:left;
clear:left;
}

.addthis_toolbox {
float: right;
margin-top: -20px;
}

.comment-link {
text-align: left;
float: left;
margin-bottom: 7px;
}

.postimages p {
margin:0;
}

.post img, .page img {
border:none;
margin-bottom:6px;
max-width:100%;
height:auto;
}

img.aligncenter {
display:block;
margin:0 auto 6px;
max-width:100%;
height:auto;
}

img.alignright {
display:inline-block;
padding-left:10px;
float:right;
max-width:100%;
height:auto;
}

img.alignleft {
display:inline-block;
padding-right:10px;
float:left;
max-width:100%;
height:auto;
}

.tr-caption-container img {
border: none;
padding: 0;
}
.post blockquote {
line-height: 1.8em !important;
margin-left: 5px;
color: #AFAEAE;
font: italic normal 13px 'Times New Roman', Times, FreeSerif, serif;
padding-left: 10px;
margin-bottom: 25px;
}
.post blockquote p {
line-height: 1.8em;
}

a.more-link {
padding: 10px;
color: #040404;
font: normal bold 10px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
border: 1px solid #010101;
text-transform: uppercase;
letter-spacing: 5px;
text-align: center;
display:inline-block;
margin:0 auto;
}

a:hover.more-link {
opacity: 0.5;
}

/*------------------------ Comments ------------------------(c) theme by blogmilk */
#comments { 
width: 100%; 
clear: both; 
text-align: justify;
margin-top:50px;
}

#comments h4, #comments-headers h4 {
margin:.25em 0 0;
letter-spacing: 2px;
line-height:1.4em;
font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;
color:#282526;
text-align: left;
text-transform: uppercase;
}

#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}

ul#comment-block li.comment { padding: 1.2em 0 1.2em 1.2em; list-style: none; overflow: hidden; border-bottom: 1px dotted #bbb; height: 1%; }
ul#comment-block li.even { background: #fff; }
ul#comment-block li.odd { background: #fff; }
ul#comment-block li.trackback, ul#comment_list li.pingback { background: #CCC; }
ul#comment-block li.comment ul.children { margin: 0 0 0 1.2em; }
ul#comment-block li.comment ul.children li.comment { border-top: 1px dotted #bbb; border-bottom: none; padding-bottom: 0; margin-top: 1.2em; }

#comments-block .comment-author {
margin:.5em 0;
}

.comment-avatar .avatar { 
float: left; 
padding: 0 1.2em 1.2em 0; 
}

.comment-time { 
color: #c5c5c5;
font: normal normal 10px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
}

.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }		
.trackback .comment_num { padding: 0 0 0 20px; }
.comment_num a, .comment_num a:visited { color: #4c4c4c; text-decoration: none; }
.comment_num a:hover { color: #df0000; text-decoration: none; }
				
.comments-block strong { 
font-size: 1.0em; 
padding-right:1em; }

#comments-block .comment-body {
margin:.25em 0 0;
}

#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
font-size: 10px;
border-bottom: 1px #ccc dotted;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}

#respond { padding: 2.4em 0 0; clear: both; overflow: hidden; }
#comment_form { width: 100%; padding: 0 0 0 0; float: left; }
#comment_form p { padding: 0.2em 0; }
#comment_form label {
padding: 0 0 0 10px; 
line-height: 1.4em;
color: #303030;
}
#comment_form .text_input { 
width: 50%; 
min-width:300px;
padding: 8px 10px; 
line-height: 1.4em;
text-transform:none;
background: #f2f2f2; 
color: #ccb683;
margin-top:10px;
font: normal 700 12px Quicksand, Arial, serif;
border:0;
-webkit-appearance: none;
border-radius:0;
}
#comment_form .text_area { width:96%;font: normal 700 12px Quicksand, Arial, serif;background: #f2f2f2; color: #ccb683; padding:8px;border:0;-webkit-appearance: none;border-radius:0;}
#comment_form .text_area:focus, #comment_form .text_input:focus {outline:none;}
#comment_form .text_input:focus { border: 1px solid #f2f2f2; padding: 6px;  }

.text_input::-webkit-input-placeholder {color: #ccb683;letter-spacing:2px;} .text_input:-moz-placeholder {color: #ccb683;letter-spacing:2px;} .text_input::-moz-placeholder {color: #ccb683;letter-spacing:2px;} .text_input:-ms-input-placeholder {color: #ccb683;letter-spacing:2px;}
.text_area::-webkit-input-placeholder {color: #ccb683;letter-spacing:2px;} .text_area:-moz-placeholder {color: #ccb683;letter-spacing:2px;} .text_area::-moz-placeholder {color: #ccb683;letter-spacing:2px;} .text_area:-ms-input-placeholder {color: #ccb683;letter-spacing:2px;}

#comment_form .form_submit { padding: 7px 10px; background:#ccb683; border:0; font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;color:#fff; cursor: pointer;text-transform: uppercase;letter-spacing: 1px;-webkit-appearance: none; border-radius:0;}
#comment_form .form_submit:hover {background:#000;}
#comment_form p.subscribe-to-comments { font-size: 1.4em; }
#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

input.wpcf7-text {
width: 50%; 
min-width:300px;
padding: 8px 10px; 
line-height: 1.4em;
text-transform:none;
background: #f2f2f2; 
color: #ccb683;
margin-top:10px;
font: normal 700 12px Quicksand, Arial, serif;
border:0;
-webkit-appearance: none;
border-radius:0;
}

textarea.wpcf7-textarea {
width: 96%; 
min-width:300px;
padding: 8px; 
line-height: 1.4em;
text-transform:none;
background: #f2f2f2; 
color: #ccb683;
margin-top:10px;
font: normal 700 12px Quicksand, Arial, serif;
border:0;
-webkit-appearance: none;
}

.wpcf7 p {margin: 0;}

textarea:focus {outline:none;}
textarea::-webkit-input-placeholder {color: #ccb683;letter-spacing:2px;} textarea:-moz-placeholder { color: #ccb683;letter-spacing:2px;} textarea::-moz-placeholder {color: #ccb683;letter-spacing:2px;} textarea:-ms-input-placeholder {color: #ccb683;letter-spacing:2px;}
input.wpcf7-text::-webkit-input-placeholder {color: #ccb683;letter-spacing:2px;} input.wpcf7-text:-moz-placeholder {color: #ccb683;letter-spacing:2px;} input.wpcf7-text::-moz-placeholder {color: #ccb683;letter-spacing:2px;} input.wpcf7-text:-ms-input-placeholder {color: #ccb683;letter-spacing:2px;}

.wpcf7-submit { padding: 7px 10px; background:#ccb683; border:0; font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;color:#fff; cursor: pointer;text-transform: uppercase;letter-spacing: 1px;-webkit-appearance: none; }
.wpcf7-submit:hover {background:#000;}


/*------------------------ Page + Comment Navigation ------------------------(c) theme by blogmilk */
.blog-pager-newer-link a {
float: left;
font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;
color: #ccb683;
letter-spacing: 2px;
text-transform:uppercase;
}
.blog-pager-older-link a {
float: right;
font: normal 700 12px Quicksand, Helvetica, FreeSans, sans-serif;
color: #ccb683;
letter-spacing: 2px;
text-transform:uppercase;
}
.navigation {
text-align: center;
padding-bottom: 20px;
padding-top: 50px;
}
.feed-links {
clear: both;
line-height: 2.5em;
}

#infscr-loading {
text-align:center;
}

/*------------------------ Sidebar Content ------------------------(c) theme by blogmilk */
.sidebar {
line-height:1.7em;
}

.rsidebar {
font: italic normal 12px 'Times New Roman', Times, serif;
color:#B3B3B3;
text-align:center;
line-height:1.8em;
}

.rsidebar a {
color:#1a1a1a;
}

.rsidebar ul li {
list-style: none;
margin-left: -40px;
line-height:1.6em;
}
.rsidebar .widget {
margin: 0px 0px 45px;
padding: 0px 0px 45px;
line-height:1.7em;
border-bottom: 1px solid #cccccc;
}

.lsidebar ul li {
list-style: none;
margin-left: -40px;
line-height:1.6em;
}
.lsidebar .widget {
margin: 0px 0px 45px;
padding: 0px 0px 45px;
line-height:1.7em;
border-bottom: 1px solid #cccccc;
}

#s {
width: 216px;
max-width:100%;
display: inline-block;
color: #cccccc;
padding: 0 2px;
height: 27px;
border: 1px solid #ccc;
-webkit-appearance: none;
border-radius:0;
}
#searchsubmit {
display:inline-block;
background:#ccb683;
border:0;
border-radius:0;
font:normal 700 10px Quicksand, Helvetica, sans-serif;
color:#fff;
letter-spacing:2px;
text-transform:uppercase;
padding: 0 10px;
height: 29px;
vertical-align: top;
margin-left: -4px;
-webkit-appearance: none;
}
input:focus {outline:none;}

.collapseomatic, .collapseomatic_content {
width:300px;
max-width:100%;
background:#ccb683;
font:normal 700 10px Quicksand, Helvetica, sans-serif;
letter-spacing:2px;
border:none;
border-radius:none;
text-transform:uppercase;
color:#fff;
}

.collapseomatic {
padding-top: 8px !important;
background: url(images/archiveclose.png) 8px 8px no-repeat !important;
background-size: auto 12px !important;
background-color:#ccb683 !important;
padding-left: 25px !important;
}

.colomat-close {
background: url(images/archiveopen.png) 8px 7px no-repeat !important;
background-size: auto 14px !important;
background-color:#ccb683 !important;
}

.collapseomatic_content {
margin-left:0 !important;
padding-left:0px !important;
}

.collapseomatic_content li {
list-style-type:none;
padding:0 0 8px;
text-align:center;
}

.collapseomatic_content a {
color:#fff;
}

.collapseomatic_content a:hover {
color:#000;
}

a#aboutmore {
font:italic 700 10px Quicksand, Helvetica, sans-serif;
letter-spacing:2px;
color:#000;
border:1px solid #000;
padding: 7px 13px;
text-transform: uppercase;
margin: 0 auto;
display: block;
width: 76px;
}

a:hover#aboutmore {
background:#ccb683;
color:#fff;
border:0px;
}

#sidesocial {
text-align:center;
margin-bottom:20px;
}

#sidesocial a:hover img {
opacity:0.7;
}

a:hover.AlpinePhotoTiles-link img {
opacity:0.6;
}

.popularposts h2 {
display:none;
}

.tptn_counter {display:none;}

.tptn_posts li {
float: left;
height: 145px;
width: 150px;
display:block;
margin-left: 0 !important;
margin-bottom: 5px;
}

.tptn_posts li:hover img {
opacity:0.6;
}

.tptn_posts ul {
display:block;
padding-left:0;
}

.tptn_posts img {
max-width:100%;
height:auto;
}

.wp125ad img {
max-width:100%;
height:auto;
}

.rsidebar .widget-1 a:hover img {
opacity:0.7;
}


/*------------------------ Profile ------------------------(c) theme by blogmilk */
.profile {
clear:both;
}

.profile h2 {
display:block;
}
.profile-img img {
display: block;
width: 100%;
height: auto;
padding-bottom: 0px;
margin-left: 0px;
}
.profile-data {
margin:0;
padding-top:7px;
font-size:1.2em;
line-height: 1.6em;
text-align: justify;
display: none;
}
.profile-text {
margin:0;
padding:0.5em 0;
line-height: 1.6em;
display:none;
}
.profile-link {
text-transform: uppercase;
letter-spacing: 4px;
text-align: center;
display: block;
font: italic normal 10px 'Times New Roman', Times, FreeSerif, serif;
margin-top: 0px;
padding: 10px 0px;
background: #e5e5e5;
width: 100%;
}
div:hover.profile-link {
opacity:0.7;
}


/*------------------------ Footer and Misc ------------------------(c) theme by blogmilk */

#credits {
padding: 30px 0px;
margin-top:40px;
width: 100%;
min-width:1400px;
text-align: center;
display: block;
text-transform: uppercase;
letter-spacing: 4px;
font: normal 500 11px Quicksand, Helvetica, sans-serif;
color: #f2f2f2;
background: #282526;
}

#credits a {
color: #f2f2f2;
}

#credits p {
clear:both;
}

#footer h2 {
display:none;
}

#footer .super_recent_posts_item_title {
display:none;
}

#footer .clear {
clear:both;
}

#footer .super_recent_posts_item {
float:left;
}

#footer .super_recent_posts_item a:hover img {
opacity:0.6;
}

#footer .widget {
width:452px;
display:block;
margin:20px auto 50px;
clear:both;
height:100px;
}

img#wpstats {
display: none;
}