/*
Theme Name: Greasy Wiener
Theme URI: http://the greasywiener.com/
Description: Custom theme by Nufish.com.
Version: 1.0
Author: Kevin Compton	
Author URI: http://nufish.com/
Tags: 

	Greasy Weiner v1.0
	http://nufish.com/

	This theme was designed and built by Nufish.com,

	The CSS, XHTML and design is property of nufish.com.

*/

/* GLOBAL */

body {
	background: #fff;
	background-position: top;
	font-size: 14px;
	font-family: Helvetica, Arial;
	color: #3b3b3b;
	margin: 0;
}

small {
	font-size: 10px;
}

hr {
	display: none;
}

img {
	border: none;
}

/* END GLOBAL */

/* ecommerce */

.page-item-439 ul {
	display: none;
}


/* FORMS */

.form-field, textarea {
	border: #d3d3d3 dashed 1px;
	padding: 5px;
}

.form-label {
	font-weight: bold;
	font-style: italic;
	width: 100px;
}

.more-btn {
	padding: 5px 10px;
	background: #fdc619;
	cursor: pointer;
}

.more-btn a {
	color: white;
	text-decoration: none;
}

/* END FORMS */


/* TYPOGRAPHY */

a {
	color: #840101;
	text-decoration: none;
}

a:hover, #menu a:hover, h2 a:hover {
	color: #840101;
	text-decoration: underline;
} 


h1 {
	font-family: Helvetica, Arial;
	font-size: 36px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}

h2 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
}

h3 a {
	font-style: normal;
}

p {
	text-align: justify;
	line-height: 25px;
}

.pagetitle {
	font-family: Georgia;
	font-style: italic;
	padding-top: 30px;
}

.highlight {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #278fcb;
	font-family: Georgia;
}

.bold {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia;
}

/* END TYPOGRAPHY */

/* LAYOUT */

#center {
	background: #f8f2e5 url(images/center_bg.png) repeat-x;
	background-position: bottom;
	padding-bottom: 60px;
}

.wrapper {
	width: 1022px;
	margin: auto;
}

.narrowcolumn {
	float: left;
	width: 580px;
	line-height: 25px;
}

.column {
	width: 280px;
	float: left;
	padding-right: 30px;
	font-size: 12px;
}

#header {
	background: url(images/header_bg.png);
	height: 414px;
	background-position: center;
}

#header .wrapper {
	position: relative;
	height: 414px;
}

#header-right {
	float: right;
	text-align: right;
	padding-right: 60px;
	padding-top: 60px;
}

#photo {
	position: absolute;
	top: -28px;
	left:-5px;
	background: no-repeat;
	background-position: 42px 70px;
}

#content {
	position: relative;
	min-height: 450px;
	padding-left: 42px;
}


#left {
	width: 608px;
	background: url(images/ridge_right.png) repeat-y;
	background-position: right;
	min-height: 1300px;
}

#menu {
	height: 41px;
	line-height: 41px;
	background: url(images/menu_bg.png);
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#menu li {
	float: left;
	margin-right: 10px;
	padding: 0 10px;
}

#menu li:hover {
	background: #fef7df;	
}

#menu li:hover a {
	color: black;
	text-decoration: none;
}

#menu span {
	margin-left: 40px;
}

#menu a {
	color: white;
	font-style: normal;
	text-decoration: none;
}

#sidebar {
	position: absolute;
	width: 372px;
	right:11px;
	top:0;
}

#photoAlbum {
	background: #f0e6d8;
	padding: 15px;
	border: 1px white solid;
}

#photoAlbum img {
	margin-right: 15px;
	margin-top: 0; 
	border: 3px white solid;
}

#flickr-photostream {
	margin-left: 21px;
	width: 330px;
}

#flickr-photostream h2 {
	color: #840101;
}

#sidebar li {
	position: relative;
	margin-bottom: 30px;
}

#sidebar ul {
	padding: 0;
}

#twitter-header {
	background: url(images/twitter_banner.png);
	width: 372px;
	height: 59px;
}

#twitter-header h2 {
	margin: 0;
	color: white;
	padding-left: 20px;
	line-height: 38px;
}

#twitter-content {
	width: 279px;
	padding: 0 25px;
	background: white;
	border-right: 1px solid #e4dcd1;
	border-left: 1px solid #e4dcd1;
	margin-left: 21px;
}

#sidebar ul {
	list-style: none;
	margin-top: 0;
}

#searchform .field {
	border: none;
	background: white;
	height: 36px;
	width: 264px;
	padding-left: 10px;
	font-size: 18px;
	color: #a2a2a2;
	border: 1px solid #e0d8ce;
}

#searchform {
	position: relative;
	width: 330px;
	border: white 1px solid;
	margin-left: 21px;
}

#searchform .button {
	position: absolute;
	top: 0;
	right: 0;
}

#schedule {
	width: 996px;
	height: 179px;
	padding-top: 130px;
	background: url(images/schedule_bg.png) no-repeat;
	margin-bottom: 30px; 
	font-size: 11px;
	line-height: 18px;
	position: relative;
}

#week {
	position: absolute;
	left: 540px;
	top: 27px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}

#schedule h3 {
	font-size: 11px;
	margin: 0;
}

#schedule p {
	line-height: 18px;
	margin: 0;
}

#schedule a {
	font-size: 9px;
	margin: 0;
	line-height: normal;
}

.day {
	width: 120px;
	float: left;
	padding-left: 20px;
}

.schedule-post {
	margin-bottom: 20px;
	height: 55px;
}

#gps {
	position: absolute;
	bottom: 8px;
	left: 258px;
}
	
	/* post */
	
	.post {
		width: 500px;
		padding: 27px;
		padding-bottom: 30px;
		background: url(images/post_bg.png);
		margin-bottom: 50px;
		clear: both;
		position: relative;
	}
	
	.post-bottom {
		background: url(images/post_bottom.png);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 554px;
		height: 8px;
	}
	
	.post-header {
		background: url(images/post_header.png);
		position: absolute;
		top: 0;
		left: -20px;
		width: 543px;
		height: 57px;
		line-height: 37px;
		padding: 0 25px;
	}
	
	.page-header {
		background: url(images/page_header.png);
		position: absolute;
		top: 0;
		left: -20px;
		width: 543px;
		height: 57px;
		line-height: 37px;
		padding: 0 25px;
	}
	
	.post-date {
		margin-top: 40px;
		clear: both;
		font-weight: bold;
	}
	
	.comments-number {
		position: absolute;
		right: 43px;
		top: 2px;
	}
	.comments-number a {
		color: white;
	}
	
	.post-header h2, .page-header h2 {
		margin: 0;
		padding: 0;
		color: white;
	}
	
	.post-header h2 a {
		color: white;
	}
	
	.post-single {
		width: 650px;
		margin-top: 20px;
	}
	
	.post-image {
		float: left;
	}
	
	.post img {
		border: #000 solid 1px;
		margin-bottom: 3px;
	}
	
	.post img:hover {
		background: #d4d4d4;
	}
	
	.post-image:hover {
		border-bottom: none;
	}
	
	.post-name {
		color: #bbbbbb;
		font-family: Georgia;
		font-style: italic;
		font-weight: normal;
		font-size: 12px;
	}
	
	.entry h2 {
		margin-top: 0;
	}
	
	.date {
		font-size: 11px;
	}
	
	.navigation {
		padding-top: 30px;
		padding-left: 3px;
	}
	
	#wordpress {
		padding-bottom: 20px;
		height: 300px;
	}
	
	#mobile {
		height: 400px;
	}
	
	.previous-entry {
		background: url(images/ridge.png) repeat-x;
		background-position: bottom;
		padding-bottom: 20px;
		width: 570px;
		position: relative;
	}
	
	.previous-entry h3 {
		margin-bottom: 10px;
	}
	
	.previous-comment {
		background: url(images/comment_bg.png);
		width: 21px;
		height: 25px;
		padding-left: 15px;
		padding-top: 2px;
		position: absolute;
		right: 0;
		top: 5px;
	}
	
	.previous-comment a {
		color: white;
	}
		
	/* single */
	
	.published {
		font-family: HelveticaNeue-UltraLight, 'Helvetica Neue UltraLight', 'Helvetica Neue', Helvetica, helvetica, arial, sans-serif;
		font-weight: 100;
		font-style: normal;
		position: absolute;
		left: 425px;
	}
	
	.entry {
		padding-top: 30px;
	}
	
	.blogTitle {
		float: left;
	}
	
	.post-single h1 {
		font-family: Georgia;
		font-style: italic;
		font-weight: normal;
		padding-bottom: 60px;
		margin-top: 0;
		position: relative; 
	}
	
	.post-single {
		position: relative;
	}
	
	.post-sidebar {
		position: absolute;
		width: 260px;
		right: 25px;
		top: 100px;
	}
	
	#networks {
		border: 1px solid #efe1d8;
		width: 330px;
		margin-left: 21px;
		color: #840101;
		font-size: 20px;
		font-weight: bold;
		line-height: 68px;
	}
	
	.network {
		background: #f0e6d8;
		border-left: white solid 1px;
		border-right: white solid 1px;
		border-top: white solid 1px;
		border-bottom: #d8cfc2 solid 1px;
		width: 300px;
		padding-left: 28px;
		height: 68px;
	}
	
	.network img {
		float: right;
		margin-right: 20px;
		margin-top: 10px;
	}
	
	/* footer */
	
	#footer {
		height: 318px;
		clear: both;
		background: url(images/footer_bg.png);
		border-top: 1px solid white;
		width: 100%;
		line-height: normal;
	}
	
	#footer-links {
		padding-left: 30px;
		z-index: 2000;
		float: left;
	}
	
	#find {
		float: right;
	}
	
	#footer .wrapper {
		position: relative;
		height: 258px;
		padding-top: 60px;
	}
	
	#cloud {
		position: absolute;
		bottom: 0;
		width: 1027px;
		height: 140px;
		background: url(images/footer_cloud.png);
		z-index: 0;
	}
	
	#footer ul {
		list-style: none;
		padding: 0;
		padding-top: 5px;
		margin: 0;
		width: 100%;
		height: 25px;
	}
	
	#footer li {
		float: left;
		margin-right: 20px;
	}
	
	#copyright {
		font-family: 'Helvetica Neue', Helvetica, Arial;
		font-size: 14px;
		color: #8b7f6d;
	}
	
	#footer li a {
		color: #6e675b;
		font-family: Helvetica, Arial;
		font-weight: bold;
		font-size: 18px;
	}
	
	#contact {
		width: 200px;
		float: left;
		height: 360px;
		padding: 30px 0;
		border-right: 1px solid #d4d3c9;
		padding-right: 20px;
	}
	
	#contact h3 {
		margin-bottom: 0;
	}
	
	#contact h2 {
		margin-bottom: 10px;
	}
	
	#blog {
		float: left;
		padding-top: 30px;
		padding-left: 60px;
		font-size: 12px;
	}
	
	#blog p, #footer p {
		line-height: 25px;
	}
	
	#blog h2 {
		margin-bottom: 0px;
	}
	
	#footer .post {
		padding-left: 0;
		margin-left: 0;
		padding-top: 0;
		width: 270px;
		margin-right: 20px;
	}
	
	#site-info {
		color: #464646;
		clear: both;
		padding-top: 80px;
		font-size: 12px;
	}
	
	#info-left {
		float: left;
		font-weight: bold;
		font-style: italic;
	}
	
	#info-right {
		float: right;
		font-family: Helvetica, Arial;
		font-size: 12px;
	}
	
	/* gallery */
	
	.gallery-nav {
		margin-left: 615px;
		border-left: #0b131b solid 1px;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 50px;
	}
	
	.gallery-nav img {
		max-width: 100px;
		max-height: 100px;
		padding: 5px;
		float: left;
		margin-right: 30px;
		border: 1px solid #1c2f43;
	}
	
	/* comments */
	
	#respond {
		clear: both;
	}

/* END LAYOUT */


