/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body { background-image: url(/v2/images/bg.gif);
background-position: top center;
background-attachment:fixed;
background-repeat: repeat;
background-color: #000;
height:100%;
color:#FFCC99;
line-height:1.7;
font-family: Verdana,sans-serif;
}

.checkoutbg {background-color: #000000;text-align:left;}


a {
	outline:none;
}

pre {border:none;}

#content {
	background-image: url(/v2/images/globalframe_new_02.png);
	/*background-position: -50px -50px;*/
	background-repeat: repeat-y;
	border:none;
	padding: 0 45px 0 45px;
	margin:0px;
	overflow:visible;
}/*
#content p {
	margin: 0 45px;
}
#content h1 {
	margin: 0 45px;
}
#content h2 {
	margin: 0 45px;
}
#content h3 {
	margin: 0 45px;
}*/

#vgmp_navbar {
	padding-top:20px;
}
#vgmp_navbar img {
	padding-top:10px;
}
img.equation {
	padding-left:10px;
	margin-top:-20px;
	overflow:visible;
}
img.post_image {
	padding:10px;
}
h1.entry-title {	margin-top:30px;
	padding-bottom:10px;
	font-size:30px;
	padding-left:30px;
}
.headline_area h1 {
	margin-top:30px;
}
h2.entry-title {
	font-size:20px;
}

h2 a {
	color: #FF6600;
	padding-left:0px;
	padding-top:5px;
}
h2 a:hover {
	color:#FF6600;
	text-decoration:underline;
}

h2.equation {
	text-align:center;
	color:#ffcc99;
	font-size:24px;
	line-height:36px;
}

h2.recentportraits {
	padding-left:20px;
	padding-top:40px;
}
h2.portraitgallery {
	padding-left:20px;
	padding-bottom:0px;
}

h2.movie {
	padding-top:0px;
	margin-top:0px;
}
.sidebar ul.sidebar_list {
	padding:none;
}
.sidebar {
	padding:none;
}

#tabs { border:none;}

.post_box, .teasers_box {border:none; padding-top:0; width:680px; margin-top:-10px; margin-bottom:0px;}
.format_teaser { margin-top:0px; margin-bottom:0; line-height:0;}

#header {/*height:200px;
background-image: url(/v2/images/title.png);
background-position:top left;
background-repeat:no-repeat;
*/
background:none;
border:none;
padding:0px;
margin:0 0 -60px;
}
#content_box {background:none; width:1000px;
}
#footer {
	border:none;}
	
	#archive_info {
		border: none;
		padding:none;
		margin:none;
	}
	
	form {border:none;
	}
	form#commentform {border:none;}
	
	.prev_next {border:none;
	}
	dl#comment_list .bypostauthor {
		background-color:#000;
	}
	/*dl#comment_list {
border-top:1px dotted #FFCC99;
}*/
	textarea#comment {
		height:80px;
		background-color:#330000;	
		border:#FFCC99;	
		color:#FFCC99;
		padding:5px;
		width:500px;
	}
	input, textarea {
			background-color:#330000;	
		border:#FFCC99;	
		color:#FFCC99;
		padding:5px;
	}
	input:focus, textarea:focus {
				background-color:#330000;	
		border:#FFCC99;	
		color:#FFCC99;
	}
		
	.custom .comments_closed p {
  display: none;
}


.prev_next p {
	display:none;
}

#respond_intro p {
color:#FFCC99;
}

input.form_submit {
	border:none;
	background:none;
	color:#FFCC99;
}
.format_text input {
	border:none;
	background-color:#330000;
}
input.form_submit:hover {
	color:#FFCC99;
	text-decoration:underline;
}

a {
	color:#F60;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.prev_next, .post_tags, .headline_meta {
	color:#FFCC99;
	text-transform:none;
	font-size: 1.5em;
	letter-spacing:normal;
}
.headline_meta span, .headline_meta abbr {
	text-transform:none;
	letter-spacing:.5px;
}

.format_text a {
	text-decoration:none;
}
.format_text a:hover {
	text-decoration:underline;
}

.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft {
margin:0 .5em .5em 0;
}
.headline_area {
	margin-bottom:.5em;
}
.teaser .teaser_date {
	color:#ffcc99;
}

abbr, acronym {
	text-transform:none;
	letter-spacing:.5;
}

.format_text input {
	border-color:#000;
	margin-top:3px;
	border:none;
	border-width:0;
	/*width:104px;
*/	padding:0px;
width:auto;
}

.format_text h2, .format_text h3 {
	color:#FFCC99;
	margin-top:0px;
	margin-bottom:15px;
    line-height:30px;
}
.format_text span.checkbox {
	width:10px;
}
.format_text {
	line-height:1.7em;
}
.shop h2 {
	padding-left:20px;
	size:18px;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	border:#330000;
}
span.wpcf7-not-valid-tip {
	background-color:#000;
}
#footer p{
	color:#FFCC99;
	size:14;
}
#footer a{
	color:#ff6600;
	border-bottom:none;
}
#footer a:hover {
	color:#ff6600;
	text-decoration:underline;
    border-bottom:none;
}

.keepintouch {
	font-size:14px;
	color:#FF9933;
	font-weight:bold;
}
.keepintouch a {
	color:#FF9933;
	font-weight:normal;
}
.keepintouch a:hover {
	text-decoration:none;
	color:#FFCC99;
}
.keepintouch img {
	padding: 0 7px 2px 10px;
}
.checkoutbg {
background-color:#000;
}
td.checkoutbg {
background-color:#000;
}

#cpPremiumHeader {
	background-color:#000;
}
div.mmf-mail-sent-ok {
	border:none;
}
span.wpcf7-not-valid-tip, span.mmf-not-valid-tip {
	background:#000000;
}
.format_teaser {
	width:270px;
}
blockquote {
color:#FFCC99;
font-style:italic;
border-left:none;
padding-left:20px;
}
.comments_intro span {
	color:#FF9933;
}

.comments_intro p {
	color:#FFCC99;
}
.comments_intro span.bracket {
color:#FFCC99;
}
.comment_time a, .edit_comment a {
color:#FFCC99;
}
.comment_time, .edit_comment {
color:#FFCC99;
}
.comment_time a:hover, .edit_comment a:hover {
		color:#FF6600;
	text-decoration:underline;
}
.comments_intro, #respond_intro {
	margin-top:2em;
}
dl#comment_list, #comment_list{
	border-top:none;
}
dl#comment_list dt, dl#trackback_list dt {
	border-top:none;
}
#petsamoreiframe {
    overflow:hidden;
    margin:auto;
}
#petsamoreiframe2 {
    overflow:hidden;
    margin:auto;
}
#petsamoreiframe iframe {
    width:500px;
    height:250px;
    margin-left:-250px; 
    border:0 solid;
 }
#petsamoreiframe2 iframe {
    width:745px;
    height:210px;
    margin-left:-475px; 
    border:0 solid;
 }
 
 .custom p.wp-caption-text {
	 color:#000;
	 font-style:normal;
 }
 .custom .shashin_caption {
	 font-size:0.857em;
line-height:1.5em;
margin:0px 10px 10px 10px;
color:#000;
font-weight:normal;
 }
 .custom .shashin_thumb img {
	 padding:5px;
 }
.shashin_thumb {
	width:250px;
}

.custom .teaser_link {
font-size:1.5em;
padding-left:220px;
}