/*  
Theme Name: Puff 'n Stuff Vlog Template
Description:  evolveALOUD video blog template.
Version: 0.75
Author: Doug Arley
Author URI: http://dougarley.com
Tags: video
	
	*Notes - Not titling your widgets in the sidebar can break the markup (and design)
	- change the header image and site favicon in Iblog options in the admin	
	
	This version released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/
#wrapper { background: #fff; width: 960px; margin: 50px auto 5px auto; }
body {
    margin: 0; padding: 0;
    font: 1em Verdana, Arial, sans-serif;
    color: #000;
    background: url("img/feltBg.png") #000 top right repeat;
/*  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #d3cea4), color-stop(0.001, /* #748c56 */   /* #f00)); */
/*  background: -moz-linear-gradient(center bottom, #d3cea4 0%, #748c56 10%);	*/
}
.inner { width: 800px; margin: 0 auto; }

a img { border: none; }

small { font-size: 0.65em; margin: 0 0 10px 0; }

#header {
    background: #fff;
    width: 100%; /* height: 175px; */
}

#header .inner { padding: 40px 0 20px 40px; }

a { color: #333; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

#navbar { font-size: 0.85em; position: absolute; bottom: 0; right: 0; /* position: relative; right: -700px; top: -25px; width: 400px; */ }
    #navbar a { color: #a79737; }

#navbar ul { list-style: none; margin: 0; padding: 0; color: #a79737; }
    #navbar ul li { float: left; display: inline; padding-right: 20px; }

#mainVideo {
    background: #d3cea4;
    width: 100%; height: auto;
    border-top: 1px solid #e8e4bb;
    text-align: right;
/*    text-shadow: 1px 1px 3px #333;	*/

}
    #mainVideo .inner {
	position: relative;
        text-align: left;
        width: 780px; height: auto;
	padding: 30px 50px;
	background: #d3cea4;
    }
    
    #mainVideo h2 { font-family: Georgia, "Times New Roman", sans-serif; font-weight: normal; text-shadow: 1px 1px 3px #333; }
    #mainVideo a { color: #000; }
    #mainVideo .entry { font-size: 0.85em; line-height: 1.5em; }
 
    #mvLt, #mvRt { height: 100%; width: 10px; position: absolute; }   
	#mvLt {
	    left: 0; top: 0;
	    background: #d3cea4;
	    background: -webkit-gradient(linear, left top, right top, color-stop(0, #d3cea4), color-stop(1, #b0ac8b));
	    background: -moz-linear-gradient(left center, #d3cea4 0%, #b0ac8b 100%);
	    border-right: 1px solid #b0ac8b;
	}
       #mvRt {
	    right: 0; top: 0;
	    background: #d3cea4;
	    background: -webkit-gradient(linear, right top, left top, color-stop(0, #d3cea4), color-stop(1, #b0ac8b));
	    background: -moz-linear-gradient(right center, #d3cea4 0%, #b0ac8b 100%);
	    border-left: 1px solid #b0ac8b;
	}

#mainContent {
    background: #fff; padding: 10px 0;
/*    box-shadow: 5px 5px 10px #d3cea4;
    -moz-box-shadow: 5px 5px 10px #d3cea4;
    -webkit-box-shadow: 5px 5px 10px #d3cea4;	*/
}

.content { position: relative; z-index: 3; }

#videoComments { color: #000; }
#videoComments h2 { font-size: 1.15em; text-align: left; margin: 0; }
#videoComments p { font-size: 0.75em; }

#commentsBox { 
	height: 100px; width: 500px; 
	margin: 10px auto;
	position: relative;
/*	left: -65px */
}

.scroll-item {
    background: #e8e4bb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b1ab6b), color-stop(1, #e8e4bb));
    background: -moz-linear-gradient(center bottom,#b1ab6b 0%, #e8e4bb 100%);
    border: 1px solid #b0ac8b;
    font-size: 0.7em;
    padding: 5px; 
    height: 100px;
    width: 500px;
    box-shadow: 1px 1px 10px #b0ac8b;
    -webkit-box-shadow: 1px 1px 10px #b0ac8b;
    -moz-box-shadow: 1px 1px 10px #b0ac8b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
}
    .scroll-item h4 { margin: 0; font-weight: bold; }
    .scroll-item span { float: right; font-size: 0.5em; }
    .scroll-item p { }

.commentsIcon {
        float: left;
	position: relative;
	top: 15px;/* left:55px;
*/
}

#sidebar {  }

#contactForm label { width: 60px; text-align: left; display: inline-block; font-size: 0.9em; }
input[name="name"], input[name="email"], input[name="comment"] { width: 125px; } 
input[name="phone1"], input[name="phone2"], input[name="phone3"] { text-align: center; } 

#ssm li { float: left; margin-right: 10px; }
#oldPosts { padding: 0; color: #000; margin: 0 auto; }

.vlogItem {
    background: #e8e4bb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b1ab6b), color-stop(1, #e8e4bb));
    background: -moz-linear-gradient(center bottom,#b1ab6b 0%, #e8e4bb 100%);
    border: 1px solid #b1ab6b;
    width: 490px; padding: 20px; margin: 20px 0;
    box-shadow: 1px 1px 5px #666;
    -moz-box-shadow: 1px 1px 5px #666;
    -webkit-box-shadow: 1px 1px 5px #666;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
    .vlogItem p, ul { font-size: 0.75em; }
    .vlogItem h2, .vlogItem h2 a { color: #000; text-decoration: none; font-size: 1em; margin: 10px 0 0 0; }

.postmetadata { text-align: right; font-size: 0.65em !important; }

#footer {
    padding-top: 10px;
    width: 100%; min-height: 125px;
    font-size: 0.5em;
    line-height: 1.75em;
    color: #666;
}

#footer a { color: #666; }
#footer ul { margin: 0;padding:0;list-style-type:none;}
    #footer ul li { float: left; padding-right: 5px; display: inline;}
#footer .footNav {  margin: 0 auto; text-align: center;}
#footer .geo { float: left; width: 600px; }
#footer .contact { width: 174px; float: right; padding-left: 25px; }
  

#sidebar {
    background: #e8e4bb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b1ab6b), color-stop(1, #e8e4bb));
    background: -moz-linear-gradient(center bottom,#b1ab6b 0%, #e8e4bb 100%);
    border: 1px solid #b1ab6b;
    font-size: 0.65em; color: #555;
    padding: 10px 0;
    border-left: 1px solid #e9e9e9;
    min-height: 500px; width: 240px;
    float: right;
    box-shadow: 1px 1px 5px #666;
    -moz-box-shadow: 1px 1px 5px #666;
    -webkit-box-shadow: 1px 1px 5px #666;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
    #sidebar ul { margin: 0; padding: 0 10px; list-style: none; }
    #sidebar h2 { font-size: 1.15em; }
    
.commentlist { width: 535px; font-size: 0.7em; }
.comment {
    background: #e8e4bb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b1ab6b), color-stop(1, #e8e4bb));
    background: -moz-linear-gradient(center bottom,#b1ab6b 0%, #e8e4bb 100%);
    border: 1px solid #b1ab6b; width: 440px; margin-bottom: 15px; padding: 20px;
    position: relative;
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

h3#comments { font-size: 0.85em; border-bottom: 1px solid #b1ab6b; width: 540px; padding-bottom: 5px; }

cite.fn, span.says { font-size: 1.25em; position: relative; top: -20px; text-decoration: none; font-style: normal; }
.commentmetadata { position: absolute; top: 5px; right: 5px; }
.comment-author { border-bottom: 1px solid #ddd; }

#respond {
    background: #e8e4bb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #b1ab6b), color-stop(0.58, #e8e4bb));
    background: -moz-linear-gradient(center bottom,#b1ab6b 15%, #e8e4bb 58%);
    font-size: 0.75em; width: 460px; border: 1px solid #ddd;
    border: 1px solid #b1ab6b;
    padding: 10px; margin-left: 40px;
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

textarea#comment { width: 445px !important; }

.navigation { font-size: 0.75em; padding: 10px; }

.thumb {
    float: left; margin: 0 10px 10px 0; padding: 5px 5px 3px 5px; border: 1px solid #b1ab6b;
    background: #e8e4bb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #b1ab6b), color-stop(0.58, #e8e4bb));
    background: -moz-linear-gradient(center bottom,#b1ab6b 15%, #e8e4bb 58%);
    -moz-box-shadow: 1px 1px 10px #cac48b;
    -webkit-box-shadow: 1px 1px 10px #cac48b;
    box-shadow: 1px 1px 10px #bbb;
}
.entry { }
    .entry .postmetadata { width: 530px; }
    ol { font-size: 0.75em; margin: 0px;}
    	ol li { list-style: inside; padding: 0 0 15px 20px; }
    
h2.pagetitle { font-size: 1em; margin: 10px 0 0 0; border-bottom: 1px solid #eee; width: 525px; padding: 0;}
