/*  
Theme Name: Aloha Publishing
Description: Special, Custom-built Theme
Author: SparkWeb Interactive
*/
@charset "UTF-8";

/* ----------  RESET  ------------ */

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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0; }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


/* ----------  MISC BLOG CONTENT SETTINGS  ------------ */
.alignleft { float: left; margin: 5px 10px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 10px; }
.aligncenter, div.aligncenter { margin: 10px auto; text-align: center; display: block; }
img.alignleft { float: left; margin: 5px 10px 5px 0; }
img.alignright { float: right; margin: 5px 0 5px 10px; }
img.aligncenter { margin: 10px auto; text-align: center; display: block; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px;padding: 0 4px 5px; margin: 0; color: #111; }
.highlight { color: #222222; font-weight: bold; }


/* ----------  STICKY FOOTER  ------------ */
html, body { height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 110px;}
#footer {margin-top: -110px; height: 110px; clear:both; position: relative;} 


/* ----------  CLEARFIX  ------------ */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







/* ----------  BASIC SETUP  ------------ */


body {
	background: #fff url(images/bg-body.png) repeat-y center 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
	font-size: 14px;
	margin: 0;
}
p {
	line-height: 140%;
	margin-bottom: 1.2em;
}
h1 {
	margin: 0;
}

h2 {
	font-size: 25px;
	margin-bottom: 12px;
	padding-top: 20px;
	color: #FBA827;
}
h2:first-child {
	padding-top: 0;
}

h3 {
	font-size: 20px;
	line-height: 225%;
	margin-bottom: 0;
	color: #383838;
}

h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #959595;
}

a {
	color: #1D5186;
	text-decoration: none;
}
a:hover {
	color: #ED2024;
	text-decoration: underline;
}
strong { font-weight: bold; }
em { font-style: italic; }
.clr { clear: both; }
.ueb a {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	background: url(images/UEB16.png);
	position: absolute;
	top: 32px;
	left: -24px;
}
.graybox {
	padding: 10px;
	margin-bottom: 8px;
	background-color: #F1F1F1;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* ----------  BASIC DESIGN  ------------ */

#wrap {
	background: url(images/bg-content.jpg) no-repeat center 173px;
}
#header {
	background: url(images/bg-header.jpg) no-repeat center 0;
}
#topnav {
	background-color: #B5DCEF;
	border-top: 1px solid #81B7EF;
	border-bottom: 1px solid #81B7EF;
	height: 37px;
}




/* ----------  HEADER  ------------ */

#headercontent {
	width: 950px;
	height: 134px;
	margin: 0 auto;
	position: relative;
}
#headercontent h1 a {
	background: url(images/logo-header.png) no-repeat;
	width: 385px;
	height: 114px;
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
}

#social {
	position: absolute;
	top: 8px;
	left: 813px;
}
#social li {
	float: left;
	margin-left: 10px;
}
#social a {
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	display: block;
	opacity: .7;
	filter: alpha(opacity=70);
}
#social a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#facebook { background-image: url(images/facebook.png); }
#twitter { background-image: url(images/twitter.png); }
#youtube { background-image: url(images/youtube.png); }





/* ----------  TOP NAV  ------------ */

#topnav {
	height: 37px;
}
#topnav li {
	float: left;
	margin: 0 15px;
	line-height: 37px;
}
#topnav li a {
	display: block;
	line-height: 37px;
	font-weight: bold;
	font-size: 15px;
	padding: 0 10px;
	color: #1E5186;
}
#topnav li a:hover, #topnav li.current_page_item a, #topnav li.current_page_parent a {
	color: #fff;
	text-decoration: none;
}
#topnavcontent {
	margin: 0 auto;
	width: 950px;
}






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

#maincontent {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
#leftcontent {
	width: 580px;
	float: left;
}
#leftcontent ul li {
	list-style: disc outside;
	margin-left: 27px;
	padding-left: 1px;
	margin-bottom: 7px;
	font-size: 15px;
}
#leftcontent ul {
	padding-bottom: 15px;
}








/* ----------  HOMEPAGE  ------------ */






/* ----------  RESOURCES  ------------ */
.linklist li {
	clear: both;
}




/* ----------  STORE  ------------ */

.product {
	width: 420px;
	min-height: 270px;
	margin: 5px 25px 8px 4px;
	position: relative;
	float: left;
}
.rightColumn {
	margin-right: 0;
}
.product p.smalltext {
	font-size: 10px;
}
.product_pic {
	float: left;
	width: 141px;
}
.product_pic img {
	border: 1px solid #D3D3D3;
}
.product_info {
	float: left;
	width: 270px;
}
.product h3 {
	margin: 0;
	font-size: 20px;
	line-height: normal;
}
.product p {
	margin-bottom: 10px;
	font-size: 12px;
}
.product_description {
	font-size: 12px;
	line-height: 17px;
}
.product_price {
	font-size: 25px;
	width: 100px;
	line-height: normal;
	
}
.product form {
	display: block;
}
.product form select {
	float: left;
	padding: 3px;
	background-color: #F3F3F3;
	border: 1px solid gray;
	margin-right: 10px;
}
button.cartbutton {
	display: block;
	float: left;
	width: 144px;
	height: 23px;
	background: url(images/addtocart.png) no-repeat;
	text-indent: -99999px;
	border: 0 none;
	cursor: pointer;
	margin-top: 12px;
}
button.cartbutton:hover {
	background-position: 0 -23px;
}
.showcart {
	width: 189px;
	height: 23px;
	display: block;
	background: url(images/yourshoppingcart.png) no-repeat;
	text-indent: -99999px;
	margin-bottom: 20px;
}
.showcart:hover {
	background-position: 0 -23px;
}


/* ----------  STORE 2  ------------ */
body .foxyshop_button {
	background: url(images/bg-footer.png) repeat-x 0 0;
}
body .foxyshop_button:hover {
	background: url(images/bg-footer.png) repeat-x 0 -50px;
}
.foxyshop_product_info h2 {
	padding-top: 0;
}
body .foxyshop_product_list li.foxyshop_product_box {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #F1F1F1;
	border: 1px solid #D3D3D3;
	margin-bottom: 17px;
	padding: 10px;
	width: 45%;
	min-height: 285px;
}
body .foxyshop_product_list .foxyshop_product_info {
	width: 295px;
	margin-bottom: 0;
}
#foxyshop_category_title {
	font-size: 25px;
	margin-bottom: 12px;
	color: #FBA827;
}
#fc_minicart {
	position: absolute;
	bottom: 10px;
	right: 13px;
	display: none;
}
#fc_minicart a {
	display: block;
	background: url(images/cart.png) no-repeat right 1px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 23px 5px 0;
	text-decoration: none;
	color: #1D5186;
}




/* ----------  CONTACT FORM  ------------ */
.wpcf7 label {
	clear: both;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
}
.wpcf7 input[type=text], .wpcf7 select, textarea {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
}
.wpcf7 input[type=submit] {
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 165px;
}
.wpcf7 .required {
	margin-left: 3px;
	font-weight: bold;
	color: red;
}









/* ----------  BLOG  ------------ */

.topPost {
	padding-bottom: 10px;
}
.topPost h2 {
	margin-bottom: 5px;
}
.postDate {
	font-size: 80%;
	margin-bottom: 15px;
}


/* ----------  SIDEBAR  ------------ */

#sidebar {
	float: right;
	width: 250px;
	padding: 12px 10px 40px 30px;
	border-left: 1px solid #D3D3D3;
	margin-top: 20px;
}
#sidebar p {
	line-height: 24px;
}
#slideshowcontainer {
	height: 341px;
	overflow: hidden;
}



/* ----------  FOOTER  ------------ */
#footer {
	background: url(images/bg-footer.png) 0 1px repeat-x;
	height: 110px;
	font-size: 11px;
}
#footercontent {
	width: 950px;
	margin: 0 auto;
	height: 110px;
	position: relative;
}
#footer ul {
	display: block;
	padding-top: 17px;
}
#footer li {
	float: left;
	margin-right: 24px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}
#footer li a {
	color: #fff;
}
#footer li a:hover {
	color: #B5DCEF;
	text-decoration: none;
}
#footer p {
	padding-top: 40px;
	color: #fff;
}
#footer img {
	position: absolute;
	display: block;
	top: 26px;
	left: 718px;
}



