/*
Theme Name: tw-silver
Theme URI: http://travis-wetzel.com
Description: The clean and silver look designed by Travis Wetzel. Follow Travis on Twitter <a href="http://twitter.com/travwetzel">@travwetzel</a>.
Version: 1.0
Author: Travis Wetzel
Author URI: http://travis-wetzel.com
Tags: silver, clean, gray, simple, tw,
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";



/* GENERAL */
* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: 0;
}

body {
	background: url(images/bg.jpg) repeat-x #2f2d2d;
}

a img, a:visited img, a:hover img {
	border: none;
	border-bottom: 0px dotted #000;
	background: none;
}

dt.gallery-icon a {
	border: none !important;
}

ul.addtoany_list a {
	border: none !important;
}



/* TYPOGRAPHY */
p {
	margin: 10px 0;
}

.wp-caption-text, .gallery-caption {
	font: 10px Verdana, sans-serif;
}


/* LAYOUT */
#page-wrap {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#header {
	width: 100%;
	height: 128px;
	background: url(images/logo.png) bottom left no-repeat;
}

#header #logo a {
	display: block;
	position: relative;
	text-indent: -999em;
	top: 26px;
	width: 628px;
	height: 101px;
	float: left;
}

#nav-search-container {
	float: right;
	margin-top: 25px;
}

#nav, #nav a {
	font: normal 16px Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	color: #666;
	border-bottom: 2px dotted #000;
}

#search-container {
	margin-top: 10px;
}

input#s {
	background: transparent url(images/search-bar.png) top left no-repeat;
	width: 165px;
	float: left;
	margin-left: 20px;
	border: none;
	padding: 5px;
}

input#searchsubmit {
	background: transparent url(images/search-go-button.png) top left no-repeat;
	height: 22px;
	width: 27px;
	border: none;
	float: right;
	text-indent: -10000px;
}

#content-container {
	width: 100%;
	overflow: auto;
}

#main-content {
	font: normal 14px Century Gothic, sans-serif;
	float: left;
	width: 725px;
	padding: 20px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
}

#main-content h2 a, #main-content h2 {
	font: normal 25px Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	border-bottom: none;
	padding: 0 0;
	background: none;
}

#main-content h2 a:hover {
	color: #000;
}

#main-content a:hover {
	color: #666;
	border-bottom: 2px dotted #05ab05;
	text-decoration: none;
}

#main-content h3 {
	font: bold 14px Helvetica, sans-serif;
	color: #333;
}

#main-content a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px dotted #05ab05;
	background: none;
}

#main-content li {
	margin-left: 50px;
	list-style: circle;
}

.post-meta {
	font: normal 10px Helvetica, sans-serif;
}

.post-meta a {
	line-height: 17px;
}

textarea#comment {
	width: 100%;
}

.wp-caption {
	text-align: center; 
	margin: 10px 10px 10px 0px;
}

.wp-caption a:hover, .wp-caption a:active, .wp-caption a {
	border: none !important;
	background: none !important;
	text-decoration: none !important;
}

/* GALLERIES */
.gallery {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	background: #666;
}
	
.gallery-item {
	margin-top: 15px;
}
	



/* SIDEBAR */
#sidebar {
	float: right;
	width: 215px;
	padding-left: 20px;
}

#sidebar h1, .categories {
	font: normal 20px Helvetica, sans-serif;
}

/* CATEGORIES */
#sidebar li.cat-item a {
	font: normal 14px Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#sidebar li.cat-item a:hover {
	color: #000;
	border-bottom: 2px dotted #05ab05;
}

#sidebar li.current_page_item a {
	color: #666;
}

/* TWITTER */
#twitter {
	margin-top: 25px;
	height: 158px;
	font: 12px georgia, serif;
}

#twitter-feed {
}

#twitter ul {
	list-style: none;
}

.tweet {
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: justify;
}

.tweetText a {
	text-decoration: none;
	color: #fff;
}

.tweetText a:hover {
	color: #000;
	border-bottom: 2px dotted #05ab05;
}

.tweetTime {
	float: right;
	font-size: 11px;
	font-style: italic;
	color: #999;
	line-height: 20px;
}

.bird {
	vertical-align: middle;
	padding-left: 8px;
}

/* FLICKR */
#flickr {
	margin-top: 60px;
}

#flickr a img {
	border: none;
}

.circles {
	vertical-align: top;
	padding-left: 8px;
	padding-bottom: 8px;
}

.flickr_badge_image	{
	float: left;
	margin: 1px 11px 6px 4px;
	background: #666;
	padding: 4px;
	border: none;
}

.flickr_badge_image a img {
	opacity:0.80;
	filter: alpha(opacity=85);
}

.flickr_badge_image a img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}



/* CONTACT FORM */
#wpcf {
	width: 60%;
	height: 247px;
	background-color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	padding: 10px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	background: none;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}



/* FOOTER */
#footer {
	float: left;
	width: 765px;
	padding: 0px;
	background: none;
	margin-top: 20px;
}

#footer h3 {
	font: normal 16px Helvetica, sans-serif;
	display: block;
	border-bottom: 2px dotted #666;
	margin-bottom: 10px;
}

#recent-container, #links-container, #social-container {
	float: left;
	width: 26.3%;
	background: #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	padding: 20px;
	height: 150px;
}

#recent-container, #links-container {
	margin-right: 20px;
}

#recent-container li a, #links-container li a, #social-container li a {
	font: normal 12px Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

#recent-container li a:hover, #links-container li a:hover, #social-container li a:hover {
	color: #000;
}

#social-container li, #social-container li a {
	font-size:  16px;
	margin-bottom: 3px;
	padding: 3px;
}

#social-container li a {
	padding-left: 31px;
}

#social-container .twitter {
	background: transparent url(images/twitter.png) no-repeat scroll left center;
}

#social-container .facebook {
	background: transparent url(images/facebook.png) no-repeat scroll left center;
}

#social-container .flickr {
	background: transparent url(images/flickr.png) no-repeat scroll left center;
}

#social-container .rss {
	background: transparent url(images/rss.png) no-repeat scroll left center;
}

#footer .copyright, #footer .copyright a {
	font: normal 10px Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}

#footer .copyright a:hover {
	color: #999;
}