
*  {
border : none;
list-style : none;
text-decoration : none;
outline : none;
} 

ul {
	margin:0;
	padding:0;
}
/*////////// GENERAL //////////*/
body {
  margin: 0;
  background: #fff url(images/background-r.png) repeat scroll center center;
  color: #333;
  font-size: 75%;
  font-family: Verdana, Arial, Tahoma, sans-serif;
}
#wrapper{
margin:0 auto;
}
#container {
  width: 1002px;
  margin: 0 auto;
}
#clear{
clear:both;
}

.post{
	top:0;
}
.entry {
	padding-right:1em;
}
.post p{
	/*font-size:1.25em;
	line-height:1.5;*/
}
.right{
	text-align:right;
}



/*///////// HEADERS //////////*/
#header {
  background:url('images/logo.png')  repeat scroll center center;
  height:143px;
}
#navwrapper {
	width:900px;
	margin:0 auto;
	padding-top:50px;
}

/*////////// NAV //////////*/

#top_navlist {
	width:680px;
	position:relative;
	padding-left:30%;
}

#top_navlist ul li {
	display:inline;
	font-size: 2.0em;
	letter-spacing:-1px;
	line-height:2em;
 	margin:0 34px 5px 0;
}

#top_navlist ul li a {
  	color:#b8aad7;
	display:inline;
}

#top_navlist a:hover span {
	 border-bottom:3px solid #8c489f;
}


#secondheader {
  background:url('images/lower-bar.png')  repeat scroll center center;
  height:25px;
}

#thirdheader {
	background:url('images/heading-r.png')  repeat scroll center center;
	height:44px;
	width:80%;
	left:0;
}

/*////////// CONTENT //////////*/
#content {
  float: left;
  width: 670px;
  padding-left:1em;
  padding-top:1em;
}

#content h1, #content h1 a {
  color: #777;
  padding-top:1em;
  margin-top:0;
}

#content ul {
  list-style-type: square;
}

#content ul li, #content ol li {
}

#content .postmetadata, #content .postmetadata2 {
  font-size: 0.9em;
  margin-bottom: 2em;
}

#content .postmetadata2 {
  border-top: double #C0C0C0;
}

h1.pagetitle {
  margin-bottom: 1em;
}

#download-message {
	width:400px;
	margin:0 auto;
	margin-bottom:22em;
	margin-top:10em;
}
#download-message p{
	margin-bottom:4em;
}

h2 a:link, h2 a:visited, h2 a:active {
  text-transform: none;
  color: #777;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
  font-size: 150%;
}

p.rssfeed {
  display: block;
  width: 270px;
  height: 95px;
  background: url('images/rss-feed.jpg') no-repeat;
}

.rsslink {
	display: block;
	width: 270px;
	height: 95px;
	margin: 0;
	padding: 0;
}

code {
  font-family: 'Courier New', Courier, Monospace;
  font-size: 1.1em;
  padding: 1em 0 1em 0;
}

blockquote {
  margin: 0 0 1em 1em;
  padding: 1em 1em 0 1em;
  border: 1px solid #eee;
  background-color: #F9FDFF;
  width: 90%;
}

/*////////// SIDEBARS //////////*/
#sidebar-top {
  background-color:#E0E6FF;
  float: right;
  width: 300px;
  border-left:1px solid #666;
  border-right:1px solid #999;
  padding-left:1em;
  margin-top:-44px;
  padding-top:1em;
  padding-bottom:2em;
  margin-bottom:0;
}
#sidebar {
  background-color:#c3c3e5;
  float: right;
  clear:right;
  width: 300px;
  border-left:1px solid #666;
  border-right:1px solid #999;
  padding-left:1em;
  padding-top:2em;
  margin-top:0;
}
#sidebar-bottom li{
	margin-bottom:2em;
}
#topcart {
	float:left;
	width:298px;
}
#topcart li{
	float:left;
}
#topcart img{
	padding-right:1em;
}
#left {
	width:30%;
}
#right {
	width: 62%;
	padding-left:1em;
}

#sidebar h2 {
  font-family: "Lucida Grande", "Lucida Sans", Arial, Tahoma, sans-serif;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 165%;
  color: #989797;
  text-align: left;
  text-transform: uppercase;
}

#sidebar-bottom ul {
  margin-bottom: 1em;
  margin-left:2em;
}

#sidebar-bottom ul li {
  list-style-type: none;
}

#sidebar-bottom ul li a {
  border-bottom: 1px solid #ededed;
}

#sidebar-bottom ul li a, #sidebar-bottom ul li a:visited {
  display: block;
  background: url('images/arrow.gif') no-repeat left center;
  padding: 5px 0 5px 2em;
  color: #555;
  text-decoration: none;
}

#sidebar-bottom ul li a:hover {
  background-color: #F4F8FC;
}

#sidebar-bottom ul li ul li {
  padding-left: 1em;
}

#aff {
	text-align:center;
	
}
#aff ul, #extralinks ul {
	margin:0;
}
#aff li{
	display:inline;
	list-style:none;
}
#aff img {
	margin:.5em;
	border:1px solid #999;
}
#notification {
	margin-top:2em;
	padding:2em;
	border-top:1px solid #666;
}

#extralinks {
	font-size:120%;
	border-top:1px solid #666;
	margin-top:2em;
}

#extralinks li{
	padding-top:.5em;
	font-size:120%;
	padding-left:1em;
}
#sidebar a{
	color:#8c489f;
}
#sidebar a:hover{
	text-decoration:underline;
	color:#8c489f;
}

#testi {
	font-size:120%;
	border-top:1px solid #666;
	margin-top:2em;
}
#testi li{
	padding-top:.5em;
	font-size:80%;
	padding-left:1em;
	padding-right:1em;
}

img{
	text-decoration:none;
}
/*////////// BLOG ELEMENTS //////////*/
#commentform { 
  margin:0;
  padding:1em 1em 0 0;
}

#commentform label {
  display:block;
  margin:0;
}

#commentform input {
  width: 12em;
  margin:0 0.5em 1em 0;
  padding:0.1em;
}

#commentform textarea {
  width:35em;
  margin:0 0 10px;
  padding:0;
}

#commentform #submit {
  margin:0 0 20px;
}

#commentform p {
  margin:5px 0;
}

#content ol.commentlist li:hover {
  background:none;
}

#content ol.commentlist li {
  margin-top: 2em;
  padding:0;
}
		
/*////////// FORMS //////////*/
form#searchform { 
  margin-bottom: 1em;
}

form#searchform input {
  padding: 0.2em;
  background-color: rgb(245, 245, 245);
  color: #777;
  width: 17.5em;
  font-size: 1.25em;
}

form#searchform input:hover, form#search input:focus {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

/*////////// FOOTER //////////*/
#footer-container {
	background-color:#c3c3e5;
  clear: both;
  font-size: 0.9em;
  color: #507699;
  text-align: center;
  padding-bottom: 1em;
}

#footer {
  width: 65em;
  padding-top: 3em;
  margin: 1em auto 0;
  color: #507699;
  font-size: 1.1em;
  text-align: left;
}
#secondfooter {
  background:url('images/lower-bar-bottom.png')  repeat scroll center center;
  height:25px;
}

#footerleft {
	float: left;
	width: 21em;
	margin-bottom: 1.5em;
	padding-right: 1em;
	overflow: hidden;
}
	
#footermid {
	float: left;
	width: 16em;
	margin-bottom: 1.5em;
	padding-left: 4em;
}
	
#footerright {
	float: right;
	width: 21em;
	margin-bottom: 1.5em;;
	padding: 0;
	overflow: hidden;
}

#footer ul {
  margin-bottom: 1em;
}

#footer ul li {
  list-style-type: none;
  border-bottom: 1px solid #ededed;
}

#footer ul li a, #footer ul li a:visited {
  display: block;
  padding: 5px 0 5px 0;
  color: #507699;
  text-decoration: none;
}

#footer ul li a:hover {
  background-color: #F5F5F5;
}

#footer-container div.copyright {
  clear: both;
  margin-top: 1em;
}
  
  
/*////////// IMAGES //////////*/		
img {
  border: none;
}

img.avatar {
  float: right;
  margin-right: 1em;
}

.alignright {
  float: right;
  clear: right;
  margin: 0 0 5px 10px;
  background: #fff;
 }
 
.alignleft { 
  float: left;
  clear: left;
  margin: 0 10px 5px 0px;
  background: #fff;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  float: none;
  clear: both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption-dd{
	margin:0;
	padding:0;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}





.hthumb {
	float:left;
	padding-bottom:1em;
	padding-left:1em;
}
.thumblist, .features {
	margin:0;
	padding:0;
	margin-bottom:1em;
}
.thumblist ul, .features ul{
	margin:0;
	padding:0;
}
.thumblist ul li, .features ul li{
	margin:0;
	padding:0;
}
.thumblist li{
	float:left;
}
.features li{
	line-height:2.0;
	list-style:circle;
}
.thumblist h1, .features h1{
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
.center{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.center-head{
	width:400px;
	margin:0 auto;
	text-align:center;
}
	


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
	padding-bottom:1em;
	padding-left:1em;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 8px solid #ccc;
}
.highslide:hover img {
	border: 8px solid gray;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
