/*  
Theme Name: Vistalicious
Description: WP theme with a Vista twist
Author: Daily Blog Tips	
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 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;
  }


/* Reset Defaults Ends */

body {
 
  margin:0px auto;
  
  font-family: arial, sans-serif;
 /* IE Centering Technique */
 background-color:#fff;
 background: #ffffff url(images/bg.jpg) top center no-repeat;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */

 
   
  }
  .myContainer{

	 width:909px;
     margin:0px auto;
   
  }

.topcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  width:911px;
  margin:0px auto;
  }

#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;
  }

.search {
  padding-bottom: 5px;
  }

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 0px;
  }

#searchform {
  margin-left: 10px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  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 {
  clear: both;
  margin: 0px auto;
   width:911px;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height:62px;  background-image:url('images/right.png'); background-repeat:no-repeat; background-position:right top; 
  width:910px !important;
  }

#nav li {
  float: left;
 
   height:62px;  background-image:url('images/btn.png'); background-repeat:repeat-x; text-align:center; padding-top:0px;
  }
  #nav li:hover /*,#nav li.current_page */{
  
 
   height:62px;  background-image:url('images/btnOver.png'); background-repeat:repeat-x; text-align:center; padding-top:0px; background-position:center bottom;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  font-family:"Trebuchet MS"; font-size:18px; color:#b5b5b5; text-transform:capitalize;
  }
  


* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }
  #nav li#myhome{ width:88px; height:62px;  background-image:url('images/home.png'); background-repeat:no-repeat; text-align:center; padding-top:0px;}
  #nav li#myhome:hover{ width:88px; height:62px;  background-image:url('images/homeOver.png'); background-repeat:no-repeat; text-align:center; padding-top:0px;}
#nav li#myhome a{ font-family:"Trebuchet MS"; font-size:18px; color:#b5b5b5; text-transform:capitalize; background-image:none;}
#nav li#myhome a:hover{ font-family:"Trebuchet MS"; font-size:18px; color:#b5b5b5; text-transform:capitalize; background-image:none;}
#nav li a {
  display: block;
  height: 26px;
 /* background: url(images/bgtableft.gif) left top no-repeat;*/
  
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  color: #FFF;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #fff;
  }

#nav li.current_page a {
  background-image:url('images/seperator.png');
  background-repeat:no-repeat;
  background-position:left top;
  }

#nav li.current_page a span {
background-position: left -26px;
  color: #fff;
  }

#main {
  clear: both;
  width: 911px; /* Overrides miscalculation in IE6; ignored by other browsers. */
 margin:1px auto;
  }

#contentwrapper {
  float: left;
  width: 600px;
  }

#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;
  }


/* Sidebars */

.sidebars {
  float:right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 9px;
  width: 210px;
  }

.sidebars h2 {
  padding: 6px 5px 2px 7px;
  font-size: 11pt;
  color: #fff;
  background: url(images/sidebar_title_bg.gif) left top no-repeat;
  height: 29px;
  }

.sidebars table {
  width: 300px;
  }

.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebars li ul {
  padding: 0;
  }

.sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
  }

.sidebars li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
  }

.sidebars a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars ul.children li {border-bottom:none;}
.sidebars ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 10px;
  color: #fff;
  text-align: left; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
  }

#footer a {
  color: #A6DDEA;
  }

#footer a:hover {
  color: #D0DE9C;
  }

#credits {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0 0 5px 0;
  width: 950px;
  text-align: center;
  }

/* extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }






/*---------------------------------------------------------------------------------------------*/






.article
{
	width:230px;
	font-size:10px;
	float:left;
	margin-top:25px;
	
margin-bottom:50px;
	margin-left:10px;

}

.article a
{
	color:#666666
}


.article1, .article2, .article3, .article4, .article5, .article6
{
	padding-left:30px;
	width:170px;
	height:15px;
}

.article1
{
	
	
	
	margin-top:20px;
	background-image:url('images/rss.jpg');
	background-repeat:no-repeat;

}
.article2
{
	

	
	margin-top:20px;
	background-image:url('images/save.jpg');
	background-repeat:no-repeat;

}

.article3
{
	
		
	margin-top:20px;
	background-image:url('images/img3.jpg');
	background-repeat:no-repeat;
}
.article4
{
	
		
	margin-top:20px;
	background-image:url('images/email.jpg');
	background-repeat:no-repeat;
}

.article5
{

	
	margin-top:20px;
	background-image:url('images/comnt.jpg');
	background-repeat:no-repeat;
}

.article6
{
	
	margin-top:20px;
	background-image:url('images/img6.jpg');
	background-repeat:no-repeat;
}




.rel-posts
{
	width:300px;
	font-size:10px;

	float:left;
	margin-top:25px;
}
.rel-posts a
{
	color:#666666;
}


#nav li a { /* Filter for IE6 to prevent li stacking */
  
  text-decoration: none;
  font-family:"Trebuchet MS"; font-size:18px; color:#b5b5b5; text-transform:capitalize;
  padding-left:15px; padding-right:15px;
  background-image:url('images/seperator.png');
  background-repeat:no-repeat;
  background-position:left top;
  height:62px;
  padding-top:23px;
  }
  
  #nav li a:hover { /* Filter for IE6 to prevent li stacking */
  
  text-decoration: none;
  font-family:"Trebuchet MS"; font-size:18px; color:#b5b5b5; text-transform:capitalize;
  padding-left:15px; padding-right:15px;
  background-image:url('images/seperator.png');
  background-repeat:no-repeat;
  background-position:left top;
  height:62px;
    padding-top:23px;
  }
  .myslider{ width:901px; height:253px;   background-image:url('images/shad.png');   background-repeat:repeat-y; background-position:left top;}
  td.td1{ vertical-align:top; width:280px; padding-left:25px; padding-top:20px; }
  td.td1 p,td.td2 p,td.td3 p{ padding:0; margin:0; color:#828282; font-family:"Trebuchet MS"; line-height:19px; font-size:12px; padding-right:10px;}
  td.td1 h1{ padding:0; margin:0;background-image:url('images/person.png');  background-repeat:repeat-y; background-position:left top; font-size:24px; font-family:"Trebuchet MS"; color:#9f9f9f; padding-left:42px; padding-bottom:5px; font-weight:normal;}
    td.td2{ vertical-align:top;width:275px; padding-left:25px; padding-top:20px;}
	 td.td2 h1{ padding:0; margin:0;background-image:url('images/watch.png');  background-repeat:repeat-y; background-position:left top; font-size:24px; font-family:"Trebuchet MS"; color:#9f9f9f; padding-left:42px; padding-bottom:5px; font-weight:normal;}
	  td.td3{ vertical-align:top;width:279px;padding-left:25px; padding-top:20px;}
	   td.td3 h1{ padding:0; margin:0;background-image:url('images/flower.png');  background-repeat:repeat-y; background-position:left top; font-size:24px; font-family:"Trebuchet MS"; color:#9f9f9f; padding-left:42px; padding-bottom:5px; font-weight:normal;}
	  #mytbl{ width:909px; height:148px; background-image:url('images/boxes.png');  background-repeat:no-repeat; background-position:left top;}
	  
	  td.td11{ width:305px; border-right:1px solid red; vertical-align:top;}
	  li.myrecent ul li{ float:left;}
	  a#myheading{ color:#82aa3b; font-family:"Trebuchet MS"; font-size:22px; text-decoration:none; }
	  p#mainHeading{  padding:0; margin:0; padding-left:20px;}
	  #mypost p{ padding-left:20px; font-family:"Trebuchet MS"; font-size:12px; color:#888888 !important; padding-right:5px;}
	  .aiszo{ width:900px; margin:0px auto; height:111px;}
	  .myFooter{font-family:"Trebuchet MS"; font-size:12px; text-align:center; color:#ccc; padding-top:3px; margin-bottom:80px;}
	  
div#myBtn{ width:71px; height:33px; background-image:url('images/readmore.jpg');  background-repeat:no-repeat; float:right; cursor:pointer; }

#myBtn a{color:Transparent; color:#fff\9 !important;}
#slidewrapper{ width:900px\9 !important;}
.glidecontentwrapper{width:890px\9 !important;}
