/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* Sliding Content */

#slider-posts {margin:1em 0 2em 0} 
ul#slider-nav {margin: .5em 0; padding: 0}
ul#slider-nav a { padding:5px 9px; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius: 12px; background:#ddd; color:#fff; margin:0 12px 0 0; }
ul#slider-nav a.activeSlide,ul#slider-nav a:hover { background:#aaa; }
.slide { padding:12px; margin: 0; display:block; overflow:hidden;position: relative; background:#ffffff}
.slide-thumbnail { width:930px; float:center; }
.slide-thumbnail img {max-width:930px;}
* html .slide-thumbnail img {width:930px;}
.slide-thumbnail img.attachment-thumbnail {margin:0;padding:0}
.slide-details { width:930px; float:right; margin-left:10px;}
.slide-details h2 { color:#eee; font-style: italic; font-weight:normal; margin:0; }
.slide-details .description p { color: #999; margin-top:10px; font-size:1.1em}
a.button {position:absolute;bottom:20px;right:20px;display: block;width: 175px;height: 40px;padding: 0px 0px 0px 0px;color:#fff;text-decoration: none;background:url(images/button.png) no-repeat 0px 0px;}
a.button:hover {color:#ccc;background:url(images/button.png) no-repeat 0px -35px;}
.slide a {color:#666666}
.slide a:hover {color:#333333}

/* 3 column page */

.embed {
width:31%;
float:left;
padding:0 0 0 10px;
margin:0 0 20px 0;
}

/* block navigators */

.nav a, .navi a {background: #bbb;}
.prev a, .next a {background: #bbb;}

/* Footer */
#footer ul{list-style:none;color:#222;margin:0 0 1.6em 0;font-size:1em;}
#footer ul li a,ul.txt li{height:1%;line-height:1.2em;display:block;color:#222;padding:6px 0 6px 8px;}
#footer p {color:#222}
#footer h3 {margin:0;padding:0 0 .6em 0; border-bottom:none; color:#222}

/* Posts */


.postmetadata {align:center; background:#fff;border-top:1px solid #444;border-bottom:1px solid #444;padding:1em;color:#999; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;}
