/* 

STYLE SHEET FOR [Blumoo.co.uk]
Created by [Vividjelly.com]
[Vividjelly.com]

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
}

body {
		background: #00211b;
		color: #FFF;
		font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
}

a { 
		font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
		color: #FFF;
}

p { 
   		color: #FFF;
        font: 14px Tahoma, Geneva, sans-serif;
		margin-bottom: 20px;
		letter-spacing: 1px;
		line-height: 20px;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
		background: url(images/moo-bg.png) repeat-x;
		background-color: #DBF0F0;
		min-height: 760px;
		overflow: hidden;
}
	
	
#masthead {
		width: 960px;
		height: 51px;
		background-color: #000;
		z-index: 30;
		margin: 0 auto;
}




.logo {
		float: left;
		background: url(images/nav.png) repeat-x;
		padding-left: 20px;
}

#container {
		width: 960px;
		margin: 0 auto;
}

.header {
		width: 958px;
		height: 20px;
		background: url(images/header.png) repeat-x;
		position: relative;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		border-left: 1px solid #333;
}

.content {
		width: 918px;
		background: url(images/content2.png) repeat-x;
		background-color: #000033;
		position: relative;
		padding: 20px 20px 20px 20px;
		margin: 0 0 0 0;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		border-left: 1px solid #333;
	
}

.article {
		width: 838px;
		background: url(images/article.png) repeat-y; 
		padding: 20px 40px 20px 40px;
		border: 1px solid #CCC;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
}

.content-forum {
		width: 958px;
		background: url(images/content2.png) repeat-x;
		background-color: #000033;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		border-left: 1px solid #333;
	
}

.forum {
		width: 918px;
		background: url(images/article.png) repeat-y; 
		padding: 0 0 0 0;
	
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
}

.frame {
		border: 1px solid #333;
		width: 836px;
		height: 800px;
		margin: 20px 0 0 0;
}
		
.left-stand {
		width: 20px;
		height: 40px;
		background: url(images/stand.png) no-repeat;
		float: left;
		margin: 0 0 0 20px;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
}

.right-stand {
		width: 20px;
		height: 40px;
		background: url(images/stand.png) no-repeat;
		float: right;
		margin: 0 20px 0 0;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
}	

.you-what {
		width: 960px;
		margin: 0 auto;
}





		

	/* float-clearing rules */
	
.clear-float {
		clear: both;

}

/* ---------- 3. links and navigation ---------- */

#navigation {
		width: 958px;
		height: 50px;
		border-right: 1px solid #333;
		border-left: 1px solid #333;
		text-align: center;
		z-index: 30;
		position: fixed;
		background: #000;
		overflow: hidden;
}

ul#nav {
		width: 838px;
		list-style: none;
		height: 51px;
		display: inline;
		float: left;
		z-index: 30;
		background: url(images/nav.png) repeat-x;
		overflow: hidden;
}

ul#nav li {
		display: inline;
}

ul#nav li a {
		height: 51px;
		float: right;
		font-size: 12px;
		font-weight: 700;
		padding: 20px 7px 0 7px;
		border-left: 1px solid #333;
		border-right: 1px solid #666;
		text-transform: uppercase;
		text-decoration: none;
		color: #FFF;
		overflow: hidden;
}

ul#nav li a:hover {
		text-decoration: underline;
		color: #CF0;
}

ul#nav li a.first {
		border-left: 0;
}

ul#nav li a.last {
		border-right: 0;
}


ul.copy {
	     color: #FFF;
        font: 14px Tahoma, Geneva, sans-serif;
		margin-bottom: 20px;
		letter-spacing: 1px;
		line-height: 20px;
		list-style: none;
}

ul.copy li a {
	    color: #FFF;
		text-decoration: underline;
}

ul.copy li a:hover {
	    color: #CF0;
		text-decoration: underline;
}

		
/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
		color: #FFF;
		font-size: 40px;
		letter-spacing: -1px;
		margin: 0px auto;
		padding-bottom: 40px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
}

h2 {
		color: #FFF;
		font-size: 40px;
		letter-spacing: -1px;
		margin: 0px auto;
		padding-bottom: 40px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
}

h3 {
		color: #FFF;
		font-size: 40px;
		letter-spacing: -1px;
		margin: 0px auto;
		padding-bottom: 40px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
}

h4 {
		color: #FFF;
		font-size: 30px;
		letter-spacing: -1px;
		margin: 0px auto;
		padding-bottom: 40px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		}
		
h5 {
		color: #CC0;
		font-size: 22px;
		letter-spacing: -1px;
		margin: 0px auto;
		padding-bottom: 20px;
		padding-top: 20px;
		position: relative;
		text-transform: uppercase;
}

p.application { 
        color: #FFF;
        font: 14px Tahoma, Geneva, sans-serif;
		margin-bottom: 20px;
		letter-spacing: 1px;
		line-height: 20px;
}

a.testimonial {
	    color: #6F3;
        font: 16px Tahoma, Geneva, sans-serif;
		margin-bottom: 20px;
		letter-spacing: 1px;
		line-height: 24px;
		list-style: none;
		text-decoration: none;
}

ul.application {
	      color: #FFF;
        font: 14px Tahoma, Geneva, sans-serif;
		margin-bottom: 20px;
		letter-spacing: 1px;
		line-height: 20px;
		list-style: none;
}


a:hover.testimonial {
	    color: #CC3;
		text-decoration: underline;
}

.blue {
		color: #09C;
}

.yellow {
		color: #3CF;
		font-weight: bold;
}

.company { 
        color: #FFF;
        font: 12px/20px "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
		margin-bottom: 20px;
		letter-spacing: 1px;
		line-height: 24px;
}


		

		

		
		
		

/* ---------- 5. images ---------- */

a img {
		}
		
/* ---------- 6. forms ---------- */

.form-frame {
		border: 0;
		margin: 0 0 20px 0;
		width: 400px;
		height: 420px;
		padding: 0 0 0 110px;
		background-color: #000;
}


#footer-header {
		border-top: 20px solid #F93;
		background: #000;		
		}

#footer {
		width: 960px;
		margin: 0 auto;
		padding: 20px 20px 20px 20px;
		overflow: hidden;
		position: relative;
		background: #000;
		}		

#frame-container {
		width: 340px;
		float: left;
		margin-left: 160px;
		background-color: #000;
		}


#footer-strap {
		width: 100%;
		height: 825px;
		background-color: #000;
		position: relative;
		
}
	

#footer-info {
		width: 450px;
		padding: 20px 40px 20px 0;
		float: left;
}

	
#company-info {
		clear: both;
		border-top: 20px solid #999;
		padding-top: 20px;
		text-align: center;		
		margin-bottom: 250px;
}

