/* Import Grid */
@import url('css/reset.css');
@import url('css/text.css');
@import url('css/960.css');


/* BODY */

body {
margin:0px !important;
padding: 0px !important;
  background: url(images/bgnoise3.gif);
  background-color: #000;
  background-position-x: center;
  color: #333;
}

/* MAIN */

#maincontent {
width: 1000px;
  background-color: #000;

}

/* SINGLE POST CONTENT */

.content_out {
padding: 10px;
background-color: #111;
}

.content_in {
padding: 10px 20px 20px 20px;
color: #e1e1e1 !important;
}

.content_in p {
letter-spacing: 0px;
font-size: 16px;
letter-spacing: .05em;
font-family: 'Helvetica', 'Helvetica', 'Lucida-Grande' !important;
font-weight: 300;
color: #efefef;
}

.content_in h1 {
letter-spacing: 0px;
letter-spacing: .07em;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: 300;
}

.aboutus {
font-family: 'Kameron', 'Helvetica', 'Lucida-Grande' !important;
font-size: 22px;
margin-bottom: 60px;
border-top: dashed #222 1px;
border-bottom: dashed #222 1px;
padding: 20px 0px 20px 0px;
}
.content_in strong{
/*
font-family: 'Kameron', 'Helvetica', 'Lucida-Grande' !important;
font-weight: normal;
font-size: 24px;
letter-spacing: .07em;
color: #ca7145;
*/
}

.alert_in a {
color: #e1e1e1;
}
.entry-content a {
color: #b74934;

}

}

/* CATEGORY LIST CONTENT */
.entry-title .categorylist h1{
font-size: 24px !important;
background-color: black;
}

.entry-title a, .entry-title a:visited {
text-decoration: none;
color: #efefef;
}
.entry-title a:hover {
text-decoration: underline;
}

.categorylist p {
font-size: 14px;
}

/* GALLERY */
.gallery p{
display:none;
}



.attachment-medium{
border: 0px solid #222 !important;
}



/* COMMON CLASSES */

.clear{
clear: both;
}

.bottom10 {
margin-bottom: 10px;
}

.bottom20 {
margin-bottom: 20px;
}

.right20 {
margin-right: 20px;
}

.right16 {
margin-right: 16px;
}

.frame {
border: solid white 10px;
background: white;
margin-bottom: 20px;
}

.frame5 {
border: solid white 5px;
margin-bottom: 20px;
}


.frameblack {
border: solid black 10px;
background: black;
margin-bottom: 20px;
}


.border10 {
border: solid white 10px;
}

.border5 {
border: solid white 5px;
}


/* ALERTS AND PAGE HEADERS */

.alert_out {
padding: 10px;
background-color: #b74b2e;
}

.alert_in {
padding: 10px;
text-align: center;
color: #e1e1e1 !important;
letter-spacing: 0px;
font-size: 22px;
letter-spacing: .07em;
font-family: 'Kameron', 'Helvetica', 'Lucida-Grande' !important;
font-weight: 300;
border: dashed #7e2d1a 1px;
}

.alert_in a {
color: #e1e1e1;
}


.title_out {
margin: 40px 0px 20px 0px;
padding: 10px;
background-color: #111;
/* background: url(images/paper_dark.gif); */

}

.title_in {
padding: 15px;
text-align: center;
border: dashed #333 1px;
}
.title_in img {
margin: 0px;
}



/* HEADER AND NAVIGATION */

#header {
margin: 0px 0px 20px 0px; 
padding: 25px 0px 15px 0px;
background: #111;
}

#logo img{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#logo img:hover {
opacity:0.5;filter:alpha(opacity=50)
}

#navigation {
margin: 0px;
padding: 0px;
}
.menu {
float: right;
margin-top: 26px;
margin-bottom: 0px !important;
}
.menu ul, #menu-header-menu {
  list-style-type: none;
}
.menu li {
float: right;
position: relative;
}
.menu li a  { 
	color: #fff;
	font-weight: normal;
    font-family: 'Kameron', 'Helvetica', 'Verdana';
    font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	padding: 4px 7px 3px 7px;
	margin-left: 25px;
	display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	 transition: all .2s ease-in-out;
}
.menu .current-menu-item a, .menu a:hover{
    background-color: #b74934;
}

/* FOOTER */

#footer {
background-color: #111;
padding: 20px;
height: 200px;

}
#footer-sidebar{
}



/* CONTACT FORM */

.contact_out {
padding: 10px;
background-color: black;
margin-bottom: 20px;
}

.contact_in {
text-align: center;
padding: 19px 0px 15px 0px;
color: #e1e1e1 !important;
border: dashed #222 1px;
}

#contact-form {
padding: 4px 20px 0px 20px;
float: left;
}


#contact-form input.textline, #contact-form textarea {
	padding: 3px 0px 3px 10px;
	color: #333;
	width: 275px;
    font-family: 'Kameron', 'Helvetica', 'Verdana';
	font-size: 1.3em;
	margin: 0px 0px 8px 0px;
	border: 0px;
	background: #e1e1e1;
	-moz-border-radius: 6px;
	-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#contact-form textarea {
height: 80px;
}

#contact-form textarea:focus, #contact-form input:focus {
	color: #000;
	background: #fff;
}


.submit-button {
	float: right;
	width: 80px;
	padding: 3px;
	margin: 0px;
	font-family: 'Kameron', 'Helvetica', 'Verdana';
	font-size: 1.2em;
	color: white;
    display: block;
    background: #222;
    border: 2px solid #ccc;
    -moz-border-radius: 6px;
	-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
.submit-button:hover {
    background: #666;

	}

*:focus {
outline: none;
}


/* MISC */

.gallery-item {
margin-bottom: 0px;
}


.nivo-caption {
font-size: 24px;
padding: 10px;
text-align: center;
font-family: 'Kameron', 'Helvetica', 'Verdana';
display: none !important;
background: white;
height: 0px;
opacity: 0;


}

.easy-nivo-slider {
border: 10px solid white;
background-color: white;
}

.vimeo {
background-color: white;
}

#banner_outer {
  background: black ;
text-align: center;
padding: 10px 0px 10px 0px;
margin-bottom: 20px;
margin-top: 0px;
}

#banner_inner {
text-align: center;
border-top: dashed 1px #222;
border-bottom: dashed 1px #222;
padding: 20px;
}


#welcome {
z-index: 10;
position: relative;
left: -29px;
margin-bottom: -86px;
}

#facebook_feed {
border: 5px solid white;
overflow: visible;
height: 360px;
width: 200px;
position: relative;
left: 700px;
margin-bottom: -460px;
background: white;
}

.fb_iframe_widget {
background-color: #fff;
}

.fb_edge_widget_with_comment {
background-color: #111;
float: right;
}



#commentcount {
position: relative;
left: 30px;
display: block;
clear: both;
float: right;
color: white !important;
}

a.UIImageBlock_Content, a.UIImageBlock_ICON_Content {
color: white !important;
}

/* PAGENAVI */
.wp-pagenavi {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size: 15px;
	background: #111;
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
	color: #efefef
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	border: 2px solid #444;
}
