/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

#header-container {background: #eff3f7 url('images/headerbg.jpg') repeat-x top center; }

.list li a {color:#777 !important;}
.gallery-row.clear { height: auto; width: auto; visibility:visible; }
.col-3 { width:960px !important; } /* fix cleaner gallery 33% layout */
#slides, #title-container {
    background: url('images/rockbg.jpg') repeat #7ABAC9;
    border-bottom: 1px solid #92B22D;
    border-top: 3px solid #402E1F;
}
.slide .slide-content.entry { width: 277px; left: 0px; bottom: 50px; padding: 10px 20px 0 20px; position: absolute; font-size: 13px; background-color: rgba(0,0,0,0.6); }

ul.widget-video-list {display:none}

/* 6.4 Timeline Page Template */
#archives { padding: 10px 0 0; }
#archives a { font-style: italic; }
h3.archive_year { font: bold 22px sans-serif; color:#555; margin-top:0; }
#archives .archives_list { border-left:1px solid #e6e6e6; list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 0 15px 15px;}
#archives .archives_list li { clear:left; padding-left:24px; font-size: 14px; font-style: normal; list-style: none; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 100px; font-style: italic; display: inline-block; vertical-align: top; }
#archives .archives_list .linked { width: 270px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments { width: 100px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline; padding-left: 13px;  }
#archives .archives_list .comments a:hover { text-decoration: none; }

/* submit botton on contact page */
.submit-contact  {
	background: #a8dee8;
	border: none;
	color: #777;
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 18px 92px;
	outline: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	width: 120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.submit-contact:hover {
		background: #777;
		color: #fff;
		}
/*  styles the two column text layout in posts  */
.entry .text{margin-bottom:15px;-moz-column-width:299px;-moz-column-gap:35px;-webkit-column-width:299px;-webkit-column-gap:35px;}
.entry .text p {margin-bottom: 1.2em;} 
.entry h5 {margin:1.2em 0 1.2em; }
::selection {
        background:#82CAD1;color:#fff; /* Safari */
        }
::-moz-selection {
        background:#82CAD1;color:#fff; } /* Firefox */
::-webkit-selection {background:#82CAD1;color:#fff;} /* Safari and Chrome */

/*  Authors List  */
.author { margin-bottom: 80px; }
.author h3 { margin-bottom: 10px; }
.author .description { width: 100%; overflow: hidden; }
.author .description p { width: 75%; float: left; margin: 0; }
.author .avatar { float: right; border: 5px solid #ccc; }
.author h4 { background: #E7E7E7; padding: 5px; border: 1px dotted #ccc; }
.author .connect { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; list-style: none; margin: 0; padding: 0; width: 100%; overflow: hidden; padding: 10px 0px; }
.author .connect li { float: left; margin-right: 20px; list-style:none; }