/* ------------------------------------- */

/* The Cake theme for RapidWeaver */
 
/* is designed and developed by Elixir */

/* Visit www.elixirgraphics.com for  */

/* more RapidWeaver themes. */

/* ------------------------------------- */


/* @group Meyer's CSS reset */

/* v1.0 | 20080212 */
/* with slight modifications*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

ol, ul {
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	-moz-outline-style:none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

textarea {
  outline: none;
}

/* @end */

/* @group Fonts */

@font-face {
	font-family: 'MuseoSans500';
	src: url('fonts/museosans_500-webfont.eot');
	src: local('fonts/museosans_500-webfont'), url('fonts/museosans_500-webfont.woff') format('woff'), url('fonts/museosans_500-webfont.ttf') format('truetype'), url('fonts/museosans_500-webfont.svgz#webfont') format('svg'), url('fonts/museosans_500-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('fonts/museo_slab_500-webfont'), url('fonts/museo_slab_500-webfont.woff') format('woff'), url('fonts/museo_slab_500-webfont.ttf') format('truetype'), url('fonts/museo_slab_500-webfont.svgz#webfont') format('svg'), url('fonts/museo_slab_500-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lobster';
	src: url('fonts/Lobster_1.3-webfont.eot');
	src: local('fonts/Lobster_1.3-webfont'), url('fonts/Lobster_1.3-webfont.woff') format('woff'), url('fonts/Lobster_1.3-webfont.ttf') format('truetype'), url('fonts/Lobster_1.3-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arvo';
	src: url('fonts/arvo-regular-webfont.eot');
	src: local('fontsarvo-regular-webfont'), url('fonts/arvo-regular-webfont.woff') format('woff'), url('fonts/arvo-regular-webfont.ttf') format('truetype'), url('fonts/arvo-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}





/* @end */

/* @group General Styles */


html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	width: 100%;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
	padding: 0;
}

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

img {
   border: none;
}

.image-left {
	float: left;
	margin: 12px 12px 12px 0;
}

.image-right {
	float: right;
	margin: 12px 0 12px 12px;
}

a, a:visited {
	text-decoration: underline;
}

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.clearer {
	clear: both;
}

h1 {
	margin: 0 0 4px;
	padding: 0;
	font: 30px/34px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	margin: 0 0 4px;
	padding: 0;
	font: 26px/30px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 {
	margin: 0 0 4px;
	padding: 0;
	font: 20px/24px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h4 {
	margin: 0 0 4px;
	padding: 0;
	font: 18px/22px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5 {
	margin: 0 0 4px;
	padding: 0;
	font: 16px/20px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h6 {
	margin: 0 0 4px;
	padding: 0;
	font: 14px/18px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
}

hr {
	border-top: 1px solid #d5d5d5;
	margin-top: 18px;
	margin-bottom: 18px;
}

blockquote {
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 25px 12px 75px;
	color: #fff;
	margin: 0 24px;
	font: 16px/24px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
}

code {
	margin: 0;
	padding: 0;
	display: block;
}

/* Main content area unordered list styles */

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

/* Content Container unordered list styles */

#content ul, #content ul li {
}

#content ul {
}


/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 5px 0;
	padding-left: 20px;
}

#sidebarContainer #sidebar li {
}

.ydtl-tabs li {
	list-style-type: none !important;
	list-style-image: none !important;
}

.fc-header-title h2 {
	font-size: 16px;
	line-height: 20px;
}

/* @end */

/* @group Layout */

#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-top: 60px;
	margin-left: auto;
}

.spacer {
	height: 60px;
	width: 100%;
	background-color: transparent;
}

header {
	width: 250px;
	position: fixed;
	text-align: center;
}

header h1#siteTitle, header h2#siteSlogan  {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

header h1#siteTitle {
	line-height: 52px;
	font-size: 52px;
	margin: 0;
}

header h2#siteSlogan {
	letter-spacing: -1px;
	line-height: 28px;
	font-size: 22px;
	margin: 0;
}

#container, #extraContentTop {
	margin-left: 300px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 2px 12px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 12px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 12px rgba(50, 50, 50, 0.3);
}

#banner {
	margin-left: 300px;
	background-color: transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	position: relative;
	margin: 0 0 25px 300px;
	display: block;
}

#container {
}

#banner img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 0px 2px 12px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 12px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 12px rgba(50, 50, 50, 0.3);
}

#extraContentTop {
	margin-bottom: 24px;
	overflow: hidden;
	display: none;
	padding: 0;
}

#extraContent1 {
	background-color: #000;
	color: #fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-bottom: 32767px;
	margin-bottom: -32742px;
	display: block;
	float: left;
}

#extraContent2 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-bottom: 32767px;
	display: block;
	margin-bottom: -32742px;
}

#extraContainer1, #extraContainer2 {
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 25px;
}

#extraContainer3, #extraContainer4 {
	margin-left: 25px;
	margin-right: 25px;
}

#extraContent3 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-repeat: repeat;
	margin-top: -25px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e4e4e4;
}

#extraContent4 {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #e4e4e4;
}

#extraContent5 {
	text-align: left;
}

#contentContainer {
	margin-bottom: 25px;
	-webkit-background-clip: padding-box;
	margin-top: 0;
}

#contentContainer {
	*margin-top: 25px;
}

#content {
	margin-left: 25px;
	margin-right: 275px;
}

aside {
	width: 225px;
	float: right;
	margin-right: 25px;
}

aside h3 {
	font: 18px/22px MuseoSans500, "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

footer {
	border-top: 1px solid #e4e4e4;
	padding: 0;
	display: block;
}

.inset {
	margin-right: 25px;
	margin-left: 25px;
}

footer img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 6px;
	display: none;
	margin-top: 25px;
}

.footerText {
	float: left;
	margin-top: 25px;
}

footer h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 12px;
	letter-spacing: -1px;
}

#archives {
}

	
/* @end */

/* @group Navigation */

nav {
	margin: 25px 0 0;
	padding: 0;
	width: 225px;
	text-align: left;
}

nav>ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

nav>ul li.firstChild {
}

nav>ul>li {
	display: block;
	margin: 0;
	text-indent: 20px;
}

nav>ul>li>a, nav>ul>li>a:link, nav>ul>li>a:visited {
	text-decoration: none;
	display: block;
	position: relative;
	width: 248px;
	height: 57px;
	background: url(images/navigation/menu_sprite.png) no-repeat 0 -57px;
	color: #858585;
	font: normal normal 14px/57px "Lucida Grande", Lucida, Verdana, sans-serif;
}

nav>ul>li.firstChild>a:link.current, nav>ul>li.firstChild>a:hover.current, nav>ul>li.firstChild>a:visited.current, nav>ul>li.firstChild>a:link.currentAncestor, nav>ul>li.firstChild>a:hover.currentAncestor, nav>ul>li.firstChild>a:visited.currentAncestor {
}

nav>ul>li>a:link.current, nav>ul>li>a:hover.current, nav>ul>li>a:visited.current, nav>ul>li>a:link.currentAncestor, nav>ul>li>a:hover.currentAncestor, nav>ul>li>a:visited.currentAncestor {
	background: url(images/navigation/menu_sprite.png) no-repeat 0 0;
}

nav>ul>li>a:hover  {
}

nav>ul>li>a:active {
}

nav>ul>li>ul {
}

nav ul ul, nav ul ul ul, nav ul ul ul ul, nav ul ul ul ul ul {
	display: none
}


nav>ul>li.hasChild>a {
}

nav>ul>li>ul li.hasChild>a:before {
}


/* @end */

/* @group SubNavbar */

.subnavcontainer {
	margin-bottom: 25px;
	border-style: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* Parent - Level 0 */

.subnavcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnavcontainer li {
	position: relative;
	display: inline;
	height: 0;
}

.subnavcontainer a, .subnavcontainer a:visited {
	display: none;
	text-decoration: none;
}

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

/* Child - Level 1 */

.subnavcontainer ul ul {
	padding: 0;
	margin: -25px 0 0;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-image: url(images/navigation/subnav_highlight.png);
	background-repeat: repeat-x;
	background-position: 0 top;
}

.subnavcontainer ul ul li {
	padding: 0;
}

.subnavcontainer ul ul li a.current {
}

.subnavcontainer ul ul li a.current, .subnavcontainer ul ul a:hover, .subnavcontainer ul ul a:active {
}

.subnavcontainer ul ul a, .subnavcontainer ul ul a:visited {
	display: inline-block;
	min-width: 40px;
	text-align: center;
	padding: 12px;
	border-right: 1px solid;
}

.subnavcontainer ul ul a.firstChild, .subnavcontainer ul ul a.firstChild:visited {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.subnavcontainer ul ul a:hover {
}

.subnavcontainer ul ul a:active {
}

/* Child - Level 2 */

.subnavcontainer ul ul ul  {
	display: none;
}

/* Child Level 3 */

.subnavcontainer ul ul ul ul  {
	display: none;
}

/* Child Level 4 */

.subnavcontainer ul ul ul ul ul  {
	display: none;
}

/* Child Level 5 */

.subnavcontainer ul ul ul ul ul  {
	display: none;
}


/* @end */

/* @group Blog */

.blogEntryTopperImg {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 25px;
}

.blog-entry-badge {
	width: 26px;
	height: 54px;
	background: url(images/blog/blog_pointer.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -45px;
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	text-align: left;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 25px;
	padding: 0 0 0 18px;
	background: url(images/blog/mini_icon_tags.png) no-repeat left 4px;
}

ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited, ul.blog-tag-cloud a:link{
	text-decoration: none;
}

ul.blog-tag-cloud a:hover {
	text-decoration: none;
}

ul.blog-tag-cloud li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
}

.blog-tag-size-1 {	
	font-size: 8px;
}

.blog-tag-size-2 {	
	font-size: 9px;
}

.blog-tag-size-3 {	
	font-size: 10px;
}

.blog-tag-size-4 {	
	font-size: 11px;
}

.blog-tag-size-5 {	
	font-size: 12px;
}

.blog-tag-size-6 {	
	font-size: 13px;
}

.blog-tag-size-7 {	
	font-size: 14px;
}

.blog-tag-size-8 {	
	font-size: 15px;
}

.blog-tag-size-9 {	
	font-size: 16px;
}

.blog-tag-size-10 {	
	font-size: 17px;
}

.blog-tag-size-11 {	
	font-size: 18px;
}

.blog-tag-size-12 {	
	font-size: 19px;
}

.blog-tag-size-13 {
	font-size: 20px;
}

.blog-tag-size-14 {	
	font-size: 21px;
}

.blog-tag-size-15 {
	font-size: 21px;
}

.blog-tag-size-16 {	
	font-size: 21px;
}

.blog-tag-size-17 {	
	font-size: 22px;
}

.blog-tag-size-18 {	
	font-size: 22px;
}

.blog-tag-size-19 {
	font-size: 22px;
}

.blog-tag-size-20 {	
	font-size: 23px;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.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-bottom: 60px;
	position: relative;
}

.lastBlogChild {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog-entry .image-left,
.blog-entry .image-right {
}

h1.blog-entry-title {
	font: 28px/32px Arvo, "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
}

.blog-entry-title a {
	text-decoration: none;
}

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

.blog-entry-date {
	padding-left: 18px;
	margin-top: 2px;
	margin-bottom: 25px;
	background: url(images/blog/mini_icon_clock.png) no-repeat left center;
}

.blog-entry-body {
}

p.blog-entry-tags {
	font-weight: bold;
	background: url(images/blog/mini_icon_tags.png) no-repeat left center;
	padding-left: 18px;
	margin-top: 12px;
}

p.blog-entry-tags a, p.blog-entry-tags a:visited {
	font-weight: normal;
	font-style: normal;
}

p.blog-entry-tags a:hover {
}

.blog-entry-comments {
	margin-top: 12px;
}

.blog-entry-comments a, .blog-entry-comments a:visited {
}

.blog-entry-comments a:hover {
}

.blog-entry-category a:link,
.blog-entry-category a:visited,
.blog-category-link-enabled,
.blog-category-link-disabled {
}

.blog-entry-category a:hover {
}

/*styles the category link in the main entry */
.blog-entry-category {
	background: url(images/blog/mini_icon_star.png) no-repeat left center;
	padding-left: 16px;
}

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

.blog-entry-category a:hover {
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-top: 25px;
}

#blog-archives br {
}

.blog-archive-link-enabled {
	background: url(images/blog/mini_icon_clock.png) no-repeat left center;
	padding-left: 18px;
}

#blog-archives a, #blog-archives a:visited {
}

#blog-archives a:hover {
}

.blog-archive-link-disabled {
	display: none;
}

a.blog-archive-link-enabled:hover, .blog-archive-link-disabled:hover {
}
/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 25px;
}

#blog-categories a, #blog-categories a:visited {
}

.blog-category-link-enabled, .blog-category-link-disabled {
	background: url(images/blog/mini_icon_star.png) no-repeat left center;
	padding-left: 18px;
}

#blog-categories a:hover {
}

.blog-category-link-disabled {
}

.blog-category-link-enabled:hover, .blog-category-link-disabled:hover {
}

#blog-categories br {
}

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

#blog-rss-feeds br  {
}

a.blog-rss-link,
a.blog-comments-rss-link, a:link.blog-rss-link,
a:link.blog-comments-rss-link, a:visited.blog-rss-link,
a:visited.blog-comments-rss-link {
	background: url(images/blog/mini_icon_inbox.png) no-repeat left center;
	padding-left: 18px;
}

a.blog-rss-link:hover {
}

/* Read More links */

.blog-read-more {
}

.blog-read-more a {
}

/* @end */

/* @group File Sharing */

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

.filesharing-item {
	margin-bottom: 25px;
}

.filesharing-item:hover {
}

.filesharing-item-title {
}

.filesharing-item-title a, .filesharing-item-title a:visited {
	font: 22px/26px MuseoSans500, "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 6px;
	text-decoration: none;
	padding-left: 24px;
	background: url(images/filesharing/icon_file.png) no-repeat;
}

.filesharing-item-title a:hover {
	text-decoration: none;
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page View */

.album-title {
	font: 28px/32px MuseoSans500, "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 12px;
}

.album-description {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 99%;
}

.album-wrap {
	margin-top: 12px;
}

.thumbnail-wrap {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 16px;
	margin-bottom: 50px;
}

.thumbnail-frame {
	position: absolute;
}

.thumbnail-caption {
	font-size: 10px;
	line-height: 12px;
}

.thumbnail-wrap img, .movie-thumbnail-frame img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	
/* @end */
	
/* @end */

/* @group Quicktime Page */

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

/* @group Quicktime Album */

/* @group Index Page View */

.movie-page-title {
	font: 28px/32px MuseoSans500, "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 12px;
}

.movie-page-description {
	margin-top: 12px;
	margin-bottom: 24px;
}

.movie-thumbnail-frame {
	margin-right: 24px;
	margin-bottom: 48px;
	width: 200px;
	height: auto;
	float: left;
	display: block;
}

.movie-thumbnail-frame img {
	width: 200px;
	height: auto;
}

.movie-thumbnail-caption {
	margin: 0;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	font-size: 10px;
}
	
/* @end */

/* @group Single Page View */
.movie-background {
}

.movie-title {
}

.movie-frame {
}

	
/* @end */


/* @end */

/* @group Forms */
form {
}

label {
}

.message-text {
} 

.required-text {
} 

.form-input-field {
	font-size: 14px;
	line-height: 20px;
	padding: 6px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 95%;
	background-color: #f7f7f7;
}

.form-input-field:focus {
	border-color: #d0d0d0;
	background-color: #fff;
} 

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

/* @group Breadcrumb Trail */

#breadcrumb {
	background: #f7f7f7 url(images/extracontent/bkg_dots.png) repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #e4e4e4;
	display: none;
}

#breadcrumb ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
}

#breadcrumb .lastItem {
}
	
/* @end */

/* @group ExtraContent */


#myExtraContent1,#myExtraContent2,#myExtraContent3,#myExtraContent4,#myExtraContent5,#myExtraContent6 {
	display: none;
}

/* @group ExtraContent Columns */

/*
CSS code for ExtraContent Columns Snippets*/

.column { 
	float: left;
}

.one { 
	width: 100%; 
}

.two { 
	width: 50%; 
}

.three { 
	width: 33%; 
}

.four { 
	width: 25%; 
}

.five { 
	width: 20%; 
}

.two3rds { 
	width: 66%; 
}

.three4ths { 
	width: 75%; 
}

.four5ths { 
	width: 80%; 
}

.column .content { 
	width: 90% ! important; 
	margin: 0 auto; 
	padding: 0 ! important; 
	float: none ! important;
}

/* @end */



/* @end */

/* @group Scroll to Top Button */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 20px;
	right: 20px;
	overflow:hidden;
	width:55px;
	height:55px;
	border:none;
	text-indent:-999px;
	background: url(images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background: url(images/ui.totop.png) no-repeat left -55px;
	width:55px;
	height:55px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* @end */

/* @group Disqus Commenting */


#disqus_thread {
	overflow:hidden;
}

#dsq-comments-title {
    clear:none !important;
} 

#dsq-content .dsq-options {
    clear:none !important;
}

#dsq-thread-settings  {
    clear:none !important;
}

#dsq-content div {
    clear:none !important;
}

.dsq-login-buttons li {
    clear:none !important;
    margin-bottom: 25px!important;
}

/* @end */

/* @group Theme FAQ */


#themefaqOverlay {
	z-index: 2999;
	overflow: auto;
	padding: 80px 0;
	display: block;
}

#themefaqWrapper {
	width: 624px;
	z-index: 3000;
	webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000;
	background-color: rgba(31,32,41,0.96);
	background-image: url(images/themefaqHighlight.png);
	background-repeat: repeat-x;
	background-position: 0 top;
	-moz-box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px #fff; 
	-webkit-box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px #fff; 
	box-shadow: 0px 1px 24px rgba(0,0,0,0.8), inset 0px 0px 1px #fff;
	color: #abadb9;
	padding: 24px;
	font-weight: normal;
	font-style: normal;
	opacity: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#themefaqWrapper h3 {
	color: #90919b;
	font: 20px/26px MuseoSlab500, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 18px;
	padding-left: 31px;
	background: url(images/supportIcon.png) no-repeat left center;
	text-shadow: #050505 0 1px 0;
}

#themefaqAccordion a.themefaqQuestion {
	font: normal 15px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	display: block;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px;
	background-color: rgba(31,32,41,0.96);
	background-image: url(images/themefaqHighlightSmall.png);
	background-repeat: repeat-x;
	background-position: 0 top;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4), inset 0px 0px 1px #fff; 
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4), inset 0px 0px 1px #fff;
	color: #c2c4d2;
}

#themefaqAccordion a.themefaqQuestion:hover {
	color: #858791;
}

#themefaqAccordion a.ui-state-active, #themefaqAccordion a.ui-state-active:hover {
	color: #3daeee;
	-webkit-animation-duration: 3.25s;
	-webkit-animation-name: pulse;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	
}

.themefaqAnswer p {
	padding: 10px;
}

@-webkit-keyframes pulse { 
	from {
	-webkit-box-shadow:  inset 0px 0px 1px #fff, 0px 0px 12px rgba(61,174,238,0.15); 
	} 
	60% {
	-webkit-box-shadow: inset 0px 0px 1px #fff, 0px 0px 12px rgba(61,174,238,0.92); 
	} 
	to {
	-webkit-box-shadow: inset 0px 0px 1px #fff, 0px 0px 12px rgba(61,174,238,0.15); 
	}

}





/* @end */

/* @group Slideshow */

#slideshow {
	position: relative;
}

#slideshow img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	-webkit-box-shadow: 0px 2px 12px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 12px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 12px rgba(50, 50, 50, 0.3);
}

#slideshowNav {
	position: absolute;
	z-index: 900;
	background-color: #fff;
	bottom: 0;
	left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 7px 5px 9px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.3);
	display: none;
}

#slideshowNav a { 
	display:block;
	width: 13px;
	height: 14px;
	text-indent:-9999px;
	margin-left:0px;
	float:left;
	cursor: pointer;
	margin-right: 3px;
	background: url(images/slideshow/bullets-white.png) no-repeat -5px -5px;
}


#slideshowNav a.activeSlide {
	background-image: url(images/slideshow/bullets-white.png);
	background-repeat: ; no-repeat;
	background-position: -5px -19px;
}

#slideshowNav a:focus { 
	outline: none; 
}



/* @end */

/* @group Social Badges */

#socialBadges {
	text-align: right;
	height: 58px;
	float: right;
	overflow: hidden;
	margin-top: 25px;
}

a.myBadge {
	width: 58px;
	height: 58px;
	display: inline-block;
	position: relative;
}

a:active.myBadge {
	top: 1px;
}

/* @group Badges */

.twitterBadge {
	background: url(images/socialbadges/twitter.jpg) no-repeat;
}

.facebookBadge {
	background: url(images/socialbadges/facebook.jpg) no-repeat;
}

.appstoreBadge {
	background: url(images/socialbadges/appstore.jpg) no-repeat;
}

.dribbbleBadge {
	background: url(images/socialbadges/dribbble.jpg) no-repeat;
}

.flickrBadge {
	background: url(images/socialbadges/flickr.jpg) no-repeat;
}

.linkedinBadge {
	background: url(images/socialbadges/linkedin.jpg) no-repeat;
}

.vimeoBadge {
	background: url(images/socialbadges/vimeo.jpg) no-repeat;
}

.youtubeBadge {
	background: url(images/socialbadges/youtube.jpg) no-repeat;
}

.googleplusBadge {
	background: url(images/socialbadges/googleplus.jpg) no-repeat;
}

.skypeBadge {
	background: url(images/socialbadges/skype.jpg) no-repeat;
}

.forrstBadge {
	background: url(images/socialbadges/forrst.jpg) no-repeat;
}


/* @end */



/* @end */

/* @group prettyPhoto */

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_expand:hover {
    background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

div.pp_default .pp_contract:hover {
    background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
    background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 105px;
    position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    font-color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background: url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand {
    background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square .pp_nav .pp_play {
    background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    /*background: #000;*/
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 9500;
	background: url(images/overlayStripes.png) repeat;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    display: none
}

.pp_social .facebook {
    float: left;
    position: relative;
    top: -1px;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}

.pp_gallery ul a {
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px!important
}

a.pp_next {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1!important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none !important;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px!important
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

/* @end */

/* @group MediaQueries */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	
	header h1#siteTitle {
		line-height: 76px;
		font-size: 72px;
	}

	#container, #extraContentTop, #banner {
		margin-left: 0;
	}

	header, nav {
		position: static;
		width: 100%;
		margin-bottom: 25px;
	}
	
	nav ul {
		text-align: center;
	}
	
	nav>ul>li>a, nav>ul>li>a:link, nav>ul>li>a:visited {
		background: #fff none;
		color: #858585;
		display: inline-block;
		text-align: center;
		width: 130px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 5px;
		text-indent: 0;
		float: left;
	margin-bottom: 8px;
	height: 45px;
	line-height: 45px;
}

	nav>ul>li>a:link.current, nav>ul>li>a:hover.current, nav>ul>li>a:visited.current, nav>ul>li>a:link.currentAncestor, nav>ul>li>a:hover.currentAncestor, nav>ul>li>a:visited.currentAncestor {
		background-image: none;
		background-color: #858585;
		text-indent: 0;
	}

	#banner {
		width: 100%;
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
	}

	
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	
	header h1#siteTitle {
		line-height: 76px;
		font-size: 72px;
	}

	#container, #extraContentTop, #banner {
		margin-left: 0;
	}

	header, nav {
		position: static;
		width: 100%;
		margin-bottom: 25px;
	}
	
	nav ul {
		text-align: center;
	}
	
	nav>ul>li>a, nav>ul>li>a:link, nav>ul>li>a:visited {
		background: #fff none;
		color: #858585;
		display: inline-block;
		text-align: center;
		width: 130px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-right: 5px;
		text-indent: 0;
		float: left;
	margin-bottom: 8px;
	height: 45px;
	line-height: 45px;
}

	nav>ul>li>a:link.current, nav>ul>li>a:hover.current, nav>ul>li>a:visited.current, nav>ul>li>a:link.currentAncestor, nav>ul>li>a:hover.currentAncestor, nav>ul>li>a:visited.currentAncestor {
		background-image: none;
		background-color: #858585;
		text-indent: 0;
	}

	#banner {
		width: 100%;
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
	}

	
}


/* @end */

