/*
Theme Name: Go Daddy Mark I
Theme URI: http://godaddy.com
Author: CyberChimps
Author URI: http://www.cyberchimps.com/
Description: A HTML5 Responsive Drag & Drop Starter WordPress Theme by CyberChimps WordPress Themes featuring Twitter Bootstrap, and responsive touch friendly theme options.
Version: 1.2
Tags: white, black, silver, light, two-columns, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-images, flexible-header, post-formats, theme-options, threaded-comments, sticky-post
License: Proprietary

*/

/********************************************************************************************************************/
/******************************************** FONTS *****************************************************************/
/********************************************************************************************************************/

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

}
@import url(//fonts.googleapis.com/css?family=Droid+Serif);

/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/
body {
	font-family: 'Droid Serif', serif;
	color:#555;
	background: #e2dfd5 url('images/bg.jpg');
}
a {
	color: #f2513c;
}
a:hover {
	color: #ba3e2e;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  font-weight: 400;
	color: #333;
}

table .label {
  background: none;
  padding: 7px;
  line-height: normal;
  text-shadow: none;
}
tr {
  border-bottom: 1px solid #ccc;
}
td { 
	padding: 5px 20px;
}
dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 26px; 
}
dd {
  margin-bottom: 15px;
  margin-left: 26px;
}
ul, ol { 
	margin: 0 0 10px 0;
}
ol, ul {
  list-style-position: inside;
  margin-left: 21px;
}
pre {
  -moz-border-radius: 0;
  border-radius: 0;
}
code {
	white-space: pre-wrap;
}
header {
	margin-top: 15px;
	margin-bottom: 15px;
}
.clear{
  clear: both;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

.full-width-container {
	width: 100%;
}
.full-width-container.header-full-width {
	position: relative;
	margin-bottom: 40px;
}
.full-width-container .header-image {
	width: 100%;
	min-height: 165px;
}
.full-width-container .header-container {
	width: 100%;
	position: absolute;
	top: 0;
}
.full-width-container #header_nav_container {
	background-color: #000;
}
.full-width-container .header-image-caption {
	color: #eee;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
}
.full-width-container .header-image-caption {
	font-family: 'Merienda One', cursive;
	font-size: 20px;
}
header#cc-header .span7, header#cc-header .span5 {
	width: 100%;
	margin-left: 0;
	text-align: center;
}

/*======================================= SOCIAL ==============================================*/

header #social .icons a {
  margin-left: 5px;
}
header #social .icons a img {
	width: 20px;
	height: auto;
}

/*======================================= DETAILS =============================================*/

header#cc-header h1.site-title {
	font-family: 'Merienda One', cursive;
	margin: 0;
	line-height: 1em;
}
header#cc-header h1.site-title a {
	color: #fff;
}
header#cc-header h1.site-title a:hover {
	color: #fff;
	text-decoration: none;
}
header#cc-header h2.site-description {
	color: #ddd;
	font-size: 12px;
	margin: 10px 0 0 0;
	line-height: 1em;
}

header#cc-header .contact_details {
}

header#cc-header .register {
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
  float: none;
}
header #search #searchform .search-query {
	padding: 0 8px;
	margin-bottom: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 2em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

/*==================================== MEDIA QUERIES ===========================================*/

@media (max-width: 979px) {
	.full-width-container #header_nav_container {
		padding: 10px;
		background: rgba(0,0,0,0.7)
	}
	#header_nav_container .span3, #header_nav_container .span9 {
		width: 100%;
		margin-left: 0;
	}
	#cc-header {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.header-image-caption {
		display: none;
	}
	.full-width-container #header_nav_container {
		min-height: 145px;
	}
}

@media (max-width: 480px) { 
	header#cc-header .span7 {
		text-align: center;
	}
	header#cc-header .span5 {
		text-align: center;
	}
	header#cc-header .span5 div.icons a {
		float: none;
	}
	header#cc-header .span5 div.blog-description {
		float: none;
	}
	header#cc-header .span5 div.register {
		float: none;
	}
	header#cc-header .span5 #searchform {
		float: none;
	}
} 	

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/

#navigation {
}
.main-navigation.navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-inner {
	padding: 0;
	background: transparent;
	filter: none;
	border: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-navigation .nav {
	width: 100%;
}
.main-navigation .nav > li {
	margin: 0;
}
.main-navigation .nav > li > a {
	color: #fff;
	text-shadow: none;
	padding: 50px 20px 0 20px;
}
.main-navigation .nav > li > a:hover {
	color: #fff;
	background: #f2513c;
	background: -moz-linear-gradient(top,  #f2513c 0%, #d03c29 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2513c), color-stop(100%,#d03c29));
	background: -webkit-linear-gradient(top,  #f2513c 0%,#d03c29 100%);
	background: -o-linear-gradient(top,  #f2513c 0%,#d03c29 100%);
	background: -ms-linear-gradient(top,  #f2513c 0%,#d03c29 100%);
	background: linear-gradient(to bottom,  #f2513c 0%,#d03c29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2513c', endColorstr='#d03c29',GradientType=0 );
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > li.current-menu-ancestor, .navbar .nav > li.current_page_item {
	position: relative;
	color: #fff;
	text-decoration: none;
	background-color: #d03c29;
	background-image: -moz-linear-gradient(top,  #f2513c 0%, #d03c29 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2513c), color-stop(100%,#d03c29));
	background-image: -webkit-linear-gradient(top,  #f2513c 0%,#d03c29 100%);
	background-image: -o-linear-gradient(top,  #f2513c 0%,#d03c29 100%);
	background-image: -ms-linear-gradient(top,  #f2513c 0%,#d03c29 100%);
	background-image: linear-gradient(to bottom,  #f2513c 0%,#d03c29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2513c', endColorstr='#d03c29',GradientType=0 );
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-navigation .nav li ul li ul {
  list-style: none;
  margin-left: 0;
}
.main-navigation .nav li ul li ul li a{
  padding-left: 24px;
}
.main-navigation .nav li ul li ul li ul li a {
	padding-left: 30px;
}
.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
  display: block;
	margin-top: 0;
}
.main-navigation .nav li ul li a:hover {
  color: #ee4e3a;
  background: none;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #ee4e3a;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	outline: 0;
	filter: none;
}
#navigation #searchform {
	margin-right: 15px;
}

.current-menu-ancestor.dropdown {
	background-color: transparent;
}

.navbar .nav > li.current-menu-ancestor > a {
	color: #fff;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar .nav li.dropdown > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

@media (max-width: 979px) {
	.navbar .btn-navbar {
		background-color: #f2513c;
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2513c),to(#d03c29));
		background-image: -webkit-linear-gradient(top,#f2513c,#d03c29);
		background-image: -o-linear-gradient(top,#f2513c,#d03c29);
		background-image: linear-gradient(to bottom,#f2513c,#d03c29);
		background-repeat: repeat-x;
		border-color: #d03c29 #d03c29 #ba3e2e;
		border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2513c',endColorstr='#d03c29',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active {
		background-image: none;
		background-color: #ba3e2e;
	}
	.nav-collapse .nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
	}
	.nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		color: #f2513c;
		background: none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .current-page-ancestor > a, .navbar .nav > .current-menu-ancestor > a, .navbar .nav > li.current_page_item {
		color: #f2513c;
		background: none;
	}
	.nav-collapse .nav > li > ul li a {
		color: #fff;
	}
	.nav-collapse .dropdown .caret {
		display: none;
	}
	.nav-collapse .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu .active > a {
		color: #f2513c;
		background-image: none;
	}
}

h4.menu-description {
	font-size: 13px;
	font-style: italic;
	margin: 0px;
	color: #bbb;
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.blog #wrapper, .single-post #wrapper {
	margin: 0 20px 40px 20px;
  background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
article.page {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
	margin-bottom: 40px;
	padding: 20px;
}
article.post, article.attachment {
  margin-bottom: 10px;
  padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.entry-content {
  margin: 20px 0;
}
.page-header {
  margin-top: 0;
  padding: 0;
  border: none;
}
.featured-image {
	margin-top: 4px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.featured-image img {
	width: 100%;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

article {
}
.entry-header {
  margin-top: 0;
}
.entry-summary {
  margin: 10px 0;
}
.postformats {
  float: right;
}
blockquote { 
	background-color: #ccc;
	margin: 20px 10px;
	padding: 3px;
}
blockquote p {
  margin: 10px;
}
blockquote cite {
  font-size: 0.9em;
}
blockquote cite:before {
  content: ' ̶ ';
  position: relative;
  top: -2px;
  margin: 0 5px; 
}
.page-links {
  clear: both;
}
.more-content {
  margin-bottom: 15px;
  padding: 10px;
}
.more-content a {
	color: #333;
	font-weight: bold;
}
.more-content a:hover {
	text-decoration: none;
}
.more-content span.more-arrow {
	color: #888;
}
.previous-post {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.next-post {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*==================================== TAXONOMY ========================================================*/

h2.entry-title {
	font-family: 'Merienda One', cursive;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1em;
	font-size: 30px;
	text-shadow: none;
}
h2.entry-title a {
  color: #333333;
}
h2.entry-title a:hover {
  color: #ba3e2e;
}
article.post p, article.page p {
  font-size: 1.1em;
  line-height: 1.5em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
	display: block;
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
img.size-full {
	max-width: 100%;
	height: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 15px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin:0;
  max-width: 95%;
  padding:0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}
.caption_title {
  font-size:16px;
}
.gallery-pagination {
  margin: 20px 0;
}
.gallery-pagination .previous-image a {
  float: left;
}
.gallery-pagination .next-image a {
  float: right;
}

/*==================================== META ============================================================*/

.entry-meta {
  color: #999;
  margin-top: 0;
	margin-bottom: 5px;
  font-size: 0.85em;
	text-transform: uppercase;
}
.entry-meta a {
	color: #ccc;
}
.entry-meta a:hover {
	color: #aaa;
}
footer.entry-meta {
  clear: both;
}
.edit-link {
  margin-bottom: 10px;
}
.edit-link a.post-edit-link {
  color: #fff;
  background: #888;
  padding: 2px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.edit-link a:visited {
  color: #fff;
}
.edit-link a:hover {
  text-decoration: none;
  color: #ccc;
}
.cyberchimps_article_share {
  float: right;
}

/*==================================== COMMENTS ========================================================*/

.page #wrapper #comments {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
.comments-area {
  margin-bottom: 40px;
  padding: 0;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
label[for="comment"] {
  display: block;
}
#comments h3#reply-title {
	font-family: 'Merienda One', cursive;
}
ol.commentlist {
  list-style: none;
}
ol.commentlist p {
  margin-left: 8px;
  clear: left; 
}
ol.commentlist li.comment {
  padding: 10px;
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard img.avatar {
  margin: 0 10px 10px 10px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 11px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #888;
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
  margin-left: 8px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 10px 10px;
}
ol.commentlist li.even {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
ol.commentlist li.odd {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.comment, .trackback, .pingback {
  padding:10px;
  margin:10px 0 10px 0;
}
.odd {
  background:#f8f8f8;
}
#form-allowed-tags code {
  font-size:12px;
}
#respond input, #respond textarea {
  margin:0 5px 5px 0;
  overflow:auto;
}
#respond textarea {
  width:99%;
  height:150px;
}
.avatar {
  float:left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

.page #wrapper #sidebar {
	margin-bottom: 40px;
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
.widget-container {
  margin-bottom: 20px;
  padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
h3.widget-title {
	font-family: 'Merienda One', cursive;
	font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1em;
}
.widget-container ul, .widget ul {
  margin-left: 5px;
}
.widget-container ul li, .widget ul li {
  font-size: 14px;
  line-height: 1.8em;
  list-style: none;
}
table#wp-calendar {
  width: 100%;
}
table#wp-calendar th {
	font-size: 14px;
}
table#wp-calendar td {
	font-size: 14px;
	width: 14.28571428571429%;
	padding: 5px 0;
  text-align: center;
}
table#wp-calendar td {
  text-align: center;
}
.widget-container #searchform.pull-right {
	margin-right: 30px;
}
.widget-container #searchform input.input-medium {
	float: none;
	display: inline-block;
	width: 100%;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
	margin-bottom: 5px;
}

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

section.full-width-container.footer-full-width {
	background: #ddd;
	background: rgba(0,0,0,0.1);
}
#footer-widgets {
  margin: 40px 0;
}
#footer-widgets .widget-container {
  border: none;
	background: none;
}
.site-footer #copyright {
	float: left;
	margin: 20px 0;
}
.site-footer #social {
	float: right;
	margin: 10px 0;
}
.site-footer #social a {
	margin-left: 5px;
}


/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky{}
.gallery-caption{}
.bypostauthor{}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== CALLOUT ====================================================*/

#callout-container {
  margin-bottom: 40px;
}
.page #wrapper #callout {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
#callout {
  padding: 20px;
}
.callout-text h2.callout-title {
	font-family: 'Merienda One', cursive;
  font-size: 1.6em;
}
.callout-text p {
  font-size: 1.2em;
}
#callout_button a {
 	margin-top: 5px;
  float: right;
}
#callout-container .btn-primary, input[type="submit"], input[type="reset"], input[type="button"] {
	float: right;
	margin-top: 20px;
	padding: 5px 15px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #d03c29;
	background-image: -moz-linear-gradient(top,#f2513c,#d03c29);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2513c),to(#d03c29));
	background-image: -webkit-linear-gradient(top,#f2513c,#d03c29);
	background-image: -o-linear-gradient(top,#f2513c,#d03c29);
	background-image: linear-gradient(to bottom,#f2513c,#d03c29);
	background-repeat: repeat-x;
	border: 1px solid #d03c29;
	border-color: #d03c29 #d03c29 #ba3e2e;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2513c',endColorstr='#d03c29',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	float: none;
}
#callout-container .btn-primary:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: none;
	background-color: #d03c29;
	border-color: #d03c29 #d03c29 #ba3e2e;
}

/*==================================== WIDGET BOXES ===============================================*/

.page #wrapper #widget-boxes-container .box {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
#widget-boxes-container .box {
  padding: 20px;
  margin-bottom: 40px;
}
h2.box-widget-title {
	font-family: 'Merienda One', cursive;
  font-size: 1.4em;
  text-align: center;
}
.box p {
  font-size: 1.1em;
  line-height: 1.2em;
}

/*==================================== BOXES ======================================================*/

.page #wrapper #boxes-container .box {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
#boxes-container .box {
  padding: 20px;
  margin-bottom: 40px;
}
#boxes-container .box a {
  display: block;
  width: 100%;
  text-align: center;
}
.box-no-url {
	cursor: default;
}

/*==================================== SLIDER ======================================================*/

.page #wrapper #slider-lite {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
#slider-lite {
	margin-bottom: 40px;
}

/*===================================== PRODUCT ====================================================*/

.page #wrapper .product-sub-container {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
.product-sub-container {
	margin-bottom: 40px;
	padding: 20px 0;
}
.product-sub-container #product-text h2 {
	font-family: 'Merienda One', cursive;
}

/*==================================== RECENT POSTS ================================================*/

.page #wrapper #recent_posts {
	background: #fff;
	border-color: #ddd;
	border-style: double;
	border-width: 20px;
	-moz-border-image: url('images/border.png') 50 repeat;
	-webkit-border-image: url('images/border.png') 50 repeat;
	border-image: url('images/border.png') 50 repeat;
}
#recent_posts {
	padding: 20px;
	margin-bottom: 40px;
}

/*===================================== PRODUCT ====================================================*/

.product-sub-container {
	margin-bottom: 40px;
}

/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
  background: #fff;
}