/*  
Theme Name: Vistalicious
Theme URI: http://dailyblogtips.com
Description: WP theme with a Vista twist
Author: Daily Blog Tips	
Author URI: http://www.dailyblogtips.com/wordpress-themes/
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
  }
a.h3:link, a.h3:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #006699;
  }
a.h3:hover {
	color: #0FCDEE;
	text-decoration: none;
}
a {
  color: #256B7F;
  }

a:hover {
  color: #003366;
  }

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

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
	position: relative;
	width: 950px;
	font-family: arial, sans-serif;
	text-align: center; /* IE Centering Technique */
	background: #FFFFFF url(images/bgbody3.jpg) repeat-x fixed left top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
  }
 

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgtopwhite.png) left top no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.png) left bottom no-repeat;
  }

#header {
	margin: 0;
	padding: 5px 0 5px 0;
	background-image: url(images/header_2.jpg);
	height: 265px;
	background-repeat: no-repeat;
  }

#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: #003366;
  text-decoration: none;
  }

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

#header .topright {
	float: right;
	position: relative;
	padding: 0;
	width: 635px;
	height: 83px;
	text-align: right;
	color: #fff;
	font-size: 10pt;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	left: 0px;
	top: 0px;
  }

#header .topright2 {
	float: right;
	position: relative;
	width: 400px;
	height: 15px;
	text-align: right;
	color: #006699;
	font-size: 7pt;
	margin-top: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	text-transform: uppercase;
	padding-right: 25px;
  }
  
#clicklogo {
	position: absolute;
	display:block;
	z-index:10;
	margin-left: 10px;
	width: 209px;
	padding-top: 8px;
	height: 120px;
	cursor:pointer;
	cursor:hand;
	left: 5px;
	top: 40px;
  }

#header .topright a {
  color: #000000;

  }


#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: 10px 0 0 0;
  }

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

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

* 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: 26px;
	background: url(images/bgtableft.gif) left top no-repeat;
	text-transform: uppercase;
	font-size: 8pt;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  color: #006699;
  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-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #1A3A77;
  }

#main {
	clear: both;
	width: 925px;
	background: #fff url(images/bgwhite.gif) repeat-y top left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
  }

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


		#content .main_post, #content .page_post  {
			border-bottom:1px dotted #eeeeee;
			width:610px;
			padding-bottom: 10px;
			margin-bottom: 10px;
			overflow: hidden;
		}
		
	
		#content .main_post h2, #content .post h2, #content .page_post h3, #content .post_home h2 {
			text-decoration: none;
			color: #CCCCCC;
			font-size: 20px;
			font-weight: bold;
			}
		#content .main_post h2, #content .post h2, #content .page_post h3, #content .post_home2 h2 {
			text-decoration: none;
			color: #CCCCCC;
			font-size: 20px;
			font-weight: bold;
			}
.main_post h2 a {
	text-decoration: none;
	letter-spacing: -0.05em;
}
.post h2 a {
	text-decoration: none;
	letter-spacing: -0.05em;
}
.post_home h2 a {
	letter-spacing: -0.05em;
	text-decoration: none;

}
.post_home2 h2 a {
	letter-spacing: -0.05em;
	text-decoration: none;

}
		#content .post {
			float: left;
			margin-top:15px 0px;
			width:610px;
			overflow: hidden;
			padding: 0px 10px 10px 5px;
		}
.post_home {
			float: left;
			margin-top:15px 0px;
			width:285px;
			overflow: hidden;
			padding: 0px 10px 10px 5px;
		}
.post_home2 {
	float: left;
	margin-top:15px 0px;
	width:284px;
	overflow: hidden;
	padding: 0px 10px 10px 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
		}


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



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

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

#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: 20px;
  font-weight: bold;
  color: #000;
  font-family: arial, "sans serif";
  letter-spacing: -0.05em;
  }

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

h2.postTitle a:hover {
  color: #003366;
  }

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

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;
  border: 1px solid #CCC; 
  }
  
.privado img {
  margin: 0px;
  border: 0px 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 */

.textwidget {
	margin-left: 10px;
}
	

.sidebars {
  float:right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 9px;
  width: 300px;
  }


.sidebars h2 {
	padding: 6px 5px 2px 15px;
	font-size: 9pt;
	color: #003366;
	background: url(images/sidebar_title_bg.gif) left top no-repeat;
	height: 29px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	text-transform: uppercase;
  }

.sidebars table {
  width: 300px;
  }

.sidebars ul {
  margin: 0;
  padding: 0 0 5px 0px;
  }

.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 0 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;
	color: #2051A2;
  }

/* extras */

.cleared {
	clear: both;
	background-image: url(images/bgwhite.gif);
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }
#content h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
  }
 #mia {
	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4192E3;
	border-right-color: #4192E3;
	border-bottom-color: #4192E3;
	border-left-color: #4192E3;
	background-color: #DDF1FE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 12px;
	
  }
 .nextpage {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
	background-color: #eeeeee;
	padding: 8px;
	word-spacing: 3px;
}

#content ul {
	list-style: none;
	padding: 0px;
  }

#content li {
	float: left;
	padding-left: 10px;
  }

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

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

#content li a {
	display: block;
	height: 26px;
	text-transform: uppercase;
	font-size: 8pt;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
  }

#content li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  color: #006699;
  text-decoration: none;
  }

#content li a:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  
  }

#content li a:hover span {
  }

#content li.current_page a {
  }

#content li.current_page a span {
  }
a.more-link {
	background-image: url(/mas.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E5491;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 3px;
	margin-top: 10px;
	float: right;
}
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}


.breadcrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
