/*
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/
*/
#header {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: none;
	min-height:65px;
}

#content_box {
	color:#FFFFFF;
}

body.custom {
	border:none;
	background:#2F4E6E url('images/wordpress.png') no-repeat 25% 150px fixed;
	
 }

#page, .full_width > .page {
	background:transparent;
	width:100%;
	min-width:960px;
	
}

#content{
	background: url('images/transparent.png') repeat;
	margin-left:2%;
	margin-right:2%;
	min-height:770px;	
	width:65%;
}

#sidebar_1, #sidebar_2{
	background: url('images/transparent.png') repeat;
	min-height:770px;
	width:100%;	
}

#column_wrap #sidebar_1 {
	width: 10%;
}

#sidebars {
	Margin-right:2%;	
	width:29%;
}
 
#social {
	float:right;
}

#custom_logo {
	float:left;
}

#header #tagline {
	text-align:right;
	margin-top:45px;
	color:#FFFFFF;
}

#footer {

}

#footer_left {
	float:left;
	text-align:left;
	width:50%;
	font-size:1.2em;
	line-height:1.667em;
}

#footer_right {
	width:50%;
	float:right;
	text-align:right;
	font-size:1.2em;
	line-height:1.667em;
}

#footer p, #footer_center {
	text-align:center;
	float:right;
	Width:100%;
}

#footer a:hover {
	color:#E74D00;
	border-bottom: 1px dotted #E74D00; 
}


#footer div.col {
	float:left;
	margin:5px 3px 0 0;
	padding-left:2%;
	width:30.66%;
}

#footer div.Footerleft {
	text-align:left
}

#footer div.Footercenter {
	text-align:center;
}

#footer div.Footerright {
	text-align:right;
}

.prev_next, #respond_intro p {
	color:#FFFFFF;
}

h1, h2, h2 a, h3, h4 {
	color: #E74D00;
}

.headline_area  {
margin-bottom:0;
}

.sidebar h3 {
	color:#E74D00;
}

.no_sidebars #content {
	width:96%;
}

/* Links */
#content a.link,#content a:link,#content a.visited,#content a:visited {

	color: #E74D00;
	
	
	}

 #content a.hover,#content a:hover, #content a.active,#content a:active
  {
	color:#E74D00;
	background:#2F4E6E;
	border-bottom: 1px solid #E74D00;	
  }
  
  
  .sidebar a.link,.sidebar a:link,.sidebar a.visited,.sidebar a:visited {

	color: #FFFFFF;
	
	
	}

 .sidebar a.hover,.sidebar a:hover, .sidebar a.active,.sidebar a:active
  {
	color:#E74D00;	
	text-decoration:none;
  }
  
/*---:[ number of comments text ]:---*/ 
.format_text .to_comments span {
	color:#CCCCCC;
}


input.form_submit:hover {
	color: #E74D00;
}  

.menu {background:url('images/menubackground.png') repeat-x;
	white-space:nowrap;
}
.menu li { padding-top:1px;}
  /*---:[ nav menu ]:---*/
.menu, .menu a, .menu li ul {border:none; color:#FFFFF; padding-bottom:15px; padding-left:2%;
	}
.menu .current a, .menu .current-cat a { border:none; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a { border-bottom: none; }
/*inactive*/
.menu a, .menu .current ul a, .menu .current-cat ul a { color: #FFFFFF; background: transparent; text-decoration:none;}
/*hover*/
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #E74D00; background: transparent; text-decoration:underline;}
/*active*/
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {color: #E74D00; background: transparent; text-decoration:underline; font-weight:bold;}
/*active parent*/
.menu .current-parent > a, .menu .current-cat-parent > a { color: #E74D00; background: transparent; 		text-decoration:underline;}
/*child/sub menu*/
.custom ul.submenu li.item  {background:#2F4E6E; margin-top:-3px;}

#myGallery, #myGallerySet, #flickrGallery {
	height:430px !important;
	margin-left:2% !important;
	margin-top:-30px;
	width:96% !important;
	background:transparent !important;	
}

.jdGallery .slideElement {
	background-color:transparent !important;
}

.jdGallery .slideInfoZone {
	Background:#2F4E6E !important; 
}

#myGallery a.link, #myGallery a:link, #myGallery a.visited, #myGallery a:visited, #myGallery a.hover,#myGallery a:hover, #myGallery a.active,#myGallery a:active  {
	color:transparent !important;
	border:none !important;
	background:transparent;
	text-decoration:none !important;
}

.jdGallery a.left, .jdGallery a.left:link, .jdGallery a.left:visited, .jdGallery a.left:hover, .jdGallery a.left:active
{
	background: url('http://www.pressmy.biz/wp-content/plugins/dynamic-content-gallery-plugin/js-mootools/css/img/fleche1.png') no-repeat center left !important; 
}


.jdGallery a.right, .jdGallery a.right:link, .jdGallery a.right:visited, .jdGallery a.right:hover, .jdGallery a.right:active{
	background: url('http://www.pressmy.biz/wp-content/plugins/dynamic-content-gallery-plugin/js-mootools/css/img/fleche2.png') no-repeat center right !important;
}

.product {
	width:48%;
	float:left;
	padding-left:2%;
}

.price, .demo, .payment, .product_about {
	float:left;
	padding-left:8%;
	padding-top:70px
}

.product_info_page {
	background: url('images/transparent.png') repeat;
}

.price_page, .demo_page, .payment_page {
	float:left;
	padding-left:20%;
	padding-top:10px
}

.skin_info {
	padding: 0 20px 0;
}

.skin_title {
	text-align:center;
}

.skin_title {
	background: url('images/transparent.png') repeat;
	height:30px;
	width:100%;
}

.product_info {
	background: url('images/transparent.png') repeat;
	height:105px;
	width:100%;
	margin-top:30px;
}

#skin_sidebar {
	width:46%;
	float:right;
	margin-right:2%;
	margin-top:30px;
	
}

.skin_content {
	width:48%;
	Float:left;
	margin:2%;
}

.skin_image {
	height:100px;
}

code {
	background:transparent;
}

.code  {
	background: url('images/transparent.png') repeat;
	margin-bottom:15px;
	margin-left:15%;
	width:70%;
}

dl#comment_list .bypostauthor {
	background: url('images/transparent.png') repeat;
}
