@import 'stylesheetDir.css';

body
{
  background:#fff;
  color:#000;
  border-top:5px solid #ccc;
}

h2
{
	color:#000;
	/*background:transparent url('../images/bgH2I.png') no-repeat left top;*/
}

h3
{
	color:#222;
}

#siteDesc
{
  color:orange;
}

#title a
{
  color:#000;
}

h1#contentTitle
{
  color:#000;
}

#search
{
  background:#ccc;
}

#search input[type="text"]
{
  background:#f0f0f0;
  color:#000;
}

#search input[type="image"] 
{
  border-left:1px solid #bbb;
}

#styleswitch
{
  border-right-color:#bbb;
}

#styleswitch li a, #styleswitch li
{
  color:#444;
}

#styleswitch li a:hover
{
  background:transparent url(../images/gradNormal.jpg) bottom center no-repeat;
}

#styleswitch li a:hover span
{
  outline-color:#000;
}

#header, #logo
{
  background:transparent;
}

strong
{
	font-weight:bold;
	color:#999;
}

#navigation
{
	border:0px solid #fff;
	background:transparent;
}

#navigation li a
{
  background:#eee;
  color:#000;
}

#navigation li a:hover
{
  background:orange;
}

#navigation li a.selected
{
  background:#ddd;
  border-bottom:1px solid orange;
}

#page
{
  background:transparent;
}

#intro
{
  color:#000;
}

#random a
{
  border:5px solid #333;
}

#content
{
	border-color:#ddd;
	color:#000;
	background:#fff;
}


	#content div.entry
	{
		border-bottom:1px dotted #eee;
		color:#aaa;
  }
	
	#content div.entry h3 a
	{
		color:orange;
		border-bottom:1px dotted orange;
	}
  
  #content div.entry h4 a
	{
	   color:#aaa;
	   text-decoration:none;
	}
  
  #content div.entry h4 a:hover
	{
    color:orange;
  }
	#content ul.singleValue li
	{
		list-style:none;
	}
	
	#content ul.singleValue li img
	{
		border:10px solid #eee;
	}
	
		#content ul.singleValue li a
		{
			color:#000;
		}
		
		#content img.thumbnail
		{
      border:5px solid #eee;
      background:url(../images/invertedloading.gif) no-repeat center center;
    }

	
	.pagination ul li a
	{
		border:1px solid #aaa;
		color:#000;
	}
	
	.pagination ul li a.selected
	{
		border-color:orange;
	}
	
	#inSameCat .sameCat li img
	{
		border:5px solid #ccc;
		background:url(../images/invertedloading.gif) no-repeat center center;
	}

	#inSameCat .sameCat li a:hover img
	{
		border-color:#aaa;
	}

#sidebar
{
	color:#666;
	border-color:#ddd;
}

#sidebar .rssSubscribe a
{
  color:#666;
  border-bottom-color:orange;
}


#sideRss
{
  border-color:#ddd;
}

dl.feed dd
{
    color:#666;
}

dl.feed dt a
{
	color:orange;
	text-decoration:none;
}



fieldset
{
	background:#f1f1f1;
}

legend
{
	background:#f1f1f1;
	border:1px solid #ccc;
}

label
{
  color:#111;
}

div.ctrlHolder
{
	border-top:1px solid #ddd;
}

.update
{
	background:#fff;
	border:1px solid #ddd;
}

.error
{
	background:#000;
	color:#fff;
	border-top:1px solid green;
	border-bottom:1px solid green;
}

ul.children
{
	border-left:2px solid #eee;
}

ul.category
{
	color:#fff;
}

#sidebar .category  li
{
	color:orange;
}

#sidebar .category li a
{
	border-bottom:1px dotted orange;
	color:#666;
}

input[type=text], textarea, select{
	background:#ddd;
	border:1px solid #999;
	color:#111;
}

textarea#description
{
	color:#fff;
}

#searchResults dt a
{
	color:#21C015;
}

#footer
{
    background:#000 url(../images/bgHeaderI.png) repeat-x scroll center top
}

#footer a
{
  color:orange;
}

#footer a:hover
{
  border-bottom:1px solid #fff;
}

#footer .footerList
{
  color:#fff
}

#footer .footerList dd
{
  border-bottom:1px solid #fff;
}

