/*
Theme Name: Vista Tips
Theme URI: http://wpjunction.com
Description: A Magzine style wordpress theme, developed by <a href="http://wpjunction.com/">hpa</a>
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
Coded by Clive (clivepal@gmail.com)
*/

/* General */

html {
	height: 100%;
	background: #5597C4 url(images/body_bg.jpg) repeat-x top left;
	margin-bottom: 1px;
}
body {
	margin: 0;
	background: url(images/html_bg.jpg) repeat-x bottom left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 228px;
	position: relative;
}

	
	/* Header - Date */
	
	#header #header-date {
		position: absolute;
		top: 7px;
		left: 26px;
		padding-left: 33px;
		height: 35px;
		width: 187px;
		font: normal 15px/30px "Century Gothic", Arial, Verdana, Sans-Serif;
		color: #fefefe;
		background: url("images/date_bg.gif") no-repeat;
	}
	
	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 66px;
		left: 50px;
		text-transform: uppercase;
	}
	
	#header #header-info h1 {
		margin-bottom: 2px;
		text-indent: -999px;
		background: url(images/logo.gif);
	}
	
	#header #header-info h1 a {
		display: block;
		width: 435px;
		height: 149px;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 12px "Century Gothic", Arial, Verdana, Sans-Serif;
		display: none;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 11px;
		right: 40px;
		height: 47px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 47px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 47px;
		font: normal 14px/47px Arial, Verdana, Sans-Serif;
		color: #FFFFFF;
		margin-right: 2px;
	}
	
	#header #header-menu ul li a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 15px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #FD1C14;
		background: url("images/menu_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("images/menu_left.gif") no-repeat;
		}
		
		/* Header - Menu - Current */
		
		#header #header-menu ul li.current_page_item {
			color: #FD1C14;
			background: url("images/menu_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #FD1C14;
			background: url("images/menu_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	
	#header-search-bg {
		position: absolute;
		top: 106px;
		left: 637px;
		background: url(images/search_bg.gif);
		width: 291px;
		height: 82px;
	}
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 38px;
		left: 14px;
		height: 25px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 260px;
		height: 25px;
	}
	
	#header #header-search #s {
		width: 246px;
		height: 15px;
		border: 0;
		padding: 5px 7px;
		font: normal 12px Arial, Verdana, Sans-Serif;
		color: #74B6E2;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 25px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - RSS & Comments */
	
	#header #header-rss {
		left: 15px;
	}
	
	#header #header-comments {
		left: 130px;
	}
	
	#header #header-rss,
	#header #header-comments {
		position: absolute;
		top: 14px;
		padding-left: 14px;
		height: 17px;
		font: normal 12px/17px Arial, Verdana, Sans-Serif;
		color: #113A58;
		background: url("images/icon_feed.gif") no-repeat center left;
	}
	
	#header #header-rss a,
	#header #header-comments a {
		color: #113A58;
	}
	
/* Header - Cats */
#header-cats {
	width: 934px;
	height: 63px;
	padding: 0 35px;
	background: url(images/header_cats.jpg);
}

#header-cats ul {
	margin: 0;
	padding: 17px 0;
	list-style-type: none;
	width: 934px;
	height: 29px;
}

#header-cats ul li {
	float: left;
	height: 28px;
	font: normal 12px/28px Arial, Verdana, Sans-Serif;
	color: #FFFFFF;
	margin-right: 5px;
}

#header-cats ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 4px;
	display: block;
}

#header-cats ul li a:hover {
	color: #ffffff;
	background: url("images/cats_right.gif") no-repeat right center;
}

#header-cats ul li:hover {
	background: url("images/cats_left.gif") no-repeat center left;
}

/* Header - Cats - Current */
	
#header-cats ul li.current-cat {
	color: #ffffff;
	background: url("images/cats_left.gif") no-repeat center left;
}
	
#header-cats ul li.current-cat a {
	color: #ffffff;
	background: url("images/cats_right.gif") no-repeat right center;
}
	
/* Header - Cats - Submenu */
	
#header-cats ul li ul {
	display: none;
}
	
/*Header Ads */

#header-ads {
	background: url(images/header_ads.jpg);
	height: 114px;
	width: 930px;
	padding: 8px 37px;
	margin-bottom: 9px;
	overflow: hidden;
}

#header-ads .inner {
	
	width: 930px;
	height: 116px;
	margin: 0 auto;
}



/* Main */
#main {
	width: 957px;
	padding: 0 20px 0 27px;
	background: url(images/main.jpg) no-repeat bottom left;
}
	/* Main - Content */
	
	#content {
		float: left;
		width: 650px;
		overflow: hidden;
	}

		/* Featured Post */
		
		#main .featured-post {
			width: 650px;
			background: url(images/featured_inner.jpg) repeat-y top left;

		}
		
		#main .featured-post .featured-inner {
			background: url(images/featured_post.jpg) no-repeat top left;
			padding: 14px;
		}
		
		#main .featured-bottom {
			background: url(images/featured_bottom.jpg) no-repeat top left;
			height: 10px;
			margin-bottom: 10px;
		}
		
			/* Featured Post - Title */
			
			#main .featured-post .post-title {
				color: #848484;
				font: normal 10px Arial, Verdana, Sans-Serif;
			}
			
			#main .featured-post .post-title a {
				color: #848484;
				text-decoration: none;
			}
			
			#main .featured-post .post-title a:hover {
				text-decoration: underline;
			}
			
			#main .featured-post .post-title h2 {
				color: #B41115;
				font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
				border-bottom: 3px solid #2771A5;
			}
			
			#main .featured-post .post-title h2 a {
				color: #B41115;
				text-decoration: none;
			}
			
			#main .featured-post .post-title h2 a:hover {
				text-decoration: none;
			}
			
			.pagetitle {
				color: #ffffff;
				font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
				text-align: center;
			}
			
			#main .featured-post .post-title-info {
				height: 21px;
				line-height: 21px;
				background: #BFD7E6 url(images/post-title-info.gif) repeat-y top left;
				padding: 0 5px;
			}
			
				.post-date {
					float: left;
					background: url("images/icon_date.gif") no-repeat center left;
					padding-left: 24px;
					padding-right: 10px;
				}
				
				.post-comments {
					float: right;
					background: url("images/icon_comments.gif") no-repeat center left;
					padding-left: 16px;
				}
				
				.post-category {
					float: left;
					background: url("images/icon_category.gif") no-repeat center left;
					padding-left: 14px;
				}
				
				.post-category a {
					color: #0a2844;
				}
			
			/* Featured Post - Entry */
			
			#main .featured-post .post-entry {
				font: normal 14px/18px Arial, Verdana, Sans-Serif;
				color: #606060;
				padding: 0;
			}
			
			#main .featured-post .post-entry a {
				color: #A51A1E;
				text-decoration: none;
			}
			
			#main .featured-post .post-entry a:hover {
				text-decoration: underline;
			}
			
			#main .featured-post .post-entry blockquote {
				border-left: 10px solid #efefef;
				margin: 0px 30px;
				padding-left: 15px;
			}
			
			#main .featured-post .post-entry img {
				padding: 5px;
				border: 1px solid #bfbfbf;
			}
			
			#main .featured-post .post-meta {
				border-top: 1px dotted #B41115;
				padding: 10px;
			}
			#main .featured-post .related-posts {
				width: 300px;
				float: right;
				font: 12px Arial, Helvetica, sans-serif;
				color: #717171;
			}
			#main .featured-post .post-meta h3 {
				font: normal 18px "Century Gothic", Arial, Verdana, Sans-Serif;
				color: #B41115
			}
			#main .featured-post .post-meta ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#main .featured-post .post-meta ul li {
				padding: 5px 0;
			}
			#main .featured-post .post-meta a {
				font: normal 12px Arial, Helvetica, sans-serif;
				color: #717171;
			}
			#main .featured-post .what-next {
				width: 300px;
				float: left;
				color: #424242;
			}
			#main .featured-post .what-next a {
				line-height: 29px;
				color: #424242;
			}
			
			
		/* Content - Post Small */
		
		#content .post-ad {
			margin: 0;
			background: url("images/post_sm.gif") repeat-y;
		}
		
		#content .post-ad-top {
			background: url("images/post_ad_top.gif") no-repeat;
			padding: 7px 15px 0px 15px;
		}
		
		#content .post-sm {
			margin: 0;
			background: url("images/post_sm.gif") repeat-y;
			color: #727272;
			font: normal 14px/18px Arial, Verdana, Sans-Serif;
		}
		
		#content .post-sm a {
			color: #A51A1E;
		}
		
		#content .post-sm-top {
			background: url("images/post_sm_top.gif") no-repeat;
			padding: 7px 15px 0px 15px;
		}
		
		#content .post-sm-bottom {
			background: url("images/post_sm_bottom.gif") no-repeat left bottom;
			height: 10px;
			margin-bottom: 10px;
		}
		
		#content .post-sm h2 {
			padding-left: 7px;
			color: #B41115;
			font: normal 24px/28px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 3px solid #2771A5;
		}
		
		#content .post-sm h2 a {
			color: #B41115;
		}
		
		#content .post-sm h2 a:hover {
			text-decoration: none;
		}
		
		#content .post-sm .post-sm-entry {
			padding: 0 7px 10px 5px;
			overflow: hidden;
		}
		#content .post-sm .cat-titles {
			height: 27px;
			line-height: 27px;
			border-bottom: 1px dashed #C06B6F;
			background: url(images/icon_category.gif) no-repeat center left;
			padding-left: 15px;
		}
		#content .post-sm .cat-titles a {
			color: #6E6E6E;
			font: 12px;
		}
		#content .post-sm .cat-titles .comments {
			float:right;
		}
	
	/* Post */
	
	#main .post {
		margin-bottom: 15px;
	}
	
		/* Post - Title */
		
		#main .post .post-title {
			color: #848484;
			font: normal 10px Arial, Verdana, Sans-Serif;
		}
		
		#main .post .post-title a {
			color: #848484;
			text-decoration: none;
		}
		
		#main .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-title h2 {
			color: #2771a5;
			font: normal 24px/30px "Trebuchet MS", Arial, Verdana, Sans-Serif;
			border-bottom: 3px solid #2771A5;
		}
		
		#main .post .post-title h2 a {
			color: ##B41115;
			text-decoration: none;
		}
		
		#main .post .post-title h2 a:hover {
			text-decoration: none;
		}
		
		#main .post .post-title-info {
			height: 22px;
		}
		
		/* Post - Entry */
		
		#main .post .post-entry {
			font: normal 14px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
			padding: 1px 0;
		}
		
		#main .post .post-entry a {
			color: #A51A1E;
			text-decoration: none;
		}
		
		#main .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#main .post .post-entry blockquote {
			border-left: 10px solid #efefef;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#main .post .post-entry img {
			padding: 5px;
			border: 1px solid #bfbfbf;
		}
		
		/* Post - Category */
		
		#main .post .post-category {
			background: url("images/icon_category.gif") no-repeat center left;
			padding-left: 14px;
			line-height: 22px;
			height: 22px;
			font: normal 11px/22px Arial, Verdana, Sans-Serif;
		}

		/* Post - Subtitle */
		
		#main .post h3 {
			margin: 20px 0 5px 0;
			color: #2771a5;
			font: normal 18px "Trebuchet MS", Arial, Verdana, Sans-Serif;
		}
		
		/* Post - Comments */
		#main .post .author-id-1 {
			background: #A3C9E3;
			color: #063557;
		}
		#main .post .author-id-1 .inner {
			background: url(images/comment_top_blue.gif) no-repeat top left;
		}
		#main .post .author-id-1 .bottom {
			background: url(images/comment_bottom_blue.gif) no-repeat bottom left;
			padding: 5px;
		}
		#main .post .author-id-0 .inner {
			background: url(images/comment_top.gif) no-repeat top left;
		}
		#main .post .author-id-0 .bottom {
			background: url(images/comment_bottom.gif) no-repeat bottom left;
			padding: 5px;
		}
		#main .post .author-id-0 {
			
		}
		
		#main .post .comments {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #606060;
		}
		
		#main .post .comments ol {
			margin: 10px 0;
			padding: 0;
			list-style: none;
		}
		
		#main .post .comments ol li {
			margin: 0 0 10px 0;

		}
		
		#main .post .comments ol li a {
			color: #A51A1E;
			text-decoration: none;
		}
		
		#main .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li.alt {
			background: #F2F2F2;
		}
		
		#main .post .comments ol li cite, #main .post .comments ol li cite a:link {
			color: #063557;
			font: normal 18px "trebuchet MS";
		}
		
		#main .post .comments ol li cite a {
			color: #606060;
			text-decoration: none;
		}
		
		#main .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#main .post .comments ol li .commentmetadata span {
			color: #A51A1E;
			text-decoration: none;
			float: right;
		}
		
		#main .post .comments ol li .commentmetadata a {
			color: #A51A1E;
			text-decoration: none;
			float: right;
		}
		
		#main .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#main .post #post-comment {
			background: #F2F2F2;
			margin: 0;
			padding: 0;
		}
		#main .post #post-comment-top {
			background: #F2F2F2 url(images/post_comment_top.gif) no-repeat top left;
			padding: 0 10px 1px 10px;
		}
		#main .post #post-comment-bottom {
			background: url(images/post_comment_bottom.gif) no-repeat top left;
			height: 5px;
		}
		#main .post #commentform {
			font: normal 11px/18px Arial, Verdana, Sans-Serif;
			color: #8F8F8F;
			padding-left: 5px;
			margin: 0;
			font: normal 12px "trebuchet MS" ;
		}
		
		#main .post #commentform input {
			background: url(images/input_bg.gif) no-repeat top left;
			border: 1px solid #C9C9C9;
			padding: 5px;
			width: 151px;
		}
		
		#main .post #commentform textarea {
			background: url(images/input_bg.gif) no-repeat top left;
			width:592px;
			height: 234px;
			border: 1px solid #C9C9C9;
		}
		#main .post #commentform #submit {
			border: none;
			background: none;
			padding: 0;
			margin: 0;
		}
				
		#main .post #commentform a {
			color: #A51A1E;
			text-decoration: none;
		}
		
		#main .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Content - Navigation */
	
	#content .navigation {
		font: bold 11px Arial, Verdana, Sans-Serif;
		color: #A51A1E;
	}
	
	#content .navigation a {
		color: #A51A1E;
		text-decoration: none;
		margin-bottom: 15px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 300px;
		font: normal 11px/18px Arial, Verdana, Sans-Serif;
		color: #656565;
	}
	
	#sidebar a {
		color: #A51A1E;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	.sidebar-round {
		width: 289px;
		margin: 0 auto;
		background: url("images/sidebar_round.gif") repeat-y;
		margin-bottom: 10px;
	}
	
	.sidebar-round-top {
		width: 289px;
		background: url("images/sidebar_round_top.gif") no-repeat;
	}
	
	.sidebar-round-bottom {
		width: 280px;
		padding: 6px;
		background: url("images/sidebar_round_bottom.gif") no-repeat left bottom;
	}
	
	.sidebar-banner {
		padding: 7px;
		float: left;
	}
	
	.sidebar-adspace {
		width: 300px;
		margin: 0 auto;
		color: #1F4D6E;
		font-size:24px;
		text-align: center;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			height: 22px;
			padding-left: 7px;
			margin-bottom: 2px;
			font: normal 18px/22px "trebuchet MS", Arial, Verdana, Sans-Serif;
			color: #B41115;
			border-bottom: 3px solid #2771A5;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 5px;
			list-style-type: none;
			font: normal 12px/25px Arial, Verdana, Sans-Serif;
		}
		
		#sidebar ul#recentcomments li, #sidebar ul#recentposts li {
			padding: 1px 0;
			color: #BB2E32;
			font: normal 14px "Century Gothic", Arial, Verdana, Sans-Serif;
		}
		#sidebar ul#recentcomments li, #sidebar ul#recentposts li {
			border-bottom: 1px dotted #54AFDD;
			color: #9E9E9E;
			text-decoration: none;
			display: block;
		}
		#sidebar ul#recentcomments li a, #sidebar ul#recentposts li a {
			color: #3C6888;
			background: none;
			border: none;
			padding: 5px;
		}
		#sidebar ul#recentcomments li a:hover, #sidebar ul#recentposts li a:hover {
			background: #ECECEC;
		}
		#sidebar ul li a span {
			color: #B41115;
			display: block;
			font-size: 10px;
			
		}
		
		#sidebar ul li {
			color: #3C6888;
			font: normal 12px/25px Arial, Verdana, Sans-Serif;
		}
		#sidebar ul li a span {
				color: #B41115;
				font: normal 10px Arial, Verdana, Sans-Serif;
				display: block;
				margin-bottom: 4px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: #F8F8F8 url("images/sidebar_menu_hover.gif") no-repeat center left;
		}
		#sidebar ul li a {
			border-bottom: 1px solid #DEDDDE;
			color: #9E9E9E;
			text-decoration: none;
			padding-left: 18px;
			display: block;
			background: url("images/sidebar_menu.gif") no-repeat center left;
		}
		
		#sidebar ul li a:hover {
			text-decoration: none;
			background: #F8F8F8 url("images/sidebar_menu_hover.gif") no-repeat center left;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
				padding: 0;
				background: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 342px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 230px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 180px;
			margin: 0 auto;
			padding-top: 5px;
		}
		
		#sidebar #calendar_wrap table {
			width: 180px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 5px;
		}

	.bottom-panel {
		width: 957px;
		margin: 0 auto;
		background: url("images/bottom_panel.gif") repeat-y;
		font: normal 12px Arial, Helvetica, sans-serif;
	}
	
	.bottom-panel-top {
		width: 957px;
		background: url("images/bottom_panel_top.gif") no-repeat;
	}
	
	.bottom-panel-bottom {
		width: 940px;
		padding: 6px 6px 6px 30px;
		background: url("images/bottom_panel_bottom.gif") no-repeat left bottom;
	}
	
	.bottom-panel .bottom-widget {
		width: 200px;
		float: left;
		margin-right: 30px;
	}
	.bottom-panel h3 {
		color: #fff;
		font: normal 18px "trebuchet MS" Arial, Helvetica, sans-serif;
		border-bottom: 3px solid #2C7FB0;
	}
	.bottom-panel ul { 
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.bottom-panel ul li {
		color: #8CBFDE;
		background: url(images/bottom_panel_li.gif) repeat-x bottom left;
	}
	.bottom-panel ul li a {
		line-height: 25px;
		padding: 5px 15px;
		display: block;
		color: #8CBFDE;
		background: url(images/bottom_panel_a.gif) no-repeat center left;
	}
	.bottom-panel ul li a:hover {
		background: #075787 url(images/bottom_panel_a.gif) no-repeat center left;
	}

/* Footer */

#footer {
	width: 784px;
	height: 84px;
	padding: 18px 20px 14px 200px;
	color: #fff;
	font: normal 11px/20px "Trebuchet MS", Arial, Verdana, Sans-Serif;
	background: #3D80AD url(images/page_bottom.jpg) no-repeat top left;
	text-align: center;
}
#footer #menu {
	font-size: 12px;
	
}
#footer .wpjunction {
	float:right;
	padding-top: 50px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


