<MM:BeginLock translatorClass="ThemeDreamerWP" type="ThemeDreamerWP_Code" depFiles="file:///Macintosh HD/Users/drew/Documents/jpay/blog.jpay.com/wp-content/themes/vistalicious_drew/style.css" orig=""><link rel="stylesheet" href="style.css" type="text/css" media="screen" /><MM:EndLock><MM:BeginLock translatorClass="ThemeDreamerWP" type="ThemeDreamerWP_Code" depFiles="file:///Macintosh HD/Users/drew/Documents/jpay/blog.jpay.com/wp-content/themes/vistalicious_drew/style.css" orig=""><link rel="stylesheet" href="style.css" type="text/css" media="screen" /><MM:EndLock><MM:BeginLock translatorClass="ThemeDreamerWP" type="ThemeDreamerWP_Code" depFiles="file:///Macintosh HD/Users/drew/Documents/jpay/blog.jpay.com/wp-content/themes/vistalicious_drew/style.css" orig=""><link rel="stylesheet" href="style.css" type="text/css" media="screen" /><MM:EndLock>/*  
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;
}
h1, h2, h3, h4, h5, h6, p, blockquote {
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}
a {
	color: #C00;
}
a:hover {
	color: #F00;
}
blockquote {
	margin: 5px 10px;
	padding: 5px 10px;
	background: #FC6;
	border: 1px dotted #BBB;
}
code {
	color: #C00;
}
a img {
	border: none;
}
/* Reset Defaults Ends */

body {
	position: relative; /* Fixes browser resizing bug in IE6 */
	margin: .5em auto 1em;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* IE Centering Technique */	/*background: #499F8F url(images/bgbody.jpg) repeat-x top left;
	background-attachment: fixed;
	background-image: url(images/bg_new.jpg);*/
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	text-align: left;
}
.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;
	padding: 0;
	width: 100%;
}
#header .sitename {
	padding: 0;
	position: relative;
	font-size: 1em;
	float: left;
}
#header h1.sitename {
	padding: 0 0 0 0;
	position: relative;
	font-size: 3em;
}
#header h1.sitename a {
	color: #fff;
	text-decoration: none;
}
#header h1.sitename a:hover {
	color: #C00;
	text-decoration: none;
}
#header h2.sitedesc {
	padding: 0 0 0 0;
	font-size: 1em;
	color: #C00;
	float: left;
	display: block;
}
#header .topright {
	float: right;
	margin: .75em 0 0 7em;
	padding: 0;
	text-align: right;
	color: #C00;
	clear: right;
	height: 60px;
	width: 468px;
}
#header .topright a {
	color: #A01716;
	text-decoration: none;
}
#header .topright a:hover {
	color: #F00;
	text-decoration: none;
}
.search {
	float: right;
}
#searchform {
	float: right;
	margin-left: 0;
	margin-top: 1px;
	margin-right: 0px;
	width: 300px;
}
#searchform {
	margin-left: 0px;
	padding-top: 0px;
	text-align: right;
	padding-right: 1em;
}
*:first-child+html #searchform { /* Filter for IE7 */
	padding: 5px 0;
}
* html #searchform { /* Filter for IE6 */
	padding: 5px 0;
}
#searchbox {
	margin-left: 20px;
	margin-bottom: 0px;
	width: 145px;
	height: 1em;
	vertical-align: middle;
}
#searchbutton {
	width: 70px;
	font-size: 0.7em;
	margin: 0 0 0 .5em;
	vertical-align: middle;
}
#searchbutton:hover {
	cursor: pointer;
}
#nav {
	clear: both;
	margin: 0.5em 0 0 0;
	background-image: url(images/nav_bar_bk.gif);
	background-repeat: no-repeat;
	height: 26px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin-right: 1px;
	margin-top: 0em;
	padding: 0px;
}
* 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: lowercase;
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	color: #FFF;
	padding: 0px;
}
#nav li a span {
	display: block;
	margin-left: 10px;
	padding:0 .8em 0 .25em;
	line-height: 26px;
	color: #FFF;
	background: url(images/bgtabright.gif) right top no-repeat;
	text-decoration: none;
}
#nav li a:hover {
	background-position: left -32px;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
}
#nav li a:hover span {
	background-position: right -32px;
	color: #fff;
}
#nav li.current_page a {
	background-position: left -32px;
}
#nav li.current_page a span {
	background-position: right -32px;
	color: #fff;
}
#main {
	clear: both;
	width: 930px; /* Overrides miscalculation in IE6; ignored by other browsers. */
	margin: 0;
	padding: 0 10px 0 10px;
}
#contentwrapper {
	float: left;
	width: 570px;
	padding: 1em;
}
#content {
}
#content .pageTitle {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	color: #900;
	border-bottom:dotted 4px #039;
	margin:0 0 1em 0;
}
.post {
	margin: 5px 0 1em 0em;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 0 0px;
	font-weight: bold;
}
#content h1 {
	font-size: 1.3em;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.1em;
}
#content h4 {
	font-size: 1em;
}
#content h5 {
	font-size: .85em;
}
#content h6 {
	font-size: .75em;
}
#content h4, #content h5, #content h6 {
	font-weight: bold;
	color:#C00;
	margin: 1em 0 0 0;
}
h2.homeTitle {
	margin: 0 0 15px 0;
}
h2.postTitle {
	padding: 0 0 0 0;
	font-weight: bold;
	color: #000;
	margin:.5em 0 .5em 0;
}
h2.postTitle a {
	font-weight: bold;
	text-decoration: none;
	color: #C00;
}
h2.postTitle a:hover {
	color: #C00;
}
.postMeta {
	padding: 4px 1em .25em 0px;
	font-size: 0.85em;
	color: #666;
}
.postMeta a {
	text-decoration: none;
}
.postContent img {
	margin: .5em 0em 0em 0em;
	border: 2px solid #3473AC;
}
#content p, .postContent p {
	font-size: 0.9em;
	color: #333;
	line-height: 150%;
	margin: 0 0 0 0;
}
.postContent ul, ol {
	padding: 0 0 0 35px;
}
.postContent ul li, ol li {
	font-size: 10pt;
	color: #000;
}
.postTags {
	margin: 2px 0em 1em 0em;
	font-size: 0.75em;
	color: #000;
	padding: 4px 2px 0px 0px;
	background-image: url(images/tag_bg_2.jpg);
	height: 36px;
	background-repeat: repeat-x;
	background-position: 0px 30px;
}
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;
	width: 300px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background-image: none;
}
.sidebars h2 {
	padding: 4px 2px 0px 8px;
	font-size: .9em;
	color: #fff;
	height: 26px;
	margin: .75em 0 -4px;
	text-align: left;
	list-style-type: none;
	background-image: url(images/sidebar_title_bg.gif);
	background-repeat: no-repeat;
	list-style-image: none;
}
.sidebars li h2.children {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.sidebars li h2.widgettitle {
	list-style:none;
}
.sidebars li {
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
}
.sidebars table {
	width: 300px;
}
.sidebars ul {
	margin: 0em 0 0;
	padding: 0em 0 0px;
	text-align:left;
	list-style:none;
	background-image: url(images/sidebar_bk_fade.gif);
	background-repeat: repeat-x;
}
/*.sidebars ul ul {
	margin: 0em 0 0;
	padding: 0em 0 0px;
	background-image: url(images/sidebar_bk_fade.gif);
	text-align:left;
	list-style:none;
	background-repeat: repeat-x;
}
*/
.sidebars ul li.sidebaritem#children {
	width:300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	background-image: none;
}
.sidebars li .textwidget {
	margin: 0;
	background-image: url(images/sidebar_bk_fade.gif);
	font-size: 0.9em;
	line-height: 150%;
	padding: 4px;
	background-repeat: repeat-x;
}

#wrapper #main .sidebars .ad {
	margin:.5em 0 0 0;
	padding:0 0 0 0;
	background-image: none;
	background-repeat: repeat-x;
}






.sidebars ul li ul {
	padding: 0.25em 0 0.25em;
	margin: 0px;
	list-style:none;
}
.sidebars ul li ul li {
	margin: 0;
	padding: 0 0 0 1.5em;
	color: #00C;
	font-size: 0.9em;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 160%;
	background-position: 6px 8px;
}
.sidebars li.nobg {
	background: none;
	color: #003366;
	text-decoration: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.sidebars li.nobg a:hover {
	background: none;
	text-decoration: none;
}
.sidebars a {
	display: inline;
	color: #C00;
	text-decoration: none;
}
.sidebars a:hover {
	color: #C00;
	background: #C1DEF1;
}
.sidebars p {
	padding: 4px;
	font-size: .9em;
}
#tag_cloud a {
	display: inline;
}
.sidebars ul.children li {
	border-bottom:none;
	list-style:none;
}
.sidebars ul.children {
	margin-bottom:-5px;
	list-style:none;
}


/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	color: #333;
	text-align: left; /* IE Centering Technique */
}
#footer p {
	padding: 0;
	font-size: .75em;
	line-height: 19px;
}
#footer a {
	color: #00F;
}
#footer a:hover {
	color: #F00;
}
#credits {
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 100%;
	text-align: center;
}
/* 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;
}
#wrapper #header #jpay_logo {
	margin-left: 0.5em 0 0 12px;
	float: left;
	display: block;
	clear: left;
}
.red_bar {
	background-color: #C00;
	height: 6px;
	margin-bottom: 0.5em;
	width:100%;
}
#header .topright h1 {
	margin: 0px 0px 4px;
	padding: 0px 0 0 0;
	font-size: 1em;
	color: #666;
}
.postContent .sociable {
	margin-left: 0px;
	font-size:0.8em;
}
/* Blog Ads */

a #ad {
	margin: 0px;
	padding: 0px;
}
#jpay_ad {
	margin-bottom: 0em;
}
.textwidget #sidebar_addy {
	background-color: #FFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#facebook {
	margin-right: 0.25em;
	vertical-align: bottom;
	display: inline;
	text-align: left;
}
a .fb {
	font-weight: bold;
	color: #4D6AAC;
	text-decoration: underline;
	display: inline;
}

