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

*/

body {background: #FFF}

#sidebar h2.widgettitle {
  border-bottom: 1px solid #CCCCCC;
  color:#515151;
  font-size:1.1em;
  font-weight:bold;
  letter-spacing:2px;
  line-height:1em;
  margin:10px 0;
  padding:0 0 5px;
  text-transform:uppercase;
}

#sidebar div a,
#sidebar ul.photoshelter-gallery-widget li h6 a {
  border-bottom: 1px solid #CCCCCC;
  background: url("images/li.png") no-repeat scroll 0 50% transparent;
  color:#222222;
  display:block;
  height:1%;
  line-height:1.2em;
  padding:6px 0 6px 8px;
  font-size: 12px;
  font-weight: normal;
}

#sidebar div a:hover,
#sidebar ul.photoshelter-gallery-widget li h6 a:hover {
  color:#515151;
  background-position:1px 0.8em;
  background: #CCCCCC none no-repeat 3px 10px;
}

#sidebar ul.photoshelter-gallery-widget h6   {
  margin: 0;
}

#sidebar div h3 {
  padding: 0 0 2px 0;
}

#sidebar div.item {
  margin: 30px 0 0 0;
}

#sidebar form {
  margin: 0 0 35px;
}

#photoshelter #s {
	display: none;
}

#top #search #s {
	border: none;	
}

#search #s,
#photoshelter input[name="I_DSC"] {
	background-color: white;
	background: url("images/search.png") no-repeat scroll 2px 3px transparent;
	height:20px;
	margin-top:5px;
	width:290px;
	border: 1px solid #CCCCCC;
	padding: 0 0 0 17px;
}

#sidebar div a.social {
  background-image: none;
  display: inline-block;
  border: none;
  padding: 6px 0 0 8px;
}

#sidebar div a.social:hover {
  background-color: transparent;
}

