/* RESET STYLES */
*{
	margin: 0;
	padding: 0;
}

/* top level styles */

a:link{
	text-decoration: none;
}

ul, ol{
	list-style-type: none;
}

img{
	border: none;
}

p{
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #494949;
	background: url(http://thetributum.com/wp-content/themes/tributumsaga/img/bg-red.png) repeat-x left top;
}

h2{
	font-family: Georgia, Garamond, Baskerville, serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 5px 0;	
}


/* project level styles*/
div#tributum{
	max-width: 1064px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	font-size: 1.2em;	
}

div#brand{
	max-width: 100%;
	min-width: 760px;
}

div#brand a{
	float: left;
}

div#brand h2#slogan{
	margin: 40px 0 0 0;
	width: 40%;
	float: right;
	font-size: 1.5em;
	font-weight: lighter;	
	text-align: right;
	color: #666666;
}

div#brand h2#slogan em{
	font-family: Baskerville;
	font-size: 1.5em;
}

div#brand h2#slogan span{
	width: 100%;
	float: right;
}

ul#nav{
	width: 100%;
	margin: 10px 0;
	float: left;	
}

ul#nav li{
	margin: 0 10px 0 0;
	min-width: 200px;
	float: left;
}

ul#nav li a{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #333;
	color: rgba(0,0,0,.75);
	-webkit-transition: color .2s linear;
}

ul#nav li a:active,
ul#nav li a:visited{
	color: #000;
}

ul#nav li a:hover{
	color: #820000;
}

ul#nav li a em{
	margin: 3px 0 0 0;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #666;
}



ul#nav li em{
	float: left;
	width: 100%;
}

hr{
	clear: both;
}

div.entry{
	max-width: 100%;
	min-width: 860px;
	margin: 10px 0;
}

div.entry img.featured{
	max-width: 100%;
}

div.entry div.entry-info{
	width: 100%;
	margin: 20px 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
}

div.entry div.entry-info h2{
	margin: 0 0 10px 0;
	font-weight: normal;
	width: 80%;
}



div.entry div.entry-info a:link,
div.entry div.entry-info a:visited{
	color: #4f0000;
}

div.entry div.entry-info span{
	margin: 0 2px 0 0;	
	font-size: smaller;
}

div.entry div.entry-info > a:link,
div.entry div.entry-info > a:visited{
	margin: 0 0 0 20px;
}

div.entry div.entry-info abbr span.day{
	font-size: 1.5em;
	font-weight: bold;
}

div.entry div.entry-info abbr span.month{
	font-size: 1.2em;
	font-weight: bold;
}

div.entry div.entry-info abbr span.year{
	font-size: 1.1em;
}

div.entry div.entry-content{
	float: left;
	min-width: 670px;
	line-height: 1.5em;
}

div.entry div.entry-content a:link,
div.entry div.entry-content a:visited{
	color: #820000;
}

div.entry div.entry-content a:hover{
	border-bottom: 1px solid #820000;
}

div.entry div.entry-content a.more-link:link,
div.entry div.entry-content a.more-link:visited{
	padding: 2px 7px 2px 7px;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #dbdbdb;
	-webkit-transition: color, background-color .2s ease-in;
}

div.entry div.entry-content a.more-link:hover{
	border-bottom: 1px solid #ccc;
	color: #666;
	background-color: #cdcbcb;
}

div.entry div.entry-content p{
	margin: 0 0 15px 0;
}

div#excerpt-list div.excerpt-post h3 a:link,
div#excerpt-list div.excerpt-post h3 a:visited{
	color: #4f0000;
}

div#excerpt-list{
	margin: 30px 0;
	float: left;
	width: 60%;
}

div#excerpt-list h3{
	font-size: 1.1em;
}

div#excerpt-list div.excerpt-post{
	margin: 10px 0;
	padding: 8px;
	line-height: 1.4em;
	border-top: 1px solid #ccc;
	word-spacing: 1px;
}

div#excerpt-list div.excerpt-post h3{
	margin: 0 0 10px 0;
}

div#excerpt-list div.excerpt-post h3 a:hover{
	border-bottom: 1px solid #4f0000;
}

div#excerpt-list div.excerpt-post span.excerpt-post-content{
	font-size: 1em;
}

div#sidebar{
	padding:15px;
	width: 35%;
	margin: 30px 0;
	float: right;
}

div#flickr h3, div#twitter h3{
	margin: 0 0 10px 0;
}

div#flickr ul li img{
	border:5px solid #cccccc;
	margin: 3px;
	max-width: 80px;
	max-height: 80px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
}

div#twitter{
	margin: 10px 0 0 0;
	float: left;
	min-width: 380px;

}

div#flickr{
	min-width: 380px;
	float: left;
}

div#footer{
	padding: 20px 0;
	width: 100%;
	clear: both;
	background: #fffae4;
}

div.footer-wrap{
	max-width: 1048px;
	margin: 0 auto;
	clear:both;
}

div#footer div.footer-wrap div.footer-section{
	width: 25%;
	float: left;
	margin: 0 20px 30px 0;
	font-size: 0.95em;
	line-height: 1.5em;
}

div#footer div.footer-wrap div.footer-section li{
	font-size: 1.5em;
	margin: 10px 0 0 0;
}

div#footer div.footer-wrap div.footer-section li a:link,
div#footer div.footer-wrap div.footer-section li a:visited{
	color: #838383;
}

div#footer div.footer-wrap div.footer-section li a:hover{
	border-bottom: 1px solid #838383;
}

div#footer div.footer-wrap div.footer-section h3{
	font-size: 1.5em;
	margin: 0 0 10px;
}

div#copyinfo{
	margin: 10px 0 20px 0;
	max-width: 100%;
	clear: both;
	font-size: 1.3em;
}

/* @override http://thetributum.com/wp-content/themes/tributumsaga/style.css */

/* RESET STYLES */
*{
	margin: 0;
	padding: 0;
}

a:link,
a:visited{
	text-decoration: none;
}

ul, ol{
	list-style-type: none;
}

img{
	border: none;
}


/* top level styles */
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #494949;
	background: (img/bg-red.png) repeat-x left top;
}

h2{
	font-family: Georgia, Garamond, Baskerville, serif;
	font-size: 2.5em;	
}


/* project level styles*/
div#tributum{
	max-width: 1064px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	font-size: 1.2em;	
}

div#brand{
	max-width: 100%;
	min-width: 760px;
}

div#brand a{
	float: left;
}

div#brand h2#slogan{
	margin: 40px 0 0 0;
	width: 40%;
	float: right;
	font-size: 1.5em;
	font-weight: lighter;	
	text-align: right;
	color: #666666;
}

div#brand h2#slogan em{
	font-family: Baskerville;
	font-size: 1.5em;
}

div#brand h2#slogan span{
	width: 100%;
	float: right;
}

ul#nav{
	width: 100%;
	margin: 10px 0;
	float: left;	
}

ul#nav li{
	margin: 0 10px 0 0;
	min-width: 200px;
	float: left;
}

ul#nav li a{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #333;
	color: rgba(0,0,0,.75);
	-webkit-transition: color .2s linear;
}

ul#nav li a:active,
ul#nav li a:visited{
	color: #000;
	
}

ul#nav li a:hover{
	color: #820000;
}

ul#nav li a em{
	margin: 3px 0 0 0;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #666;
}



ul#nav li em{
	float: left;
	width: 100%;
}

hr{
	clear: both;
}

div.entry{
	max-width: 100%;
	min-width: 860px;
	margin: 10px 0;
}

div.entry img.featured{
	max-width: 100%;
}

div.entry div.entry-info{
	width: 100%;
	margin: 20px 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
}

div.entry div.entry-info h2{
	margin: 0 0 10px 0;
	font-weight: normal;
	width: 80%;
}



div.entry div.entry-info a:link,
div.entry div.entry-info a:visited{
	color: #4f0000;
}

div.entry div.entry-info span{
	margin: 0 2px 0 0;	
	font-size: smaller;
}

div.entry div.entry-info > a:link,
div.entry div.entry-info > a:visited{
	margin: 0 0 0 20px;
}

div.entry div.entry-info abbr span.day{
	font-size: 1.5em;
	font-weight: bold;
}

div.entry div.entry-info abbr span.month{
	font-size: 1.2em;
	font-weight: bold;
}

div.entry div.entry-info abbr span.year{
	font-size: 1.1em;
}

div.entry div.entry-content{
	float: left;
	min-width: 670px;
	line-height: 1.5em;
}

div.entry div.entry-content h2{
	font-weight: normal;
	margin: 10px 0 30px 0;
}

div.entry div.entry-content a:link,
div.entry div.entry-content a:visited{
	color: #820000;
}

div.entry div.entry-content a:hover{
	border-bottom: 1px solid #820000;
}

div.entry div.entry-content a.more-link:link,
div.entry div.entry-content a.more-link:visited{
	padding: 2px 7px 2px 7px;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #dbdbdb;
	-webkit-transition: color, background-color .2s ease-in;
}

div.entry div.entry-content a.more-link:hover{
	border-bottom: 1px solid #ccc;
	color: #666;
	background-color: #cdcbcb;
}

div.entry div.entry-content p{
	margin: 0 0 15px 0;
}

div#excerpt-list div.excerpt-post h3 a:link,
div#excerpt-list div.excerpt-post h3 a:visited{
	color: #4f0000;
}

div#excerpt-list{
	margin: 30px 0;
	float: left;
	width: 60%;
}

div#excerpt-list h3{
	font-size: 1.1em;
}

div#excerpt-list div.excerpt-post{
	margin: 10px 0;
	padding: 8px;
	line-height: 1.4em;
	border-top: 1px solid #ccc;
	word-spacing: 1px;
}

div#excerpt-list div.excerpt-post h3{
	margin: 0 0 10px 0;
}

div#excerpt-list div.excerpt-post h3 a:hover{
	border-bottom: 1px solid #4f0000;
}

div#excerpt-list div.excerpt-post span.excerpt-post-content{
	font-size: 1em;
}

div#sidebar{
	padding:15px;
	width: 35%;
	margin: 30px 0;
	float: right;
}

div#flickr ul li img{
	border:5px solid #cccccc;
	margin: 3px;
	max-width: 80px;
	max-height: 80px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#twitter{
	margin: 10px 0 0 0;
	float: left;
}

div#footer{
	margin: 30px 0 0 0;
	padding: 20px 0;
	width: 100%;
	clear: both;
	background: #ffedd6;
}

div.footer-wrap{
	max-width: 1048px;
	margin: 0 auto;
	clear:both;
}

div#footer div.footer-wrap div.footer-section{
	width: 25%;
	float: left;
	margin: 0 20px 30px 0;
	font-size: 0.95em;
	line-height: 1.5em;
}

div#footer div.footer-wrap div.footer-section li{
	font-size: 1.5em;
	margin: 10px 0 0 0;
}

div#footer div.footer-wrap div.footer-section li a:link,
div#footer div.footer-wrap div.footer-section li a:visited{
	color: #838383;
}

div#footer div.footer-wrap div.footer-section li a:hover{
	border-bottom: 1px solid #838383;
}

div#footer div.footer-wrap div.footer-section h3{
	font-size: 1.5em;
	margin: 0 0 10px;
}

div#copyinfo{
	margin: 10px 0 20px 0;
	max-width: 100%;
	clear: both;
	font-size: 1.3em;
}

ul#archive-list{
	margin: 30px 0 0 0;
}

ul#archive-list li{
	margin: 15px 0 0 0;
}

ul#archive-list li a:link,
ul#archive-list li a:visited{
	color: #820000;
}

div#twitter{
	margin: 0 0 20px 0;
}

div#twitter a:link,
div#twitter a:visited{
	color: #820000;
}

div#respond h4{
	font-size: 1.5em;
	clear: both;
}

div#respond label{
	font-size: 1.2em;
	min-width: 200px;
	display: block;
	margin: 5px 0;
}

div#respond input, div#respond textarea{
	font-size: 1.2em;
	padding: 3px 0 0 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 5px 0 0 0;
}

div#respond input{
	height: 20px;
}

ol.commentlist {  
    margin:0;  
    padding:0;  
    }  
  
.commentlist li {  
    list-style:none;  
    margin-bottom:14px;  
    }  
  
.commentlist cite {  
    padding: 7px;
    font-style:normal;  
    background:url(http://www.thetributum.com/img/bg_comments2_cite.gif);  
    border-top:1px solid #d6e4c1;  
    border-bottom:1px solid #779d42;  
    color:#596e3b;  
    display:block;
    }     
  
.commentlist a:link, .commentlist a:visited {  
    color:#596e3b;  
    }  
  
.commentlist a:hover, .commentlist a:active {  
    color:#8ec343;  
    }  
  
.commentlist cite img {  
    padding:1px;  
    border:1px solid #aab59a;  
    float:left;  
    margin-right:9px;  
    }  
  
.commentlist .author {  
    font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;  
    text-decoration:underline;  
    }  
  
.commentlist .time {  
    background: url(http://www.thetributum.com/img/bg_clock.gif) no-repeat 1px;  
    padding-left:13px;  
    }  
  
.commenttext {  
    background: #dcdcdc;  
    border-top:1px solid #c5f386;  
    padding: 0 20px 10px 20px;  
    border-radius: 5px;
	-moz-border-radius-bottomleft: 5px;  
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-bottom-right-radius: 5px;
    color:#3f3f3f;  
    }  

div.clearfix{
	clear:both;
}
