/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's 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!
*/

body.custom {padding-top: 50px; background-image: url(images/border_pagetop.gif); background-repeat: repeat-x; background-position: left top;
}


/*---:[ #header styles ]:---*/


.custom	#header #logo a, #header #logo a:visited, #logo img{ color: #606060; text-decoration: none;  }

.custom	#header #logo a:hover { color: #5486CA; }
	
.custom #header h1, #header p#tagline {color: #606060; }

.custom     #header {width: 95.9em; padding: 0em 0em; border-bottom: 3px double #ddd; text-align: left;  clear: both; }
	
.custom #header h1, #header p#tagline { font-weight: normal; font-size: 1.4em; line-height: 1em; color: #888; border: 0px solid green; }

.custom  #header div#tagline-graphic { font-weight: bold; font-size: 1.4em; line-height: 1em; color: #888; border: 0px solid pink; float: right; margin: 150px 15px 0 0; }

.custom #header #mytagline {color: #75A2DD; font-size: 1.1em; line-height: 1em;  letter-spacing: 1px;  text-transform: uppercase;  padding: 105px 20px 0 0; border: 0px solid purple;  text-align: right; width: 300; }





/*---:[ nav menu styles ]:---*/

.custom	ul#tabs li { color: #75A2DD; }

.custom	ul#tabs li.current_page_item { background: #fff; border-bottom-color: #fff; }
	
.custom	ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

.custom		ul#tabs li a, ul#tabs li a:visited { color: #75A2DD; text-decoration: none; }
	
.custom		ul#tabs li a:hover { color: #2361a1; text-decoration: underline; }
		
.custom		ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited { cursor: default; }
		
.custom		ul#tabs li.current_page_item a:hover { text-decoration: none; }
		
.custom		ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }


/*-- email rss styles -- */

.custom #emailrss a { color: #75A2DD; padding-right: 18px; text-decoration: none;  background: url('images/emailrss.gif') 100% 50% no-repeat; font-size: 1.1em; line-height: 1em;  letter-spacing: 2px;  text-transform: uppercase; }

.custom #emailrss a:hover {color: #2361a1; text-decoration: underline;}

/* --- style the next/previous post links for the single post page */

.custom  #nextpost {float: right; color: #808080;}
.custom  #prevpost {float: left; color: #808080;}
.custom  #nextpost a {color: #75A2DD; text-decoration: none;  }
.custom  #prevpost a {color: #75A2DD; text-decoration: none;}
.custom  #nextpost a:hover { color: #2361a1; text-decoration: underline; }
.custom  #prevpost a:hover { color: #2361a1; text-decoration: underline; }


.custom h1 {color: #505050; padding-top: .40em;}
.custom h2 {color: #606060;}
.custom h2 a, h2 a:visited { color: #606060; }
.custom h2 a:hover { color: #2361a1; }
.custom #respond {color: #606060;}


/* STYLE FOR BLUE TEXT WIDGET */


.custom li#samsarin-php-4 {width: 13.6154em;
text-align: left;


padding-top: 0.84615em;

padding-right: 0.84615em;

padding-bottom: 0.84615em;

padding-left: 0.84615em;

line-height: 1.38462em;

background-color: #e3f0f2;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

border-top-width: 0.07692em;

border-right-width: 0.07692em;

border-bottom-width: 0.07692em;

border-left-width: 0.07692em;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #addde6;

border-right-color: #addde6;

border-bottom-color: #addde6;

border-left-color: #addde6;
}

.custom li#samsarin-php-4 a {
font-weight: normal; 

}

.custom li#samsarin-php-4 p {color: #404040; text-align: left;}

.custom li#samsarin-php-2 h2 { text-align: center;}


}


	/*---:[ comment form styles ]:---*/

/*---:[ comment form styles ]:---*/

	#respond, p.login_alert { font-size: 1.6em; margin: 3.4375em 0 0.4375em 0.6875em; font-weight: bold; line-height: 1.375em; }

	p.login_alert { margin-bottom: 2.75em; padding: 0.5em 0.6875em; background: #f5f5f5; border: 1px solid #ddd; }

	#comment_form { padding: 1.1em 2.2em 3em 1.1em; border-top: 1px dotted #bbb; }

		#comment_form p { margin-bottom: 1.0em; font-size: 1.4em; line-height: 1.57143em; }

			#comment_form label { padding-left: 0.78571em; }

				.custom	#comment_form textarea { color: #2361a1; width: 33.57143em; height: 15.85714em; padding: 0.28571em; border-width: 0.07143em; }

			#comment_form p.allowed { font-size: 1.2em; width: 38em; margin-bottom: 1.16667em; padding: 0.66667em 0.91667em; line-height: 1.66667em; color: #807e70; background: #f9f7e4; border: 0.08333em dotted #bbb; border-top: 0; }

			#comment_form .form_submit { font-size: 1.14286em; padding: 0.3125em 0.25em; }
		
			/* Support for the highly-recommended Subscribe to Comments Plugin */

			#comment_form p.subscribe-to-comments { font-size: 1.4em; }

				#comment_form p.subscribe-to-comments label { font-size: 1em; }



.custom div.paypal 
{ width: 122px;
  background-color: #ffffff;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
.custom .paypal input

{ width: 122px;
  background-color: #ffffff;
  border: none;
 
}

.custom .paypal input:focus

{ background-color: #eeeeee;
  border: none;
}