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; text-align: center;
}
h1 {font-size: 38px;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1.2em;}

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

strong, b{
	font-weight: bolder;
	}

em, i{
	font-style: italic;
	}

p{
	padding: 10px 0;
	}

ul, ol {}

.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;
    font: 12px 'Courier New', Courier, monospace;
    background: rgba(0,0,0,0.3);
    padding: 10px;
	}

/* LIST ELEMENTS */

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


@font-face {
    font-family: 'SocialicoRegular';
    src: url('fonts/socialico-webfont.eot');
    src: url('fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/socialico-webfont.woff') format('woff'),
         url('fonts/socialico-webfont.ttf') format('truetype'),
         url('fonts/socialico-webfont.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'TheanoDidotRegular';
    src: url('fonts/TheanoDidot-Regular-webfont.eot');
    src: url('fonts/TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TheanoDidot-Regular-webfont.woff') format('woff'),
         url('fonts/TheanoDidot-Regular-webfont.ttf') format('truetype'),
         url('fonts/TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'sansumiregular';
    src: url('fonts/Sansumi-Bold-webfont.eot');
    src: url('fonts/Sansumi-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansumi-Bold-webfont.woff') format('woff'),
         url('fonts/Sansumi-Bold-webfont.ttf') format('truetype'),
         url('fonts/Sansumi-Bold-webfont.svg#sansumiregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'gudearegular';
    src: url('fonts/gudea-regular-webfont.eot');
    src: url('fonts/gudea-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gudea-regular-webfont.woff') format('woff'),
         url('fonts/gudea-regular-webfont.ttf') format('truetype'),
         url('fonts/gudea-regular-webfont.svg#gudearegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'walkway_boldregular';
    src: url('fonts/walkway_bold-webfont.eot');
    src: url('fonts/walkway_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/walkway_bold-webfont.woff') format('woff'),
         url('fonts/walkway_bold-webfont.ttf') format('truetype'),
         url('fonts/walkway_bold-webfont.svg#walkway_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

body{
	font: normal 14px/22px Arial, Helvetica, Geneva, sans-serif; -webkit-font-smoothing: antialiased;
	}

#wrapper {
	height: 100%;
	width: 100%;
	max-width: 1400px;
	}

#navwrapper {
	width: 320px;
	height: 100%;
	position: fixed;
	float: left;
	text-align: center;
	}

header {
	margin-top: 150px;
	}

#container header{
	display: none;
	}
	
a.social{
	font-family: 'SocialicoRegular';
	line-height: normal;
	font-size: 25px;
	letter-spacing: 10px;
	border-right: 1px solid #ddd;
	padding-left: 10px;
	top: 20px;
	position: relative;
	}

a.social:last-child {
	border: none;
	}

#logo {
	margin: 0px auto 20px auto;
	}
	
header h1{
 	letter-spacing: 3px;
 	line-height: 35px;
 	margin-bottom: 5px;
 	}

header h2{
 	font-size: 16px;
 	letter-spacing: 1px;
 	}

nav {
	position: relative;
	margin-top: 150px;
	margin-bottom: 75px;
	height: 400px;
	}

nav > ul{
    position: relative;
    width: 100%;
    }

nav ul li{
	display: block;
	position: relative;
	margin: 5px 0px 5px 0px;
	}
	
nav ul li a{
	text-decoration: none;
	letter-spacing: 1px;
	font: normal 16px Arial;
	overflow: visible;
	}

nav > ul > li {
	position: relative;
	}

nav ul ul {
    position: relative;
  	display: none;
    list-style: none;
    padding-left: 15px;
    }

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

nav li li a{
    display: block;
    font-size: 13px;
    padding-right: 20px;
    font-style: italic;
  	}


/* Drop Down */

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

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

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

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

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

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

nav li li li:hover ul{
    /*left: 120px;*/
    left: 0;
    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;
	}

#extraContainer3 #footer, #extraContainer3 #breadcrumb {
	display: none;
	}

#footer {
	width: 100%;
	position: absolute;
	bottom: 35px;
	font-family: 'Questrial', sans-serif;
	}

#breadcrumb {
	width: 100%;
	position: absolute;
	bottom: 30px;
	}

#breadcrumb ul li a {	
	font-size: 11px;
	}

#breadcrumb ul li {
	list-style: none;
	display: inline-block;
	}

#breadcrumb li span {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	}

#container {
	float: right;
	width: 100%;
	height: 100%;
	margin-left: -320px;
	right: 320px;
	}

#container a {
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}

#cwrap {
	margin-left: 320px;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 50px 0 0 50px;
	margin-right: 50px;
	}

#feature {
	position: relative;
	display: none;
	}

#featureImg {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 70px;
	outline: solid #fff 1px;
	outline-offset: -20px;
	}
	
section {}

section #padding {
	text-align: center;
	line-height: 22px;
	}

.pdstack {
	float: left;
	clear: both;
	float: none;
	}

section #padding h1 {
	letter-spacing: 2px;
	line-height: 44px;
	}

aside {
	margin: 50px 0px 50px 0px;
	padding: 25px 50px 75px 50px;
	text-align: center;
	}

#sideTitle {
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	font-size: 38px;
	text-align: center;
	letter-spacing: 2px;
	}

.clear {
	clear: both;
	}

#sidecontent {}

.pdflex {
	margin-bottom: 80px;
	}

/* @group Photo Album */

.album-title {
   	margin-bottom: 60px;
   	font-size: 38px;
   	text-align: center;
   	letter-spacing: 2px;
    }

.album-description {
    margin: 0px 0 60px 0;
	}

.album-wrapper {}

.thumbnail-wrap {
    float: left;
    width: 150px;
    height: 150px;
    padding-bottom: 95px;
   	margin-right: 86px;
  	}

.tw3, .tw6, .tw9, .tw12, .tw15, .tw18, .tw21, .tw24 {
	margin-right: 0;
	}

.thumbnail-wrap:hover .thumbnail-caption {
	color: #505A53;
	}

.thumbnail-wrap:hover .thumbnail-frame img {
	opacity: .4;
	}

.thumbnail-frame {
	width: 140px;
	height: 140px;
	}

.thumbnail-frame:hover {}
.thumbnail-frame a {}
.thumbnail-frame a:hover {}

.thumbnail-frame a img {
	box-shadow: 1px 1px 2px #eee;
	}
	
.thumbnail-frame img {
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}

.thumbnail-caption {
    padding: 10px 20px 15px 20px;
   	line-height: 14px;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
    font-family: 'TheanoDidotRegular';
   	}
    
/* @end */

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

.photo-background {
    text-align: center;
    }

.photo-background p{
    text-align: center;
    margin: 0;
	}

.photo-navigation {
	width: 960px;
    margin: 20px auto 0 auto;
    padding: 20px;
  	position: relative;
    font-size: 1.6em;
 	}

.photo-links {
 	font-size: .8em;
	color: #ddd;
	}

.photo-navigation a:link, .photo-navigation a:visited {
    color: #bbb;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    font-size: .9em;
    font-family: 'Questrial', sans-serif;
	}

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

.photo-frame{}

.photo-background p.photo-title {
    padding-bottom: 2px;
    color: #fff;
    line-height: 26px;
    font-size: .8em;
	}

.photo-background p.photo-caption {
    margin-top: 10px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 38px;
    text-align: center;
    color: #505a53;
    letter-spacing: 2px;
    line-height: 40px;
    padding-left: 200px;
    padding-right: 200px;
    font-family: 'Questrial', sans-serif;
    background: url('images/line.png') no-repeat; 
    background-position: 50% 95%;
	}

/* @end */

	
/* @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{
	margin: 35px 0px 0 0px;
	}

h1.blog-entry-title{
	padding-top: 30px;
	}
	
h1.blog-entry-title a{
	font-size: 38px;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Questrial', sans-serif;
	}
	
h1.blog-entry-title a:hover{}
	
.blog-entry-date{
	font-family: 'Questrial', sans-serif;
	letter-spacing: 1px; 
	padding: 10px 0px 10px 0px;
	margin-right: 5px;
	display: inline-block;
	width: 100%;
	}

.blog-entry-category{}
.blog-entry-category a:link,.blog-entry-category a:visited{}
.blog-read-more{}

.blog-entry-body{
	padding: 20px 0px 70px 0px;
	overflow: hidden;
	border-bottom: 1px solid;
	}

.blog-entry-body img {
	box-shadow: 1px 1px 2px #eee;
	width: 100%;
	height: auto;
	}

.blog-entry-comments{
	font-size:0.8em;
	text-align:right;
	}
	
p.blog-entry-tags{
	font-size:0.9em;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}

/* @group blog sidebar */

.plugin_sidebar{
	display: inline-block;
	width: 100%;
	height: auto;
	}

/* categories sidebar */

#blog-categories{
	position: relative;
	width: 25%;
	display: inline-block;
	height: 50px;
	}
		
#blog-categories a{}
#blog-categories a:hover{}
	
#blog-categories:before{
	content:"Categories:";
	display:block;
	font-size:1.0em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	letter-spacing: 1px; 
	text-transform: uppercase;
	background: url('images/line.png') no-repeat; 
	background-position: 50% 90%;
	}

.ie8 #blog-categories:before{
	text-align: center;
	}

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

/* archives sidebar */

#blog-archives{
	position: relative;
	width: 25%;
	display: inline-block;
	height: 50px;
	}

#blog-archives:before{
	content:"Archives:";
	display:block;
	font-size:1.0em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	letter-spacing: 1px; 
	text-transform: uppercase;
	background: url('images/line.png') no-repeat; 
	background-position: 50% 90%;
	}

.ie8 #blog-archives:before{
	text-align: center;
	}

#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;}

/* Tag Cloud sidebar */

ul.blog-tag-cloud{
	position: relative;
	width: 25%;
	display: inline-block;
	height: 50px;
	}
	
ul.blog-tag-cloud:before{
	content:"Tag cloud:";
	display:block;
	font-size:1.0em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	letter-spacing: 1px; 
	text-transform: uppercase;
	background: url('images/line.png') no-repeat; 
	background-position: 50% 90%;
	}

.ie8 ul.blog-tag-cloud:before{
	text-align: center;
	}
	
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{}
ul.blog-tag-cloud li a:hover{}
	
.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;}

/* RSS feeds sidebar */

#blog-rss-feeds{
	position: relative;
	width: 24%;
	display: inline-block;
	height: 50px;
	}
	
#blog-rss-feeds:before{
	content:"Feeds:";
	display:block;
	font-size:1.0em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	letter-spacing: 1px; 
	text-transform: uppercase;
	background: url('images/line.png') no-repeat; 
	background-position: 50% 90%;
	}
	
.ie8 #blog-rss-feeds:before{
	text-align: center;
	}
	
.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 */


/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
   margin-top: 80px;
   padding-bottom: 60px;
   font-size: 38px;
   text-align: center;
   letter-spacing: 2px;
   }

.movie-page-description {}

.movie-thumbnail-frame {
    float: left;
    margin: 70px 82px 70px 0;
    width: 270px;
    height: 240px;
    border: 1px solid #ddd;
   	z-index: 100;
    }

.mt3, .mt6, .mt9 {
	margin-right: 0;
	}

.movie-thumbnail-frame:hover img {
	opacity: .2;
	}

.movie-thumbnail-frame img{
	width: 270px !important;
	height: 240px;
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}

.movie-thumbnail-caption{
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 15px;
	font-family: 'TheanoDidotRegular';
	font-size: 13px;
	font-style: italic;
	}

.movie-thumbnail-frame:hover{
	background: url('./images/p10.png')no-repeat;
	background-position: 55% 50%;
	}

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


/* @group File Sharing */

.filesharing-description {
	margin-top: 100px;
	padding-bottom: 45px;
	font-size: 38px;
	text-align: center;
	color: #505a53;
	letter-spacing: 2px;
	font-family: 'Questrial', sans-serif;
	}

.filesharing-item {
	margin: 20px 100px 60px 0px;
	position: relative;
	width: 44%;
	display: inline-block;
	}

.fs2, .fs4, .fs6, .fs8 {
	margin-right: 0;
	}

.filesharing-item-title {
	font-size: 13px;
	padding: 15px 0px 15px 0px;
	font-family: 'Questrial', sans-serif;
	-webkit-transition: all 450ms; 
	-moz-transition: all 450ms; 
	-ms-transition: all 450ms; 
	-o-transition: all 450ms; 
	transition: all 450ms;
	}

.filesharing-item-title a {
	padding: 15px 200px 15px 200px;
	}

.filesharing-item-description {
	font-size: 12px;
	font-family: 'Questrial', sans-serif;
	padding: 5%;
	border: 1px solid;
	border-top: none;
	}

/* @end */


/* @group Contact Form */

#padding .message-text{
	margin-top: 70px;
	padding-bottom: 40px;
	font-size: 38px;
	text-align: center;
	color: #505a53;
	letter-spacing: 2px;
	font-family: 'Questrial', sans-serif;
	}
	
form div label {
	text-transform: uppercase; 
	font-size: 0.8em;
	letter-spacing: 1px;
	font-style: italic;
	font-family: 'TheanoDidotRegular';
	color: #999;
	}

.form-input-field {
    width: 98%; 
    border: none;
    padding: 7px;
    border: 1px solid rgba(225,225,225,0.9);
    background: rgba(255,255,255,0.05);
    outline-color: #ddd;
    outline-width: 1px;
    display: inline-block;
    color: #aaa;
    text-align: center;
    } 

.ie8 .form-input-field {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5E1E1E1,endColorstr=#E5E1E1E1)";
	}

.form-input-field:hover {}

.form-input-button {
 	padding: 10px 20px 10px 20px;
    margin-right: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 0.8em;
 	font-family: 'Questrial', sans-serif;
	border: 1px solid rgba(225,225,225,0.9);
 	cursor: pointer;
    -webkit-appearance: none;
    } 

.ie8 .form-input-button {
	border: none;
	}

/* @end */


#menuBtn{
	position: relative;
	width: 99.7%;
	display: none;
	cursor: pointer;
	margin-top: 50px;	
	}

 #menuBtn:before{
	content: "MENU";
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
	}

#menuBtn.show:before{
	content: "CLOSE";
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
	}

#cwrap #menuBtn {
	display: none;
	}

#cnav {
	position: relative;
	}

#cnav nav {
	display: none;
	}

@media only screen and (max-width: 1400px) {

.tw3, .tw6, .tw9, .tw12, .tw15, .tw18, .tw21, .tw24 {
	margin-right: 86px;
	}

.filesharing-item {
	width: 100%;
	}

.mt3, .mt6, .mt9 {
	margin-right: 24px;
	}

}


@media only screen and (min-width: 1024px) and (max-width: 1024px) {	
	body{
		-webkit-text-size-adjust: none;
		}
	
	header {
		margin-top: 100px;
		}	
	
	nav {
		margin-top: 50px!important;
		}
	
	.thumbnail-wrap {
		margin-right: 33px!important;
		}
	
	.movie-thumbnail-frame {
	    margin-right: 30px!important;
	    }
	
}


@media only screen and (max-width: 960px) {


#navwrapper {
	display: block;
	float: none;
	position: relative;
	width: 100%;
	}

#cwrap header {
	margin-top: 60px;
	margin-bottom: 60px;
	}

header {
	margin-top: 60px!important;
	}

#cwrap #menuBtn {
	display: block;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	border: 1px solid;
	margin-bottom: 15px;
	}

nav {
	display: none;
	}

#cnav nav{
	display: none;
	height: auto;
	width: 100%;
	padding-top: 1px!important;
	margin-top: -15px!important;
	margin-bottom: 15px!important;
	text-align: center;
	}

#cnav nav ul li {
	list-style: none;
	border-bottom: 1px solid;
	}

#cnav nav ul li:last-child {
	border: none;
	}

#cnav nav ul li a {
	display: block;
	position: relative;
	padding-bottom: 10px;
	padding-top: 5px;
	}

#cnav nav ul li ul li a {
	margin: 0;
	padding: 0;
	padding: 3px 0 3px 0;
	}

#cnav ul li ul li:last-child {
	padding-bottom: 15px;
	}

#cnav nav ul li ul li{
	border: none;
	}

#cnav ul ul {
	padding-left: 0;
	}

#fbwrap {
	display: none;
	}

#breadcrumb, #footer {
	display: none;
	}

#extraContainer3 {
	position: relative;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	}

#extraContainer3 #footer {
	display: block;
	text-align: center;
	font-size: 13px;
	position: relative;
	bottom: 0;
	}

#extraContainer3 #breadcrumb {
	display: block;
	text-align: center;
	position: relative;
	bottom: 0;
	}
	
.show {
	display: block!important;
	}

#container {
	width: 100%;
	height: 100%;
	}

#cwrap {
	margin-left: 0;
	padding-top: 0;
	}

}


@media only screen and (max-width: 920px) {

#blog-categories, #blog-archives, ul.blog-tag-cloud, #blog-rss-feeds {
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 5px;
	height: 100px;
	padding-bottom: 10px;
	}

}


@media only screen and (max-width: 768px) {

#menuBtn {
	width: 99.775%!important;
	}

.thumbnail-wrap {
	margin-right: 60px!important;
	}

.movie-thumbnail-frame {
    margin-right: 60px!important;
    }


body{
	-webkit-text-size-adjust: none;
	}

}


@media only screen and (min-device-width: 481px) and (max-device-width: 568px) {
	
	#menuBtn {
		width: 98.2%!important;
		}
	
	.pdstack {
		width: 89.5%;
		height: auto;
		}

}


@media only screen and (max-width: 480px) {

.pdstack {
	width: 89%;
	height: auto;
	}

#cwrap{
	margin-right: 0;
	padding-left: 0;
	}

#featureImg {
	outline-offset: -15px;
	outline: solid #eee 1px;
	}

#cwrap #menuBtn {
	width: 99.4%!important;
	}

section #padding {
	padding-left: 25px;
	padding-right: 25px;
	}
	
aside {
	margin-bottom: 0;
	padding-bottom: 50px;
	}

#container header h1, header h1, section #padding h1, .album-title, h1.blog-entry-title a, .movie-page-title, .filesharing-description, #padding .message-text {
	font-size: 32px!important;
	}

 section #padding h1, #sideTitle {
 	font-size: 28px!important;
 	}

.thumbnail-wrap {
	margin-left: auto!important;
	margin-right: auto!important;
	float: none;
	}

#blog-categories, #blog-archives, ul.blog-tag-cloud, #blog-rss-feeds {width: 100%;}

.movie-thumbnail-frame {
	margin-left: auto;
	margin-right: auto;
	float: none;
	}

.filesharing-item-title a {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.form-input-field {
	width: 95%!important;
	}

}


@media only screen and (max-width: 320px) {


.pdstack {
	width: 85%;
	height: auto;
	}


aside {
	padding-left: 20px;
	padding-right: 20px;
	}
	
}



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; outline: solid #fff 1px;
outline-offset: -20px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
#navwrapper, #cwrap #menuBtn, #cnav nav, #container {
	background-color: #F2F2F0;
	}

#navwrapper {
	border-right-color: #DDDDDD!important;
	}

a.social {
	border-right-color: #DDDDDD;
}

a.social {
	color: #929497;
	}
	
a.social:hover {
	color: #BBBBBB;
	}

header h1, #container header h1 {
	color: #505A53;
	}
	
header h2, #container header h2 {
	color: #AAAAAA;
	}

nav ul li a, #cnav nav ul li a, #footer a{
	color: #929497;
	}
	
nav li#current a, nav li#currentAncestor a, nav ul li a:hover, #cnav nav ul li a:hover, ul#breadcrumb a:hover, #footer a:hover {
	color: #505A53!important;
	}

 #menuBtn:before, #menuBtn.show:before {
 	color: #929497;
 	}

#cwrap #menuBtn {
	border-color:  #DDDDDD;
	}

#cnav nav ul li {
	border-bottom-color: #DDDDDD;
	}

#breadcrumb ul li a {
	color: #929497;
	}

#breadcrumb li span {
	color: #8C8E91;
	}

#footer {
	color: #929497;
	}

#container, body {
	background: #FFFFFF;
	}

#extraContainer2 {
	border-bottom-color: #FFFFFF!important;
	}

#container, form div label, .form-input-button {
	color: #AAAAAA;
	}

#container a {
	color: #888888;
	}

#container a:hover {
	color: #CCCCCC;
	}

aside {
	background: #F2F2F0;
	}

#sidecontent {
	color: #AAAAAA;
	}

#sideTitle {
	color: #505A53;
	}

section #padding h1, .album-title, h1.blog-entry-title a, .movie-page-title, .filesharing-description, #padding .message-text {
	color: #505A53!important;
	} 

.thumbnail-wrap:hover .thumbnail-caption {
	color: #505A53;
	}

.blog-entry:first-child {
	border-top-color: #DDDDDD;
	}

.blog-entry-body {
	border-bottom-color: #DDDDDD;
	}

.movie-thumbnail-frame:hover .movie-thumbnail-caption {
	color: #505A53;
	}

.filesharing-item-title {
	background: #F2F2F0;
	}

.filesharing-item:hover .filesharing-item-title {
	background: #DDDDDD;
	}

.filesharing-item-description {
	border-color: #E7E7E5;
	}

.form-input-field {
	background: #FFFFFF;
	}

.form-input-field {
	color: #AAAAAA;
	}	
	
.form-input-button {
	background-color: #F2F2F0;
}

@media only screen and (max-width: 960px) {

#navwrapper {
	background: #FFFFFF;
	}

a.social {
	color: #BBBBBB;
	}

a.social:hover {
	color: #DDDDDD;
	}
	
header h1, #container header h1 {
	color: #505A53;
	}

header h2, #container header h2 {
	color: #AAAAAA;
	}

#breadcrumb ul li a{
	color: color: #AAAAAA;
	}
ul#breadcrumb a:hover {
	color:  #CCCCCC;
	}

}



		nav li li a{
	font-style: normal;
	}



.flexslider {
	display: none;
	}



nav {
	margin-top: 50px;
	}

#socialicons {
	height: 10px;
	}


header h1, #container h1 {
	font-family: 'TheanoDidotRegular';
	}

header h2, #container h2 {
	font-family: 'Questrial', sans-serif;
	}

nav ul li a, #cnav nav ul li a, #menuBtn:before, #menuBtn.show:before  {
	font-family: 'Questrial', sans-serif;
	}

#sideTitle  {
	font-family: 'Questrial', sans-serif;
	}

section #padding h1, .album-title, h1.blog-entry-title a, .movie-page-title, .filesharing-description, #padding .message-text {
	font-family: 'Questrial', sans-serif;
	}

section #padding, aside {
	font-family: 'Questrial', sans-serif;
	}

header h1, #container header h1 {
	font-size: 34px;
	}

section, aside {
	font-size: 14px;
	}	


	



		