/*
Theme Name: Rafting
Theme URI: 
Description: A theme for rafting on the ganges
Version: 3.0
Author: astech solutions
Author URI: http://astechsolutions.in

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
@import "style/reset.css";
@import "style/ie.css";
/*Utility Styles************************/
.alignright {
	float: left;
}
.alignleft {

	float: right;

}
.sale
{
width: 1000px;
margin: 0 auto;
background-image: url(images/content-bg.png);
font-family: verdana;
font-size: 13px;
padding: 11px;
color: #0F1C7B;
}

.aligncenter {

	display:block;

	margin:0 auto;

}



#wrapper{

	width:1000px;

	margin:0 auto;

	position:relative;

}



body{

	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;
}



.clr{
	clear:both;
}



a#logo{
	background-image:url(images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	width:234px;
	height:138px;
	display:block;
	margin-top:3px;
	text-indent:-999px;	
}



#contentwrapper{

	background-image:url(images/content-bg.png);

	background-position:center;

	width:758px;

	float:right;

	margin-top:-55px;
	border-radius: 15px 15px 0px 15px;

}



#sidebar{

	width:266px;

	position:absolute;

	left:0px;

	top:138px;

	height:500px;

	color:#FFF;

	

}



#content{

	width:664px;

	margin-left:65px;

	margin-top:55px;

}



#post{

	margin:21px 0;

}



p{

	padding-bottom:10px;

	line-height:20px;
	font-size:12px;

}

	

#sidebar .widget{

	background-color:#515252;

	width:100%;

	margin-bottom:21px;
	border-radius: 15px 15px 15px 15px;
	color:#fff;

}



#sidebar .sidebar-padding{

	padding:10px;

}



blockquote{

	background-image:url(images/blockquote-bg.png);

	background-position:top left;

	background-repeat:no-repeat;

	padding-left:14px;

}



#footer{

	color:#204f4c;

	float:right;

	font-size:12px;

	background-image:url(images/content-bg.png);

	background-position:center;
	padding:10px;
	border-radius: 0px 0px 15px 15px;

}



#footer a{

	color:#204f4c;

	font-size:12px;

	text-decoration:none;

	

}



.wpcf7 input,.wpcf7 textarea{

	width:230px;

}



#sidebar h3{

	margin:10px 0px;

}

h2{
color:#777777;
font-size:20px;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}

h1{
font-size: 20px;
margin-bottom: 8px;
color:#000000;
}

label{
	float:left;
	width:200px;
	display:block;
}


.wpcf7-submit
{
	/*margin-left:200px;*/
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background-image: url(images/nav.png);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 766px;
	height: 64px;
	display:block;
	float:right;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#6d7071;
	padding:0 10px;
	line-height:64px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#eef4f5;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#337faa;
	height:auto;
}

#access li:hover > a{
	height:52px
}

#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#337faa;
}

.wp-caption
{
width: 295px !important;
float: left;
margin-right: 34px;
}