/*
Theme Name:  Peregrine Expeditions
Theme URI: http://peregrineexpeditions.com/wordpress/
Description: website for mountain climbing expedition company
Author: Jeremy Ferguson (PSD Slicing, Layout, Theming)
Author URI: http://universaljer.com
Version: 1.0
.
This theme is meant for the use of Peregrine Expeditions only
.
*/

body {
   margin:0px; padding:0px;
	 color:#5a4a42;
   background-color:#fcb040;
	 font-family:Georgia, Times, serif;
}
#main {
   background:#fcb040 url(images/background.jpg) no-repeat scroll 50% 0;
	 min-height:900px; 
}
#colOneContent {
   float:left;
   position:relative;
   width:615px;
   margin-top:0px;
   padding:0px 20px 20px 25px; 
	 border-right-style: solid;
   border-right-width: 1px;
	 border-right-color: #c6beba;
}
#colOneContent img {
   border:10px solid #e8e5e2;
}
#colOne {
   float:left;
   position:relative;
   width:657px;
}
#colTwo {
   float:right;
   position:relative;
	 width:320px;
}
#header {
   width:1000px;
   margin:0 auto;
	 overflow:hidden;
}
#containerMain {
   width:1000px;
   margin:0 auto;
	 background: url(images/whitebackgroundwide.gif) repeat-y;
}
#menuBar {
   background-image:url(images/headerBackground.png);
	 background-repeat:no-repeat;
	 margin-top:285px;
	 float:left;
	 width:657px;
	 height:100px;
	 margin-bottom:0px;
	 background-color:#ffffff;
}

#logo h1 {
   margin:0px;
	 display:block;
	 text-indent:-9999px;
}
#logo {
   background-image:url(images/logoHome.png);
   background-repeat:no-repeat;
   width:343px;
   height:250px;
	 float:right;
	 margin-top:135px;
}
img, #logo, { behavior: url(scripts/iepngfix.htc); }

ul#menu-main-menu {
   margin:0px; padding:40px 50px;
	 position:absolute;
	 text-align:left;
}
ul#menu-main-menu li {
    display:inline;
    color:#c6beba;	
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #c6beba;  
}
ul#menu-main-menu li:last-child, ul li.last-child {
    border-right-width: 0px !important;
}

ul#menu-main-menu li a {
    text-decoration:none;
    color:#5a4a42;
    font-size:13px;
    font-weight:normal;
    text-transform:uppercase;
    padding:8px;
}
ul#menu-main-menu li a:active, ul#menu-main-menu li a:hover {
   color:#c6beba;
}
#sidebar {
   margin:0px 25px 0px 10px;
}
#sidebar ul {
   list-style:none;
	 text-indent: 0px;
	 padding: 0;
   margin-left: 0;
}
#widgets li {
	 padding: 10px;
}
#widgets a {
   text-decoration:none;
	 color:#fcb040;
	 font-size:16px;
	 font-weight:normal;
}
.widgetItem {
   margin-left:40px;
}
.floatRight {
   float:right;
margin-bottom: 20px;	 
}
.floatLeft {
   float:left;
	 margin-bottom: 20px;
}
.floatrightimg {
float:right;
margin: 1em;
padding: .5;
border: 1px solid;
}

.textBlock {
   padding:0px 20px 20px 30px; 
	 margin-bottom:15px;
   border-bottom-style: solid;
   border-bottom-width: 1px;
	 border-bottom-color: #c6beba;
	 font-size:13px;
}
h1 h2 {
   font-size:26px;
	 font-weight:normal;
}
h3 h4 h5 {
   font-size:24px;
	 font-weight:normal;   
}
h3 {
font-size:24px;
}
h4 {
font-size:22px; 
}
.tripTitle {
	 font-weight:bold;
	 margin-left: 130px;
}
a {
   text-decoration:none;
	 color:#fcb040;
}
#upcomingTrips {
   padding-bottom:20px;
	 border-bottom-style: solid;
   border-bottom-width: 1px;
	 border-bottom-color: #c6beba;
}
#upcomingTrips img {
   border:5px solid #e8e5e2;
	 float:left;
	 margin-right:20px;
}
.trip {
   font-size:13px;
	 margin-bottom:20px;   
}
#clear {
   clear:both;
}


