@import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Ubuntu|Open+Sans|PT+Mono|Lato);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
   vertical-align: 10%;
    font-size: 1.2em;
    text-align: center;
}

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
    vertical-align: 10%;
    font-size: 1.2em;
    text-align: center;  
}

/* entypo */
h1.siteTitle  [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
   vertical-align: 10%;
    font-size: 1.2em;
    text-align: center;
}

/* fontawesome */
h1.siteTitle  [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
    vertical-align: 10%;
    font-size: 1.2em;
    text-align: center;  
}

/* @group Reset */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

html {
	position: relative;
	-webkit-text-size-adjust:none;
}

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 {
	overflow-x: hidden;
	font: 16px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

p {
}

b, strong {

}

a { 
	text-decoration: none;
	-webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

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 {
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;	
	margin: 0 auto;
	height: 100%;
	clear: both;
}

#headerContainer {
    margin: 0 auto;
	max-width: 1048px;
	height: 0px;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
}

#wrapper {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
}

#main {
    max-width: 1048px;
    margin: 0 auto;
	padding: 0px 0px 0px 78px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}

#content {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#extraContent1 {
    height: 100%;
    margin: 0 auto;
    padding: 80px 0 40px 78px;
    position: relative;
    top: 0;
    height: 100%;
    background-color: #f07057;
}

#extraContainer1 {
    width: 100%;
    margin: 0 auto;
	padding: 0px 0px 0px 0px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block; 
	max-width: 1048px;  
}

#extraContent2 {
    height: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 78px;
    position: relative;
    top: 0;
}

#extraContainer2 {
    width: 100%;
    margin: 0 auto;
	padding: 0px 0px 0px 78px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;	 
	max-width: 1048px;  
}

#extraContent3 {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 78px;
    top: 0;
}

#extraContainer3 {
    width: 100%;
    margin: 0 auto;
	padding: 0px 0px 0px 78px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;  
	max-width: 1048px;   
}

#extraContent4 {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 78px;
}

#extraContainer4 {
    margin: 0 auto;
	padding: 0px 0px 0px 78px;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 1048px;  
}

#titleBar {
    padding: 0 0 40px 78px;
    position: fixed;
    width: 100%;
	height: 78px;
	background-color: #fb6957;
	z-index: 99;
}

#siteTitle{
	text-align: center;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#siteLogo { 
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

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

h1.siteTitle {
	letter-spacing: -1px;
	text-align: center;
	font-size: 1.4em;
	margin: 0 0 2px;
	top: 22px;
	position: relative;
    padding: 0px 0px 0px 78px;
	font-weight: normal;
	font-style: normal;
}

h1.siteTitle a {
	color: #fff;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
	font-size: 0.9em;
}

h1.siteTitle a:hover {
	color: #ccc;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

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

#footer {
	width: 100%;
	background-color: none;
	margin-top: 20px;
	height: 50px;
	padding: 10px 0px 0px 78px;
}

#footerContent {
	line-height: 35px;
	max-width: 1048px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	text-align: center;
	padding: 0px 0px 0px 78px;	
}

#footerText {
	margin-top: 12px;
	padding-right: 25px;
	text-align: center;
}

#footer p {
}

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

#footer a:hover, #footer a:active {
}

buttonAction {
  position:relative;
  font-size: 0.7em;
  color: #ff6860;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 5% auto;
  border: 3px solid #ff6860;
  padding: 15px 30px;
  background:  none!important;
  letter-spacing: 0.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 50%;
  max-width: 100%;
}

buttonAction:hover {
  box-shadow:none;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  cursor: pointer;
  background: #ff6860!important;
  color:  #ffffff;
}

	
/* @end */

/* @group Toolbar */

/* Navigation Styles */

/* Parent - Level 0 */

#nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #f7f7f7;
	z-index: 999;
	
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: scroll;
}

#nav li a {
	display: block;
	height: 4.9em;
	width: 4.9em;
	line-height: 4.9em;
	text-align: center;
	color: #999;
	position: relative;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

#nav li a:hover,
#nav li:first-child a{
	background: #47a3da;
	color: #fff;
}

/* class for current item */
#nav li a.current {
	background: #fff;
	color: #47a3da;
}

#nav li a:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	-webkit-font-smoothing: antialiased;
}

#nav li a.icon-logo:before {
}


/* Responsive Navigation */
/* Mobile Landscape and Portrait */
@media screen and (max-height: 34.9375em) { 

	#nav {
		font-size: 70%;
	}

}

/* @end */


/* @group Global Classes */

blockquote {
	font-size: 1.5em;
	font-style: italic;
}

h1 { 
	font-size: 3.0em;
	letter-spacing: -2px;
	padding: 20px 0 0;
	margin: 0 auto;
	width: 100%;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
}

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

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

.imageStyle {
}

ol {
}

li {
}

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

/* @group Blog */

/* Sidebar */


#sidebar {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #f7f7f7;
	z-index: 999;
	max-width: 240px;
	

	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: scroll;
}

#sidebarContent {
	max-width: 240px;
	overflow: hidden;
	padding: 10px 10px 10px 15px;
}

/* Responsive Navigation */
/* Mobile Landscape and Portrait */
@media screen and (max-height: 34.9375em) { 

	#sidebar {
		font-size: 70%;
	}

}


/* Responsive Navigation */
/* Mobile Landscape and Portrait */
@media screen and (max-width: 767px) { 
	
	#sidebar {
		position: relative;
		overflow: hidden;
		height: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		background: #f7f7f7;
		z-index: 0;
		max-width: 1040px;
		bottom: 0;
	}

}


/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	padding-right: 80px;
	padding-left: 80px;
}

.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{
	background: none;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 40px auto 140px;
	max-width: 940px;
}

.blog-entry-body {
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 160px;
}

.blog-entry-body img:first-child {
	max-width: 10%;
	width: 100%;
	height: auto;
	margin-top: -150px;
	float: right;
}

.blog-entry-body img:first-child  {	
	-webkit-border-radius: 20em!important;
	-moz-border-radius: 20em!important;
	border-radius: 20em!important;
}


.blog-entry-body img:first-child:hover {
}

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

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

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

h1.blog-entry-title {
	float: left;
	text-align: left;
	margin-right: 2px;
	width: 660px;
	margin-top: 0px;
	font-size: 1.5em;
}

.blog-entry-date {
	float: left;
	margin-left: 0px;
	text-align: right;
	margin-top: 10px;
	font-size: 0.8em;
}

.entry-title {
	font-size: 32px;
	letter-spacing: -1px;
	margin: 0 auto;
	clear: both;
}

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

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

.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 {
	display: none;
}

.blog-entry-body {
}

.blog-entry-body p {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.blog-entry-comments {
	margin: 80px auto 80px;
	width: 80%;
	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 {
	display: block;
	list-style-type: none;
	font-size: 14px;
	padding: 0 4% 0 5%;
}

ul.blog-tag-cloud li {
}


ul.blog-tag-cloud a, ul.blog-tag-cloud a:visited, ul.blog-tag-cloud a:link {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 0px;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 4% 0 5%;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 0px;
	display: block;
	font-size: 14px;
	padding: 0 4% 0 5%;
	margin-bottom: 20px;
}

.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-size: 14px;
}

.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;
	padding-left: 30px;
}

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

.album-wrapper {
	padding-left: 30px;
}

.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;
	margin-left: 10px;
} 

label{
	color: #3f3f3f;
	margin-left: 10px;
}
.required-text {
} 

.form-input-field, .form-input-textarea {
	background-color: #ebebeb;
	width: 310px;
	display: block;
	line-height: 1.3em;
	padding: 8px 16px;
	font-size: 1.8em;
	margin: 0 6px 6px auto;
	outline: 0;
	height: 20px;
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	color: #000000;
}

.form-input-field:focus,
.textarea.form-input-field:focus{
	background-color: #838383;
	color:  white;
}
 
.form-input-field {
	width: 300px;
	height: 50px;
	margin-bottom: 15px;
	margin-left: 10px;
}

textarea.form-input-field{
	width: 70%;
	max-width: 600px;
	height: 300px;
	margin-bottom: 15px;
}

.form-input-button { 
	width: auto;
	line-height: 15px;
	height: 15px;
	font-size: 16px;
	cursor: pointer;
	color: #ff6860;
	-webkit-appearance: none;
	margin-left: 10px;
	text-transform: uppercase;
	border-color: #ff6860;
	border: 3px solid #ff6860;
	padding: 12px 35px 30px;
	background: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 20px;
} 

.form-input-button:hover { 
	background-color: #ff6860;
	color: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
} 

/* @end */

/* Sitemap */

ul.tree{
	margin: 40px 0 0 40px;
}

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

/* RapidCart */

.rcItemThumb {
	margin-top: 50px;
}

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

/* @end */


/* Mobile Only */
@media only screen and (max-width:670px) {
	
	.container {
	  margin-left:  10px;
	}
}

/* @end */


/* Tablet and Mobile */
@media only screen and (max-width:767px) {
    
    body {
		font-size: 1.0em;
		line-height: 1.4em;
	}

    #content p {
    	width:  100%!important;
    }
    
    h1 {
    	font-size: 28px;
    	line-height: 34px;
    	letter-spacing: -2px;
    	padding-bottom: 25px;
    }
    
    h1.siteTitle, h2.slogan {
	    display: block;
	    font-size: 1em;
	    text-align: center!important;
	    padding: 0px;
    }
    
    .logo-text {
	    padding: 10px 0;
    }
    
    .entry-title {
	    margin: 0 auto;
	    font-size:  28px;
    }
        
    #siteLogo img { 
    	max-width: 280px;
    }
    
    #headerContainer {
    	padding: 0;
    }
    
    #header {
    	padding-bottom: 0;
    	position: relative;
    }
    
    #wrapper {
		width: 100%;
		padding: 0!important;
	}
	
	#main {
		margin: 0px auto 0;
	}

	#extraContent1 {
	}
	
	#extraContent2 {
		margin: 0px auto 0;
	}
	
	#extraContent3 {
	    margin: 0px auto 0;
	}
	
	#extraContent4 {
		margin: 0px auto 0;
	}
	
	blockquote {
		padding-top: 30px;	
		margin: 0 0 0px 0!important;
		word-wrap: break-word;
	}
	
	#footerContent #block {
		float: left;
		width: 100%;
		margin: 0 0 25px 0;
		padding: 0 0 25px 0;
		border-bottom: solid 1px #444;
	}
	
	#footerContent #block:last-child {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	
	#footerContent {
		padding: 0px 0px 0px 0px;	
	}
	
	ul.blog-tag-cloud, #blog-archives, #blog-categories {
		float: none!important;
		width: 100%;
		padding: 0 4% 10px 85px!important;
		text-align: center!important;
	}
	
	ul.blog-tag-cloud br, #blog-archives br, #blog-categories br {
		display: none;
	}
	
	ul.blog-tag-cloud a, #blog-archives a, #blog-categories a {
		 	margin-right: 10px;
		 }
		
	#sidebar {
		margin-bottom: 0px;
	}
	
	#sidebarContent {
		max-width: 100%;
		padding-left: 85px;
	}
	
	.blog-entry-body p {
		width: 90%!important;
	}
	
	.blog-entry {
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
	}
	
	.post-title {
		padding: 0 40px 40px;
	}
		
	.form-input-field {
    	width:  85%!important;
	}
	
	textarea.form-input-field{
    	width:  85%!important;
	}
	
	.message-text { 
		width:  85%!important;
	} 
	 
	.form-input-field, .form-input-button, label, .message-text { 
		margin-left: 20px;
	} 
	
	.blog-entry-comments {
		width: 90%!important;
	}
	
	#footerText {
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
		
}


 
/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	body {
    }
    
    blockquote {
		margin: 0 0 0px 0 !important;
	}
	
	h1.blog-entry-title {
	margin-right: 2px;
	width: 320px;
	margin-top: 0px;
	}
	

}


/* iPad Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	
	body {
	}
	
	#footerText {
	text-align: left;
	}
}

 
/* Menu adjust */
@media screen and (min-width:756px) and (max-width:1024px) {
	
	#header {
	}
	
	#nav {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	#wrapper {
		margin-top: 0px;
		padding-right: 50px;
		padding-left: 50px;
	}
	
	h1.siteTitle, #extraContent1, #extraContent2, #extraContent3, #extraContent4 {
		padding-right: 35px;
		padding-left: 75px;
	}
	
	#footerText {
	padding-right: 250px;
	}
}

/* Mobile Only */
@media only screen and (max-width:480px) {
	
	#navcontainer a {
		margin: auto;
	}
	
	#siteLogo img { 
		max-width: 180px;
		margin-left:  23%;
	}
		
	#navcontainer {
		padding-bottom: 0px;
	}
	
	#content {
		padding-bottom: 0px!important;
		padding-top: 60px;
	}
	
	h1.blog-entry-title {
		float: left;
		text-align: left;
		margin-right: 2px;
		width: 150px!important;
		margin-top: 15px;
		font-size: 1.2em;	
		letter-spacing: -1px;
	}
	
	#main {
		padding-left: 4.9em;
	}
	
	#extraContainer1, #extraContainer2, #extraContainer4  {
		padding-left: 0px;
	}
	
	#extraContent3  {
		padding-left: 0px;
	}
	
	
	.blog-entry-body img:first-child {
		max-width: 20%;
		width: 100%;
		margin-top: -130px;
	}
	
	.blog-entry{
	 	margin: 0;
	 	max-width: 940px;
	}
	
	.blog-entry-date {
		margin-top: -20px;
	}
	
	h1.siteTitle {
	}
	
	
}


/* @end */

#content,#breadcrumb li:last-child a,label,.message-text {color: #B2B2B2;}

.filesharing-item-title a:link{
	color: #3F3F3F;
}

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

 
#extraContent1 h1,#extraContent1 h2,#extraContent1 h3,#extraContent1 h4,#extraContent1 h5,#extraContent1 h6 {
color: #B2B2B2;
}

#extraContent2 h1,#extraContent2 h2,#extraContent2 h3,#extraContent2 h4,#extraContent2 h5,#extraContent2 h6 {
color: #B2B2B2;
}

#extraContent3 h1,#extraContent3 h2,#extraContent3 h3,#extraContent3 h4,#extraContent3 h5,#extraContent3 h6 {
color: #B2B2B2;
}

#extraContent4 h1,#extraContent4 h2,#extraContent4 h3,#extraContent4 h4,#extraContent4 h5,#extraContent4 h6 {
color: #B2B2B2;
}

h1.siteTitle a:hover, h1.blog-entry-title a:hover {
	color: #72767E!important;
}

a:link, a:visited {
	color: #3F3F3F;
}

#sidebar {
	background: #F7F7F7;
}

#sidebarContent {
	color: #000000;
}

#nav {
	background: #6F6F6F;
}	

#nav li a {
	color: #FDFDFD;
}

#nav li a:hover {
	background: #7355B0;
	color: #FFFFFF;
}

#nav li:first-child a{
	background: #47A3DA;
}

#nav li a.current {
	background: #FFFFFF;
	color: #7355B0;
}

#titleBar {
	background-color: #FB6957;
}

h1.siteTitle a {
    color: #E4ECFC!important;
}

a:hover {
	color: #3F3F3F;
}

#extraContent1 a:link, #extraContent1 a:visited  {
	color: #3F3F3F;
}

#extraContent1 a:hover {
	color: #3F3F3F;
}

#extraContent2 a:link, #extraContent2 a:visited  {
	color: #3F3F3F;
}

#extraContent2 a:hover {
	color: #3F3F3F;
}

#extraContent3 a:link, #extraContent3 a:visited  {
	color: #3F3F3F;
}

#extraContent3 a:hover {
	color: #3F3F3F;
}

#extraContent4 a:link, #extraContent4 a:visited  {
	color: #3F3F3F;
}

#extraContent4 a:hover {
	color: #3F3F3F;
}

#header {	
	background-color: %colour_headerBrnd%;
}

body {
	background-color: #FDFDFD;
}

#extraContainer1 {
	color: #B2B2B2;
} 

#extraContent1 {
	background-color: #EAEDF1;	
}

#extraContent2 {
	background-color: #FFFFFF;	
}

#extraContainer2 {
	color: #B2B2B2;	
}

#extraContent3 {
	background-color: #FFFFFF;	
}

#extraContainer3 {
	color: #B2B2B2;	
}

#extraContent4 {
	background-color: #F07057;	
}

#extraContainer4 {
	color: #B2B2B2;	
}

#footerContent {
	color: #777777;
}

#footer a:link, #footer a:visited {
	color: #3F3F3F;
}

#footer a:hover, #footer a:active {
	color: #3F3F3F;
}

h1.siteTitle a {
	color: #B2B2B2;
}

h2.entry-title a {
	color: %colour_entryTitle%;
}

.date-title{
	color: %colour_entryDate%;
}

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

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

blockquote {
	background: %colour_blockquote%;
}

blockquote:hover {
	background-color: %colour_bqhover%;
}

.link {
	background: %colour_quotebackground%;
}

.post-title:hover  {
	background: %colour_posthover%;
}

buttonAction {
  color: #FF6860;
  border: 3px solid #FF6860;
}

buttonAction:hover {
  background: #FF6860!important;
  color:  #FFFFFF;
}

#extraContent1 button {
  color: #FF6860;
  border: 3px solid #FF6860;
}

#extraContent1 button:hover {
  background: #FF6860!important;
  color:  #FFFFFF;
}

#extraContent2 button {
  color: #FF6860;
  border: 3px solid #FF6860;
}

#extraContent2 button:hover {
  background: #FF6860!important;
  color:  #FFFFFF;
}

#extraContent3 button {
  color: #FF6860;
  border: 3px solid #FF6860;
}

#extraContent3 button:hover {
  background: #FF6860!important;
  color:  #FFFFFF;
}

#extraContent4 button {
  color: #FF6860;
  border: 3px solid #FF6860;
}

#extraContent4 button:hover {
  background: #FF6860!important;
  color:  #FFFFFF;
}

#project {
  border: 5px solid %colour_borderP%;
}

.form-input-field, .form-input-textarea {
	background-color: #EBEBEB;
}

.form-input-field:focus,
.textarea.form-input-field:focus{
	background-color: #838383;
}

.form-input-button { 
	border: 3px solid #FF6860;
	color: #FF6860;
} 

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

.form-input-field, .form-input-textarea {
	color: #000000;
}

#dropbox .progress {
	background-color: %colour_progress%;
}

#dropbox {
	background-color: %colour_upload%;
}

#dropbox .message{
	color: %colour_MessageDB%;
}

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

	#nav > li, #nav:active > .active  {
		background-color: %colour_respNav%;
	}
}


		#extraContent1{display:none;}




#extraContent2{display:none;}

#extraContent3{display:none;}

#extraContent4{display:none;}

#sidebar{display:none;}

#footer {
	margin-top: 0px!important;
	padding-top: 0px!important;
}


/* Mobile Only */
@media only screen and (max-width:480px) {
	#content {
		padding-top: 0px;
	}
}

#titleBar, #siteTitle, h1.siteTitle {
	display: none;
}

#extraContent1 {
    padding: 0px 0 40px 78px;
}



body {
  font-family: 'Open Sans', sans-serif;
}


		