@charset "utf-8";
/* CSS Document */

 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
  	display: block; 
}

* { padding:0; margin:0 }

body {
	width:960px;
	height:700px;
	margin:0 auto;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #000 url(images/main_bg.jpg) repeat-x;
}

/*-------------------
	header area
--------------------*/

header {
	position: relative;
	padding-top:50px;
	margin:0 auto;
	width: 100%;
	height: 60px;
	margin: 0 auto;	
	margin: 20px 0 0 140px;
	background:  url(images/header_bg.jpg) center top no-repeat;
}


header img {
	margin:0 auto;
	width:960px;
	position:absolute;
	margin-top:-70px;
	margin-left:-138px;
}

img#img_header_cam{
	margin:0 auto;
	position:absolute;
	margin-left:163px;
	margin-top:0px;
	z-index:5;
}
img#header_two {
	margin:0 auto;
	position:absolute;
	margin-left:50px;
	margin-top:5px;
	z-index:5;
}

/*--------------------------
	     NAV BAR
---------------------------*/

nav {
		margin:0 auto;
        display: block;
        width: 100%;
        overflow: hidden;
		position:absolute;
		margin-left:155px;
		margin-top:-75px;
}

nav ul {
	    margin: 80px 0 20px 0;
        padding: .7em;
        float: left;
        list-style: none;
        background: #444;
        background: rgba(0,0,0,.2);
		
        -moz-border-radius: .5em;
        -webkit-border-radius: .5em;
        border-radius: .5em;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
}

nav li {
        float:left;
}

nav a {
        float:left;
        padding: .8em 1.5em;
        text-decoration: none;
        color: #555;
        font: 10px 'NOZSTUDIORegular', Arial, Helvetica;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-width: 1px;
        border-style: solid;
        border-color: #fff #ccc #999 #eee;
        background: #c1c1c1;
		
        background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
        background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
        background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
        background: -o-linear-gradient(#f5f5f5, #c1c1c1);
        background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
        background: linear-gradient(#f5f5f5, #c1c1c1);
 }

nav a:hover, nav a:focus {
        outline: 0;
        color: #fff;
        background: #e5439e;
		
        background: -moz-linear-gradient(#e5439e, #f3a4d0);
        background: -webkit-gradient(linear, left top, left bottom, from(#e5439e), to(#f3a4d0));
        background: -webkit-linear-gradient(#e5439e, #f3a4d0);
        background: -o-linear-gradient(#e5439e, #f3a4d0);
        background: -ms-linear-gradient(#e5439e, #f3a4d0);
        background: linear-gradient(#e5439e, #f3a4d0);
}

nav ul li.active a{
	outline: 0;
        color: #fff;
        background: #e5439e;
		
        background: -moz-linear-gradient(#e5439e, #f3a4d0);
        background: -webkit-gradient(linear, left top, left bottom, from(#e5439e), to(#f3a4d0));
        background: -webkit-linear-gradient(#e5439e, #f3a4d0);
        background: -o-linear-gradient(#e5439e, #f3a4d0);
        background: -ms-linear-gradient(#e5439e, #f3a4d0);
        background: linear-gradient(#e5439e, #f3a4d0);

}

nav a:active {
        -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}

nav li:first-child a {
        border-left: 0;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
}

nav li:last-child a {
        border-right: 0;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
}

/*--------------------------
	    CONTENT
---------------------------*/

#content_wrapper {
	clear:both;
	width: 100%;
	height: 560px;
	margin-top:0px;	
}

div#background {
	position:absolute;
	background-color:#FFF;
	width:755px;
	height:500px;
	margin:85px 0 0 20px;
	
	border-radius: 10px;  
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;
}

#content {
	width:  800px;
	height: 560px;
	margin: 0 auto;
	padding: 0 80px;
	background: url(../images/content_bg.jpg) top center no-repeat;	
}


/*--------------------------
	     SEARCH
---------------------------*/

.top-search{
	position: absolute;
	top:-5px;
	right: 160px;
}

#searchform #s{
	color: #49494b;
	font-size: 12px;
	width: 160px;
	height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 2px 35px 2px 8px;
	border: 0;
	background: #f0efeb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#searchform #searchsubmit{
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	border: 0px;
	background: url(../images/search-submit.png) no-repeat  transparent -3px 2px;
}


#social{
	position:absolute;
	width:200px;
	height:75px;
	margin-left:675px;
	margin-top:-10px;
	margin-right:10px;
	z-index:100;
}

/* SOCIAL ICONS - GENERAL */
.social { position:absolute;list-style:none; margin:30px auto; width:464px; }

.social li { display:inline; float:left; width:28px; height:28px; padding-left:10px; background-repeat:no-repeat; }

.social li a { display:block; width:28px; height:28px; padding-right:10px; position:relative; text-decoration:none; }

li.twitter { background-image:url('../images/social/twitter_sm.png'); }
li.facebook { background-image:url('../images/social/facebook_sm.png'); }
li.flickr { background-image:url('../images/social/flickr_sm.png'); }

.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
 background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* SOCIAL ICONS - CSS3 */
#css3:hover li { opacity:0.2; }

#css3 li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;
 -moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover { opacity:1; }
#css3 li:hover a strong { opacity:1; top:-10px; }

#footer{
	margin-bottom:-250px;
}


#read{
	margin: 25px auto 100px;
	overflow: hidden;
	width: 675px;
	height:450px;
	border:solid 2px #333;
	background-color:#FFF;
}


#read p {
	position:absolute;
	width:700px;
	margin:30px auto;
	margin-right:50px;
	text-align:center;
	font-size:16px;
	z-index:100;
}

#read h1 {
	position:absolute;
	width:700px;
	margin:10px auto;
	margin-right:50px;
	text-align:center;
	font-size:16px;
	z-index:100;
}

a.info {
	position:absolute;
	width:700px;
	margin:-475px auto;
	margin-left:40px;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	color:#F3C;
	z-index:100;
}

a:hover.info  {
	color:#F6F;
}

div#info{
	position:absolute;
	width:700px;
	margin:-430px auto;
	margin-left:70px;
}

#info h1{
	margin-left:-70px;
	text-align:center;	
}

#info ul{
	text-align:left;
	font-size:12px;
	padding-top:30px;
	margin-left:15px;
	z-index:100;
}


/*--------------------------
	     FOOTER
---------------------------*/


p#footer {
	position:absolute;
	width:650px;
	margin: 0 auto;
	margin-top:-35px;
	margin-left:125px;
	color:#666;
	text-align:center;
	font-size:10px;
	
}

footer {
	clear: both;
	width: 100%;
	height: 130px;
	margin: 0 auto;	
	background: url(../images/footer_bg.jpg) top center no-repeat;
}

.footer_links {
	width:700px;
	position:absolute;
	margin:55px auto;
	margin-left:200px;
}

.footer_links li {
	display:inline;
	padding-left:25px;
	padding-right:15px;
}

.footer_links li+li {
	display:inline;
	border-left:solid 1px #999;	
}

.footer_links li a {
	display:inline;
	text-decoration:none;
	color:#999;
	height:20px;
	font-size: .9em;
	font-family: Tahoma, Geneva, sans-serif;
}

.footer_links a:hover {
	color:#CCC;
}
