/* @group General Styles Revolve*/

body {
	font: 1em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin:  0;
	padding: 0;
	width: 100%;
	height: 100%;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('css/font/BebasNeue-webfont.eot?') format('eot'),
         url('css/font/BebasNeue-webfont.woff') format('woff'),
         url('css/font/BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

.noise  {
	height: 100%;
	margin: 0;
	padding: 0;
}

.wrapper {
 	margin: 0 auto;
    position: relative;
    padding: 0;
    height: 240px;
	background-repeat: repeat-y;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 240px;
	margin: 0 auto;
	padding: 0;
}

#glowHeader  {
	height: 240px;
	margin: 0;
}

#logo  {
	float: left;
	margin: 20px 0 0 60px;
}

#title  {
	max-height: 75px;
	line-height: 6.6em;
}

#pageHeader h1 {
	margin: 0;
	padding-top: 80px;
	text-align: center;
}

#slogan  {
	max-height: 26px;
	line-height: 2em;
}

#pageHeader h2 {
	margin: 0;
	padding-top: 100px;
	text-align: center;
	font-weight: normal;
}

#banner  {
	margin: 0;
	padding: 0;
	height: 300px;
	position: relative;
	z-index: -1 !important;
}

.wrapperImg {
 	margin: 0 auto;
    position: relative;
    height: 300px;
    padding: 0;
	background-repeat: repeat-y;
}

#featureImgArea  {
	margin: 0 auto;
	width: 850px;
	height: 300px;
	padding-top: 25px;
}

#featureImg  {
	height: 250px;
}

#contentContainer  {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	font-size: 14px;
}

.wrapperContent {
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding: 0;
	background-repeat: repeat-y;
}

#contentTop {
	margin: 0 auto;
	height: 26px;
	background-image: url(images/feature_img_glow.png);
}

#content  {
	min-height: 300px;
	height: 100%;
	background-repeat: no-repeat;
}

#contentContainer #content {
	font-size: .9em;
	line-height: 1.3em;
}

#sidebarContainer {	
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
	font-size: 2.2em;
	padding: 20px 0;
}

#sidebarContainer p {
}

#contentBottom  {
	margin: 0 auto;
	height: 26px;
}

#footerLine  {
	margin: 0 auto;
	padding: 0;
	height: 1px;
	background: url(images/line_footer.png);
}

#footer { 
	margin: 0;
	height: 30px;
	overflow: hidden;
	font-size: 1em;
	letter-spacing: 1px;
}

#footer p {
	float: right;
	margin-top: 8px;
	margin-right: 40px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	float: left;
	margin-left: 8px;
	margin-top: -8px;
}

#breadcrumbcontainer ul {
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 100;
}

#navcontainer a.current {
}

#navcontainer ul {
    padding: 0;
    margin-top: 105px;
    z-index: 100;
    position: relative;
}

#navcontainer ul li {
    display: inline-block;
    line-height: 30px;
    margin: 0 11px 0 0;
    padding: 0; 
    position: relative;
    *display: inline;
    float: left;
}

#navcontainer ul li a {
    display: block;
    padding: 0 11px;
    text-decoration: none;
    width: 100%;
}

#navcontainer li ul li {
    -moz-border-radius: 0 0 0 0;
    padding-top: -20px;
    background: #ffffff;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: .8em;
    line-height: 16px;
    width: 100%;
    margin: 0;
}

#navcontainer li ul li a {
    padding: 8px 11px;
    text-shadow: none;
}

#navcontainer li ul {
    left: -999em;
    position: absolute;
    top: 0;
    width: 160px;
    padding: 0;
}

#navcontainer li ul {
    left: -999em;
    margin-top: 30px;
    padding-top: 4px;
    position: absolute;
    top: 0;
    width: 170px;
}

#navcontainer li ul ul {
    margin: 0 0 0 170px;
    padding: 0;
    font-size: 1.2em;
}

#navcontainer li:hover ul ul, #navcontainer li:hover ul ul ul, #navcontainer li:hover ul ul ul ul, #navcontainer li:hover ul ul ul ul ul, #navcontainer li.sfhover ul ul, #navcontainer li.sfhover ul ul ul, #navcontainer li.sfhover ul ul ul ul, #navcontainer li.sfhover ul ul ul ul ul {
    left: -999em;
}

#navcontainer li:hover ul, #navcontainer li li:hover ul, #navcontainer li li li:hover ul, #navcontainer li li li li:hover ul, #navcontainer li li li li li:hover ul, #navcontainer li li li li li li:hover ul, #navcontainer li.sfhover ul, #navcontainer li li.sfhover ul, #navcontainer li li li.sfhover ul, #navcontainer li li li li.sfhover ul, #navcontainer li li li li li.sfhover ul #navcontainer li li li li lili.sfhover ul {
    left: auto;
}

#navcontainer ul ul span.sf-sub-indicator {
    display: none;
}    

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1, h2, h3, h4, h5, h6  {
	padding: 0;
	margin-bottom: 0;
}

#contentContainer h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 2.3em;
}

#contentContainer h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 2.1em;
}

#contentContainer h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6em;
}

#contentContainer h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

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

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */

.blog-entry {
    margin-bottom: 30px;
    position: relative;
}
.blog-entry-title {
    float: left;
}
.blog-entry-title a {
    line-height: 1.5em;
}
.blog-entry-title, .blog-archive-month {
    font-size: 1.8em;
    line-height: 1.8em;
    margin-bottom: 8px;
}
.blog-entry-title, .blog-archive-month {
    margin-right: 100px;
    padding: 7px 0 0;
}
.blog-entry-title a {
    text-decoration: none;
}
.blog-entry-title a:hover {
    text-decoration: underline;
}
.blog-entry-date {   
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    float: right;
    font: 12px Arial;
    padding: 7px 15px;
}
.blog-entry-body {
    clear: both;
}
.blog-entry-comments {
    margin-top: 7px;
}
p.blog-entry-tags {
    font-size: 10px;
    margin-top: 7px;
}
#blog-archives, #blog-categories, #blog-rss-feeds {
    margin-top: 12px;
}
#blog-categories:before {
    content: "Categories:";
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}
#blog-archives:before {
    content: "Archives:";
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}
#blog-archives br {
    display: none;
}
.blog-archive-link-enabled:after {
    content: ", ";
}
.blog-archive-link-enabled {
    margin-right: 5px;
}
.blog-archive-link-disabled:after {
    content: ", ";
}
.blog-archive-link-disabled {
    display: inline;
    margin-right: 5px;
}
.blog-archive-headings-wrapper {
    margin-bottom: 24px;
}
ul.blog-tag-cloud {
    display: block;
    margin: 0 0 18px;
    padding: 18px 0 0;
    text-align: justify;
}
ul.blog-tag-cloud:before {
    content: "Tag cloud:";
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}
ul.blog-tag-cloud li {
    display: inline;
    padding-right: 5px;
}
ul.blog-tag-cloud li a:after {
    content: ", ";
}
.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;
}
#blog-rss-feeds {
    padding-bottom: 10px;
}
#blog-rss-feeds:before {
    content: "Feeds:";
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.blog-rss-link {
    background-image: url(images/rss_feed.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 19px;
}
.blog-comments-rss-link {
    background-image: url(images/rss_feed.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 19px;
}

/* @end */

/* @group File Sharing */

.filesharing-item-title a{
	font-size: 1.2em;
	display: inline-block;
	padding: 8px 16px;
}

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	padding: 0 0 20px;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	margin: 12px 0 5px 0;
	padding: 0;
	font-style: normal;
	line-height: 30px;
	font-size: 1.88em;
}

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


.album-wrapper {
}

.thumbnail-wrap {
	display: block;
	float: left;
	margin-right: 32px;
	margin-bottom: 32px;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a img {
}

.thumbnail-frame a img:hover {
}

.thumbnail-caption {
	padding: 10px 0 10px;
	margin: 0;
	font-size: 1em;
	text-align: center;
	line-height: 12px;
	height: 30px;
}
	
/* @end */

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

.photo-background {
	text-align: center;
	background-color: black;
	background-image: url(images/noise_light.png);
}

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

.photo-navigation {
	width: 860px;
	margin: 20px auto 0 auto;
	padding: 20px;
	border-top: none;
	height: 102px;
	position: relative;
	top: -6px;
	text-align: left;
	font-size: 1.6em;
}

.photo-links {
	position: absolute;
	top: 80px;
	font-size: .8em;
}

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

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

.photo-frame{
	border: 8px solid #484848;
	margin-top: 30px;
}

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

.photo-background p.photo-caption {
	font-size: 12px;
	line-height: 16px;
	color: #878787;
}


/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

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

/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
	display: inline;
}

.movie-page-description {
	padding-bottom: 26px;
}

.movie-thumbnail-frame {
	float: left;
	padding: 12px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @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 */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */