/*
Theme Name: Geiger Shooting Range Theme
Theme URI: http://geigershootingrange.com/
Description: Theme for geigersootingrange.com
Version: 1.0
Author: Michal & Robin Poluch
Author URI: http://revosmedia.com/


*/


* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #4b322f;
}
a:visited {
	color: #4b322f;
}
a:hover {
	color: #4b322f;
}
a:active {
	color: #4b322f;
}
html {
	background-image:url(images/layout/pagebg.jpg);
	background-repeat:repeat-x;
	background-color:#f3f0da;
	height:100%;
}
body {
	height:100%;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414042;
	line-height:16px;
}
.twoColFixRtHdr #container {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	height:415px;
}
.twoColFixRtHdr #header .logo {
	height:116px;
}
.twoColFixRtHdr #header .logo img {
	border:0;
}
.twoColFixRtHdr #header .header_content {
	width:792px;
	height:299px;
}
.twoColFixRtHdr #header .header_content .cont_left {
	width:556px;
	height:299px;
	float:left;
}
.twoColFixRtHdr #header .header_content .cont_midle {
	width:229px;
	background-image:url(images/layout/header_contII.jpg);
	background-repeat:repeat-x;
	height:299px;
	float:left;
}
.twoColFixRtHdr #header .header_content .cont_midle p {
	padding:20px 15px 5px 24px;
	color:#a78b6b;
	line-height:18px;
}
.twoColFixRtHdr #header .header_content .cont_right {
	width:7px;
	background-image:url(images/layout/header_contIII.jpg);
	background-repeat:no-repeat;
	height:299px;
	float:left;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 223px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:12px;
}
.twoColFixRtHdr #sidebar1 .side_title {
	background-image:url(images/layout/widget_title.png);
	background-repeat:no-repeat;
	width:221px;
	height:30px;
}
.twoColFixRtHdr #sidebar1 .side_title h2 {
	color:#4b322f;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	padding:7px 0 0 15px;
}
.twoColFixRtHdr #sidebar1 .side_content {
	padding-top:7px;
	padding-bottom:10px;
}
.twoColFixRtHdr #sidebar1 .side_content .widget_header {
	background-image:url(images/layout/widget_content_header.png);
	background-repeat:no-repeat;
	height:7px;
	width:221px;
}
.twoColFixRtHdr #sidebar1 .side_content .widget_content {
	background-image:url(images/layout/widget_content_bg.png);
	background-repeat:repeat-y;
	min-height:50px;
}
.twoColFixRtHdr #sidebar1 .side_content .widget_content p {
	padding:3px 5px 3px 15px;
}
.twoColFixRtHdr #sidebar1 .side_content .widget_content ul {
	padding:3px 5px 3px 15px;
	list-style-type:none;
}
.twoColFixRtHdr #sidebar1 .side_content .widget_content li {
	background-image:url(images/content/bullet.png);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:10px;
}
.twoColFixRtHdr #sidebar1 .side_content .widget_content li a {
	color:#4b322f;
	font-weight:bold;
	text-decoration:none;
}
.twoColFixRtHdr #sidebar1 .side_content .widget_footer {
	background-image:url(images/layout/widget_content_footer.png);
	background-repeat:no-repeat;
	width:221px;
	height:11px;
}
.twoColFixRtHdr #mainContent {
	margin: 12px 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
.twoColFixRtHdr #mainContent .contheader {
	background-image:url(images/layout/maincontheaderbg.png);
	background-repeat:no-repeat;
	height:8px;
	width:556px;
}
.twoColFixRtHdr #mainContent .content {
	background-color:#f3f0da;
	width:555px;
	min-height:450px;
}
.twoColFixRtHdr #mainContent .content img {
	border:0;
}
.twoColFixRtHdr #mainContent .content .main_article {
	padding:20px;
}
.twoColFixRtHdr #mainContent .content ul {
	padding:20px;
}
.twoColFixRtHdr #mainContent .alignright {
	float:right;
	padding:0 0 0 10px;
}
.twoColFixRtHdr #mainContent .alignleft {
	float:left;
	padding:0 10px 0 0;
}
.twoColFixRtHdr #mainContent .content .title {
	background-image:url(images/content/titlebg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:61px;
}
.twoColFixRtHdr #mainContent .content .title h2 {
	padding:10px 10px 0 20px;
}
.twoColFixRtHdr #mainContent .content .title h2 a {
	color: #414042;
	text-decoration:none;
	font-size:14px;
}
small {
	padding-left:20px;
	color:#733535;
	font-weight:bold;
}
.twoColFixRtHdr #mainContent .content .entry {
	padding:15px 20px 15px 20px;
}
.twoColFixRtHdr #mainContent .content p {
	padding:3px 0 3px 0;
}
.more-link {
	color:#706b50;
	font-weight:bold;
	text-decoration:none;
}
.twoColFixRtHdr #footer {
	width:605px;
	background-color:#f3f0da;
	height:200px;
}

.twoColFixRtHdr #footer .alignright {
	float:right;
	padding:0;
}

.twoColFixRtHdr #footer img {
	border:0;
}


.twoColFixRtHdr #footer p {
}
.twoColFixRtHdr #footer .cont1 {
	color:#4b322f;
	font-size:11px;
	padding:80px 10px 0 20px;
}
.twoColFixRtHdr #footer .copyright {
	padding-top:5px;
	color:#8b6f4d;
	font-size:9px;
	padding-left:20px;
}
.twoColFixRtHdr #footer .copyright a {
	color:#5f3a0d;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.page small {
	display:none;
}
/* ---------------------------------------- Event Calendar Setup --------------------------------------*/

#eventcalendar {
	padding:12px 0 0 0;
	width:792px;
}
#eventcalendar .calendarheader {
	height:8px;
	width:792px;
	background-image:url(images/content/calendarheader.png);
	background-repeat:no-repeat;
}
#eventcalendar .calendarcontent {
	background-color:#f3f0da;
	width:752px;
	min-height:450px;
	padding:20px;
}
#eventcalendar .calendarcontent p {
	padding:3px 0 3px 0;
	font-size:12px;
}
#eventcalendar .calendarcontent ul {
	padding:10px 10px 10px 20px;
}
#eventcalendar .calendarcontent li {
	padding:1px 0 1px 0;
}
#eventcalendar .calendarcontent h2.cal-title {
	color: #4b322f;
	text-decoration:none;
	font-size:16px;
}
#eventcalendar .calendarcontent h2.entry-title {
	font-size:11px;
	padding:10px 0 0 0;
	color: #4b322f;
	text-transform:uppercase;
}
#eventcalendar .calendarcontent h2.entry-title a {
	color: #4b322f;
	font-weight:normal;
}
#eventcalendar .calendarcontent h4.event-day {
	text-decoration:none;
	font-size:11px;
	color: #4b322f;
	font-weight:bold;
}
#eventcalendar .calendarcontent .calendar th {
	background-color:#4b322f;
}
#eventcalendar .calendarcontent .calendar .daynum {
	background-color:#CCCCCC;
}
#eventcalendar .calendarcontent .event-list-meta {
	font-size:11px;
}
#eventcalendar.upcoming a.listview, #eventcalendar.grid a.gridview {
	background:#4b322f;
}
#eventcalendar .calendarcontent .calendarhrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top:7px;
}
#events-loop {
	padding-top:10px;
}

.pdflink {
	 height:40px;
	 
	 background-image:url(images/ico/pdfdw.jpg);
	background-repeat:no-repeat;
}

.pdflink a{
	padding: 0 0 0 38px;
	font-weight:bold;
}


.pdflink2 {
	height:40px;
	margin-top:20px;
	 background-image:url(images/ico/pdfdw.jpg);
	background-repeat:no-repeat;
}

.pdflink2 a{
	padding: 30px 0 0 38px;
	font-weight:bold;
}

