html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}

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

h1,h2,h3,h4,h5,h6{font-weight: normal;}
h1 {font-size: 2em;
	font-weight: bold;
	color: #fd1d13;
}
h2 {font-size: 1.6em;
	font-weight: bold;
	color: #057643;
}
h3 {font-size: 1.5em;
	font-weight: bold;
}
h4 {font-size: 1.4em;
	font-weight: bold;
}
h5 {font-size: 1.3em;
	font-weight: bold;
}
h6 {font-size: 1.2em;
	font-weight: bold;
}

a{
	color: #fd1d13;
	text-decoration: none;
}

strong, b{
	font-weight: bolder;
}

em, i{
	font-style: italic;
}

p{
	padding: 10px 0;
}

ul, ol {
    margin-bottom: 18px;
	}

.image-left{
    float: left;
    padding: 18px;
}

.image-right{
    float: right;
    padding: 18px;
}

blockquote{
	font-family: georgia, sarif;
	font-style: italic;
}

code{
    margin: 18px 0;
    padding: 13px 18px;
    display: block;
}

code{
    font: 12px 'Courier New', Courier, monospace;
    background: rgba(0,0,0,0.3);
    padding: 10px;
}

/* LIST ELEMENTS */

ul.disc { list-style-type: disc; }
ul.circle{ list-style-type: circle; }
ul.square{ list-style-type: square; }
ol.arabic-numbers{ list-style-type: decimal; }
ol.upper-alpha{ list-style-type: upper-alpha; }
ol.lower-alpha{ list-style-type: lower-alpha; }
ol.upper-roman{ list-style-type: upper-roman; }
ol.lower-roman{ list-style-type: lower-roman; }

body{
	background: url('images/background1.jpg'); 	
	font: normal 15px Arial, Helvetica, Geneva, sans-serif; -webkit-font-smoothing: antialiased;
	}
	
#wrapper{
	}
	
#border{
	position: relative;
	width: 960px;
	padding: 10px;
	margin: 30px auto;
	box-shadow: 0px 3px 10px rgba(0,0,0,.5);
	
}

#titlelogo{
	position: relative;
	padding: 35px 0 15px 35px;
	width: 305px;
	line-height: 40px;
	float: left;
	z-index: 100;
	overflow: hidden;
	}

#titlelogo a:hover{
	text-shadow: #fff 0 0 10px, #fff 0 0 25px;
	color: #fff;
	}

#logo{
	}

header{
	position: relative;
	height: 485px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	border-bottom-style: solid;	
	border-bottom-width: 10px;
	}
	
header h1 {
	color: #fff;
	font-size: 48px;
	text-shadow: rgba(0,0,0,0.7) 0 0 5px;	
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	display: inline;
	}

header h1 a{
	color: #fff;
	font-size: 48px;
	text-shadow: rgba(0,0,0,0.7) 0 0 5px;	
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
	display: inline;
	}

header h2{
	position: absolute;
	color: #fff;
	z-index: 100;
	right: 50px;
	top: 453px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,0.7) 0 0 2px;
	}
	
nav{
	position: absolute;
	right: 40px;
	top: 17px;
	z-index: 100;
	background-color: rgba(0,0,0,0.001);
	}
	
nav > ul{
    position: relative;
    padding-bottom: 350px;
}

nav ul li{
	display: inline-block;
	position: relative;
	}
	
nav ul li a{
	padding: 15px 23px 0 0;
	text-shadow: rgba(0,0,0,0.8) 0 0 2px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	font: normal 14px Arial;
	text-transform: uppercase;
	-webkit-transition: text-shadow 450ms; 
	-moz-transition: text-shadow 450ms;
	background-color: none;
	}
	
nav > ul > li > a{
	background-repeat: no-repeat;
	background-position: right 12px;
	background-image: url('images/colon.png');
	background-color: none;
	}
	
nav ul li:last-child a{background-image: none;}

nav ul li a:hover{text-shadow: #fff 0 0 10px, #fff 0 0 25px;}

nav ul ul {
    position: absolute;
    display: none;
    list-style: none;
    width: 140px;
}

nav li li {
    padding: 0;
    margin: 0;
    line-height: 0px;
    position: relative;
  }

nav li li a{
    display: block;
    font-size: 11px;
    line-height: 12px;
    width: 120px;
    padding: 15px 0 5px;
}


/* Drop Down */

nav > ul > li > ul {
    left:0;
}

nav li:hover li ul{
    top: -999em;
}

nav li li li {
	padding-left: 10px;
}

nav li:hover ul.nojs{
    display: block;
}

nav li li:hover ul {
    left: 120px;
    top: 0px;
}

nav li li:hover li ul{
    top: -999em;
}

nav li li li:hover ul{
    left: 120px;
    top: 0px;
}

nav li li li:hover li ul{
    top: -999em;
}

nav li li li li:hover ul{
    left: 120px;
    top: 0px;
}

nav li li li li:hover li ul{
    top: -999em;
}

nav li li li li li:hover ul{
    left: 120px;
    top: 0px;
}

/* @end */





/*  Banner  */

#feature{
	height: 485px;
	position: absolute;
	width: 100%;
	height: 100% ;
	background-repeat: no-repeat;
	background-color: grey;
	}

#container{
	line-height: 26px;
	text-shadow: rgba(0,0,0,0.2) 0 -1px 1px;
	}

#container a{
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}
	
#container a:hover{
	text-shadow: #fff 0 0 10px, #fff 0 0 25px;
	color: blue;
	}
	
#container ul.section{
	margin: 10px; padding: 5px;
}

#container ul ul.navigation{
	margin: 0px 0 0px 10px; padding: 0px 0px 0px 5px;
}

#container ul.navigation{
	margin-left: 0px; padding-left: 0px; padding-bottom: 20px;
}

#breadcrumb {
	width: 100%;
	}

ul#breadcrumb{
	margin: 0;
	padding: 0;
	
	height: 50px;
	line-height: 48px;
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
	font: arial;
	font-style: italic;	
	background-color: rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: rgba(0,0,0,0.07) 0 1px 3px;
	}
	
ul#breadcrumb li{
display: inline;
}

ul#breadcrumb li:first-child{
padding-left: 30px;
}
.clear{
	clear: both;
}

section{
	width: 585px;
	float: right;
	position: relative;
	border-left: 10px solid #fff;
	min-height: 150px;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.06);
	}
	
section #padding{
	margin: 20px 30px;
	overflow: hidden;
	color: #fff;
	}
	
#footer{
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	bottom: 20px;
	color: #fff;
	padding-right: 10px;
	}
	
#rw_email_contact{
	padding-left: 3px;
	}
		
aside{
	width: 295px;
	border-right: 10px solid #fff;
	color: #fff;
	padding: 20px 35px 35px 35px;
	border-top: 1px solid rgba(0,0,0,.06);
	position: relative;
	}
	
#sidecontent{
	margin-top: -110px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,0.5), rgba(0,0,0,0.15) 0 2px 5px;
	padding: 15px 35px 45px 35px;
	min-height: 150px;
	}

#sideTitle{
	display: block;
	font-family: 'Spinnaker', sans-serif;	
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: rgba(0,0,0,0.5) 0 0 3px;

	margin: 13px 10px 15px 0px;
	padding-bottom: 45px;
	
	}

extraContainer2{
	width: 960px;

	
	min-height: 100px;
}


.hasNav{
	padding: 10px 30px 30px;}
	
	/* @group Blog */
/* @group Archive Page */

.blog-archive-background{}
.blog-entry-summary{}

.blog-archive-headings-wrapper{
	display: none;
	}

.blog-archive-entries-wrapper{}
.blog-archive-entries-wrapper .blog-entry{}
.blog-archive-month{}
.blog-archive-link{}
.blog-archive-link a:link,.blog-archive-link a:visited{}

/* @end */

.blog-entry{
	border-top: 1px solid rgba(255,255,255,0.12);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding: 20px;
	}
	
.blog-entry:first-child{
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,0.17);
	padding: 0px 20px 20px;
	}	

.blog-entry:last-child{
	border-bottom: none;
	}
	
h1.blog-entry-title{
	font-size: 14px;
	font-weight:normal;
	letter-spacing: 1px; 
	padding: 20px 0 5px;

	}
	
h1.blog-entry-title a{
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}
	
h1.blog-entry-title a:hover{
	text-shadow: #fff 0 0 10px, #fff 0 0 25px;
	color: #fff;}
	
.blog-entry-date{
	font-size:0.9em;
	line-height:1.5em; 
	letter-spacing: 1px; 
	padding: 0px 0px 25px 0;
	}

.blog-entry-category{padding-left: 10px;
}
.blog-entry-category a:link,.blog-entry-category a:visited{}
.blog-read-more{}

.blog-entry-body{
	overflow: hidden;
	}

.blog-entry-comments{
	font-size:0.8em;
	text-align:right;
	}

p.blog-entry-tags{
	font-size:0.9em;
	margin:10px 0; 
	border-bottom: 0px solid #fff;
	}

/* @group blog sidebar */

.plugin_sidebar{}

/* Styles the blog categories in the blog sidebar */

#blog-categories{
	margin:1em 0 0;
	padding:1em 0 0;
	}
	
#blog-categories a{
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}
	
#blog-categories a:hover{
	text-shadow: #fff 0 0 10px, #fff 0 0 25px;
	color: #fff;
	}
	
#blog-categories:before{content:"Categories:";
	display:block;
	font-size:1.2em;
	margin-bottom:0.25em;
	letter-spacing: 1px;
	margin-top: 10px;
	}

.blog-category-link-enabled{}
.blog-category-link-disabled{}

/* styles the archives in the blog sidebar */

#blog-archives{
	margin:1em 0 0;
	padding:1em 0 0;
	}

#blog-archives:before{content:"Archives:";
	display:block;
	font-size:1.2em;
	margin-bottom:0.25em;
	letter-spacing: 1px; 
	}

#blog-archives br{display:none;}
.blog-archive-link-enabled:after{content:", ";}
.blog-archive-link-enabled{}
.blog-archive-link-disabled:after{content:", ";}
.blog-archive-link-disabled{display:inline;margin-right:5px;}

/* styles the Tag Cloud in the sidebar */

ul.blog-tag-cloud{
	margin:1em 0 0;
	padding:1em 0 0;
	}
	
ul.blog-tag-cloud:before{content:"Tag cloud:";
	display:block;
	font-size:1.2em;
	margin-bottom:0.25em;
	letter-spacing: 1px;
	}
	
ul.blog-tag-cloud li{display:inline;margin:0 5px 0 0;padding:0;}
ul.blog-tag-cloud li a:after{content:",";}
ul.blog-tag-cloud li a{-webkit-transition: all 450ms; 
-moz-transition: all 450ms; 
-ms-transition: all 450ms; 
-o-transition: all 450ms; 
transition: all 450ms;}

ul.blog-tag-cloud li a:hover{
	text-shadow: #fff 0 0 10px, #fff 0 0 25px;
	color: #fff;}

.blog-tag-size-1{font-size:0.8em;}
.blog-tag-size-2{font-size:0.85em;}
.blog-tag-size-3{font-size:0.9em;}
.blog-tag-size-4{font-size:0.95em;}
.blog-tag-size-5{font-size:1em;}
.blog-tag-size-6{font-size:1.05em;}
.blog-tag-size-7{font-size:1.1em;}
.blog-tag-size-8{font-size:1.15em;}
.blog-tag-size-9{font-size:1.2em;}
.blog-tag-size-10{font-size:1.25em;}
.blog-tag-size-11{font-size:1.3em;}
.blog-tag-size-12{font-size:1.35em;}
.blog-tag-size-13{font-size:1.4em;}
.blog-tag-size-14{font-size:1.45em;}
.blog-tag-size-15{font-size:1.5em;}
.blog-tag-size-16{font-size:1.55em;}
.blog-tag-size-17{font-size:1.6em;}
.blog-tag-size-18{font-size:1.65em;}
.blog-tag-size-19{font-size:1.7em;}
.blog-tag-size-20{font-size:1.75em;}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds{
	margin:1em 0 0;
	padding:1em 0 0;
	}
	
#blog-rss-feeds:before{content:"Feeds:";
	display:block;
	font-size:1.2em;
	margin-bottom: .25em;
	letter-spacing: 1px; 
	}

.blog-rss-link{
	background: url('images/rss-icon.png') no-repeat;
	background-position: 0 2px;
	display: inline-block; padding-left: 23px;
	}
	
.blog-comments-rss-link{}

/* @end */
/* @end */




/* @group Photo Album */

.album-title {
    font-size: 1.0 em;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
	}

.album-description {
    margin: 10px 0 20px 0;
    font-family: arial;
	}


.album-wrapper {
    width: 100%;
	}

.thumbnail-wrap {
    display: block;
    float: left;
    height: auto;
    padding-right: 31px;
    padding-top: 30px;
	}

.thumbnail-frame {
    float: left;
    position: relative;
	}

.thumbnail-frame:hover {}

.thumbnail-frame a {}

.thumbnail-frame a:hover {}

.thumbnail-frame a img {border: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: inset 0px 0px 1px rgba(255,255,255,0.5), rgba(0,0,0,0.15) 0 2px 5px;}

.thumbnail-frame a img:hover {}

.thumbnail-caption {display: none; }
    
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
    text-align: center;
    background-color: black;
    max-width: 960px;
    margin: 0 auto;
}

.photo-background img {
    width: 100%;
    max-height: auto;
}

.photo-background p {
    text-align: left;
    margin: 0;
    color: #ffffff;
}

.photo-navigation {
    width: 96%;
    margin: 20px auto 0 auto;
    padding: 20px;
    border-top: none;
    height: 111px;
    position: relative;
    text-align: left;
    font-size: 2.5em;
}

.photo-links {
    position: absolute;
    top: 100px;
    font-size: 1em;
}

.photo-navigation a:link, .photo-navigation a:visited {
    color: #fff;
    text-decoration: none;
    text-align: left;
    line-height: 18px;
    font-size: .5em;
}

.photo-navigation a:hover {
    text-decoration: none;
    color: #878787;
}

.photo-frame{
    margin-top: 11px;
}

.photo-background p.photo-title {
    line-height: 20px;
    font-size: .8em;
}

.photo-background p.photo-caption {
    font-size: .5em;
    line-height: 16px;
    font-style: italic;
    font-family: arial;
   }

p.photo-caption {
	display: none;
}

}
img.photo-frame {
    clear: both;
    height: auto;
    max-width: 100%;
    position: relative;
    visibility: hidden;
    width: 100%;
    height: auto;
}

img.photo-frame {
    clear: both;
    height: auto;
    max-width: 100%;
    position: relative;
    top: 10px;
    width: 100%;
    border: 10px solid #fff;
}

/* @end */




/* @group File Sharing */

.filesharing-description {
	margin: 3px 0 5px 0;
	padding-bottom: 20px;
	font-style: normal;
	line-height: 1.9em;
	font-size: 13px;
	font-family: arial;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.filesharing-item {
display: inline-block;
position: relative;
margin: 0 20px 40px 0px;
width: 186px;
float: left;
}

 .filesharing-item-title a:hover {
        opacity: 1;
		text-shadow: #fff 0 0 10px, #fff 0 0 25px;
        color: #fff;}

.filesharing-item-title {
font-size: 11px;
display: inline-block;
padding: 0 5%;
margin-left: 10px;
line-height: 1.9em;
background: rgba(255, 255, 255, .05);
border: 1px solid rgba(255,255,255,0.05);
border-bottom: 1px solid rgba(0,0,0,.2);
box-shadow: -1px -1px 1px rgba(0,0,0,.3);
border-radius: 2px 2px 0 0;
}

.filesharing-item-title a:before{
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
}

.filesharing-item-description {
position: relative;
top: -2px;
box-shadow: 0px 3px 10px rgba(0,0,0,.5);
border: 1px solid rgba(255,255,255,0.05);
background: rgba(255,255,255,0.1);
font-size: 11px;
min-height: 80px;
width: 86%;
padding: 7%;
border-radius: 2px;
line-height: 15px;
}

/* @end */

/* @group Quicktime Page */

.movie-description {
}
    
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
    display: inline;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
	}

.movie-page-description {
   padding: 5px 0px 20px 0px;
   }

.movie-thumbnail-frame {
   
    float: left;
    margin: 10px 30px 60px 0px;
 
    font-size: 10px;
    width: 150px;
    height: 100px;
    border: px solid #fff;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,0.5), rgba(0,0,0,0.15) 0 2px 5px;
   }
	
.movie-thumbnail-frame img{
	width: 150px !important;
	height: 100px;
	
	background-color: rgba(255,255,255,0.1);

	}

.movie-thumbnail-caption{
	font-size: 12px;
	padding-top: 15px;
	line-height: 0px;
	margin-left: px;
	}

.movie-thumbnail-frame:hover

.movie-background {
    padding: 24px;
    text-align: center;
	}

.movie-title {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0;
	}

.movie-frame {
    margin-bottom: 10px;
	} 
    
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
    margin: 0;
    padding: 24px;
    text-align: center;
	}

.movie-title {
    font-size: 1em;
    line-height: 1.1em;
    margin: 20px 0;
	}

.movie-frame {
    margin-bottom: 10px;
	}


/* @end */


/* @end */


/* @group Contact Form */

#padding .message-text{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	}

form div label {
	text-transform: uppercase; 
	font-size: 0.8em;
	letter-spacing: 1px;
	}

.form-input-field {
    width: 95%; 
    border: none;
  	padding: 12px;
    background:  #b8b8b8;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
   
    }
    
 input.form-input-field:focus {
 	outline-color: #fff;
 	outline-width: 1px;
 	}
 
 textarea.form-input-field:focus{
 	outline-color: #fff;
 	outline-width: 1px;
 	}
	
.form-input-button {
 	padding: 8px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: normal;
    font-family: arial;
    background:  #b8b8b8;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    } 

.form-input-button:hover{
    background: #777;
    }

	
	
/* @end */
