/*
Theme Name: Out of the Fire
Theme URI: http://www.outofthefirepwm.com
Description: A website template converted into a wordpress theme.
Author: Sharp Machine Media
Author URI: http://www.sharpmachinemedia.com/
*/

/** BASIC */
body 
{
	margin: 0px;
	padding: 0px;
	background: #FEFEFE url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */
form 
{
	margin: 0px;
	padding: 0px;
}

.sideproduct
{
	text-align: left !important;
}

/** HEADINGS */
h1, h2, h3 
{
	margin-top: 0px;
}

h1 
{

}

h2 
{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #A90800;
}

h2 span 
{
	color: #606060;
}

.more
{
	color:#A90800;
	text-transform: lowercase;
	font-size: 10px;
	margin-left: 10px;
}

/** TEXTS */
body, th, td, input, textarea, select 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C8C8C;
}

p, ul, ol, dl 
{
	margin-top: 0px;
	margin-bottom: 2em;
	text-align: justify;
	line-height: 18px;
}

.list1 
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 27px;
}

.list1 li 
{
	padding-left: 11px;
	background: url(images/homepage09.gif) no-repeat left center;
}

.list2 
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li 
{
	padding-bottom: 27px;
}

strong 
{
	color: #606060;
}

/** LINKS */
a 
{
	color: #A90800;
}

a:hover 
{
	text-decoration: none;
}

/** STYLES */
.style1 
{

}

.style1 a
 {

}

.style1 a:hover 
{

}

/** BACKGROUNDS */
.bg1 
{

}

/** MISC */
.align-justify 
{ 
	text-align: justify; 
}

.align-right 
{
	text-align: right;
}

a img 
{
	border: none;
}

img.border 
{ 
	border: 3px solid #BFBFBF; 
}

img.left 
{
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right 
{
	float: right;
	margin: 3px 0px 0px 15px;
}

hr 
{
	display: none; 
}

.hr1 
{
	height: 1px;
}

/** HEADER */
#header 
{

}

/** MENU */
#menu 
{
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu ul 
{
	margin: 0px;
	padding: 10px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	float: left;
}

#menu a 
{
	display: block;
	float: left;
	height: 22px;
	padding: 13px 25px 0px 25px;
	background: url(images/subpage1_01.gif) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover 
{
	line-height: 5px;
}

#menu .first a 
{
	background: none;
}

/** FOOTER */
#footer 
{
	clear: both;
	height: 100px;
	background: url(images/homepage10.gif) repeat-x left top;
}

#footer p 
{
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	color: #B8B8B8;
}

p.readmore
{
       margin-top: -20px;
}

.textwidgnet
{
      margin-top: -25px;
      line-height: 20px;
}

small
{
	color: #606060;
    font-weight: bold;
}

p.nextevent
{
       margin-bottom: 0px;
}

.moreinfo
{
      padding-top: 5px;
      margin-top: -20px;
      margin-bottom: -7px;
}

.paypal
{
      float:left;
      display: block;
      width: 100px;
      text-align: center;
      margin: 0 15px 20px 0;
}

.paypal span
{
     font-weight: bold;
}

.paypal form
{
      margin-top: 10px;
}

#shopp .submit 
{
	text-align: left;
}

input#searchsubmit
{
	margin-bottom: 20px;
	display: block;
	clear: both;
}

div#shopp p
{
	text-align: left;
}

#shopp .price 
{
	clear: both;
}

#sidebar .sideproduct
{
	padding-left: 10px;	
}

#sidebar .sideproduct img
{
	margin-bottom: 0px;
}

#shopp form ul li div input, #shopp form ul li div select {
width: 97%;
}

.next-event p
{
	text-align: left;
	
}

.next-event h3
{
	margin: 5px 0;
}

.paypal-button
{
	background-color: #C40200;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C40200), to(#520801));
	background-image: -moz-linear-gradient(100% 100% 90deg, #520801, #C40200);
	background-image: -o-linear-gradient(top, #C40200, #520801);
	padding: 5px 10px;
	border: 1px solid #8C8C8C;
	cursor: pointer;
	width: 75px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px #CBCBCB;
	-moz-box-shadow: 2px 2px 3px #CBCBCB;
	box-shadow: 2px 2px 3px #CBCBCB;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.paypal-button:hover
{
	background-color: #B20501;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B20501), to(#520801));
	background-image: -moz-linear-gradient(100% 100% 90deg, #520801, #B20501);
	background-image: -o-linear-gradient(top, #B20501, #520801);
}

.paypal-button:active
{
	background-color: #520801;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#520801), to(#B20501));
	background-image: -moz-linear-gradient(100% 100% 90deg, #B20501, #520801);
	background-image: -o-linear-gradient(top, #520801, #B20501);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: 2px;
	left: 2px;
}

big
{
	font-size: 12px;
}

h3, h4
{
	font-size: 12px;
}

p.price
{
display: none;
}

.next-event ul
{
	list-style: none;
	margin-left: 0;
}

.next-event ul li
{
	list-style: none;
	margin-left: 0;
}
