body {
	color: #333333;
	background-color: #ebe9e1;
	background-image: url(ragingtrifle/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1, h2, h3, h4
	{
	color: #333;
	text-transform: uppercase;
	}

a, a:link, a:visited {
	color:#111d27;
}

#main a, #main a:link, #main a:visited {
	color:#111d27;
	text-decoration: underline;
}

#main ol, #main ul
	{
	list-style-type: square;
	margin: 10px;
	padding: 10px;
	}

#main a:hover, #main a:active, #main a.active {
	color:#cc6633;
	text-decoration: none;
}

a:hover, a:active, a.active {
	color:#cc6633;
}

ul#nav li.page_item a:hover, ul#nav li.current_page_item a {
	color:#cccccc
}

#header {
	background-image:none !important;
}

.menu_class {
	border:1px solid #949889;
}

.the_menu li {
	background-color:#1b1c17;
	border-top:1px solid #111111;
}

.the_menu ul.children li {
	background-color:#33322b;
}

.the_menu li a:hover {
	color: #cccccc;
}

#content {
	/* background: url(ragingtrifle/bg-content.png); */
}

#featured {
	/*background:transparent url(ragingtrifle/featured_bg.jpg) no-repeat scroll 0 0; */
	background-color:#ebe9e1;
}

.featured_text h2 a {
	color:#333333 !important;
}

.featured_text p {
	color:#333 !important;
}

ul#showcase li a:hover, ul#showcase li a.active {
	border:1px solid #0091D5;
}

div#about {
	background-color:#fff;
}

#about .about_image {
	border:1px solid #f6f6f6 !important;
}

#about .about_button {
	background-color:#666;
	border:1px solid #949889;
	color:#fff;
}

#about a.about_button:hover {
	border:1px solid #6a7065;
	background-color:#ffffff;
	color:#6a7065;
}

#slider_nav {
	background-color:#666;
}

#home #albums {
	background-color:#f5f4f0;
}

#albums .entry {
	background-color:#e4e5dd !important;
	color:#333;
}

#home #albums p.category a {
	background-color:#666 !important;
}

	#home #albums p.category a:hover {
		background-color:#666666;
	}

#commentform #submit {
	background-color:#444444;
	border:1px solid #555555;
	color:#FFFFFF;
}

#blog .box, .archive_options, .widget ul li, .flickr .flickr_photos, #wp-calendar, #wp-calendar caption, form#newsletter {
	background-color:#f5f4f0;
	border:1px dotted #9b9b89;
}

.widget ul {border-bottom: 1px dotted #9b9b89;}

#wp-calendar {
	color:#333333;
}

#footerWrap ul li.clickready.hover {
	border: 1px solid #2ba2e1;
}

#wp-calendar caption {
	background: #1b1c17;
	color: #fff;
}

.credits, .credits a {
	color:#1b1c17 !important;
}

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

.wp-caption-text
	{
	display: none;
	}
	
/* .wp-caption
	{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 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;
	}

.popnewwin
	{
	background: url(ragingtrifle/newwindow.gif) no-repeat right;
	padding-right: 16px;
	}
		
.pdf
	{ 
	padding: 0 25px 0 0 ;
	background: url(ragingtrifle/pdf.gif) no-repeat center right ; 
	}
		
.rss
	{ 
	padding: 0 0 0  22px ;
	background: url(ragingtrifle/rss.gif) no-repeat center left ; 
	}

.zip	
	{ 
	padding: 0 30px 0 0 ;
	background: url(ragingtrifle/zip.gif) no-repeat center right ; 
	}
		
.facebook
	{ 
	padding: 0 0 0 22px ;
	background: url(ragingtrifle/facebook.gif) no-repeat center left ; 
	}

input, textarea {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
}

input:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(65, 186, 225, 1);
    -webkit-box-shadow: 0 0 5px rgba(65, 186, 225, 1); 
    -moz-box-shadow: 0 0 5px rgba(65, 186, 225, 1);
    border:1px solid rgba(65, 186, 225, 0.8); 
}

ul#prevnext
	{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	}

ul#prevnext li a
	{
	display: block;
	color: #fff;
	background-color: #999;
	padding: 0.2em 0.5em;
	text-align: center;
	text-decoration: none;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

ul#prevnext li a:hover
	{
	color: #fff;
	background-color: #ccc;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	}

ul#prevnext .fl { float: left; }
ul#prevnext .fr { float: right; }