/*
Theme Name: Waves
Theme URI: http://withwaves.com
Description: Custom site for withWaves site
Version: 0.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: color,waves,vibrant,dark
*/

/* =---------------------------------------- shared */
body {
	/* background: #222 url(images/bg-main.png) no-repeat top center; add -simple to image for lines only */
	background: #222 url(images/bg-wave-concept.jpg) no-repeat center -90px;
	color: #eee;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
}

.wrapper {
	padding: 0 50px;
}

.layout {
	margin: 0 auto;
	width: 879px;
}

/* =---------------------------------------- main nav */
.nav-bar {
	background: url(images/bg-main-nav.png) no-repeat 0 0;
	height: 48px;
}

.links {
	float: left;
	margin: 8px 0 0 13px;
}

.links li {
	float: left;
	width: 70px;
	margin-right: 5px;
}

.links li a {
	display: block;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.links li a:hover {
	color: #fff;
	background-color: #333;
	border-color: #666;
}

.links li a:hover span {
	background-position: bottom left;
}

/* ------------------------------------ search */
#searchform {
	float: right;
	margin: 8px 13px 0 0;
}

.screen-reader-text {
	display: none;
}

#s {
	border: 1px solid #000;
	padding: 5px 2px 4px;
	margin: 1px 0 0;
	color: #fff;
	background: #333;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
}

#searchsubmit {
	background: #222;
	float: left;
	display: block;
	color: #777;
	padding: 4px 7px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 4px;
}

#searchsubmit:hover {
	color: #fff;
	background-color: #333;
	border-color: #666;
}

/* =---------------------------------------- hero */
.hero {}

a.logo {
	background: url(images/bg-logo.png) no-repeat 0 -51px;
	display: block;
	height: 48px;
	width: 136px;
	text-indent: -9999em;
	float: left;
	margin: 15px 0 20px 15px;
}

a:hover.logo {
	background-position: 0 0;
}

/* =---------------------------------------- structural wrapper */
.main-column {}

.topside {
	height: 17px;
	background: url(images/bg-top-wrapper.png) no-repeat 0 0;
}

.inbetween {
	background: url(images/bg-middle-wrapper.png) repeat-y 0 0;
}

.bottomside {
	height: 14px;
	background: url(images/bg-bottom-wrapper.png) no-repeat 0 0;
}

.inner-content {
	background: #fff;
	color: #333;
	padding: 5px 0;
	margin: 0 25px;
}

.content-column {
	float: left;
	width: 500px;
	position: relative;
	margin-left: 5px;
}

/* =---------------------------------------- entries */
.post {
	background: url(images/bg-post-divider.png) no-repeat bottom center;
	padding-bottom: 15px;
	margin-bottom: 32px;
}

.post a {
	color: #3094D6;
}

.post a:hover {
	text-decoration: none;
}

.special-gadget-icon {
	margin-top: -1px;
	margin-left: -45px;
	float: left;
	display: block;
	border: 1px solid #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.special-gadget-icon img {
	height: 36px;
	width: 36px;
	/*border: 1px solid #3FCB5C;*/
	background: #222;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post h2 {
	margin: 10px 0 5px 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: bold;
	width: 440px;
	float: left;
}

.post h2 a {
	text-decoration: none;
	color: #333;
}

.post h2 a:hover {
	color: #B90E0D;
}

.post strong {
	font-weight: bold;
}

.post em {
	font-style: italic;
}

.comment-count {
	float: right;
	margin-top: 4px;
	display: block;
}

.comment-count em {
	font-style: normal;
	display: block;
}

.comment-count a {
	background: url(images/bg-comments.png) no-repeat 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #BF0E0F;
	display: block;
	width: 52px;
	padding-left: 2px;
	height: 44px;
	text-decoration: none;
	text-align: center;
}

.comment-count a:hover {
	background-position: 0 -44px;
}

.comment-count em {
	display: block;
	padding: 12px 0 0;
}

.entry {
	clear: both;
	padding: 15px 0 0;
}

.entry h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	color: #1473BB;
}

.entry img {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #aaa;
	border-bottom-color: #aaa;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.post p,
.post ul,
.post ol,
.post blockquote {
	margin-bottom: 20px;
	line-height: 21px;
}

.post ul,
.post ol,
.post blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

.post ol {
    list-style: decimal-leading-zero;
    margin-left: 40px;
}

.post blockquote {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	color: #555;
}

.post li {
	margin-bottom: 10px;
}

.post ul li {
	padding-left: 26px;
	line-height: 22px;
	background: url(images/icn-blue.png) no-repeat 0 -2px;
	color: #555;
}

.more-links {
	background: url(images/bg-more-links.png) no-repeat 0 0;
	height: 32px;
	margin: 0 0 30px !important;
}

.more-links .first {
	border-right: 1px solid #ccc;
	font-size: 12px;
	color: #777;
	margin: 0 10px;
}

.more-links li {
	padding-left: 0 !important;
	background: none !important;
}

.more-links li, .more-links li a {
	float: left;
	line-height: 32px !important;
}

.more-links li a {
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 21px;
	line-height: 21px !important;
	font-size: 12px;
	color: #777;
	margin: 5px 5px 0 0;
	padding: 0 4px;
	text-decoration: none;
}

.more-links li a:hover {
	background: #eee;
	border-color: #999;
}

/* extra social links */

.tweetmeme-wrapper {
    margin: 8px 0 0 0;
    padding-bottom: 3px;
}

/* ------------------------------------ expand tags for posts */
.more-links li.expand-tags {
	float: right;
	margin-right: 0;
	position: relative;
}

.tags-box {
	display: none;
	position: absolute;
	bottom: 35px;
	right: 0;
	border: 3px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.list-o-tags {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	width: 100px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.list-o-tags li {
	float: none;
	line-height: 21px !important;
	margin: 0;
	padding: 0;
}

.list-o-tags li a {
	background: none;
	float: none;
	margin: 0;
	padding: 0 7px;
	text-align: right;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.list-o-tags li a:hover {
	background-color: #1E6DA3;
	color: #fff;
}

/* =---------------------------------------- sidebar */
.main-sidebar {
	width: 300px;
	float: right;
	margin: 5px 0 0;
}

.sidebar-module {
	background: #fff url(images/bg-vertical-gradient.png) repeat-x bottom left;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 8px 12px;
	margin-bottom: 15px;
}

.module-banner {
	border-top: 2px solid #eee;
}

.module-banner strong {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #2FA847;
	border-top: 2px solid #2FA847;
	margin-top: -2px;
	float: left;
	padding: 7px 0 7px 0;
	width: 93px;
	text-align: right;
}

.module-banner h5 {
	padding: 7px 0;
	font-size: 14px;
	line-height: 16px;
	color: #555;
	font-weight: bold;
	width: 190px;
	margin-left: 97px;
}

.module-banner h5 a {
	color: #555;
	text-decoration: none;
}

.module-banner h5 a:hover {
	color: #000;
}

.module-banner.cats strong {
	color: #1473BB;
	border-color: #1473BB;
}

.module-banner.subs strong {
	color: #B90E0D;
	border-color: #B90E0D;
}

/* =---------------------------------------- featured video snippet */
.video-container {
	border: 1px solid #bbb;
	width: 280px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 10px;
}

.featured-summary {
	color: #666;
	line-height: 18px;
	margin: 0 4px 0 2px;
}

/* =---------------------------------------- ad specials */
.ad-special.mt {
	margin: 0 0 15px;
}

.ad-special.mt p {
	font-size: 12px;
}

.ad-special.mt a {
	text-decoration: none;
	color: #888;
	display: block;
}

.ad-special.mt img {
	margin-bottom: 5px;
}

.ad-special.mt a:hover {
	color: #C00D0D;
}

/* =---------------------------------------- simple sidebar lists */
.simple-sidebar-list {
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: -4px;
}

.simple-sidebar-list li {}

.simple-sidebar-list a {
	display: block;
	text-decoration: none;
	color: #777;
	line-height: 21px;
	padding: 0 5px;
}

.simple-sidebar-list a:hover {
	color: #1473BB;
}

/* =---------------------------------------- subscribe links */
.sub-wrapper {
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: -4px;
}

.subscribe-links {
	overflow: hidden;
	padding: 7px 0 6px 7px;
}

.subscribe-links li {
	float: left;
	margin-right: 5px;
}

.subscribe-links li a {
	background: url(images/subscribe-links-sprite.png) no-repeat 0 0;
	display: block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-indent: -9999em;
	overflow: hidden;
}

.subscribe-links li a:hover, a.active.sub-rss {
	background-position: -32px 0;
}

a.sub-twitter {
	background-position: 0 -32px !important;
}

a:hover.sub-twitter, a.active.sub-twitter {
	background-position: -32px -32px !important;
}

a.sub-email {
	background-position: 0 -64px !important;
}

a:hover.sub-email, a.active.sub-email {
	background-position: -32px -64px !important;
}

li.subscribe-desc {
	width: 155px;
	height: 32px;
	overflow: hidden;
}

.subscribe-desc p {
	line-height: 32px;
	padding-left: 4px;
	color: #555;
}

/* =---------------------------------------- specials */
a.special-grn {
	font-size: 13px;
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
	background: url(images/btn-green-right.png) no-repeat top right;
	width: 90px;
	text-align: center;
	padding-right: 3px;
	margin-top: 4px;
	margin-bottom: -4px;
}

a:hover.special-grn {
	background-position: bottom right;
}

a.special-grn span {
	display: block;
	line-height: 26px;
	height: 26px;
	background: url(images/btn-green-left.png) no-repeat top left;
	padding-left: 3px;
}

a:hover.special-grn span {
	background-position: bottom left;
}

/* =---------------------------------------- comments stuff */
.discussion {
	margin-top: -15px;
}

#comments {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.commentlist {
	background: #FFFFE8;
	border: 1px solid #D8D872;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}

.commentlist li {
	margin: -1px 15px 20px;
	border-top: 1px solid #DEDECA;
	padding-top: 15px;
}

.commentlist li ul {
	margin: 0 20px 15px;
	list-style: disc;
}

.commentlist li ul li {
	border: 0;
	margin: 0 0 7px 0;
	padding: 0;
}

.commentlist p {
	clear: both;
	line-height: 18px;
	margin-bottom: 10px;
}

.comment-author.vcard img {
	float: left;
	margin: -1px 5px 10px 0;
}

.comment-author.vcard a, .comment-author.vcard .fn {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	line-height: 16px;
}

.comment-author.vcard a {
	color: #1473BB;
}

.commentlist p a {
	color: #1473BB;
}

.commentlist p a:hover {
	text-decoration: none;
}

.comment-author.vcard .says {
	display: none;
}

.commentmetadata {
	font-size: 12px;
	line-height: 16px;
}

.commentmetadata a {
	color: #888;
	text-decoration: none;
}

.commentmetadata a:hover {
	color: #1473BB;
}

/* =---------------------------------------- respond form */
#respond h3 {
	font-size: 14px;
	line-height: 16px;
	color: #2FA847;
	font-weight: bold;
	margin: 15px 0 7px;
}

#commentform {
	background: #fff url(images/bg-vertical-gradient.png) repeat-x bottom left;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 8px 12px;
	margin: 0 0 15px;
}

#commentform p a {
	color: #3094D6;
}

#commentform small {
	font-size: 12px;
	color: #777;
}

#commentform p {
	background: #eee;
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#author, #email, #url, #comment {
	background: #fff url(images/bg-field.png) repeat-x 0 0;
	border: 1px solid #ccc;
	border-top-color: #999;
	font-size: 13px;
	padding: 3px 2px;
	color: #333;
	font-family: helvetica, arial, sans-serif;
}

#comment {
	width: 465px;
}

.no-wrapper {
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: -4px !important;
}

/* =---------------------------------------- column navigation */
.navigation {
	overflow: hidden;
	margin: -15px 0 20px;
}

.navigation a {
	background: url(images/icn-next-previous-sprite.png) no-repeat 0 0;
	height: 32px;
	line-height: 36px;
	display: block;
	text-decoration: none;
	color: #aaa;
}

.navigation a:hover {
	color: #555;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignleft a {
	background-position: 0 0;
	padding-left: 36px;
}

.navigation .alignright {
	float: right;
}

.navigation .alignright a {
	background-position: right -32px;
	padding-right: 36px;
}

/* ------------------------------------ closing info */

.closing-info {
	overflow: hidden;
	background: url(images/bg-horizontal-dark.png) repeat-x bottom left;
	margin-top: 25px;
	padding-bottom: 35px;
}

.info-module {
	float: left;
	width: 280px;
	margin: 0 0 0 11px;
}

.info-module h5 {
	font-weight: bold;
	font-size: 18px;
	color: #FFD945;
	margin-bottom: 10px;
}

.info-module p {
	color: #888;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
	margin-right: 15px;
}

.info-module p a {
	color: #44ADEF;
}

.info-module p a:hover {
	text-decoration: none;
}

ul.avatars {}

.avatars li {
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #555;
	margin: 0 5px 5px 0;
	padding: 2px;
	background: #333;
}

.avatars li a {
	background: url(images/four-devs.png) no-repeat 0 0;
	display: block;
	height: 125px;
	width: 125px;
	text-align: center;
	line-height: 125px;
	color: #44ADEF;
	text-indent: -9999em;
}

.avatars li a:hover {
	cursor: pointer !important;
}

a.derek {
	background-position: -375px 0 !important;
}

a:hover.derek {
	background-position: -375px -125px !important;
}

a.justin {
	background-position: 0 0 !important;
}

a:hover.justin {
	background-position: 0 -125px !important;
}

a.nick {
	background-position: -250px 0 !important;
}

a:hover.nick {
	background-position: -250px -125px !important;
}

a.raul {
	background-position: -125px 0 !important;
}

a:hover.raul {
	background-position: -125px -125px !important;
}

/* =---------------------------------------- footer */
.footer {
	padding: 20px 0 80px;
	text-align: center;
	clear: both;
	color: #aaa;
}

.footer a {
	color: #eee;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* =---------------------------------------- for images */
img.alignright {
	float: right;
	margin: 2px 0 7px 7px;
}

img.alignleft {
	float: left;
	margin: 2px 7px 7px 0;
}