/*
Theme Name: The Geoff Smith
Theme URI: http://thegeoffsmith.com
Description: Custom theme for Geoff
Version: 1.0
Author: Nicholas Young
Tags: Custom
*/

/*
	This is my last site for a while. I thought it best to sign it somehow....
*/

/* Webkit font slimming */
@media only screen and (max-device-width: 480px) {
	body {
		-webkit-text-stroke: 0 black;
	}
}
@font-face {
	font-family: 'Aero';
	src: url(fonts/Aero_400.ttf);
	format: truetype;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* Widget Hacks */
.widget form#searchform label {
	display: none;
}
.widget form#searchform input#s {
	margin-left: 20px;
	margin-right: 10px;
	height: 25px;
	font-size: 13px;
	border: none;
	background: #999999;
}
.widget form#searchform input#searchsubmit {
	height: 28px;
	width: 60px;
	text-transform: uppercase;
	color: #000;
	background: #FFF;
	border: none;
	cursor: pointer;
	font-size: 13px;
}
body {
	background: url(images/background.png);
	margin: 0px;
	-webkit-text-stroke:1px transparent; /* More Webkit font slimming */
	font-family: "Helvetica";
}
.aero {
	font-family: 'Aero';
}
img a {
	border: none;
}
h1 {
	font-family: 'Aero';
}
h2 {
	font-family: 'Aero';
}
h3 {
	font-family: 'Aero';
	font-size: 20px;
}
.wide_ribbon_top {
	width: 100%;
	height: 59px;
	background: url(images/ribbon_stripe.png) repeat-x;
	position: absolute;
	top: 248px;
	z-index: -1;
}
.wide_ribbon_bottom {
	width: 100%;
	height: 59px;
	background: url(images/ribbon_stripe.png) repeat-x;
	position: relative;
	bottom: 65px;
	z-index: -1;
}
.wrapper {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.geoff_header {
	width: 960px;
	height: 135px;
	margin-top: 20px;
	background: url(images/geoff_header.png) top center no-repeat;
}
.content_header {
	width: 960px;
	height: 92px;
	padding-bottom: 30px;
	background: url(images/content_header.png) top center no-repeat;
}
.top_menu {
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: 70px;
	margin-bottom: 20px;
}
ul.inline {
	list-style-type: none;
	margin: 0px;
	width: 940px;
}
ul.inline li {
	display: inline;
	margin-right: 10px;
	text-transform: uppercase;
}
ul.inline li a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.content_wrapper {
	width: 960px;
	height: auto;
	min-height: 200px;
	margin-top: -30px;
	background: url(images/content_wrapper_bg.png) top center repeat-y;
}
.content_inside {
	width: 580px;
	height: auto;
	margin-left: 45px;
	float: left;
}
.right_sidebar {
	width: 312px;
	float: right;
}
.player_container {
	margin-top: 0px;
}
.widget {
	width: 312px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.widget_title {
	width: 312px;
	height: 65px;
	margin-left: -2px;
	background: url(images/ribbon.png) top right no-repeat;
}
.widget_content {
	width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: 35px;
}
.textwidget {
	width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: 35px;
}
.widget_title h2 {
	color: #FFFFFF;
	font-weight: lighter;
	border: none;
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 11px;
	text-align: center;
}
.content_footer {
	width: 960px;
	height: 213px;
	margin-top: -59px;
	margin-bottom: 30px;
	background: url(images/content_footer.png) top center no-repeat;
}

/* Tweaks */
.social_links img {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.featured_video {
	/*padding: 10px #333333 solid;*/
}
.post_content {
	font-family: "Helvetica";
	font-size: 16px;
}
/* Default Wordpress CSS */
aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
a {
	color: #000000;
	text-decoration: underline;
}