/*
Theme Name: Puck 'N Hockey
Theme URI: http://pucknhockey.com
Description: Theme designed for Puck 'N Hockey based on the Wordpress Starter Theme Project (http://wpcandy.com/articles/the-wordpress-starter-theme-project.html).
Version: 1.0
Author: Eric Rigsby
Author URI: http://rigsb.net
*/

/* Begin Typography & Colors */

body {
background: #C90416 url('images/pnhbackground.png') no-repeat center top;
color: #000000;
font-size: 68.8%;
font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
font-weight: bold;
}

h1 {
font-size: 4em;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
}

a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
} 

#header {
background: #003366;
color: #FFFFFF;
}

#header a, a:link, a:visited {
color: #FFFFFF;
}

#header a:hover, a:active {
color: #C90416;
}

#header .description {
font-size: 1.2em;
}

.header-menu li {
font-size: 1.2em;
}

#content {
background: #FFFFFF;
font-size: 1.2em;
}

#content a, a:link, a:visited {
color: #003366;
}

#content a:hover, a:active {
color: #C90416;
}

.entry p {
font-size: 1.05em;
}

blockquote {
font-style: italic;
}

.postmetadata, .post-byline {
font-size: .938em;
}

.post-byline {
font-weight: bold;
}

#sidebar {
background: #E5E9EC;
color: #003366;
font-size: 1.2em;
}

#sidebar h2 {
font-size: 1.2em;
}

#sidebar a, a:link, a:visited {
color: #003366;
}

#sidebar a:hover, a:active {
color: #C90416;
}

#sidebar-connect_with_pnh {
background: #E5E9EC;
color: #003366;
font-size: 1.2em;
}

#sidebar-pnh_proshop {
background: #FFFFFF;
color: #003366;
font-size: 1.2em;
}

#footer {
background: #003366;
color: #FFFFFF;
}

#footer a, a:link, a:visited {
color: #FFFFFF;
}

#footer a:hover, a:active {
color: #C90416;
}

/* END Typography & Colors */

/* BEGIN Structures */

#wrap {
width: 960px;
margin: 10px auto;
}

#header {
clear: both;
padding: 10px 0;
border: #FFFFFF solid;
border-width: 1px;
}

div.header-title h1 {
margin: 0px;
padding: 0 10px;
}

div.header-descr h3 {
margin: 0px;
padding: 0 10px;
}

div.header-ad {
margin: 0px;
padding: 0 10px;
float: right;
}

#content {
width: 650px;
margin: 10px 0;
padding: 10px 0;
border: #003366 solid;
border-width: 1px;
}

.post {
text-align: justify;
padding: 0 10px;
}

.post-title div, h2 {
margin-bottom: 0;
}

.postmetadata {
clear: left !important;
padding: 0 10px;
margin: 10px 0 0 0;
}

#sidebar {
width: 300px;
min-height: 981px;
float: right;
margin: 10px 0;
border: #003366 solid;
border-width: 1px;
}

#sidebar-connect_with_pnh {
width: 650px;
margin: 10px 0;
padding: 10px 0;
border: #003366 solid;
border-width: 1px;
}

#sidebar-pnh_proshop {
width: 650px;
margin: 10px 0;
padding: 10px 0;
border: #003366 solid;
border-width: 1px;
}

.connect_with_pnh {
margin: 0 auto;
padding: 0 10px;
}

.pnh_proshop {
margin: 0 auto;
padding: 0 10px;
}

#footer {
clear: both;
padding: 10px 0;
border: #FFFFFF solid;
border-width: 1px;
}

div.footer {
text-align: center;
}

div.footer h3 {
margin: 0px;
padding: 0 10px;
}

.navigation {
padding: 10px;
}

.pagetitle {
padding: 0 10px;
}

/* END Structures */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	border: 0 none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

/* End Images */

/* Begin Lists */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
padding-left: 10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin: 5px 10px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 10px 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}

ul#connect_with_pnh_widgets {
padding-left: 0;
}

ul#connect_with_pnh_widgets li {
margin-left: 10px;
padding: 0;
display: inline-block;
*display: inline;
_display: inline;
list-style-type: none;
list-style-image: none;
vertical-align: top;
}

/* End Lists */

/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 208px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align: center;
}

select {
width: 130px;
}

#commentform {
margin: 5px 10px 0 0;
}

#commentform textarea {
width: 100%;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* End Form Elements */

/* Begin Comments*/

#comment-area {
padding: 10px;
}

.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 0px;
list-style: none;
}

.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

.children {
padding: 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}

div.form-label {
float: left;
text-align: right;
margin-top: 10px;
}

div.form-input {
width: 170px;
padding: 0px;
margin: 10px 5px 1px 0;
}

div.form-textarea {
margin-top: 10px;
}

div.form-submit {
margin-top: 10px;
}

/* End Comments */

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
text-align: center;
padding-top: 4px;
margin: 10px;
}

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

.wp-caption p.wp-caption-text {
font-size: 0.8em;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* End captions */

/* BEGIN Gallery fixes */

.gallery {
margin: auto;
}

.gallery .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}

.gallery img {
border: 0 none;
}

.gallery .gallery-caption {
margin-left: 0;
}

.gallery br {
clear:left !important;
}

/* END Gallery fixes */

/* BEGIN Navigation Bar */

#menu-headernav {
background: #E5E9EC;
position: relative;
margin: 20px 0 0;
padding: 0 0 0 40px;
height: 20px;
}

#menu-headernav li {
margin: 0;
padding: 0;
float: left;
list-style: none;
}

#menu-headernav li a {
color: #003366;
background: #E5E9EC;
font-weight: bold;
font-size: 1.3em;
padding: 1px 10px;
display: block;
}
	
#menu-headernav a:hover {
color: #C90416;
text-decoration: none;
}

#menu-headernav li.sub-menu {
float: left;
position: relative;
}

#menu-headernav ul.sub-menu {
display: none;
}

#menu-headernav li:hover ul.sub-menu {
display: block;
padding: 0;
position: absolute;
width: 300px;
z-index: 500;
border:#003366 solid;
background: #E5E9EC;
border-width:1px;
}

#menu-headernav li:hover ul.sub-menu li {
float: left;
display: block;
width: 100%;
padding: 3px 0;
}

/* END Navigation Bar */

/* BEGIN Custom Widgets */

.badges-widget a, img {
border: 0 none;
font-weight: bold;
}

.badges-widget img {
height: 16px;
width: 16px;
vertical-align: middle;
}

.sc-counter-widget div {
text-align: center;
vertical-align: middle;
}

.sc-counter-widget p {
background-image:url('images/weagle.jpg');
background-position: center;
background-repeat: no-repeat;
font-size: 12.313em;
color: #000000;
text-align: center;
vertical-align: middle;
}

/* END Custom Widgets */

/* BEGIN Sociable */

div.sociable { margin: 10px 0 5px; font-size: .938em; }
div.sociable_tagline { margin: 0 0 5px; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
/*	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40); */
}
.sociable-hovers:hover {
/*	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100); */
}

/* END Sociable */

/* BEGIN Sidebar Ads */

.sidebar-ads {
text-align: center;
}

.post-ads {
margin: 10px 0 0;
text-align: center;
}

/* END Sidebar Ads */

/* BEGIN Enhanced Meta Widget */

#emw_loginform {
margin-left: 10px;
text-align: left;
}

/* END Enhanced Meta Widget */

/* BEGIN Avatars */

.avatar { 
float: left;
margin: 0 5px 0 0;
border: 1px solid #ddd;
}

/* END Avatars */

/* BEGIN Google Site Search */

#cse-search-box {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#content-search-results {
background: #FFFFFF;
width: 960px;
margin: 10px 0;
}

#cse-search-results {
margin: 0 10px;
}

/* END Google Site Search */

/* BEGIN Featured Rotator */

#featured-rotator {
 background: #003366 /*url('images/background.png') no-repeat 0px -10px*/;
 width: 630px;
 padding: 0;
 margin-left: 10px;
 height: 400px;
 position: relative;
 color: #fff;
 border: #C90416 solid;
 border-width: 1px;
 overflow: hidden;
 }
 
 #featured-rotator .ui-tabs-panel {
 list-style: none;
 height: 300px;
 overflow: hidden;
 }
 
 #featured-rotator .ui-tabs-panel img {
 vertical-align: middle;
 width: 100%
 }

 
 #featured-rotator h2 {
 position: absolute;
 top: 200px;
 width: 610px;
 padding: 10px;
 color: #fff;
 background: rgb(0, 0, 0); /* fallback color */
 background: rgba(0, 0, 0, 0.7);
 }

 #featured-rotator .ui-tabs-panel a.post-image {
 display: block;
 width: 615px;
 height: 280px;
 float: left;
 margin: 10px;
 background: #ccc;
 position: relative;
 text-decoration: none;
 }

 #featured-rotator .ui-tabs-panel a.post-image .title {
 display: block;
 padding: 10px;
 background: #000;
 background: rgba(0,0,0,.5);
 color: #ccc;
 position: absolute;
 bottom: 0px;
 left: 0px;
 font-size: 18px;
 width: 595px;
 }

 .ui-tabs-hide {display: none !important;}

 #slide-nav {
 padding: 0px;
 margin: 0px;
 position: relative;
 border-top: #fff solid;
 border-width: 1px;
 }

 #slide-nav li {
 float: left;
 list-style: none;
 }

 #slide-nav a {
 display: block;
 float: left;
 width: 136px;
 padding: 12px 10px 10px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 background: url('images/post-line.png') no-repeat right top;
 min-height: 100px;
 }

 #slide-nav li:last-child a {
 background: none;
 }


 #slide-nav .ui-state-active a {
 color: #C90416;
 }

/* END Featured Rotator */

.randomtext {
font-weight: bold;
}

/* Google+ */

div.wdgpo {
position: relative;
display: block;
width: 120px;
}

/* Tweet */

iframe.twitter-share-button {
position: relative;
display: block;
padding-bottom: 2px;
}

/* Like */

.fb_iframe_widget {
display: block;
padding-bottom: 2px;
}
