/*
Theme Name: Spikeball
Theme URI: http://www.spikeball.com/
Description: custom theme for <a href="http://community.spikeball.com/">Spikeball.com community</a>
Version: 1.0
Author: modified by Gemma Baltazar
Author URI: http://www.theladyprogrammer.com/
*/

/* GENERAL STYLES */

body {
	color: #000;
	background: #A69600 url(images/stripe-yellow.png);
        font: 11pt Arial, Verdana, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

h2 {
	font-size:24px;
	letter-spacing:-1px;
}

input[type="text"], textarea {
        background:url("images/bg-input.png") repeat-x scroll 0 0 #FFFFFF;
        border:1px solid #CCCCCC;
        color:#333333;
        font:9pt Arial,Verdana,sans-serif !important;
        padding:5px 8px 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input[type="submit"] {
        background: #000;
        color: #fff;
        font: bold 12pt Arial, Verdana, sans-serif;
        padding: 5px;
        border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type="submit"]:hover {
        background: #222222;
}

img.alignleft {
float: left;
margin: 0 5px 5px 0;
}

img.alignright {
float: right;
}

h3 {
	font-size:20px;
}

h3 span {
	color:#fc3;
}

h4 {
	color:#666;
	font-size:16px;
	line-height:1.3em;
	padding:5px 0;
}

p, h2 {
	line-height:1.3em;
}

p {
	margin:1em 0;
}

a {
	text-decoration:none;
	color:#999;
}

ul, ul ul, ul ul ul {
list-style-position: inside;
}

ul {
list-style-type:  disc;
}

ul ul {
list-style-type: square;
}

ul ul ul {
list-style-type: circle;
}

.clear {
	zoom:1;
}

.clear:after {
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}

#page {
width: 980px;
margin: 0 auto;
background: url(images/bg-page.png);
}

/* HEADER STYLES */

#hwrap {
        height: 100px;
}

#header,
#content,
#footer {
	width: 960px;
	margin:0 auto;
	position:relative;
}

#header {
background: transparent url(images/bg-header.png) repeat-x;
height: 90px;
}

#social-links {
	position:absolute;
	right:30px;
	bottom:0;
	padding:10px 15px 5px 10px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background:#fff;
}

#social-links a {
	margin-left:5px;
}

/* NAVIGATION STYLES */

#nav {
	float:right;
	font-size:14px;
	margin:15px 25px 0 0;
        list-style-type: none;
}

#nav li {
	float:left;
	padding:10px 0;
}

#nav li a {
	padding:5px 10px;
	color:#554800;
        border: 1px solid #FFE600;
}

#nav li a:hover {
        color: #000;
        border: 1px solid #A69600;
        background: #FFED40;
        -moz-border-radius: 5px;
}

#nav li.home a {
//	border-right:1px solid #000;
}

#nav li.about a {
//	border-right:1px solid #000;
}

#nav a {
	font-weight:bold;
        text-shadow: 1px 1px 1px #FFF273;
}

/* CONTENT STYLES */

#logo {
        background:url("images/logo_spikeblog.png") no-repeat scroll 0 0 transparent;
        display:block;
        height:85px;
        text-indent:-9999px;
        width:300px;
        float: left;
}

.title {
        border-bottom: 2px dotted #aaa;
        margin: 5px 0;
        font-size: 16pt;
        line-height: normal;
}

.title a {
        color: #333 !important;
}

.title a:hover {
        color: #000 !important;
}

h2.pagetitle {
	font-size:28px;
	color:#666;
	margin-bottom:15px;
}

#content {
	padding:44px 0 22px 0;
}

/* LEFT COLUMN */

#ltcol {
	margin:0 33px 0 12px;
	float:left;
	width:640px;
}

#ltcol #prevnext {
        font-size: 8pt;
        font-style: italic;
}

#ltcol p {
        line-height: 22px;
}

#ltcol .post {
        margin: 10px 0 15pt;
}

#ltcol .post .date {
	color:#333;
        font-weight: bold;
        font-size: 8pt;
        margin: 0 5px 15px;
        text-align: right;
}

#ltcol .post a {
	color:#00aeef;
}

#ltcol .post h3 a {
	color:#333;
	text-decoration:underline;
	line-height:1.5em;
}

#ltcol .post img {
        background: #eee;
        border: 1px solid #ddd;
        padding: 2px;
}

#ltcol #tags, #ltcol #tags a {
        color: #666;
        font-style: 10pt;
}

#ltcol #tags a:hover {
        color: #000;
}

#ltcol .postmetadata, #ltcol .postmetadata a {
        color: #999;
}

#ltcol .postmetadata a:hover {
        color: #333;
}

#ltcol .postmetadata {
        border-top: 1px solid #ddd;
        border-bottom: 1px dotted #eee;
        padding: 10px 20px;
        font: 8pt Verdana, Arial, sans-serif;
        margin: 0;
        clear:both;
}

#ltcol .more-link {
        display: block;
        background: #000;
        color: #fff !important;
        padding: 5px 10px;
        width: 85px;
        font-weight: bold;
        font-size: 8pt;
        margin: 10px auto 15px 520px;
        text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#ltcol .more-link:hover {
        background: #222;
}

#commentform input[type="text"], #commentform textarea {
        border: 1px solid #aaa;
        font: 11pt Arial, Verdana, sans-serif;
}

#commentform label {
        color: #555;
}

#commentform textarea {
        width: 590px;
}

#commentform input[type="submit"] {
        padding: 10px;
}

/* RIGHT COLUMN */

#rtcol .widgettitle {
        background: url(images/bg-sidebar-title.png) no-repeat;
        padding: 3px;
        margin: 0 0 5px;
        color: #554800;
        text-shadow: 1px 1px 1px #FFF273;
        text-align: center;
}

#rtcol {
	float:left;
	width:260px;
}

#rtcol p {
	font-size:12px;
}

#rtcol .widget_search,
#search {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px 15px 10px 15px;
	margin-bottom:25px;
}

#rtcol .widget_search {
	margin: 50px 0;
}

#rtcol .widget_search h3 {
	margin-bottom:15px;
}

#rtcol .widget_search form div {
	text-align:right;
}

#rtcol .widget_search input#s {
	width:180px;
	display:block;
	font-size:14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
        float: left;
}

#links {
	background:#daf4fd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px 15px 10px 15px;
	margin-bottom:25px;
}

#rtcol ul {
	text-align:center;
        margin: 0 5px;
        list-style-type: none;
}

#rtcol ul li {
	text-align:left;
}

#rtcol ul ul {
	margin:15px 0 15px 15px;
}

#rtcol li {
	line-height:1.3em;
}

#rtcol p {
	margin-top:0;
	color:#999;
	font-weight:bold;
}

#rtcol a {
	font-size:14px;
        color: #555;
}

#rtcol a:hover {
        color: #000;
}

#rtcol strong {
	font-weight:bold;
	color:#333;
}

#rtcol abbr {
	border-bottom:1px dashed #00aeef;
}

div.alignleft {
	float:left;
}

div.alignright {
	float:right;
}

#rtcol .widget {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 0;
	margin-bottom:25px;
        overflow:hidden;
}

#rtcol #searchform input[type="submit"] {
        font-size: 9pt;
        padding: 3px;
}

/* FOOTER STYLES */

#footer {
	color:#666;
        background: transparent url(images/bg-footer.png) repeat-x;
        height: 75px;
}

#footer p,
#footer ul {
	float:left;
}

#footer ul {
	margin-top:20px;
}

#footer p {
	margin:20px 20px 0 100px;
}

#footer li {
	float:left;
	margin-right:10px;
	line-height:1.3em;
}

#acornhost {
	display:block;
	float:right;
        margin: 10px 15px 0 0;
}

#acornhost img {
        background: #111;
        border: 1px solid #333;
        padding: 2px;
}

/* flickrpress */
.flickrpress-container .flickrpress-items div {
background: transparent !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}

.flickrpress-container .flickr_item_view_squares img {
border: 1px solid #ccc;
}

/* tubepress */
.tubepress_thumbnail_area {
margin: 0 !important; // removes the space at the top of the videos
}

.tubepress_thumbs {
padding: 0 !important;
}

.tubepress_thumb img {
margin: 10px auto 0 !important;
display: block;
background: #222;
padding: 5px;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}

.tubepress_meta {
background: #222 !important;
color: #fff !important;
width: 250px;
margin: 0 auto !important;
padding: 3px 5px;
}

.tubepress_meta_description {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
}

/* wp page numbers */
#pagenavi {
clear: both;
padding: 15px 0 0;
}

#wp_page_numbers li.active_page a {
background: #111 !important;
border-top: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
}

#wp_page_numbers li a:hover {
border-bottom:2px solid #000 !important;
border-top:2px solid #000 !important;
color:#000 !important;
}

/* buy links */
.buy {
background: url("http://community.spikeball.com/wp-content/themes/spikeblog/images/buy-spikeball.png") no-repeat 0 2px;
height: 40px;
width: 162px;
color: #554800 !important;
font-size: 12pt !important;
font-weight: bold;
padding: 10px 0;
display:block;
text-shadow: 1px 1px 1px #FFF273;
text-align: center;
}
.buy:hover {
background-position: -175px 0;
margin-bottom: 4px;
padding: 8px 0;
}