/*
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 {
font-family: tahoma,Arial,sans-serif;
}

*:focus::-moz-focus-inner {
    border-color: transparent ! important;
}

input, textarea {
	background-color: #fff;
}

p {
	font-size: 1.3em;
}


input[type="submit"],
input[type="reset"],
button {
	width: auto;
	overflow: visible;
	padding:3px 5px;
	background-color: #000;
	
	border:none;
	text-transform: uppercase;
}

input.form_submit {
	background-color: #000;
}

textarea {
	width: 290px;
	height: 100px;
}

select {
	padding: 3px 0px;
}

.format_text ul{
	margin-left: 0px;
}

a:active
{
  outline: none;
}

a:focus
{
  -moz-outline-style: none;
}


.format_text p {
	margin-right:30px;
margin-left: 45px;
	
	margin-top: 10px;
}

.meg p,.blog p,.press p,.contact p{
	margin-left: 0px;
	margin-right: 0px;
}

.press p {
	margin-top: 20px;
}

.firstcol {
	padding-top: 5px;
}

select {
	width: 40px;
}

#sidebars {
	border:none;
}

.post small {
	font-size: 1em;
}

/*---------------pages-----------*/

body {
	background: url("images/content.jpg") no-repeat top right;
}

#header {
	overflow:hidden;
	padding-bottom:0em;
	border-bottom: 3px solid #000;
}

#container {
	width:1224px;
	min-height:770px;
}

#content {
	width: 100%;
	min-height: 300px;
	padding: 20px 0px 0px 0px;
}

#page {
	background-color:transparent;
}

.logo {
	float:left;
	display:block;
	height:212px;
	width:162px;
	text-indent:-9999em;
	background: url("images/logo.png") no-repeat center center;
}



/*---------------navigation-----------*/
.menu {
	width:85%;
	display: inline-block;
	margin:183px 0px 0px 10px;
}

.menu li {
	margin-right: 28px;
}

.menu a {
	padding:3px 5px 3px 5px;
	text-transform: lowercase;
	font-size: 2em;
	
}

.menu, .menu a, .menu li ul {
	border:none;
}

#header .menu .tab .current ,.menu .current-cat a {
	padding:3px 5px;
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

.format_text a {
	text-decoration: none;
}

.headline_area {
	 	width: 0px !important;
	 	height: 0px !important; 	
	 	overflow: hidden !important;
	 	position: absolute !important;
	 	top: -9999em !important; 	
	 	left: -9999em !important; 	
	 	font-size: 0px !important; 
}


/*--------------- carousel-----------*/
.jcarousel-container {
	height:354px;
	padding:0px;
	margin:0 auto;
	width: 92%;
}

.jcarousel-next,
.jcarousel-prev {
	display: inline;
	width:10px;
  height:354px;
	cursor: pointer;
}

.jcarousel-prev {
	margin: 0px 0px 0px -25px;
  float:left;
	background:url("images/prev-btn.png") no-repeat center;
}

.jcarousel-next {
	margin: 0px -25px 0px 0px;
  float:right;
	background:url("images/next-btn.png") no-repeat center;
}

.jcarousel-clip {
	overflow:hidden;
	position: relative;
	height:354px;
	margin: 0px 27px;
	width: 100%;
}

.wpsc_container {
	margin-bottom: 25px;
}

#mycarousel {
	position: relative;
	height: 100%;
	width:1080px;
}

#mycarousel li {
	float:left;
	width: 270px !important;
	height: 354px !important;
	overflow: hidden;
	list-style:none;
} 

.ngg-gallery-thumbnail-box {
	clear:right;
}

/*------------------jqZoom--------------*/

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}

.ngg-gallery-thumbnail img {
    width:175px;
    height:175px;
}


.image_box {
	border:none;
    background-color: transparent;
} 


/*------------------footer--------------*/
.legacy {
	float:left;
	list-style: none;
}

.legacy li {
	display: inline;
	margin-right: 10px;
}

#footer, #footer a  {
	border:0;
}

.createdBy {
	padding-bottom:32px;
	border:none;
	text-decoration: none;
	font-size: 1.2em;
	background: url("images/vitamin-bomb.png") no-repeat center bottom; 
}

.twitter {
	float:right;
	height:30px;
	width:30px;
	padding:0px;
	margin:15px 0px 0px 5px;
	background: url("images/twitter-logo-sm.png") no-repeat top left;
}

#footer a:hover, #footer a:focus{
	text-decoration: none;
}

