/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.entry img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#navigation ul.nav > li a:hover {
background: rgba(0,0,0,0.3);
}

ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
background: rgba(0,0,0,0.3);
}

#nav-container {
margin-bottom: 0.5em;
background: rgba(0,0,0,0.3);
}
#nav-container #navigation {
background: rgba(0,0,0,0);
}

#header-container {background: rgba(0,0,0,0.7);}

#footer-container {
background-color: rgba(0,0,0,0);
}

.page .title {
display:none;
}

p {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
}

h1 {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
}


.entry {
background: rgba(0,0,0,0.4);
padding:20px 20px 5px 20px;
}

.entry table {
background: rgba(0,0,0,0.3);
}	
.entry table tbody th {
background: rgba(0,0,0,0.3);
}
.entry table thead th {
background: rgba(0,0,0,0.3);
}

.post-meta { display:none; }

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
background: rgba(0, 0, 0, 0);
}
.rsFullscreen { 
background-color: black; 
}

.footeraddress {
	text-align: center;
}

/* contact form css end __________*/
#two-column{
	width: 750px;
}
#two-column #left{
	width: 400px;
	float: left;
}
#two-column #right{
	width: 350px;
	float: right;
}
#two-column p{
	margin-bottom: 12px;
}
#two-column input[type="text"]{
	border:none;
	border:1px solid #000;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 540px;
	padding: 5px;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
	width:240px;
}
#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:30px;
    width: 380px;
	height: 100px;
}
#two-column input[type="submit"]{
	padding:8px 18px;
	background:#222;
	color:#fff;
	border: 1px solid #fff;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
	background: #eee;
}
/*#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #222;
}*/
input, textarea {
	background:#fff;
	color:#222;
	border: 1px solid #222;
	padding:4px;
}
input[type=submit] {
float: left!important;
}
#messageleft {
float: left!important;
}
/* contact form css end __________*/

/* calendar css  __________*/
.datepick-inline {
margin-left: 57px;
}
.wpdevbk label {
color: #FFF;
}
.block_hints {
margin: 10px 0px 40px 0px !important;
padding: 20px;
}


/* calendar css end __________*/


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}