/*
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/
*/

/*  Varick Design 2010 http://varickdesign.com  Genesys Research */

body.custom {
    background: #f5f5f5}

/******************** Get rid of all borders ********************* */
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}


.custom #header_area{border-top: solid 5px #015196;}

.custom #header_area .page{border-left: 1px solid #a7aaaf;border-right: 1px solid #a7aaaf;border-bottom: 1px solid #a7aaaf;}
.custom #header{border-bottom: 1px solid #a7aaaf;}
.custom #content_area .page{border-left: 1px solid #a7aaaf;border-right: 1px solid #a7aaaf;}
.custom #footer_area .page{border:1px solid #a7aaaf;}
.custom .menu {padding-bottom: 5px; border-left: 0px; border-bottom: 0px; padding-top: 5px; margin-left: 20px; width: 95%;}
.custom .menu .tab-home{border-left: 1px solid #EFEFEF;}

.custom #logo a {margin-left: 10px; display: block; height: 60px; width: 493px; background:transparent url('images/header.jpg') no-repeat}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


.custom #content {border-left:1px solid #a7aaaf;border-right: 1px solid #a7aaaf;}

.custom #sidebar_1 {width: 150px;}


/*//Contact Form */
#cfname{
width: 350px;
height: 25px;
border: none;
background: transparent;
border: 1px solid #767676;  
}


#cfemail{
width: 350px;
height: 25px;
border: none;
background: transparent;
border: 1px solid #767676;
}

#cfsubject{
width: 450px;
border: none;
height: 25px;
background: transparent;
border: 1px solid #767676;
}

#cfmessage{
width: 500px;
height: 300px;
border: none;
background: transparent;
border: 1px solid #767676;
}


#cfsubmit{
float: right;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
width:110px;
background:#015196;}

#cfsubmit {
font: 10px;
color: #ffffff}

input#user_pass.mid {height: 20px;}

p.submit input#wp-submit {border: none;
border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
width:110px;
background:#015196;}


.custom .headeradmin{float: right; width: 260px;}

.custom #headerlogin{margin-top: 5px; float:left;padding: 5px; border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
width:110px;
background:#015196;}

.custom #headerlogin a{margin-left: 40px; color: #fff;}

.custom #headerregister{margin-left: 5px; margin-top: 5px; float:left;padding: 5px; border-radius:5px; 
-moz-border-radius: 5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
width:120px;
background:#015196;}

.custom #headerregister a{margin-left: 15px; color: #fff;}


/***********************************************************************************************
/* WishList Member */
/* ****************************************************************************************** */


.custom .wpm_registration input{
     font-size: 1.1em;
     height:18px;
     border: 1px solid #aaa;
     border-right-color: #ddd;
     border-bottom-color: #ddd;
     width: 100%;
     margin-bottom:5px;
     }

.custom .wpm_registration input:focus
{
     height:18px;
}

.custom .wpm_registration input[type=submit] {
  color: #fff;
  background: #0e426c;
  border-left: 1px solid #7ab7e8;
  border-top: 1px solid #7ab7e8;
  border-right: 1px solid #084577;
  border-bottom: 1px solid #084577;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height:30px;
  cursor:pointer;

}
.custom .wpm_registration input[type=submit]:hover {
    border: 1px solid #555;
    background: #7f7e7d;
}

/*******************************************************************
*   Wishlist Member Login Widget
********************************************************************/
.custom #wlmember_loginwidget label input
{
   margin-bottom:5px;
   height: 15px;
}


.custom #wlmember_loginwidget input[type=submit] {
  color: #fff;
  background: #0e426c;
  border-left: 1px solid #7ab7e8;
  border-top: 1px solid #7ab7e8;
  border-right: 1px solid #084577;
  border-bottom: 1px solid #084577;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height:25px;
  width:100px;
  cursor:pointer;
}

.custom input.wlmember_loginwidget_input_username {height:15px!important;}
.custom input.wlmember_loginwidget_input_password {height: 25px!important;}

.custom #wlmember_loginwidget input[type=submit]:hover {
    border: 1px solid #555;
    background: #7f7e7d;
}


.LoginPage form.wlm_inpageloginform input{margin-left:5px; margin-top: 5px; width:150px;}
.LoginPage form.wlm_inpageloginform input[type=checkbox]{width: 50px;}

.LoginPage form.wlm_inpageloginform input[type=submit]{
  color: #fff;
  background: #0e426c;
  border-left: 1px solid #7ab7e8;
  border-top: 1px solid #7ab7e8;
  border-right: 1px solid #084577;
  border-bottom: 1px solid #084577;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height:25px;
  width:100px;
  cursor:pointer;
  margin-bottom: 10px;
}

/*  css for no plugin page navi
/* NUMBERED PAGE NAV */
.page-nav { font-size: 1.05em; font-weight: normal; margin: 1em 0 0 1em; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #efefef; border: .1em solid #ccc; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #efefef; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }


/*-------- wp-pagenavi----------------------------------- */
.wp-pagenavi { margin: .3em .5em; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:1.05em; padding:3px; margin: 0 1em 1em 0; text-decoration: none;border: .1em solid #ccc; ; background: #fff; }
.wp-pagenavi a:visited { font-size:1.05em;padding:2px; margin: 2px; text-decoration: none; border: .1em solid #ccc; background-color: #ffffff; }
.wp-pagenavi a:hover { font-size:1.05em; border: 1px solid #ccc; color: #2361A1; }
.wp-pagenavi a:active { font-size:1.05em; padding:2px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; background: #efefef; }
.wp-pagenavi span.pages { font-size:1.05em;padding: 2px 8px; margin: 0 .2em; background: #efefef; border: .1em solid #ccc; }
.wp-pagenavi span.current { font-size:1.05em;padding:2px;  margin: 0 .2em; background: #efefef; border: .1em solid #ccc; color:#000; }
.wp-pagenavi span.extend { font-size:1.05em; padding:2px; margin: 2px; border: 1px solid #ccc; color: #2361A1; background: #efefef; }




/* ***************** /

/* clears the header floats */
#header {
	overflow: hidden;
}

#termsscroll{border: 1px solid #767676;}
#agreetoterms{margin-top: 20px;width: 250px;}
#agreetoterms input#checkme{float: left;width: 30px;padding:0px;}
#agreetoterms p{font-weight: bold;}


.custom #footer p{font-family:verdana;font-size:11px;}


/**************************/

.custom .login #login_error {
	background:transparent !important;
	border:none;
}