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

*/

#loopedSlider .container { 
  -moz-box-shadow: 5px 5px 7px #888;
  -webkit-box-shadow: 5px 5px 7px #888;
  box-shadow: 5px 5px 7px #888;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#loopedSlider .slide-content .category, #loopedSlider .slide-content h2, #loopedSlider .slide-content p {
    background: transparent url(images/trans.png);
    text-shadow: none !important;
}

#loopedSlider .slide-content p {
    color: white;
}

#loopedSlider .slide-content .category a {
    color: white;
    text-shadow: shadow;
}

#loopedSlider .slide-content h2 a {
    text-shadow: shadow;
}

.nav li.current_page_item a,.nav li.current_page_item a:hover, .nav li.current_page_parent a:hover {
    background-image: -moz-linear-gradient(100% 100% 90deg, #f0f0f0, #ffffff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));
}

#search {margin-top: 5px;}

.caption-visit {
	letter-spacing:1px; 
	font-variant:small-caps; 
	font-size:12px; 
	font-weight:bold; 
	border-style:solid;
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
}


.portfolio-thumb {
  display: inline;
  float: left;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 25px;
}

.portfolio-thumb img {
  -moz-box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}