/*

Title:      PECAN Inc.
Author:     Adam Chlan
Copyright:  2010, Adam Chlan
Last Modified: 4/3/10

*/

@import url('reset.css');

body {
	background: url(img/bg-main.gif);
	font-family: georgia, serif;
	font-size: 14px;
	color: #494949;
	line-height: 1.5em;
}

#wrapper {
	width: 940px;
	margin: 0 auto 150px auto;
}

/* Text Control */
p {
	margin: 0 0 10px 0;
}

/* Branding */
#branding {
	height: 75px;
	position: relative;
}

#branding img.logo {
	position: absolute;
	top: 25px;
	left: 25px;
}

#branding li#search {
	list-style-type: none;
	position: absolute;
	right: 25px;
	top: 25px;
}

/* Main Navigation */
#main-nav {
	background: url(img/bg-main-nav.gif) repeat-x;
	width: 920px;
	  -webkit-border-top-right-radius: 8px;
	  -webkit-border-top-left-radius: 8px;
	  -webkit-border-bottom-right-radius: 0;
	  -webkit-border-bottom-left-radius: 0;
	  -moz-border-radius: 8px 8px 0 0;
	margin: 0 auto;
	height: 43px;
	line-height: 43px;
	border: 1px solid #daa480;
}

#main-nav ul li {
	position: relative;
	z-index: 4;
	float: left;
	display: inline;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	font-size: 13px;
}

#main-nav ul {
	position: relative;
	float: left;
	margin: 0;
	z-index: 999;
}

#main-nav ul li {
	position: relative;
	float: left;
	display: inline;
	font-size: 13px;
	z-index: 998;
}

#main-nav ul li a:link, #main-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	margin: 0 19px;
	}

#main-nav ul li.current_page_item a, #main-nav ul li.current_page_parent a, #main-nav ul li a:hover {
	background-color: #d0752d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main-nav ul li ul { /* dropdown navigation shell */
	position: absolute;
	width: 182px;
	left: -999em;
	height: auto;
	background-color: #ccc;
	z-index: 1000;
	text-align: center;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;

}

#main-nav ul li ul li { /* dropdown nav list item */
	width: 182px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-top: none;
	border-bottom: 1px solid #ccc;
	text-transform: none;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;	
}

#main-nav ul li ul li a:link, #main-nav ul li ul li a:visited { /* dropdown nav list item */
	color: #000;
	font-weight: normal;
	border: none;
	padding: 0;
	width: 182px;
	height: 25px;
	margin: 0;
	display: block;
	background-color: #fbf6f2;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;	
}

#main-nav ul li ul li.current_page_item a, #main-nav ul li ul li.current_page_parent a {
	background-color: #fbf6f2 !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

#main-nav ul li ul li a:hover { /* dropdown nav list item */
	background-color: #F0ECE6 !important;
	text-decoration: underline;
	display: block;
	height: 25px;
	width: 182px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#main-nav ul li:hover ul, #main-nav ul li.sfhover ul { /* shows dropdown on hover; sfhover hack for IE 6 */
	top: 43px;
	left: 0;
}


/* Main Content Area */

#body-container {
	width: 940px;
	background-color: #fff;
	  -moz-border-radius: 0 0 8px 8px;
	  -webkit-border-bottom-right-radius: 8px;
  	  -webkit-border-bottom-left-radius: 8px;
	  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	float: left;
}

#body-container-sec {
	width: 940px;
	background: url(img/bg-ln.gif) repeat-y;
	  -moz-border-radius: 8px;
	  -webkit-border-radius: 8px;
	  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	float: left;
}

#copy ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

/* Homepage */

#home-photos {
	height: 247px;
	width: 940px;
	background-color: #ccc;
	  -webkit-border-top-right-radius: 8px;
	  -webkit-border-top-left-radius: 8px;
	  -webkit-border-bottom-right-radius: 0;
	  -webkit-border-bottom-left-radius: 0;
	  -moz-border-radius: 8px 8px 0 0;
}

#home-center {
	background-color: #00aab4;
	color: #000000;
	padding: 25px 25px 25px 0;
}

#home-center #buttons {
	width: 420px;
	float: left;
}

#home-center #copy {
	margin: 0 0 0 420px;
}

#buttons ul li.friends {
	font-weight: bold;
}

#buttons ul {
	display: block;
	margin: 12px 0 0 80px;
}

#buttons ul li {
	float: left;
}

#buttons ul li a:link, #buttons ul li a:visited {
	display: block;
	height: 31px;
	width: 30px;
	text-indent: -999em;
	margin: 0 10px 0 0;
}

img.join {
	display: block;
	margin: 0 0 0 70px;
}

#buttons ul li.friend {
	margin: 0 10px 0 0;
	height: 31px;
	line-height: 31px;
}

#buttons ul li.facebook {
	background: url(img/social-fb.png) no-repeat;
}

#buttons ul li.twitter {
	background: url(img/social-twitter.png) no-repeat;
}

#buttons ul li.youtube {
	background: url(img/social-yt.png) no-repeat;
}

#buttons ul li.email {
	background: url(img/social-email.png) no-repeat;
}

#home-tri-bar {
	background-color: #0a7d8a;
	height: 37px;
	line-height: 37px;
}

#home-tri-bar h2 {
	display: inline;
	float: left;
	width: 313px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.home-tri-box {
	display: inline;
	float: left;
	width: 263px;
	padding: 25px;
}

.home-dual-box {
	display: inline;
	float: left;
	width: 576px;
	padding: 25px;
}

#home-buckets {
	background-color: #fff;
	float: left;
}

#home-tri-bar a:link, #home-tri-bar a:visited {
	color: #fff;
}

#home-buckets ul {
	list-style-image: url("img/star.gif");
	margin: 0 0 0 30px;
}

#home-buckets ul li ul li ul {
	list-style-image: none;
	margin: 0 0 0 0;
}

#home-buckets ul li {
	margin: 0 0 3px 0;
}

#home-buckets h2.widgettitle {
	display: none;
}

#home-buckets h2 {
	display: none;
}

#home-buckets h2 {
	display: none;
}

#home-buckets li.widget {
	list-style-image: none;
}


/* Secondary Page */
#main-content {
	padding: 25px;
	margin: 0 0 0 200px;
	min-height: 400px;
}

ul.nav {
	float: left;
	width: 150px;
	margin: 25px 0 0 0;
}

ul.nav li {
	width: 201px;
}

ul.nav a:link, ul.nav a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 25px;
	
}

ul.nav li.current_page_item a {
	background-color: #fff;
}

#main-content h2 {
	font-size: 18px;
	margin: 0 0 7px 0;
}

/******* Image Control ******/

.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
    background-color: #f0ece6;
    padding: 5px 0 0 0;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.alignnone,
img.alignnone {
	background-color: #f0ece6;
    padding: 5px 0 0 0;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
	background-color: #f0ece6;
	font-size: 12px;
}

.kjo-link p {
	display: none;
}

#wp-table-reloaded, .wp-table-reloaded {
	border: 0;
}

.zebra {
	background-color: #ccc;
}

/* footer */

#footer {
	background-color: #edd3c2;
	  -webkit-border-bottom-right-radius: 8px;
	  -webkit-border-bottom-left-radius: 8px;
	  -moz-border-radius: 0 0 8px 8px;
	font-size: 12px;
	padding: 0 25px;
}


/* tables */

table#pecan {
	margin: 20px 0;
}

table#pecan th {
	background-color: #666666;
	color: #fff;
	padding: 5px 15px;
}

table#pecan td {
	padding: 5px 15px;
}




/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider                         { height: 175px; width: 580px; position: relative; margin: 0 auto 0 20px; }
.anythingSlider .wrapper                { height: 175px; width: 550px; overflow: auto; margin: 0; position: absolute; top: 0; left: 10px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper img			{ margin: 0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 119px; width: 600px; margin: 0; bottom right no-repeat; }
.anythingSlider .arrow                  { display: block; height: 175px; width: 25px; background: url(img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -44px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -118px; }
.anythingSlider .back:hover             { background-position: -44px -118px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display: none; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

.anythingSlider h3 {
	border: none;
	margin: 40px 0 0 50px;
	font-size: 18px;
	font-weight: bold;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0 0 0 50px; background: none; overflow: visible; width: 350px; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; line-height: 1.7em; font-size: 13px; margin: 5px 0 0 0; }

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}



