/*************************** General Styling ***************************/

/* Page Styling */
body {
background: #eee;
}

/* Text Styling */
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #666;
}

/* Form Styling */
input[type="submit"],
input[type="reset"] {
background: #eee;
color: #333;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
background: #eee;
}


/*************************** Content Areas ***************************/

/* Page Wrap*/
#Xpage-wrapper {
-webkit-box-shadow: 1px 1px 25px #c0c0c0;
-moz-box-shadow: 1px 1px 25px #c0c0c0;
box-shadow: 1px 1px 25px #c0c0c0;
}


/*************************** Header ***************************/

/* Logo */
#logo {
background: #f7f7f7;
border-right: 5px solid #c0c0c0;
}
#logo h1 a {
color: #333;
}

/* Header Search Form */
#searchbar {
background: #eee;
}
#searchsubmit {
background: #eee;
}

/* Tagline */
#tagline {
background: #eee;
}
#tagline h2 {
color: #8b8b8b;
}

/* Social Icons */
#social {
background: #eee;
border-top: 5px solid #c0c0c0;
border-right: 5px solid #c0c0c0;
}
#social a {
color: #8b8b8b;
}
#social a:hover {
color: #808080;
}

/* Twitter Feed */
#twitter-feed {
background: #eee;
color: #808080;
border-top: 5px solid #c0c0c0;
}


/*************************** Navigation Menu ***************************/

/* Nav Wrapper */
#nav {
background: transparant !important;

}

/* Top Level Nav */
#nav ul li a {
color: #8b8b8b;
}
#nav ul li a:hover {
color: #ff7c00;
}

/* Drop Down Menus */
#nav .sub-menu .li-odd > a  {
background: #eee;
}
#nav .sub-menu{
background: #d9d9d9;
}


/*************************** Footer ***************************/

/* Footer Container */
#footer {
background: #fff;
}

/* Footer Toggle */
#footer-toggle {
background: #fff;
color: #333;
}

/* Footer Widgets */
#footer,
.footer-widget-outer h3,
#footer-nav a {
color: #666;
}
.footer-widget-outer a:hover,
#footer-nav a:hover {
color: #333;
}

/* Footer Lists */
.footer-widget-outer li {
border-bottom: 1px solid #c0c0c0;
}

/* Footer Forms */
.footer-widget-outer input[type="submit"],
.footer-widget-outer input[type="reset"] {
background: #d9d9d9;
}
.footer-widget-outer input[type="submit"]:hover,
.footer-widget-outer input[type="reset"]:hover {
background: #c0c0c0;
}
.footer-widget-inner .loader {
background: url(images/loader-light.gif) no-repeat right bottom;
}


/*************************** Shortcodes: Fade Slider ***************************/

/* Slider Nav */
.slider-button:hover, .activeSlide.slider-button {
background: #ff7c00;
}

/* Caption Styles */
.caption-dark {
background: #c0c0c0;
}
.caption-dark,
.caption-dark h2 {
color: #333;
}
.caption-light {
background: #eee;
}
.caption-light,
.caption-light h2 {
color: #333;
}


/*************************** Page Navigation ***************************/

.wp-pagenavi .current,
.wp-pagenavi a:hover,
.wp-pagenavi.post-navi span,
.wp-pagenavi.post-navi a span:hover {
background: #eee;
border: 1px solid #d9d9d9;
color: #333;
}
Window size: 1714 x 939
Viewport size: 1714 x 808