/*

Theme Name: Simple Blog

Theme URI: http://www.themelab.com/free-wordpress-themes/

Description: A simple theme.  Design by <a href="http://www.styleshout.com">Styleshout</a>.  Ported to WP by <a href="http://www.themelab.com">Theme Lab</a>

Version: 1.0

Author: Theme Lab

Author URI: http://www.themelab.com/

*/

 

/********************************************

   HTML ELEMENTS

********************************************/ 



/* Top Elements */

* {

	margin: 0;

	padding: 0;

	

}



body {

	background: #D9F0FF;

	font: normal 80% 'Lucida Sans Unicode', sans-serif;

	color: #333333; 

	text-align: left;

}





/* links */

a {

	background: inherit;

	text-decoration: none;

	color: #667F99;	

}



a:hover {

	color: #FF6600; 

}



/* headers */

h1, h2, h3 {

	font-family: 'Lucida Sans Unicode', Sans-serif;

	

}

h1 { font-size: 180%; color:#FFF; font-weight: Bold;	}

h2 { font-size: 110%; font-weight: Bold;	}

h3 { font-size: 14px; color: #FF0098; font-weight:normal;}



h6 { font-size: 13px; color: #FFF; font-weight:normal; background-image:url(images/skydive-title-bar-big3.png); background-repeat:no-repeat; background-position:center left; padding-left:30px;height:40px; padding-top:22px;}





h5 { font-size: 110%; color:#FFF; background-image:url(images/skydive-title-bar-small.png); background-repeat:no-repeat; background-position:center left; padding-left:30px;height:40px; padding-top:22px;}



h4 { font-size: 110%; color:#FFF; background-image:url(images/skydive-title-bar-big2.png); background-repeat:no-repeat; background-position:center left; padding-left:30px; height:40px; padding-top:22px; width: 352px;}



h7 { font-size: 16px; color:#FF0098;}



h1, h2, h3, p {

	margin: 0;

	padding: 10px;		

}

ul, ol {

	margin: 10px 20px;

	padding: 0 20px;

}





/* images */

img {

	border: 0px solid #CCC;

}

img.float-right {

  margin: 5px 0px 5px 10px;  

}

img.float-left {

  margin: 5px 10px 5px 0px;

}



code {

  margin: 5px 0;

  padding: 10px;

  text-align: left;

  display: block;

  overflow: auto;  

  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;

  /* white-space: pre; */

  background: #FAFAFA;

  border: 1px solid #f2f2f2;  

}

acronym {

  cursor: help;

  border-bottom: 1px solid #777;

}



/* blockquote */

blockquote {

	margin: 10px;

 	padding: 0 0 0 28px;  

   border: 1px solid #f2f2f2; 

  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    

}

2

/* form elements */

form {

	margin:10px; padding: 0 5px;

	font-style: bold;

	color:# FFF;

}

label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}

input {

	padding:2px;

	border:1px solid #eee;

	font: normal 1em Verdana, sans-serif;

	color:#777;

}

textarea {

	width:400px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}

input.button { 

	font: bolder 12px Arial, Sans-serif; 

	width:16px;

	height:23px;

	background: url(images/go.png) no-repeat;

	color: #FF6600;



}

/* search form */

form.search {

	padding: 0; margin: 0; 

	vertical-align: bottom;

	border: none;

	background-color: transparent;

}

form.search input.textbox { 

	margin: 0; padding: 1.75px;

	width: 270px;

	height: 23px;

	background:  url(images/skydive-searchfield.png) no-repeat;

	color: #FF0098;

	font-size:12px;

	border:none;

}

form.search input.button {

	height: 23px;

	width: 70px;

	border:none;

	margin-left:-32px;

	font-weight:bold;

	text-align:right;

}



/********************************************

   LAYOUT

********************************************/ 

#wrap {

	width: 994px;

	margin: 0 auto;

	background: #D9F0FF url(images/skydive-body.png) repeat-y;

}



#content-wrap {

	position: relative;

	width: 97%;

	margin: 0 auto;

	padding: 0;	

}



/* logo */

#logo {

	width: 355px;

	height: 271px;

	background-image: url(images/skydive-logo.png);

	background-repeat: no-repeat;

	margin-top:0%;

	float:right;

	margin-left:610px;

	position:absolute;

}



.leftshadow{

	background-image:url(images/left-shadow.png);

	background-repeat:no-repeat;

	border:1px;

	position:absolute;

	margin-left: -9px;

	margin-top:85px;

	width:9px;

	height:571px;

}

.rightshadow{

	background-image:url(images/right-shadow.png);

	background-repeat:no-repeat;

	border:1px;

	position:absolute;

	margin-left: 975px;

	margin-top:85px;

	width:9px;

	height:571px;

}



/* youtube */

#youtube {
    background-image: url("images/skydive-You-Tube-Tab.png");
    background-repeat: no-repeat;
    bottom: -641px;
    float: right;
    height: 39px;
    margin-right: 20px;
    margin-top: -24px;
    position: relative;
    right: 20px;
    width: 130px;
}



/* facebook */

#facebook {
    background-image: url("images/skydive-Facebook-Tab.png");
    background-repeat: no-repeat;
    bottom: -641px;
    float: right;
    height: 39px;
    margin-right: 20px;
    margin-top: -24px;
    position: relative;
    right: -230px;
    width: 130px;
}


/* twitter */

#twitter {
    background-image: url("images/skydive-Twitter-Tab.png");
    background-repeat: no-repeat;
    bottom: -641px;
    float: right;
    height: 39px;
    margin-right: 20px;
    margin-top: -24px;
    position: relative;
    right: -480px;
    width: 130px;
}

#links {
    background-image: url("images/skydive-Link-Tab.png");
    background-repeat: no-repeat;
    bottom: -641px;
    float: right;
    height: 39px;
    margin-right: 20px;
    margin-top: -24px;
    position: relative;
    right: 270px;
    width: 130px;
}



.headerimg {

	background-position: center top;

	background-repeat: no-repeat;

	width:100%;

	height:600px;

	position:absolute;

}





/* Jerome extra CSS */

.header{

	width:975px;

	height:600px;

	height:auto;

	margin: 0 auto;

	padding-top:9px;

}



/* header */

#header {

	width: 975px;

	height: 600px;

	background-image: url(images/1.png);

	background-repeat: no-repeat;

	margin: 0 auto;

	margin-top:50px;

}

#header h1#logo {

	position: absolute;

	margin: 0; padding: 0;

	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;

	letter-spacing: -2px;

	color: #FFF;

	text-transform: none;

	

	/* change the values of top and Left to adjust the position of the logo*/

	top: 19px; left: 53px;	

}



#header h1#logo a { color: #FFF; }



#header h2#slogan {

	position: absolute;

	z-index: 9999999;

	margin: 0; padding: 0;

	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;

	text-transform: none;

	color: #FFF;

	

	/* change the values of top and Left to adjust the position of the slogan*/

	top: 65px; left:75px;			

}

#header #searchform {

	float: left;

	padding: 600px 50px 0 30px;

	display: inline;

	color:#FFF;

	font-weight:bold;

}

/* menu */

#menu {

	clear: both;

	width: 975px;

	height: 26px;

	background: #D9F0FF url(images/skydive-menu-bar-background-new.png);

	margin: 0 0 0 9px;

	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;

				

}

#menu ul{

	margin: 0; padding: 0 0 0 30px;

}

#menu ul li {

	float: left;

	list-style: none;		

}

#menu ul li a {

	display: block;

	text-decoration: none;	

	background: inherit;

	padding: 0 8px;

	color: #FFF;

	font-size:12px;

	font-weight:normal;

}

#menu ul li a:hover {

	color: #FF6600;

	background-color:#FFF; 

}

#menu ul li.current_page_item a {	

	color: #FF6600;

	background-color:#FFF;

	font-weight:bold; 	

}



/* Main */

#main {

	float: left;	

	width: 760px;

	padding: 0;	margin: 0;	

	

}

#main h1 {

	color: #FF6600; 

	padding: 13px 0 10px 0px;	

}



.T2 {

	background: url(images/skydive-title-bar-big.jpg) repeat-x;

	width:200px;

	height:20px;

	font-size:14px;

	font-weight:bold;

	text-transform:none;

	color:#FFF;

	text-align:center;

}



#main h1 a { background:none; }



.post-footer {

	background-color: #FAFAFA;

	padding: 5px; margin: 20px 10px 0 10px;

	border: 1px solid #f2f2f2;

	font-size: 95%;	

}

.post-footer .date {

	background: url(images/clock.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {

	background: url(images/comment.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: url(images/page.gif) no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}



.post-footer .readmore a  { background:none; }



/* sidebar */

#sidebar {

	float: right;

	width: 200px;

	padding: 0; margin: 0;		

}	

#sidebar h1 {

	margin: 10px 0 0 0; 

	padding: 3px 10px; 

	font: bold 120% Tahoma, Verdana, Sans-Serif;	

	color: #FFF;

	text-align: center;

	background: url(images/skydive-title-bar-small2.png) no-repeat;	

	height:40px;

	padding-top:20px;

}

#sidebar ul {

	list-style: none;

	text-align: center;

	text-decoration: none;	

}



#sidebar ul li {

	

	text-align:center;		 

}



* html body #sidebar ul li { height: 1%; }



#sidebar ul a {

	font-weight: bold;

	color:#FF0099;

	padding: 2px 0;

margin-left:55px;

}



/* footer */

#footer {

	clear: both;

	color: #66737B;

	font: normal 90% 'Lucida Sans Unicode', sans-serif;

	background: #D9F0FF url(images/skydive-footer.png) no-repeat center top;	

	width: 994px;

	height: 261px;

	text-align: center;

	padding: 8px 0 0 0;

	margin: 0 auto;	

}



#footer-table {

	font: normal 100% 'Lucida Sans Unicode', sans-serif;

	text-align: left;

	padding-top:55px;

	padding-left:35px;

}







#footer a { text-decoration: none;}





#footer a:hover {

	color: #FFF;

	font: normal 140% 'Lucida Sans Unicode', sans-serif; 

}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* additional classes */

.clear { clear: both; }

.gray { color: #CCC; }



img.avatar {float:left;margin-right:5px;}









.header_top_spacer{

	/*background-image:url(images/upper.jpg);

	background-repeat:no-repeat;*/

	width:975px;

	height:56px;

}

.headerslide{

	width:994px;

	height:600px;

}

.header_left_corner{

	background-image:url(images/left-corner.png);

	background-repeat:no-repeat;

	float:left;

	display:inline;

	width:51px;

	height:49px;

	

}

.header_right_corner{

	background-image:url(images/right-corner.png);

	background-repeat:no-repeat;

	float:right;

	display:inline;

	width:45px;

	height:49px;

	

}

.footertxtcolor

{

	color:#FFF;

}



.commentlist .quote {  

color:#000;

    }  

  

 .commentlist li {  

     padding: 5px 18px 22px 18px;  

     margin-top:15px;  

     color:#ff0098;  

     }  

   

 .commentlist cite {  

     display:block;  

     font-style:normal  

     }  

   

 .commentlist cite a:link, .commentlist cite a:visited {  

     color:#FF0098;  

     text-decoration:none;  

	      }  

   

 .commentlist cite a:hover, .commentlist cite a:active {  

     color:#FF6600;  

     text-decoration:none;  

     } 



 .qtrans_flag span {

display:none;

}

.qtrans_flag {
    display: block !important;
    height: 27px !important;
    width: 40px !important;
}

.qtrans_flag_and_text {

padding-left:20px;

}

.qtrans_flag_en {

background:url("http://www.skydivemauritius.com/wp-content/plugins/qtranslate/flags/gb.png") no-repeat scroll 0 0 transparent;

}

.qtrans_flag_fr {

background:url("http://www.skydivemauritius.com/wp-content/plugins/qtranslate/flags/fr.png") no-repeat scroll 0 0 transparent;

}

.qtrans_language_chooser {
padding-left:0px !important;
}

.sam_thum {
    float: left;
    height: 80px;
    width: 105px;
}

.sam_thum p {
padding:0px !important;
margin:0px !important;
}

#home_ga {
    margin-left: 40px;
    width: 240px;
}

.wp_wund_conditions {
font-size:10px;
}

.filters_widget {
margin:0px; padding:0px; clear:both;
}
