/*
Theme Name: RenownedMint
Theme URI: http://www.renownedmedia.com/blog/renownedmint-wordpress-theme/
Description: RenownedMint is a modern, web 2.0 styled wordpress theme. This theme uses one column with stuff normally located in the sidebar placed in the footer area. Uses tabbed page navigation at the top.
Version: 1.0.1
Author: Renowned Media
Author URI: http://www.renownedmedia.com/
Tags: green, black, one-column, fixed-width

This Wordpress theme is released under the GPL license (please see the attached License.txt file for details).

*/

/* LAYOUT */

wp-thumb {
	border: #000;
}

body {
	background: #fff;
	text-align: center;
}
body, form {
	margin: 0px; padding: 0px;
}
#container {
	background: url("images/header-bg.jpg") repeat-x;
	text-align: left;
}

#header {
	border: 1px none #300;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 211px;
} 

a.logo{
	float: right;
	height:125px;
        width:350px;
        background-image:url("images/header-logo6.png");
	background-position: top, left;
	background-repeat:no-repeat;
}

#header h1 {
	padding: 0px; margin: 0px;
}
#content_wrapper {
	margin: 0 auto 0 auto;
	padding: 1px 0;
	width: 620px;
        min-height: 300px;
}
#content {
	padding: 0px;
}
#footer_wrapper {
	clear: both;
}
#footer {
	margin: 50px auto 0 auto;
	width: 460px; min-height: 10px;
}

#searchbox {
	float: right;
	width: 250px;
	height: 110px;
        padding: 40px 0 0 0;

}
#navigation {
	float: left;
	width: 960px;
	height: 58px;
	overflow: hidden;
	list-style: none;
	margin: 0px; padding: 0px;
}
#navigation ul {
	display: none;
}
#navigation li {
	float: left;
	height: 50px;
	padding: 0px 25px;
}
#navigation a {
	display: block;
	height: 52px;
	margin: 3px 0 0 10px;
	padding: 2px 10px 0 10px;
	font-family: Garamond;
	font-size: 26px;
	color: #1b1b1b;
	text-decoration: none;
}
#navigation a:hover {
	background-image: url("images/nav_link_active.png");
	background-repeat:no-repeat;
	background-position:bottom;
}

#navigation a span {
	display: block;
}

#navigation .current_page_item a{
	background-image: url("images/nav_link_active.png");
	background-repeat:no-repeat;
	background-position:bottom;
}

#search-input-text-wrapper {
	float: right;
	width: 140px;
	padding: 0px;
}
#search-input-submit-wrapper {
	float:right;
	width: 27px;
	padding: 0px;
}
#search-input-text {
	width: 128px; height: 14px;
	background: transparent url("images/search2.png") no-repeat;
	border: 0px;
	vertical-align: bottom;
	margin: 0px; padding: 6px;
	overflow: hidden;
}

#search-input-submit {
	width: 24px; height: 24px;
	margin: 0px; padding: 1px 0px 0px 3px;
}
#content,
#footer {
	font-family: arial;
	font-size: 12px;
	color: #525252;
}
#content a {
	color: #333;
}

#footer,
#footer a {
	color: #aaa;
	text-decoration: none;
	padding:0 0 100px 0 ;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#000;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#000;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a {
	text-decoration: none;
}

#content p {
	line-height: 17px;
}

#column-1,
#column-2,
#column-3 {
	float: left;
	overflow: hidden;
	text-align: left;
}

#column-1 {
	width: 170px;
}

#footer h4 {
	margin: 0px;
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #6b6b6b;
}
#column-1 h4 {
	padding-left: 20px;
}
#column-2 h4 {
	padding-left: 0px;
}

#footer ul {
	list-style-type: none;
}
#column-1 ul,
#column-2 ul,
#column-3 ul {
	margin-top: 0px;
	line-height: 24px;
}
#column-1 .floatitems {
	margin: 0px 0 0 20px;
	line-height: 24px;
	overflow: auto;
}
#column-1 .floatitem {
	float: left;
	width: 140px;
        //margin-bottom: 3px;
	overflow: hidden;
}
#column-2 {
	width: 170px;
}
#column-2 .floatitems {
	margin: 0px 0 0 0px;
	line-height: 24px;
	height: 100px;
	overflow: auto;
}
#column-2 ul {
	margin: 0px; padding: 0px;
}
#column-2 .floatitems li {
	display: block;
        float: left;
	width: 100px; height: 24px;
	overflow: hidden;
	margin: 0px; padding: 0px;
	line-height: 24px;
}
#column-3 {
	width: 100px;
}

#column-3 ul {
	margin: 0px; padding: 0px;
}

#column-3 a {
	color: #aaa;
}
#column-3 h4 {
	padding-left: 0px;
}
#column-3 .widget h4 {
	padding-left: 0px;
}
#column-3 .widget {
	margin-left: 0px;
}
#site_info {
        font-size: 10px;
}

/* WORDPRESS SPECIFICS */

#wp-calendar {
	width: 100%;
}
#wp-calendar th, #wp-calendar td {
	text-align: center;
}

#footer .widget .page_item,
#footer .widget .page_item ul {
	margin: 0px; padding: 0 0 0 6px;
}
#footer .widget ul {
	padding: 0px; margin: 0px 0 0 0;
}

.postdata {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa;
}
.post {
	margin-bottom: 75px;
}
.post h2 {
	clear: both;
	margin-bottom: 0px; padding-bottom: 0px;
}
.post-title-single {
	margin-bottom: 0px; padding-bottom: 0px;
}
.post-date-single {
	font-size: 80%;
}

.navigation {
	font-family: Georgia;
        font-size: 18px;
}

.navigation a {
	text-decoration: none;
}

.thread-alt {
	background-color: #fafafa;
}
.thread-even {
	background-color: white;
}

.bottom{
	padding-top:10px;
	width: 100%;
	/* text-align: right; */
	border-top-color: #999;
	border-top-style:dashed;
	border-top-width:thin;
}

.bottom small{
	clear: both;
	padding-top: 2px;
	float: right;
}

.commentlist .comment-meta {
	marging: 0	;
	font-size: .8em;
}
.commentlist li,
#commentform input,
#commentform textarea {
	padding: 0;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
}
#commentform textarea {
	width: 100%;
}
.commentlist li ul li {
	border:10px solid #ccc;
    margin:0;
    list-style-type: none;
    background:#ccc;
}

.commentlist li {
	border:10px solid #eee;
    margin:0 0 10px 0;
    list-style-type: none;
    padding:0px;
    background:#eee;

    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
	
	/*
	margin-top: 15px;
	border-top:#bbb thin solid;
	background-color:#fff;	
	font-weight: bold;
	padding: 3px;
	*/
}

.commentlist .avatar { 
	float: right;
	border: 1px solid #eee;
	margin: 0 0 5px 5px;
	background: #fff;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: Arial, Helvetica, sans-serif;
}
.commentmetadata {
	font-weight: normal;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center, .aligncenter { text-align: center; }
.aligncenter { margin-left: auto; margin-right: auto; }
.hidden { display: none; }
hr { display: none; }
a img { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
code { font-family: "Courier New", Courier, monospace; }
acronym, abbr, span.caps { cursor: help; }
h2.widgettitle { margin-top: 0px; padding-top: 0px; }

.spiffy{display:block;}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eee}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7;
  background:#f2f2f2;}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#f1f1f1}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1;}
.spiffy4{
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7}
.spiffy5{
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2}
.spiffyfg{
  background:#eee;
  overflow:auto;
  }
