@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Old+Standard+TT:400,700);


/* @group Reset */

html, body {
	overflow-x: hidden;
}

html {
	position: relative;
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body {
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, 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%;
	vertical-align: baseline;
	background: transparent;
}

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

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
	-moz-outline-style: none;
}

/* remember to highlight inserts somehow! */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

input, select {
	vertical-align: middle;
}

textarea {
  outline: none;
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

/* @end */

/* @group General Styles */

body {
	border-top: 0.3em solid black;
	font: 1.2em/1.6em 'Merriweather', Georgia, serif;
}

p {
}

b, strong {

}

a { 

}

a:link, a:visited {
	text-decoration: none;
	color: #3f3f3f;
}

a:hover, a:active {
	text-decoration: none;
}


/* @end */

/* @group Layout */

.clearer {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

#header {
	width: 100%;
	max-width: 640px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 100px;
	padding-left: 100px;
}

#focusmode {
	width: 100%;
	max-width: 640px;
	padding-bottom: 60px;
	margin: 40px auto 0;
	text-align: center;
}

#focusmode input#focus { 
	width: auto;
	cursor: pointer;
	font: normal 3em 'EntypoRegular';
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
         box-shadow: none;
	text-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: none;
	background: none;
} 

#content {
	max-width: 640px;
	margin: auto auto 100px;
	text-align: justify;
}

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

.dropcap{
    float:left;
    font-size:360%;
    margin-top:20px;
    margin-right:5px;
    margin-bottom: 10px;
}

.button {
   border: 0;
   background: #000000;
   padding: 20px;
   margin: 20px;
   color: #ffffff!important;
   font-size: 1.2em;
   text-decoration: none;
   vertical-align: middle;
}

.button:hover {
   background: #3e779d;
   -webkit-transition: .07s ease-in;
   -moz-transition: .07s ease-in;
   -o-transition: .07s ease-in;
   transition: .07s ease-in;
}

hr {
    padding-top: 10px;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr:after {
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
    
#wrapper {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

#main {
    width: 100%;
    margin: 0 auto;
}

#siteLogo { 
	margin-bottom: 0px;
	margin: 0 auto;
	max-width: 320px;
}

#siteLogo img { 
	margin: 0 auto;
	max-width: 320px;
	height: auto;
}

#logo a:hover { text-decoration: none; }

#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-bottom: 40px;
	color: #b2b2b2;
	background: #282D30;
}

#footerContent {
	text-align: justify;
	line-height: 22px;
	margin: 0 auto;
	padding: 40px 0 0;
	width: 640px;
}

#footerContent #block {
	width: 640px;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 3%;
	margin: auto;
}

#footerContent #block-sidebar {
	font-size: 14px;
	margin: auto;
	padding: 0 0 0 10%;
}

#footerContent #block-social {
	font-size: 14px;
	margin: 20px auto auto;
	padding: 0 0 0 0;
	width: 640px;
	text-align: center;
}

#footer p {
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #b2b2b2;
}

/* @end */

/* @group Toolbar */

/* Navigation Styles */

#navcontainer {
	height: 14px;
	margin: 0 auto;
}

#navcontainer #current {
	color: #b2b2b2;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 5px auto 0;
	list-style: none;
	line-height: 14px;
	max-width: 640px;
	width: 100%;
	text-align: center;
}

#navcontainer li {
	display: inline-block;
	line-height: 35px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

#navcontainer a {
	line-height: 25px;
	text-decoration: none;
	padding: 5px 0 0 20px;
	font-size: 16px;
	border: none;	
	color: #000000;
	font-weight: 500;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #b2b2b2;
	cursor: pointer;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

#navcontainer a:active {
}

#navcontainer ul ul li{
	display:  none;
}

/* @end */


/* @group Global Classes */

blockquote {
	background: #3f3f3f;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
	padding: 10% 5%;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.8em;
}

blockquote span {
	font-size: 12px;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

#main h1 { 
	font-size: 2.0em;
	letter-spacing: -2px;
	text-align: center;
	padding: 40px 0 0;
	margin: 0 auto;
	width: 100%;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
}

#main h1 p {
	font-size: 0.5em;
	letter-spacing: 3px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

h2 { 
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

h3 { 
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

.imageStyle {
}

ol {
}

li {
}

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

#sidebarContainer #sidebar li {
}

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

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

@font-face {
  font-family: 'entypo';
    src: url("fonts/entypo.eot");
    src: url("fonts/entypo.eot?#iefix") format('embedded-opentype'), 
    url("data:fonts/woff;base64,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") format('woff'),
    url("fonts/entypo.ttf") format('truetype'), 
    url("fonts/entypo.svg#entypo") format('svg');  
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* font-size: 14px; */

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
  font: normal 3em 'EntypoRegular';
}

[class^="social-"], [class*=" social-"] {
	/* font-size: 14px; */

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
  font: normal 3em 'entyposocial';
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;
}

[class^="social-"]:before,
[class*=" social-"]:before {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;
  margin-bottom: .1em;
}

[class^="icon-bottom"]:before,
[class*=" icon-bottom"]:before {
  font-family: 'EntypoRegular';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 0;
  margin-right: 0;
  text-align: center;
  line-height: 1em;
}

[class^="icon-bottom"], [class*=" icon-bottom"] {
  display: inline-block;
  width: 1.1em;
  margin-right: 0;
  text-align: center;
  font: normal 2.3em 'EntypoRegular';
  margin-top: 3px;
}

.icon-note:before { content: "\266a"; } /* '\266a' */
.icon-note-beamed:before { content: "\266b"; } /* '\266b' */
.icon-music:before { content: "🎵"; } /* '\1f3b5' */
.icon-search:before { content: "🔍"; } /* '\1f50d' */
.icon-flashlight:before { content: "🔦"; } /* '\1f526' */
.icon-mail:before { content: "\2709"; } /* '\2709' */
.icon-heart:before { content: "\2665"; } /* '\2665' */
.icon-heart-empty:before { content: "\2661"; } /* '\2661' */
.icon-star:before { content: "\2605"; } /* '\2605' */
.icon-star-empty:before { content: "\2606"; } /* '\2606' */
.icon-user:before { content: "👤"; } /* '\1f464' */
.icon-users:before { content: "👥"; } /* '\1f465' */
.icon-user-add:before { content: "\e700"; } /* '\e700' */
.icon-video:before { content: "🎬"; } /* '\1f3ac' */
.icon-picture:before { content: "🌄"; } /* '\1f304' */
.icon-camera:before { content: "📷"; } /* '\1f4f7' */
.icon-layout:before { content: "\268f"; } /* '\268f' */
.icon-menu:before { content: "\2630"; } /* '\2630' */
.icon-check:before { content: "\2713"; } /* '\2713' */
.icon-cancel:before { content: "\2715"; } /* '\2715' */
.icon-cancel-circled:before { content: "\2716"; } /* '\2716' */
.icon-cancel-squared:before { content: "\274e"; } /* '\274e' */
.icon-plus:before { content: "\2b"; } /* '\2b' */
.icon-plus-circled:before { content: "\2795"; } /* '\2795' */
.icon-plus-squared:before { content: "\229e"; } /* '\229e' */
.icon-minus:before { content: "\2d"; } /* '\2d' */
.icon-minus-circled:before { content: "\2796"; } /* '\2796' */
.icon-minus-squared:before { content: "\229f"; } /* '\229f' */
.icon-help:before { content: "\2753"; } /* '\2753' */
.icon-help-circled:before { content: "\e704"; } /* '\e704' */
.icon-info:before { content: "\2139"; } /* '\2139' */
.icon-info-circled:before { content: "\e705"; } /* '\e705' */
.icon-back:before { content: "🔙"; } /* '\1f519' */
.icon-home:before { content: "\2302"; } /* '\2302' */
.icon-link:before { content: "🔗"; } /* '\1f517' */
.icon-attach:before { content: "📎"; } /* '\1f4ce' */
.icon-lock:before { content: "🔒"; } /* '\1f512' */
.icon-lock-open:before { content: "🔓"; } /* '\1f513' */
.icon-eye:before { content: "\e70a"; } /* '\e70a' */
.icon-tag:before { content: "\e70c"; } /* '\e70c' */
.icon-bookmark:before { content: "🔖"; } /* '\1f516' */
.icon-bookmarks:before { content: "📑"; } /* '\1f4d1' */
.icon-flag:before { content: "\2691"; } /* '\2691' */
.icon-thumbs-up:before { content: "👍"; } /* '\1f44d' */
.icon-thumbs-down:before { content: "👎"; } /* '\1f44e' */
.icon-download:before { content: "📥"; } /* '\1f4e5' */
.icon-upload:before { content: "📤"; } /* '\1f4e4' */
.icon-upload-cloud:before { content: "\e711"; } /* '\e711' */
.icon-reply:before { content: "\e712"; } /* '\e712' */
.icon-reply-all:before { content: "\e713"; } /* '\e713' */
.icon-forward:before { content: "\27a6"; } /* '\27a6' */
.icon-quote:before { content: "\275e"; } /* '\275e' */
.icon-code:before { content: "\e714"; } /* '\e714' */
.icon-export:before { content: "\e715"; } /* '\e715' */
.icon-pencil:before { content: "\270e"; } /* '\270e' */
.icon-feather:before { content: "\2712"; } /* '\2712' */
.icon-print:before { content: "\e716"; } /* '\e716' */
.icon-retweet:before { content: "\e717"; } /* '\e717' */
.icon-keyboard:before { content: "\2328"; } /* '\2328' */
.icon-comment:before { content: "\e718"; } /* '\e718' */
.icon-chat:before { content: "\e720"; } /* '\e720' */
.icon-bell:before { content: "🔔"; } /* '\1f514' */
.icon-attention:before { content: "\26a0"; } /* '\26a0' */
.icon-alert:before { content: "💥"; } /* '\1f4a5' */
.icon-vcard:before { content: "\e722"; } /* '\e722' */
.icon-address:before { content: "\e723"; } /* '\e723' */
.icon-location:before { content: "\e724"; } /* '\e724' */
.icon-map:before { content: "\e727"; } /* '\e727' */
.icon-direction:before { content: "\27a2"; } /* '\27a2' */
.icon-compass:before { content: "\e728"; } /* '\e728' */
.icon-cup:before { content: "\2615"; } /* '\2615' */
.icon-trash:before { content: "\e729"; } /* '\e729' */
.icon-doc:before { content: "\e730"; } /* '\e730' */
.icon-docs:before { content: "\e736"; } /* '\e736' */
.icon-doc-landscape:before { content: "\e737"; } /* '\e737' */
.icon-doc-text:before { content: "📄"; } /* '\1f4c4' */
.icon-doc-text-inv:before { content: "\e731"; } /* '\e731' */
.icon-newspaper:before { content: "📰"; } /* '\1f4f0' */
.icon-book-open:before { content: "📖"; } /* '\1f4d6' */
.icon-book:before { content: "📕"; } /* '\1f4d5' */
.icon-folder:before { content: "📁"; } /* '\1f4c1' */
.icon-archive:before { content: "\e738"; } /* '\e738' */
.icon-box:before { content: "📦"; } /* '\1f4e6' */
.icon-rss:before { content: "\e73a"; } /* '\e73a' */
.icon-phone:before { content: "📞"; } /* '\1f4de' */
.icon-cog:before { content: "\2699"; } /* '\2699' */
.icon-tools:before { content: "\2692"; } /* '\2692' */
.icon-share:before { content: "\e73c"; } /* '\e73c' */
.icon-shareable:before { content: "\e73e"; } /* '\e73e' */
.icon-basket:before { content: "\e73d"; } /* '\e73d' */
.icon-bag:before { content: "👜"; } /* '\1f45c' */
.icon-calendar:before { content: "📅"; } /* '\1f4c5' */
.icon-login:before { content: "\e740"; } /* '\e740' */
.icon-logout:before { content: "\e741"; } /* '\e741' */
.icon-mic:before { content: "🎤"; } /* '\1f3a4' */
.icon-mute:before { content: "🔇"; } /* '\1f507' */
.icon-sound:before { content: "🔊"; } /* '\1f50a' */
.icon-volume:before { content: "\e742"; } /* '\e742' */
.icon-clock:before { content: "🕔"; } /* '\1f554' */
.icon-hourglass:before { content: "\23f3"; } /* '\23f3' */
.icon-lamp:before { content: "💡"; } /* '\1f4a1' */
.icon-light-down:before { content: "🔅"; } /* '\1f505' */
.icon-light-up:before { content: "🔆"; } /* '\1f506' */
.icon-adjust:before { content: "\25d1"; } /* '\25d1' */
.icon-block:before { content: "🚫"; } /* '\1f6ab' */
.icon-resize-full:before { content: "\e744"; } /* '\e744' */
.icon-resize-small:before { content: "\e746"; } /* '\e746' */
.icon-popup:before { content: "\e74c"; } /* '\e74c' */
.icon-publish:before { content: "\e74d"; } /* '\e74d' */
.icon-window:before { content: "\e74e"; } /* '\e74e' */
.icon-arrow-combo:before { content: "\e74f"; } /* '\e74f' */
.icon-down-circled:before { content: "\e758"; } /* '\e758' */
.icon-left-circled:before { content: "\e759"; } /* '\e759' */
.icon-right-circled:before { content: "\e75a"; } /* '\e75a' */
.icon-up-circled:before { content: "\e75b"; } /* '\e75b' */
.icon-down-open:before { content: "\e75c"; } /* '\e75c' */
.icon-left-open:before { content: "\e75d"; } /* '\e75d' */
.icon-right-open:before { content: "\e75e"; } /* '\e75e' */
.icon-up-open:before { content: "\e75f"; } /* '\e75f' */
.icon-down-open-mini:before { content: "\e760"; } /* '\e760' */
.icon-left-open-mini:before { content: "\e761"; } /* '\e761' */
.icon-right-open-mini:before { content: "\e762"; } /* '\e762' */
.icon-up-open-mini:before { content: "\e763"; } /* '\e763' */
.icon-down-open-big:before { content: "\e764"; } /* '\e764' */
.icon-left-open-big:before { content: "\e765"; } /* '\e765' */
.icon-right-open-big:before { content: "\e766"; } /* '\e766' */
.icon-up-open-big:before { content: "\e767"; } /* '\e767' */
.icon-down:before { content: "\2b07"; } /* '\2b07' */
.icon-left:before { content: "\2b05"; } /* '\2b05' */
.icon-right:before { content: "\27a1"; } /* '\27a1' */
.icon-up:before { content: "\2b06"; } /* '\2b06' */
.icon-down-dir:before { content: "\25be"; } /* '\25be' */
.icon-left-dir:before { content: "\25c2"; } /* '\25c2' */
.icon-right-dir:before { content: "\25b8"; } /* '\25b8' */
.icon-up-dir:before { content: "\25b4"; } /* '\25b4' */
.icon-down-bold:before { content: "\e4b0"; } /* '\e4b0' */
.icon-left-bold:before { content: "\e4ad"; } /* '\e4ad' */
.icon-right-bold:before { content: "\e4ae"; } /* '\e4ae' */
.icon-up-bold:before { content: "\e4af"; } /* '\e4af' */
.icon-down-thin:before { content: "\2193"; } /* '\2193' */
.icon-left-thin:before { content: "\2190"; } /* '\2190' */
.icon-right-thin:before { content: "\2192"; } /* '\2192' */
.icon-up-thin:before { content: "\2191"; } /* '\2191' */
.icon-ccw:before { content: "\27f2"; } /* '\27f2' */
.icon-cw:before { content: "\27f3"; } /* '\27f3' */
.icon-arrows-ccw:before { content: "🔄"; } /* '\1f504' */
.icon-level-down:before { content: "\21b3"; } /* '\21b3' */
.icon-level-up:before { content: "\21b0"; } /* '\21b0' */
.icon-shuffle:before { content: "🔀"; } /* '\1f500' */
.icon-loop:before { content: "🔁"; } /* '\1f501' */
.icon-switch:before { content: "\21c6"; } /* '\21c6' */
.icon-play:before { content: "\25b6"; } /* '\25b6' */
.icon-stop:before { content: "\25a0"; } /* '\25a0' */
.icon-pause:before { content: "\2389"; } /* '\2389' */
.icon-record:before { content: "\26ab"; } /* '\26ab' */
.icon-to-end:before { content: "\23ed"; } /* '\23ed' */
.icon-to-start:before { content: "\23ee"; } /* '\23ee' */
.icon-fast-forward:before { content: "\23e9"; } /* '\23e9' */
.icon-fast-backward:before { content: "\23ea"; } /* '\23ea' */
.icon-progress-0:before { content: "\e768"; } /* '\e768' */
.icon-progress-1:before { content: "\e769"; } /* '\e769' */
.icon-progress-2:before { content: "\e76a"; } /* '\e76a' */
.icon-progress-3:before { content: "\e76b"; } /* '\e76b' */
.icon-target:before { content: "🎯"; } /* '\1f3af' */
.icon-palette:before { content: "🎨"; } /* '\1f3a8' */
.icon-list:before { content: "\e005"; } /* '\e005' */
.icon-list-add:before { content: "\e003"; } /* '\e003' */
.icon-signal:before { content: "📶"; } /* '\1f4f6' */
.icon-trophy:before { content: "🏆"; } /* '\1f3c6' */
.icon-battery:before { content: "🔋"; } /* '\1f50b' */
.icon-back-in-time:before { content: "\e771"; } /* '\e771' */
.icon-monitor:before { content: "💻"; } /* '\1f4bb' */
.icon-mobile:before { content: "📱"; } /* '\1f4f1' */
.icon-network:before { content: "\e776"; } /* '\e776' */
.icon-cd:before { content: "💿"; } /* '\1f4bf' */
.icon-inbox:before { content: "\e777"; } /* '\e777' */
.icon-install:before { content: "\e778"; } /* '\e778' */
.icon-globe:before { content: "🌎"; } /* '\1f30e' */
.icon-cloud:before { content: "\2601"; } /* '\2601' */
.icon-cloud-thunder:before { content: "\26c8"; } /* '\26c8' */
.icon-flash:before { content: "\26a1"; } /* '\26a1' */
.icon-moon:before { content: "\263d"; } /* '\263d' */
.icon-flight:before { content: "\2708"; } /* '\2708' */
.icon-paper-plane:before { content: "\e79b"; } /* '\e79b' */
.icon-leaf:before { content: "🍂"; } /* '\1f342' */
.icon-lifebuoy:before { content: "\e788"; } /* '\e788' */
.icon-mouse:before { content: "\e789"; } /* '\e789' */
.icon-briefcase:before { content: "💼"; } /* '\1f4bc' */
.icon-suitcase:before { content: "\e78e"; } /* '\e78e' */
.icon-dot:before { content: "\e78b"; } /* '\e78b' */
.icon-dot-2:before { content: "\e78c"; } /* '\e78c' */
.icon-dot-3:before { content: "\e78d"; } /* '\e78d' */
.icon-brush:before { content: "\e79a"; } /* '\e79a' */
.icon-magnet:before { content: "\e7a1"; } /* '\e7a1' */
.icon-infinity:before { content: "\221e"; } /* '\221e' */
.icon-erase:before { content: "\232b"; } /* '\232b' */
.icon-chart-pie:before { content: "\e751"; } /* '\e751' */
.icon-chart-line:before { content: "📈"; } /* '\1f4c8' */
.icon-chart-bar:before { content: "📊"; } /* '\1f4ca' */
.icon-chart-area:before { content: "🔾"; } /* '\1f53e' */
.icon-tape:before { content: "\2707"; } /* '\2707' */
.icon-graduation-cap:before { content: "🎓"; } /* '\1f393' */
.icon-language:before { content: "\e752"; } /* '\e752' */
.icon-ticket:before { content: "🎫"; } /* '\1f3ab' */
.icon-water:before { content: "💦"; } /* '\1f4a6' */
.icon-droplet:before { content: "💧"; } /* '\1f4a7' */
.icon-air:before { content: "\e753"; } /* '\e753' */
.icon-credit-card:before { content: "💳"; } /* '\1f4b3' */
.icon-floppy:before { content: "💾"; } /* '\1f4be' */
.icon-clipboard:before { content: "📋"; } /* '\1f4cb' */
.icon-megaphone:before { content: "📣"; } /* '\1f4e3' */
.icon-database:before { content: "\e754"; } /* '\e754' */
.icon-drive:before { content: "\e755"; } /* '\e755' */
.icon-bucket:before { content: "\e756"; } /* '\e756' */
.icon-thermometer:before { content: "\e757"; } /* '\e757' */
.icon-key:before { content: "🔑"; } /* '\1f511' */
.icon-flow-cascade:before { content: "\e790"; } /* '\e790' */
.icon-flow-branch:before { content: "\e791"; } /* '\e791' */
.icon-flow-tree:before { content: "\e792"; } /* '\e792' */
.icon-flow-line:before { content: "\e793"; } /* '\e793' */
.icon-flow-parallel:before { content: "\e794"; } /* '\e794' */
.icon-rocket:before { content: "🚀"; } /* '\1f680' */
.icon-gauge:before { content: "\e7a2"; } /* '\e7a2' */
.icon-traffic-cone:before { content: "\e7a3"; } /* '\e7a3' */
.icon-cc:before { content: "\e7a5"; } /* '\e7a5' */
.icon-cc-by:before { content: "\e7a6"; } /* '\e7a6' */
.icon-cc-nc:before { content: "\e7a7"; } /* '\e7a7' */
.icon-cc-nc-eu:before { content: "\e7a8"; } /* '\e7a8' */
.icon-cc-nc-jp:before { content: "\e7a9"; } /* '\e7a9' */
.icon-cc-sa:before { content: "\e7aa"; } /* '\e7aa' */
.icon-cc-nd:before { content: "\e7ab"; } /* '\e7ab' */
.icon-cc-pd:before { content: "\e7ac"; } /* '\e7ac' */
.icon-cc-zero:before { content: "\e7ad"; } /* '\e7ad' */
.icon-cc-share:before { content: "\e7ae"; } /* '\e7ae' */
.icon-cc-remix:before { content: "\e7af"; } /* '\e7af' */
.icon-github:before { content: "\f300"; } /* '\f300' */
.icon-github-circled:before { content: "\f301"; } /* '\f301' */
.icon-flickr:before { content: "\f303"; } /* '\f303' */
.icon-flickr-circled:before { content: "\f304"; } /* '\f304' */
.icon-vimeo:before { content: "\f306"; } /* '\f306' */
.icon-vimeo-circled:before { content: "\f307"; } /* '\f307' */
.icon-twitter:before { content: "\f309"; } /* '\f309' */
.icon-twitter-circled:before { content: "\f30a"; } /* '\f30a' */
.icon-facebook:before { content: "\f30c"; } /* '\f30c' */
.icon-facebook-circled:before { content: "\f30d"; } /* '\f30d' */
.icon-facebook-squared:before { content: "\f30e"; } /* '\f30e' */
.icon-gplus:before { content: "\f30f"; } /* '\f30f' */
.icon-gplus-circled:before { content: "\f310"; } /* '\f310' */
.icon-pinterest:before { content: "\f312"; } /* '\f312' */
.icon-pinterest-circled:before { content: "\f313"; } /* '\f313' */
.icon-tumblr:before { content: "\f315"; } /* '\f315' */
.icon-tumblr-circled:before { content: "\f316"; } /* '\f316' */
.icon-linkedin:before { content: "\f318"; } /* '\f318' */
.icon-linkedin-circled:before { content: "\f319"; } /* '\f319' */
.icon-dribbble:before { content: "\f31b"; } /* '\f31b' */
.icon-dribbble-circled:before { content: "\f31c"; } /* '\f31c' */
.icon-stumbleupon:before { content: "\f31e"; } /* '\f31e' */
.icon-stumbleupon-circled:before { content: "\f31f"; } /* '\f31f' */
.icon-lastfm:before { content: "\f321"; } /* '\f321' */
.icon-lastfm-circled:before { content: "\f322"; } /* '\f322' */
.icon-rdio:before { content: "\f324"; } /* '\f324' */
.icon-rdio-circled:before { content: "\f325"; } /* '\f325' */
.icon-spotify:before { content: "\f327"; } /* '\f327' */
.icon-spotify-circled:before { content: "\f328"; } /* '\f328' */
.icon-qq:before { content: "\f32a"; } /* '\f32a' */
.icon-instagrem:before { content: "\f32d"; } /* '\f32d' */
.icon-dropbox:before { content: "\f330"; } /* '\f330' */
.icon-evernote:before { content: "\f333"; } /* '\f333' */
.icon-flattr:before { content: "\f336"; } /* '\f336' */
.icon-skype:before { content: "\f339"; } /* '\f339' */
.icon-skype-circled:before { content: "\f33a"; } /* '\f33a' */
.icon-renren:before { content: "\f33c"; } /* '\f33c' */
.icon-sina-weibo:before { content: "\f33f"; } /* '\f33f' */
.icon-paypal:before { content: "\f342"; } /* '\f342' */
.icon-picasa:before { content: "\f345"; } /* '\f345' */
.icon-soundcloud:before { content: "\f348"; } /* '\f348' */
.icon-mixi:before { content: "\f34b"; } /* '\f34b' */
.icon-behance:before { content: "\f34e"; } /* '\f34e' */
.icon-google-circles:before { content: "\f351"; } /* '\f351' */
.icon-vkontakte:before { content: "\f354"; } /* '\f354' */
.icon-smashing:before { content: "\f357"; } /* '\f357' */
.icon-sweden:before { content: "\f601"; } /* '\f601' */
.icon-db-shape:before { content: "\f600"; } /* '\f600' */
.icon-logo-db:before { content: "\f603"; } /* '\f603' */

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

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	color: #3f3f3f;
}

.blog-archive-link {
	color: #3f3f3f;
}

.blog-archive-link-enabled {
	color: #3f3f3f;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #3f3f3f;
}
	
/* @end */

.blog-entry{
	border: 0px;
	background: white;
	margin: 0;
	padding: 0px 0px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}

.blog-entry-body img:first-child {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: inline-block;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 	 filter: gray;
 	 -webkit-filter: grayscale(100%);
}

.blog-entry-body img:first-child:hover {
	max-width: 100%;
	filter: none;
  	-webkit-filter: none;
	cursor: pointer;
}

.blog-entry-body img {
	max-width: 100%;
	width: 100%;
	height: auto;
	
}

p.blog-entry-tags{
	display: none;
}

h1.blog-entry-title a:link {
	color: #3f3f3f;
}

.blog-entry-date, .blog-entry-title {
	display: none;
}

.entry-title {
	letter-spacing: -2px;
	text-align: center;
	padding: 10px 0 25px;
	margin: 0 auto;
	width: 100%;
	font-size: 2.0em;
	line-height: 1.0em;
	font-style: italic;
	font-weight: normal;
}

.entry-title a:hover {
	text-decoration: underline;
}


.date-title{
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 50px;
	width: 100%;
	display: inline-block;
}


/*styles the category link in the main entry */
.blog-entry-category {
	display: block;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #3f3f3f;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #3f3f3f;
}

.blog-read-more {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 40px;
	text-decoration: underline;
}

.blog-entry-body {
	text-align: justify;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.blog-entry-comments {
	margin: 80px auto 80px;
	width: 640px;
	position:  relative;
}

a.blog-comment-link{
	display: none;
}

p.blog-entry-tags, p.blog-entry-tags a:link {
	color: #3f3f3f;
	margin-top: 10px;
}

ul.blog-tag-cloud {
	list-style-type: none;
	font-size: 14px;
	padding: 0 4%;
	float: left;
	position: relative;
}

ul.blog-tag-cloud li {
}


ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited, ul.blog-tag-cloud a:link {
	color: #3f3f3f;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 0px;
	float: left;
	font-size: 14px;
	padding: 0 4%;
	position: relative;
}

#blog-categories a, #blog-archives a, ul.blog-tag-cloud li a, #blog-rss-feeds a {
	display: inline-block!important;
}

#blog-categories a, #blog-archives a, #blog-rss-feeds a {
	margin-right: 15px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 0px;
	float: left;
	font-size: 14px;
	padding: 0;
	position: relative;
}

.blog-category-link-enabled {
	color: #3f3f3f;
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 30px;
}

.blog-rss-link {
	color: #3f3f3f;
}

.blog-comments-rss-link {
	color: #3f3f3f;
}

.innerSpacer {
	margin-left: 0px;
	margin-right: 0px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background-color: #e5e5e5;
	padding: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.filesharing-item-title a:link {
	color: #3f3f3f;
	font: 14px 'Merriweather', Georgia, serif;
}

.filesharing-item-title a:hover {
	color: #b2b2b2;
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	margin-top: 10px;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 60px;
}

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

.album-wrap {
}

.thumbnail-wrap {
	float: left;
	margin-right: 30px;
	margin-bottom: 80px;
	padding-right: 10px;
	display: block;
	width: 100%;
}

.thumbnail-frame {
	cursor: pointer;
}

.thumbnail-frame img {
	position: relative;
	cursor: pointer;
	border: 10px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.thumbnail-frame:hover {
	-webkit-transform: scale(1.05);
	z-index: 1;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-caption {
}
	
/* @end */

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

.photo-background {
	padding: 60px;
	text-align: center;
}

.photo-navigation {
	margin: 20px;
}

.photo-links {
	padding: 8px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #3f3f3f;
}

.photo-navigation a:hover {
	color: #b2b2b2;
}

.photo-frame{
	max-width: 100%;
	height: auto;
	position: relative;
	border: 10px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.photo-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.photo-caption {
	font-size: 18px;
	line-height: 22px;
}

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

/* @group Quicktime Page */

.movie-description {
	margin-top: 20px;
	margin-bottom: 20px;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
	margin-bottom: 20px;
	width: 32%;
	display: block;
	float: right;
	margin-left: 5px;
	margin-right: 8px;
}

.movie-thumbnail-frame:hover {
	-webkit-transform: scale(1.05);
	z-index: 1;
}

.movie-thumbnail-frame img {
    width: 100% !important;
    height: auto !important;
}

.movie-thumbnail-caption {
	text-align: center;
	padding-top: 5px;
	margin: 0;
	overflow: hidden;
}
	
/* @end */

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

.movie-background {
	width: 100%;
	text-align: center;
}

.movie-title {
}

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


/* @end */

/* @group Contact Form */
.message-text { 
	color: #3f3f3f;
	margin-bottom: 10px;
} 

label{
	color: #3f3f3f;
}
.required-text {
} 

.form-input-field, .form-input-textarea {
	border: 1px solid #C9C9C9;
	background: #ffffff;
	color: #545658;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f5f5f6, 5px 5px 0 0 #f5f5f6, 5px 0 0 0 #f5f5f6, 0 5px 0 0 #f5f5f6, 5px -5px 0 0 #f5f5f6, -5px 5px 0 0 #f5f5f6;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f5f5f6, 5px 5px 0 0 #f5f5f6, 5px 0 0 0 #f5f5f6, 0 5px 0 0 #f5f5f6, 5px -5px 0 0 #f5f5f6, -5px 5px 0 0 #f5f5f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f5f5f6, 5px 5px 0 0 #f5f5f6, 5px 0 0 0 #f5f5f6, 0 5px 0 0 #f5f5f6, 5px -5px 0 0 #f5f5f6, -5px 5px 0 0 #f5f5f6;
    margin-top: 10px;
    padding: 5px;
}

.form-input-field:focus,
.textarea.form-input-field:focus{
	border: 1px solid #bbbbbb;
	background: #ffffff;
	color: #545658;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f1f1f3, 5px 5px 0 0 #f1f1f3, 5px 0 0 0 #f1f1f3, 0 5px 0 0 #f1f1f3, 5px -5px 0 0 #f1f1f3, -5px 5px 0 0 #f1f1f3;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f1f1f3, 5px 5px 0 0 #f1f1f3, 5px 0 0 0 #f1f1f3, 0 5px 0 0 #f1f1f3, 5px -5px 0 0 #f1f1f3, -5px 5px 0 0 #f1f1f3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #f1f1f3, 5px 5px 0 0 #f1f1f3, 5px 0 0 0 #f1f1f3, 0 5px 0 0 #f1f1f3, 5px -5px 0 0 #f1f1f3, -5px 5px 0 0 #f1f1f3;
}
 
.form-input-field {
	width: 300px;
	height: 30px;
	margin-bottom: 15px;
	font: 14px/20px 'Merriweather', Georgia, serif;
}

textarea.form-input-field{
	width: 70%;
	max-width: 500px;
	height: 300px;
	margin-bottom: 15px;
	font: 14px/20px 'Merriweather', Georgia, serif;
}

.form-input-button { 
	width: auto;
	padding: 0 15px 0;
	line-height: 30px;
	height: 30px;
	border: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #8cd4ff;
	color: #ffffff;
	-webkit-appearance: none;
} 
/* @end */

/* Sitemap */

ul.tree{
	margin: 0;
}

ul.tree > li{
	float: none;
	margin-bottom: 20px;
	list-style: none;
}

ul.tree ul{
	padding-top: 10px;
	list-style: none;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 5px;
}

ul.tree ul li ul{
	display: none;
}

ul.tree a:link {
	color: #3f3f3f;	
}

ul.tree a:hover {
	color: #b2b2b2;	
}

ul.tree ul li a{
	color: #b2b2b2!important;
}

ul.tree ul li a:hover{
	text-decoration: underline;
}

ul.tree li ul li {
	padding-top: 15px;
}

/* @end */

/* Flexible Videos */

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* Responsive Slides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* @end */

/* Audio */

.audio a{
	color: #fff!important;
}

.audio a:hover{
	text-decoration: none;
}

.audio {
	background: #5ac8da;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
	margin: auto;
	padding: 7% 5% 10%;
	font-weight: normal;
	font-style: normal;
}


a.icon-play, a.icon-pause {
	margin-left: 0.3em;
}


/* @end */

/* Link Posts */

.link a{
	color: #fff!important;
}

.link a:hover{
	text-decoration: underline;
}

.link {
	background: #c84a28;
	letter-spacing: -2px;
	text-align: center;
	color: #fff;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
	padding: 5% 5% 10%;
	font-weight: normal;
	font-style: normal;
}

.link:hover, .audio:hover, blockquote:hover  {
	background: #2c2c2c;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
	color: #fff;
}

/* @end */

#myExtraContent1 {
	text-align: left;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}

/* Twitter to Unlock */


.ui-locker-twitter, .ui-locker-twitter .ui-locker-text {
    font: normal normal 400 13px/20px "Arial";
}
.ui-locker-twitter  
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative !important;
	
	background-color: #f9f9f9;
	padding: 25px;
	margin: 20px auto !important;
	
    max-width: 600px;
	color: #000000!important;
}
.ui-locker-twitter .ui-locker-inner-wrap
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.ui-locker-twitter .ui-locker-text {
	padding-bottom: 5px;
}

.ui-locker-twitter p {
	margin: 0px;
}
.ui-locker-twitter .ui-locker-close-icon {
	background: url("img/close-dark.png") 50% 50% no-repeat;
	width: 16px;
	height: 16px;
	opacity: 0.1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	cursor: pointer;
    position: absolute;
	top: 4px;
	right: 4px;
	z-index: 2;
}
.ui-locker-twitter:hover .ui-locker-close-icon {
	opacity: 0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.ui-locker-twitter .ui-locker-close-icon:hover {
	opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.ui-locker-twitter   {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.ui-locker-twitter .ui-locker-buttons {
	margin-top: 3px;
}

.ui-locker-twitter .ui-locker-timer {
    position: absolute;
    right: 6px;
    bottom: 3px;
    z-index: 10;
}
.ui-locker-twitter .ui-locker-timer 
.ui-locker-twitter .ui-locker-timer-label, 
.ui-locker-twitter .ui-locker-timer-counter {
    text-transform: lowercase;
    font: normal normal 400 12px/12px "Arial";
    color: #333; 
}

.ui-locker-twitter .ui-locker-timer-counter {
	font-weight: bold;
}

/* Loading */

.ui-locker-loading-holder {
    background: #f9f9f9 url("img/loading.gif") 50% 50% no-repeat;
    height: 100px;
}

/** 
* Purity Style
*/

.ui-locker-purity  
{
    padding: 20px;
    border: 0px;
    
    background-color: transparent;
}
.ui-locker-purity .ui-locker-outer-wrap 
{
    background-color: #fff;
    padding: 25px 25px 21px 25px;
     
    -webkit-border-radius: 6px;
    -moz-boder-radius: 6px;
    border-radius: 6px;

	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .18), 0px 0px 30px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .18), 0px 0px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.18), 0px 0px 30px rgba(0, 0, 0, 0.08);
	
    background: linear-gradient(top, #FFFFFF, #F5F5F5);
    background: -o-linear-gradient(top, #FFFFFF, #F5F5F5);
    background: -moz-linear-gradient(top, #FFFFFF, #F5F5F5);
    background: -webkit-linear-gradient(top, #FFFFFF, #F5F5F5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5F5F5',GradientType=0 );
    background: -ms-linear-gradient(top, #FFFFFF, #F5F5F5);
}
.ui-locker-purity .ui-locker-close-icon
{
    top: 27px;
    right: 27px;
}
.ui-locker-purity .ui-locker-timer
{
    bottom: 25px;
    right: 27px;
}
.ui-locker-purity .ui-locker-text {
    padding-bottom: 5px;
}
.ui-locker-purity.ui-locker-no-buttons .ui-locker-text {
    padding: 0;
}
.ui-locker-purity.ui-locker-no-buttons .ui-locker-outer-wrap {
    padding-bottom: 15px;
}

/* @end */


/* RapidCart */

.rcItemThumb {
	margin-top: 50px;
}

#rcHeader img, .rcButton img, .rcCartTools img {
	max-width: auto;
	width: auto;
}

#rcHeader {
	font-size: 0.8em;
}

/* @end */



/* Tablet and Mobile */
@media only screen and (max-width:767px) {
    
    body {
		font: 1.0em/1.4em 'Merriweather', Georgia, serif;
    }
    
    #navcontainer a {
		font-size: 0.9em;
		margin: auto;
	}
    
    #header {
		padding: 40px 0;
		margin: auto;
	}
	
	#focusmode {
		padding-bottom: 20px;
		margin: 0px auto 0;
	}
	
	#content {
		padding-bottom: 60px;
	}
	
	#content, #footerContent, #footerContent #block-social {
		width:  90%!important;
	}
		
	#footerContent #block {
		width:  100%;
	}
    
    #footerContent #block-sidebar {
		padding: 0 10%;
	}
    
    h1 {
    	width:  95%!important;
    	font-size: 28px;
    	line-height: 34px;
    	letter-spacing: -2px;
    	padding-bottom: 25px;
    }
   
    #siteLogo img { 
    	max-width: 220px;
    	margin-left:  18%;
    }
    
    #wrapper {
		width: 100%;
	}
	
	blockquote {
		padding-top: 30px;	
		margin: 0 0 0px 0 !important;
	}
		
	ul.blog-tag-cloud, #blog-archives, #blog-categories {
		float: left;
		width: 100%;
		padding: 20px 0;
		text-align: center!important;
	}
	
	ul.blog-tag-cloud {
		margin-bottom: 40px;
	}
	
	
	.blog-entry-body, .entry-title {
		width: 90%!important;
	}
	
	.form-input-field {
    	width:  85%!important;
	}
	
	textarea.form-input-field{
    	width:  85%!important;
	}
	
	.message-text { 
		width:  85%!important;
	} 
	
	.audio {
		padding-top: 1%!important;
		margin-top: -20px;
	}
	
	.blog-entry-comments {
		width: 90%!important;
	}
	
	a.icon-play, a.icon-pause {
		margin-top: 0.6em;
	}
}


 
/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    
    #header {
    	padding: 40px 0;
    	margin: auto;
    }
    
    blockquote {
		margin: 0 0 0px 0 !important;
	}
	
	.audio {
		margin-top: -40px!important;
	}
}


/* iPad Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

	.audio {
		margin-top: -40px!important;
	}
}


/* Mobile Only */
@media only screen and (max-width:480px) {
	
	#navcontainer a {
		font-size: 0.8em;
		margin: auto;
	}
	
	#siteLogo img { 
		max-width: 180px;
		margin-left:  23%;
	}
	
	.audio, .player {
		margin-top: -15px!important;

	}
	
	a.icon-play, a.icon-pause {
		margin-top: 0px!important;
	}
	
	#navcontainer {
		padding-bottom: 20px;
		margin-left: 0px!important;
		max-width: 95%;
	}
	
	#content {
		padding-bottom: 0px!important;
	}
}


/* @end */

body,#breadcrumb li:last-child a{color:#000000}.filesharing-item-title a:link{color:#4C99BF}h1.blog-entry-title a:link,.blog-entry-title a,.blog-entry-title,.album-title,.movie-page-title,h1,h2,h3,h4,h5,h6{color:#4C4C4C}a:link,a:visited{color:#4C99BF}a:hover{color:#AFAFAF}#navcontainer a{color:#808080}#navcontainer a:hover{color:#66CCFF}#navcontainer a.current{color:#FF9430}body{background-color:#FFFFFF;border-top:.3em solid #010202}.blog-entry-body,.blog-entry{background-color:#FFFFFF}#focusmode input#focus{color:#000000}#content{background:#FFFFFF}hr:after{background:#FFFFFF}.button{background:#66CCFF}.button:hover{background:#B3B3B3}#footerContent{color:#000000}#footer{background:#FFFFFF}#footer a:link,#footer a:visited{color:#3F3F3F}#footer a:hover,#footer a:active{color:#E6E6E6}ul.tree a:link{color:#4C99BF}ul.tree ul li a{color:#000000!important}blockquote{background:#535353}blockquote span{color:#FFFFFF}.link{background:#C84A28}.link:hover,.audio:hover,blockquote:hover{background:#2C2C2C}.audio{background:#B3B3B3}.form-input-button{background-color:#8CD4FF}


		.image-full{max-width:100%;width:100%;height:auto;display:block}.message-text{color:#3f3f3f;margin-bottom:10px;margin-left:20px;margin-top:30px}form{margin-left:20px}#footerContent #block-sidebar{font-size:14px;margin:auto;padding:0}#content{max-width:640px;margin:auto auto 0;text-align:justify}


		