﻿/*
Theme Name: PewterMug41
Theme URI: http://pewtermug41.com/
Description: The default WordPress theme for PewterMug.
Version: 1.0
Author: Benzing Technologies
Author URI: http://benzingtech.com/
Tags: custom
*/
@import "reset.css";

a,img{outline:none;}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {
	position: relative;
	width: 980px;
	}

.postmetadata {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	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;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}


body {
	background: url('images/bg.jpg') repeat;
	font-size: 0.75em;
	font-family: Arial;
	width: 100%;
	height: 100%;
	margin:0 !important;
	padding-top: 5px;
	padding-bottom: 50px;
	overflow: -moz-scrollbars-vertical;
}
h1{
	display:none;
}
h2{
	font-size: 2em;
	color: #fff;
}
h3{
	font-size: 2.45em;
}
h3.mid {
	font-size: 2.15em;
	white-space:nowrap;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
small{
	font-weight: bold;
	text-transform:uppercase;
	margin-right:2px;
	font-size: 1em;
}
#content{
	display: block;
	background: transparent;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#header{
	display: block;
	border-top: 2px solid white;
	height: 461px;
	width: 100%;
	background-color: #000;
}
#header2{
	border-top: 2px solid white;
	border-bottom: 2px solid #fff;
	height: 174px;
	width: 100%;
	background-color: #000;
}
#header-content{
	position: absolute;
	width: 402px;
	height: 410px;
	z-index: 100;
	margin-left: 16px;
}
#header-content2{
	position: absolute;
	width: 402px;
	height: 174px;
	z-index: 100;
	margin-left: 16px;
}
#header-shadow{
	background: url('images/header-shadow.png') no-repeat;
	position: absolute;
	width: 908px;
	height: 461px;
	z-index: 10;
}
#header-shadow2{
	background: url('images/header-shadow-small.png') no-repeat;
	position: absolute;
	width: 908px;
	height: 174px;
	z-index: 10;
}
#header-image{
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 461px;
	z-index: 1;
	overflow:hidden;
}
#header-image img {
	margin-left: 385px;
}
#header-image2{
	/*background: url('images/primerib.jpg') 385px 0px no-repeat;*/
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 174px;
	z-index: 1;
}
#header-image2 img {
	height: 174px;
}
#icontact {
	position: absolute;
	z-index: 1001;
	margin-left: 440px;
	margin-top: 360px;
	color: #fff;
	text-align: center;
}
#icontact input {
	height: 18px;
}
#SignUp table.signupframe {
	background: transparent;
	border: 0;
}
#SignUp td {
	padding: 5px;
	color: #fff;
}

#menu td {
 	padding:10px;
	vertical-align: top;
}
table#menu {
	margin-top: 10px;
}

#nav{
	position: relative;
	clear: both;
	height: 20px;
	width: 100%;
	padding: 8px;
	padding-left: 16px;
	margin-top: 425px;
	background: url('images/nav-bg.png') repeat-y;
	z-index: 1000;
}
#nav a:hover {
	text-decoration: none;
}
#nav h4{
	float: left;
	font-size: 1.65em;
	font-weight: bold;
	margin-right: 20px;
	color: #000;
}
#nav li {
	display: inline;
}
#nav2{
	position: relative;
	float: left;
	clear: both;
	height: 20px;
	width: 100%;
	padding: 8px;
	padding-left: 16px;
	margin-bottom: 10px;
	background: #c0c0c0 url('images/nav-bg.png') repeat-y;
	z-index: 1000;
}
#nav2 a:hover {
	text-decoration: none;
}
#nav2 h4{
	float: left;
	font-size: 1.65em;
	font-weight: bold;
	margin-right: 20px;
	color: #000;
}
#nav2 li {
	display: inline;
}
#page-content{
	display: block;
	width: 100%;
	height: 580px;
	color: #fff;
	padding-left: 16px;
	background: #000 url('images/content-bg.png') bottom repeat-x;
	border-bottom: 2px solid #fff;
}
#page-content p {
   padding-top: 8px;
}
#menu-tabs {
	height: 465px;
	width:1000px;
	overflow: auto;
	margin-top: 1em;
}
.ui-tabs-panel p {
}
#sidebar {
	padding-top: 15px;
	padding-right: 10px;
	float:left;
	width:236px;
	height: 100%;
}
#sidebar p {
	margin-bottom: 10px;
}
#sidebar2 {
	padding-top: 15px;
	float:left;
	width:350px;
	height: 100%;
}
#sidebar2 p {
	margin-bottom: 10px;
}
#sidebar a {
	color: #fff;
	text-decoration: underline;
}
#sidebar h2{
	margin-top: 15px;
	margin-bottom: 5px;
}
#sidebar h3{
	color:#fff;
}
#sidebar #dbem-rsvp-form {
	width: 90%;
	background: #fff;
	padding: 5px;
	color: #000;
	margin-bottom: 10px;
}
#sidebar #dbem-rsvp-form th {
	vertical-align: top;
}
#sidebar #dbem-rsvp-form input {
	margin-bottom: 5px;
}
#sidebar #dbem-rsvp-form select {
	margin-bottom: 5px;
}
#sidebar #dbem-rsvp-form textarea {
	margin-bottom: 5px;
	width: 125px;
}
#sidebar ul{
	padding-left: 15px;
}
#sidebar ul a{
	font-weight:bold;
	text-decoration: underline;
}
#bottom-content {
	margin-top: 10px;
	position: absolute;
	float:left;
	margin-top: 362px;
	width: 980px;
	height: 218px;
	vertical-align: top;
}
#right-content {
	float:left;
	padding-top: 15px;
	width: 744px;
	height: 100%;
}
#right-content p {
	margin-bottom: 10px;
}
#right-content2 {
	float:left;
	padding-top: 15px;
	width: 630px;
	height: 100%;
}
#right-content2 p {
	margin-bottom: 10px;
}
#right-content .dbem-calendar-table {
	width: 702px;
	height: 500px;
	color:#000;
	background-color:#f3f3f3;
	margin:0;
	padding:0;
	border: 1px solid #000;
}
#right-content .days-names {
	background-color: #fff;
}
#right-content .days-names  td{
	text-align: center;
	border: 1px solid #f3f3f3;
}
#right-content .eventless{
	border: 1px solid #e2e2e2;
	text-align: left;
	background: #e9e9e9;
	height: 15%;
	vertical-align:top;
}
#right-content .eventful {
	height: 15%;
	border: 1px solid #e2e2e2;
	background: #499aea;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
#right-content .eventful a {
	color: #fff;
	font-size: 12px;
}
#right-content .eventful-today {
	height: 15%;
	border: 1px solid #e2e2e2;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
	font-size: 12px;
}
#right-content .eventful-today a {
	color: #fff;
	font-size: 12px;
}
#right-content .eventless-today {
	height: 15%;
	border: 1px solid #e2e2e2;
	background: #d0deff;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
#right-content .eventless-post {
	border: 1px solid #fff;
	text-align: left;
	color: #cfcfcf;
	vertical-align:top;
}
#right-content .eventful-post {
	border: 1px solid #fff;
	text-align: left;
	color: #969696;
	vertical-align:top;
}
#right-content .eventful-post a {
	color: #969696;
}
#right-content .eventful-pre {
	border: 1px solid #fff;
	text-align: left;
	vertical-align:top;
}
#right-content .eventless-pre {
	border: 1px solid #fff;
	text-align: left;
	vertical-align:top;
}
#right-content .eventless-post {
	border: 1px solid #fff;
	text-align: left;
	vertical-align:top;
}
#right-content .month_name{
	font-size: 1.5em;
	text-align: center;
}
#right-content a.next-month {
	color:#000;
	margin-right: 15px;
	float: right;
}
#right-content a.prev-month {
	color:#000;
	margin-left: 15px;
	float: left;
}
#right-content .fullcalendar thead td {
	border: 0;
}
#right-content .fullcalendar thead {
	border: 1px solid #fff;
}
#right-content .fullcalendar tbody {
	border: 1px solid #fff;
}
#right-content .fullcalendar tbody td {
	width: 117px;
	font-size: 9pt;
}
#right-content .fullcalendar tbody td a{
	font-size: 9pt;
}
#right-content .fullcalendar tbody td li{
	margin-top: 5px;
}
#footer{
	height:323px;
	width: 100%;
	background: #e7b42a url('images/footer-bg.png') repeat-x;
	overflow:hidden;
}
#footer2{
	height:28px;
	width: 100%;
	display: block;
	background: #e7b42a url('images/footer-bg.png') repeat-x;
}
#copyright{
	display: block;
	height: 42px;
	width: 100%;
	background: url('images/copyright-bg.png') repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin-top: -15px;
}
#c_content{
	position: absolute;
	margin-left: 16px;
	width: 969px;
	padding-top: 13px;
	height: auto;
}
strong{font-weight:bold;}
.box{
	float: left;
	width:292px;
	height:259px;
	padding: 16px;
	padding-right: 18px;
	padding-left: 18px;
	background: url('images/sperator-yellow.jpg') top right no-repeat;	
}
.end{
	background: none;
}
.black{
	color: #000;
}
.white{
	color: #fff;
}
.clear{
	clear:both;
}
.mt10{
	padding-top: 10px;
}
.mt40{
	margin-top: 40px;
}
.mb5{
	padding-bottom: 5px;
}
.mb10{
	padding-bottom: 10px;
}
.mr10{
	padding-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.trt{
	text-align: right;
}
.center{
	margin: 0 auto;
}
.flt{
	float: left;
}
.frt{
	float: right;
}
.blue{
	border: 1px solid #38468c;
	margin-top: 0.5em;
}
.cufon-loading h2,.cufon-loading h3,.cufon-loading h4 {
	visibility: hidden !important;
}
.gmnoprint {color:#000;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
