/*
Theme Name: VistaVG
Theme URI: http://www.AskVG.com/
Description: AskVG Default Theme
Version: Ultimate
Author: Vishal Gupta
Author URI: http://www.AskVG.com/
*/
/***** GLOBAL FORMATTING *****/
* {
	padding: 0;
	margin: 0;
}
body {
	background: #DEE9F6 url(images/back.gif) repeat-x;
	font-size: 11px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
a {
	color: #4F49AA;
	text-decoration: none;
}
a:hover {
	color: #4F67F0;
	text-decoration: underline;
}
/***** PAGE STRUCTURE FORMATTING *****/
#header {
	width: 988px;
	background: #B4D2EF url(images/header.png) no-repeat;
	height: 134px;
	margin-top: 0;
	color: #fff;
	padding: 6px 0px 0px 0px;
}
.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}
#Nav {
	display: block;
}
#wrapper {
	display: block;
	margin: 0 auto;
	width: 988px;
	position: relative;
	background: url(images/wrapper.png) repeat-y;
}
#content {
	width: 570px;
	float: left;
	color: #000;
	padding: 24px;
}
#sidebarHome {
	width: 160px;
	float: right;
	color: #000;
	padding: 24px;
}
* html #sidebarHome {
	width: 160px;
}
#sidebarRight {
	width: 160px;
	float: right;
	color: #000;
	padding: 24px;
}
* html #sidebarRight {
	width: 160px;
}
#sidebarLeft {
	width: 120px;
	float: left;
	color: #000;
	padding: 16px;
}
* html #sidebarLeft {
	width: 120px;
}
#footer {
	clear: both;
	width: 988px;
	background: #DEE9F6 url(images/footer.png) no-repeat;
	color: #000;
	text-align: center;
	height: 132px;
	padding: 2px 0px 0px 0px;
}
#footer a {
	color: #4F49AA;
}
#footer a:hover {
	color: #4F67F0;
}
/***** NAVIGATION BAR FORMATTING *****/
ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 988px;
	float: left;
	background: #B4D2EF url(images/nav.png) no-repeat;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
ul#Nav li {
	float: right;
}
ul#Nav li.first {
	border-left: none;
}
ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 32px;
	text-decoration: none;
	color: #1E3958;
}
ul#Nav a:hover {
	color: #4F67F0;
	text-decoration: underline;
}
ul#Nav li.current_page_item a { 
	color: #1E3958; 
	text-decoration: none;
}
/***** GENERAL TEXT FORMATTING *****/
.post {
	margin-bottom: 20px;
}
blockquote {
	color: #000; 
	margin: 0 1px 20px 0px; 
	background: #E8EEF7;
	border: 1px dashed #CCD9EA;
	padding: 10px 10px 0px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
p a {
	border-bottom: none;
	text-decoration: none;
}
p a:hover {
	border-bottom: none;
	text-decoration: underline;
}
p.center {
	text-align: center;
}
.postmeta {
	background: #E8EEF7;
	border: 1px solid #CCD9EA;
	padding: 3px;
	font-size: 11px;
}
.postmeta a {
	border-bottom: none;
}
.postmeta a:hover {
	border-bottom: none;
}
.small {
	font-size: 10px;
}
code {
	font: 12px 'Courier New', Courier, Fixed;
}
h1 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1.title {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}
h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}
/***** LISTS FORMATTING *****/
html>body .post ul {
	margin-left: 0px;
	padding: 0 0px 10px 30px;
	list-style-image: url(images/bullet.png);
} 
html>body .post li {
	margin: 0px 0 8px 0px;
}
.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.post ol li {
	margin: 0;
	padding: 0;
}
/***** SEARCH FORM FORMATTING *****/
#searchform {
	display: inline;
	float: right;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align: left;
}
#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}
/***** SIDEBAR FORMATTING *****/
h2 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	color:  #000000;
	padding: 0px 1px;
	margin-bottom: 5px;
	font-family: "Arial", sans-serif;
}
#sidebarHome a {
	font-size: 12px;
	padding: 0px 1px;
	font-family: "Arial", sans-serif;
	color: #4F49AA;
	text-decoration: underline;
}
#sidebarHome a:hover {
	font-size: 12px;
	padding: 0px 1px;
	font-family: "Arial", sans-serif;
	background: none;
	color:  #4F67F0;
	text-decoration: underline;
}
#sidebarRight a {
	font-size: 12px;
	padding: 0px 1px;
	font-family: "Arial", sans-serif;
	color: #4F49AA;
	text-decoration: underline;
}
#sidebarRight a:hover {
	font-size: 12px;
	padding: 0px 1px;
	font-family: "Arial", sans-serif;
	background: none;
	color:  #4F67F0;
	text-decoration: underline;
}
#sidebarLeft a {
	font-size: 12px;
	padding: 0px 1px;
	font-family: "Arial", sans-serif;
	margin-left: 5px;
	color: #4F49AA;
	text-decoration: underline;
}
#sidebarLeft a:hover {
	font-size: 12px;
	padding: 0px 1px;
	font-family: "Arial", sans-serif;
	background: none;
	margin-left: 5px;
	color:  #4F67F0;
	text-decoration: underline;
}
/***** SIDEBAR LISTS FORMATTING *****/
.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}
.sidebarIcon ul { 
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}
.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}
.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}
.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}
.sidebar ul { 
	list-style-type: none;
}
.sidebar li { 
	margin: 0 0 0.6em 0; 
}
.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}
/***** FOOTER FORMATTING *****/
#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-bottom: 0px;
}
#footer a {
	color: #4F49AA;
	text-decoration: none;
}
#footer a:hover {
	color: #4F67F0;
	text-decoration: underline;
}
#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}
#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}
/***** IMAGE FORMATTING *****/
img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}
img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}
img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
/***** MISCELLANEOUS FORMATTING *****/
.alignright {
	float: right;
}
.alignleft {
	float: left
}	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
/***** COMMENTS FORMATTING *****/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #CCD9EA;
}
#commentform textarea {
	width: 556px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #CCD9EA;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#commentform #submit  {
	margin: 0;
	float: right;
	background: #E8EEF7;
	border: 1px solid #CCD9EA;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	padding: 20px 10px 0px;
	list-style: none;
}
.commentlist p {
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}