/*  
Theme Name: Vistalicious
Theme URI: http://dailyblogtips.com/vistalicious-wordpress-theme-released/
Description: WP theme with a Vista twist
Author: Daily Blog Tips	
Author URI: http://www.dailyblogtips.com/wordpress-themes/
Version: 1.2
Tags:green color, right sidebar, one column, fixed width
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

#content h1 {
	margin: 0 0 10px 0;
  	padding: 10px;
  	}


#content h2 {
  margin: 0 0 10px 0;
  padding: 10px;
  }

#content h3 {
  margin: 0 0 10px 0;
  padding: 10px;
  }

#content h4 {
  margin: 0 0 10px 0;
  padding: 10px;
  }

#content h5 {
  margin: 0 0 10px 0;
  padding: 10px;
  }

#content h6 {
  margin: 0 0 10px 0;
  padding: 10px;
  }
  
#content p {
  margin: 0 0 10px 0;
  padding: 10px;
  }  
  
#content blockquote {
  margin: 0 0 10px 0;
  padding: 10px;
  }    
  
#content ul {
  margin: 0 0 10px 0;
  padding: 10px;
  }      
  
#content ol {
  margin: 0 0 10px 0;
  padding: 10px;
  }        

a {
  color: #256B7F;
  }

a:hover {
  color: #6B8B45;
  }

blockquote {
  margin: 5px 10px;
  padding: 5px 10px;
  background: #9DCAE8;
  border: 1px dotted #BBB;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }
  
img {
	border: 0;
}


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #FFFFFF;
  background-image:url(images/bgbody.jpg);
  background-repeat: repeat-x;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  width: 1040px;
  margin: 0 auto 0 auto;
  }

#header {
  margin: 0;
  width: 960px;
  padding: 5px 40px 25px 40px;
  background: url(images/headerbkg.gif);
  background-repeat: no-repeat;
  height: 137px;
  }

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 20pt;
  }

#header h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  color: #D0DE9C;
  text-decoration: none;
  }

#header h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 11pt;
  color: #A6DDEA;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 400px;
  height: 60px;
  text-align: right;
  color: #fff;
  font-size: 10pt;
  }

#header .topright a {
  color: #A6DDEA;
  }

#header .topright a:hover {
  color: #D0DE9C;
  }

#header2 {
	width: 960px;
	height: 300;
	position: relative;
}
	

#features {
	height: 260px;
	width: 510px;
	position: relative;
	float: left;
	margin: 30px 0 0 10px;
}

#ebook {
	height: 280px;
	width: 430px;
	position: relative;
	float: left;
	display: inline;
	margin: 25px 0 0 0;
}

.search {
  padding-bottom: 5px;
  margin: 0;
  width: 630px;
  float: right;
  }

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 0px;
  }

#searchform {
  margin-left: 10px;
  width: 240px;
  padding-top: 8px;
  height: 30px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav {
  margin: 75px 0 0 0;
  width: 650px;
  float: right;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  color:#FFFFFF;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 30px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 30px;
  color: #FFF;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -30px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -30px;
  color: #fff;
  }

#nav li.current_page a {
  background-position: left -30px;
  }

#nav li.current_page a span {
  background-position: right -30px;
  color: #fff;
  }

#main {
  clear: both;
  width: 960px;
  height: auto;
  padding: 20px 40px 20px 40px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 555px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 15px 10px;
  font-size: 16pt;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  color: #5A7836;
  }

.post {
  margin: 5px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 15pt;
  }

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 16pt;
  font-weight: bold;
  color: #000;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  }

h2.postTitle a {
  font-size: 15pt;
  font-weight: bold;
  text-decoration: none;
  color: #11414F;
  }

h2.postTitle a:hover {
  color: #5A7836;
  }

.postMeta {
  padding: 2px 10px 3px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.postTags {
  margin: 5px 10px 15px 10px;
  font-size: 9pt;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #CBE7FA;
  border: 1px solid #9DCAE8;
  width: 530px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 555px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Sidebars */

.sidebars {
  float:right;
  margin-top: 0px;
  margin-left: 15px;
  padding: 10px 20px 10px 20px;
  width: 330px;
  }

.sidemodule1 {
	width: 278px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 20px;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	background-color: #f2f2f2;
}

#tag_cloud a {
  display: inline;
  }



/* Footer */

#footer {
  height: 50px;
  clear: both;
  padding-top: 10px;
  color: #000000;
  background-color: #6b9735;
  text-align: center; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
  }

#footer a {
  color: #000000;
  text-decoration: none;
  }

#footer a:hover {
  color: #000000;
  text-decoration: underline;
  }

#credits {
  clear: both;
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 950px;
  text-align: left;
  }

/* extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }

a.gravatar {
  float:right;
  margin:10px 15px 20px 0;
  width:50px;
  }

#form {
	width: 402px;
	height: auto;
	margin: 0 auto 20px auto;
	border-style: dashed;
	border-color: #000000;
	border-width: 2px;
	font-size: 12px;
}

#content-explorer {
	width: 318px;
	line-height:normal;
	border-style: solid;
	border-width: 1px;
	border: #000000;
	margin: 20px 0 0 0;
	font-size: 12px;
	}
	#content-explorer ul {
		list-style: none;
		max-width: 318px;
		background: url(images/menubkg.gif);
		background-repeat: repeat-x;
		height: 36px;
		}
		#content-explorer ul li {
			float: left;
			text-align: center;
			overflow: hidden;
			line-height: 36px;
			padding: 0 10px 0 10px;
			font-size: 12px;
			}
			#content-explorer ul li a {
				display: block;
				font-size: 12px;
				padding: 0;
				font-weight: bold;
				color: #FFF;
			}
			#content-explorer ul li a:hover {
				
			}
			#content-explorer ul li.selected {
				background: url(images/libkg.gif) center top no-repeat;
			}
			#content-explorer ul li.selected a {
				background: url(images/libkg.gif) center top no-repeat;
			}
			
			
div.yui-content {
	overflow: auto;
	width: 278px;
	padding: 20px;
	line-height: 20px;
}


