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


@import url('styles/gallery.css');

/* slider in header */

#mimeosheader {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
position:relative;
font-size:1.4em;
width:960px;
left:50%;
margin-left:-480px;
position:relative;
background: url('images/HEADER-1.jpg') no-repeat;
}
 
.custom .slideshow .slide { display: block; height: 200px; width: 960px; outline: none; }

.custom .slideshow #slide1 { background: url('images/HEADER-1.jpg') no-repeat; }
.custom .slideshow #slide2 { background: url('images/HEADER-2.jpg') no-repeat; }
.custom .slideshow #slide3 { background: url('images/HEADER-3.jpg') no-repeat; }


.full_width .page {
width:960px;
}
.menu {
width:950px;
}

/*style for our instalation team */
div.float {
float:left;
left:130px;
padding-left:20px;
position:relative;
}

#multimedia_box #image_box, #video_box, #custom_box {
padding:0;
}

#content{
	padding-bottom:30px;
} 
 
body.custom {
background:#336633;
background-image:url(images/BGimage.png);
margin-top: 0em;
}


/* light green background: #75a269;
border: 0em solid #444847; /*#3e3e3a;  grey 
darker green  background:#336633;
} */

.menu {
padding:0 10px 0 0;
background-color:#75a269;
}
 
#tagline {
font-size:2.4em;
font-variant:small-caps;
padding:10px;
background-color:#75a269;
color:#336633;
}

/*.tweetbird { 
/*background-image:url(../images/backgrounds/tweetbird.png);
background-repeat:no-repeat;
height:25px;
left:1050px;
position:relative;
top:-96px;
width:25px;
}*/

.tweetbird2 {
height:25px;
left:123px;
position:relative;
top:-114px;
width:25px;
}
.tweetsbox{
font-size:1.4em;
font-weight:bold;
color:#333;
}
/*
.ladybug { 
	background-image:url(images/ladybug.png);
	background-repeat:no-repeat;
	height:25px;
	left:600px;
	position:relative;
	top:-62px;
	width:25px;
}*/

/* footer content */

#mimeosfooter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/footer-top.png) repeat-x scroll left top;
padding-top:19px;
position:relative;
top:-6px;
font-size:1.4em;
width:960px;
left:50%;
margin-left:-480px;
position:relative;
line-height:1.6em;
}
.outer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#444847 url(images/footer-bottom.png) repeat-x scroll left bottom;
overflow:hidden;
text-align:center;
height:200px;
}
.inner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#444847 none repeat scroll 0 0;
color:#CCCCCC;
margin:0 auto;
text-align:left;
width:550px;
}
 

.footerinfo {
top:40px;
float:right; 
left:100px;
position:relative;
width:700px;
}
.footerinfo a{
color:#CCC;
}


/* Customize Footer Text */
 	
.custom #footer, .custom #header {
display:none;
}

#image_box, #image_box img {
background:none;
border:none;
}

/*nav menu bar hover color */
.custom ul#tabs li a:hover {
background:#faef10;
}
/* remove space from main div */
.post_box {
padding-top:0;
}



/* rotating images in sidebar */

#photodiv { background-repeat: no-repeat; }

#image_box, #video_box, #custom_box {
padding:1.1em;
border:none;
}

#mc_signup_container {
	position:relative;
	top:-20px;
}
