/* 
WOO 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.

*/

/* General */

a {color: #ff7f00;	text-decoration: none;}
a:hover {text-decoration: none; color:#666;}


html, body {

background:#000000 url(images/bg.jpg) repeat-x scroll 0 0;

}


/* Box */
.box-bg { background:#c6c6c6; margin:0 0 20px 3px; }
.box { position:relative; top:-3px;left:-3px; background:#fff url(images/box-top.png) repeat-x 0px 1px; padding:15px 20px;}
#comments.box, #sidebar.box { background:#e8e8e8 url(images/box-top.png) repeat-x 0px 1px; }



/* Header  */
#header #tagline, #header #twitter_update_list {max-width:470px; background:#000;font-size:12px;font-style:italic;font-family:Georgia, serif; color:#FFF; float:right; padding:5px 10px;margin-top:10px;border-radius: 3px;	-moz-border-radius: 3px; -webkit-border-radius: 3px;}


/* Page Nav  */
.nav a{color:#000;}
.nav a:hover{color:#ff7f00;}

#bg-top-nav{background:#666;height:33px; margin-left:3px;position:relative; z-index:9999;}



/* Thumbnails */
.photo-thumb h2 a:hover{color:#ff7f00;}
.bg-photo-thumb{background:#666; float:left; margin:0 17px 20px 3px;}

.photo-thumb a.thumb, a img.thumbnail{display:block; opacity:1;}
.photo-thumb a.thumb:hover, a:hover img.thumbnail{opacity:0.9; }


/* Single Post */

#photo-meta a:hover {text-decoration: none; color:#FF9900;}



/* Widgets Footer  */
#footer-widgets .block {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	position:relative;
}

/* Page Navigation */
.more_entries .wp-pagenavi span.pages {  color:#888; padding:6px 9px; background:#fafafa; top:-3px; left:-3px; position:relative; border:0; border-right:3px solid #c6c6c6;border-bottom:3px solid #c6c6c6;}
.more_entries .wp-pagenavi a {text-decoration: none !important;}
.more_entries a:hover,
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { background:#eee; color:#ff7f00; }


/* Comments  */
#comments #respond #form-right #submit, #searchform .submit { background: #ff7f00 url(images/bg-button.png) repeat-x bottom; 
