/*
Theme Name: SkeenaMeadows
Theme URI: http://skeenameadows.com
Description: Skeena Meadows Wildlife Preserve
Author: Abhishek Bhardwaj
Author URI: http://abhishekbhardwaj.com
Version: 1.0
*/

/*********************************************************************************************************
			http://meyerweb.com/eric/tools/css/reset/ 
			v2.0 | 20110126
			License: none (public domain)
**********************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**********************************************************************
						Basic Styles
**********************************************************************/
body {
    background: url(images/background.png);
    font-family: Georgia, Myriad Pro, Arial, Helvetica, Tahoma, sans-serif;
	color: #5c5c5c;
	line-height: 20px;
}

.wrapper {
	width: 960px;
	margin: 50px auto;
}

.box {
    background: #ffffff;
	width: 960px;
	min-height: 800px;
	background: #ffffff;
	border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    
}

img { 
    border:0;
} 

a img { 
    border:0 
}

/*******************Navigation****************/
.clear:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear { 
    display: inline-block; 
}

html[xmlns] .clear { 
    display: block;
}

* html .clear { 
    height: 1%;
}

#navigation {
    margin: 20px 50px;
}

#navigation ul {
    padding: 0px;
}

#navigation li {
    float: left; 
    list-style: none; 
    background-image: url(images/nav-sprite.png); 
    background-repeat: no-repeat; 
    background-position: -10px 0px;
    padding: 1px 0px; 
    position: relative;
}

#navigation li.last {
    background-position: top right; 
    padding-right: 1px;
}

#navigation li.last a {
    border-right: 0px;
}

#navigation li.first {
    background-position: 0 0; 
    padding-left: 1px;
}

#navigation li.first a {
    border-left: 0px;
}

#navigation li a {
    display: block; 
    padding: 13px 22px 16px; /** padding:17px 21px 16px; */
    font-family: Arial;
    text-decoration: none; 
    font-size: 12px;  
    letter-spacing: 1px; 
    color: #555; 
    text-shadow: 2px 2px 1px #fff; 
    -moz-text-shadow: 2px 2px 1px #fff; 
    -webkit-text-shadow: 2px 2px 1px #fff; 
    -o-text-shadow: 2px 2px 1px #fff;
    border-right: 1px solid #dbdbdb; 
    border-left: 1px solid #fbfbfb;
}

#navigation li a:hover, #navigation li.active a {
    background: url(images/hov-bg.png) repeat;
}

#navigation .dropDown {
    position: absolute; 
    left: -1px; 
    top: 50px; 
    border: 1px solid #e0e0e0; 
    border-top: 0px; 
    width: 230px; 
    background: #f9f9f9; 
    padding-bottom: 5px; 
    display: none; 
    z-index: 10000;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px; 
    -moz-border-bottom-left-radius: 4px; 
    -moz-border-bottom-right-radius: 4px;
}

#navigation .dropDown ul { 
    padding: 0px;
}

#navigation .dropDown li { 
    background: none; 
    border: 0px; 
    width: 180px; 
    float: none; 
    padding: 0px;
}

#navigation .dropDown li a { 
    background: none; 
    border: 0px; 
    margin: 0px 20px; 
    padding: 15px 0px; 
    border-bottom: 1px solid #e3e3e3;
    width: 180px; 
    border-top: 1px solid #fff;
}

#navigation .dropDown li a:hover { 
    color: #a1a1a1;
}

#navigation .dropDown li.first a { 
    border-top: 0px;
}

#navigation .dropDown li.last a { 
    border-bottom: 0px;
}

/** Slider **/
.slider {
    margin-top: 30px;
}
/*******************End Navigation************/

.wrap {
    margin: -20px 50px 0px 50px;
}  

#twitter-box {
    margin: 25px 0px;
	width:250px;
}

#content {
    margin: 25px 0px 25px 20px;
    width: 550px;
}

#address-cus {
    text-align: center;
    margin: 2px;
}

#map-cus {
    width:500px;
    height:350px;
    margin: 0 auto; 
}

#footer {
    margin-top:1px;
    float:right;
    font-size:11px;
}

#about-img {
    text-align: center;
    padding: 4px; 
	background: #fff; 
	border: 1px solid #ddd; 
	-moz-box-shadow: 0 0 3px rgba(153,153,153,0.25); 
	-webkit-box-shadow: 0 0 3px rgba(153,153,153,0.25); 
	box-shadow: 0 0 3px rgba(153,153,153,0.25);
    font-size:12px;
}

#about-img span {
	display:block;
}
/********************Typography***************/
a {
	text-decoration: none;
	color: #5c5c5c;
}

a:hover {
	text-decoration: underline;
}

a:active {
    text-decoration: none;
}

p {
    padding: 10px 0px;;
    text-align:justify;
    line-height: 20px;
}

h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: #d4d4d4 solid 1px;
    text-shadow: 0px 1px 1px #d1d1d1;
}

h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0px;
}

#content ul li {
    list-style-image: url(images/check.png);
	margin: 5px 30px;
}

/********************Logo********************/
h1.logo {
	background: url(images/logo.png) no-repeat;
	height: 121px;
	width: 200px;
	margin-left: 50px;
	margin-right: 50px;
	display: block;
	margin-top: 4px;
    float: left;
}

.logo span {
	display: none;
}

#social-media {
    float: right;
    margin: 50px 50px 0px 50px;
}

#contact-info-header {
    position: absolute;
	margin: 40px 0px 50px 400px;
font-size: 14px;
}

#contact-info-header span {
	display:block;
	
}
#contact-info-header span#email-header {
	background: url(http://skeenameadows.com/wp-content/uploads/2012/05/mail.png) no-repeat;
padding: 0px 5px 5px 20px;
}

#contact-info-header span#tel-header {
	background: url(http://skeenameadows.com/wp-content/uploads/2012/05/phone.png) no-repeat;
margin: 5px 0 0 35px;
padding: 0px 5px 5px 20px;
}
/******************Helper Styles******************/
.span-bold {
	font-weight:bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfloats {
	clear:both;
}

