/*
Theme Name: Juffrouw Grafsteen Theme
Theme URI: http://www.juffrouwgrafsteen.nl
Description: Juffrouw Grafsteen Theme
Author: Manoto
Version: 1.0
Tags: -
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background-color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
}
h1, h1 a {
	clear: both;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #1b54b3;
	margin-bottom: 0px;
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
h2, h2 a {
	clear: both;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #1b54b3;
	margin-bottom: 10px;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 0 0 0px;
	width: 1080px;
	display: inline-block;
	background-image:url('/wp-content/themes/jgtheme/images/containerbackxxx.png');
	background-repeat:repeat;
	background-position:center top;
		min-height: 670px;
	padding: 0;
}
#containerleft {
	float: left;
	margin: 40px 0 0 0;
	width: 92px;
	height: 100%;
	display: inline-block;
	min-height: 670px;
	background-image:url('/wp-content/themes/jgtheme/images/leftsidebarz.jpg');
	background-repeat:repeat;
	background-position:center top;
}
#containerright {

	margin: 0 0 0 0;
	width: 80px;
	display: inline-block;
	min-height: 500px;
}
#content {
	margin: 0px;
	
}

#prodcont {
	float: left;
	margin: 0 0 0 50px;
	width: 800px;
	
}

#prodframe {
	float: left;
	display: inline-block;
	position: relative; 
	overflow: hidden;
	margin: 0 0 0 0px;
	width:802px;
	height: 800px;
	padding: 0px;
	z-index: 1;
}


#prodprevimg {
	float: left;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width:200px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 99;
	overflow: hidden;

}

#prodnextimg {
	float: left;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width:200px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 99;
	overflow: hidden;

}

#prodprevbut {
	float: left;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -75px;
	width: 150px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background-image: url("/wp-content/themes/jgtheme/images/but-vorige.png");
	background-position: 0px -75px;
	background-repeat: no-repeat;
}
#prodnextbut {
	float: left;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -100px;
	width:150px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background-image: url("/wp-content/themes/jgtheme/images/but-volgende.png");
	background-position: 0px -75px;
	background-repeat: no-repeat;
}



#prodslider {
	float: left;
	position: relative; 
	width:10000px;
	margin: 0px;
	padding: 0px;
	
}

#proditem {
	width: 805px;
	height: 800px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#proditemimg {
	width: 800px;
	height: 650px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#proditemtxt {
	width: 800px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	width: 100%;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Source Sans Pro', sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: 'Source Sans Pro', sans-serif;
	cursor: pointer;
}
pre {
	font-family: 'Source Sans Pro', sans-serif;
}
code {
	font-family: 'Source Sans Pro', sans-serif;
}
textarea {
    resize: none;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding  {
	margin: 0 auto;
	width: 940px;
}
	
#main {
	margin: 0px 0 0px 0;
	z-index: 4; 
	position: relative;
}
#wrapper {
	margin: 0 auto;
	width: 1200px;
}
#bigwrappermob {
	width: 1200px;
	padding: 0px;
	margin-top: 0px;
}
#wrapback {
	
	position: relative;
	background-image:url('/wp-content/themes/jgtheme/images/wrapperback.png');
	background-repeat:repeat;
	background-position:center top;
	z-index: 0.2; 
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */



body,
input,
textarea {
	color: #1b54b3;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
}
hr {
	background-color: #000000;
	border: 0;
	clear: both;
	height: 1px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #1b54b3;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #fff;
	border: 1px solid #999;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
input[type="email"] {
	background: #fff;
	border: 1px solid #999;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
input[type="tel"] {
	background: #fff;
	border: 1px solid #999;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #1b54b3;
}
a:visited {
	color: #1b54b3;
}
a:active,
a:hover {
	color: #1b54b3;
}

.pdtext, .pdtext a {
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #1b54b3;
}
.pdtext a {
	text-decoration: none;
}
.pdtext a:hover {
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#menutopbar {
	position: relative;
	z-index: 11;
	width: 900px;
	height: 40px;
	margin: 0px 0 0 270px;
	background-image:url('/wp-content/themes/jgtheme/images/menubalkback1.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#menutopbaritem {
	display: inline-block;
	float: left;
	margin: 0 50px 0 0;
}
	
#menutopbaritem a {
	text-decoration: none;
}	
#menutopbaritem a:hover {
	color: #002e7b;
}	

#menutopbaritem1 {
	display: block;
	width: 150px;
	height: 40px;
	margin: 0 0 0 0;
	
}

#menutopbaritem1 a{
	display: block;
	width: 150px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut1.png");
	background-position: 0px 0px;
}

#menutopbaritem1 a:hover{
	display: block;
	width: 150px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut1.png");
	background-position: 0px -95px;
}

#menutopbaritem2 {
	display: block;
	width: 240px;
	height: 95px;
	margin: 0 0 0 10px;
}

#menutopbaritem2 a{
	display: block;
	width: 240px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut2.png");
	background-position: 0px 0px;
}

#menutopbaritem2 a:hover{
	display: block;
	width: 240px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut2.png");
	background-position: 0px -95px;
}
#menutopbaritem3 {
	display: block;
	width: 175px;
	height: 95px;
	margin: 0 0 0 2px;
}
#menutopbaritem3 a{
	display: block;
	width: 175px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut3.png");
	background-position: 0px 0px;
}

#menutopbaritem3 a:hover{
	display: block;
	width: 175px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut3.png");
	background-position: 0px -95px;
}

#menutopbaritem4 {
	display: block;
	width: 230px;
	height: 95px;
	margin: 0 0 0 190px;
}
#menutopbaritem4 a{
	display: block;
	width: 230px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut4.png");
	background-position: 0px 0px;
}

#menutopbaritem4 a:hover{
	display: block;
	width: 230px;
	height: 95px;
	background-image: url("/wp-content/themes/jgtheme/images/menubut4.png");
	background-position: 0px -95px;
}

/* toevoeging
	background-color: #FF0000;
	opacity: 0.75; 
	*/
#menubut {
	height: 36px;
	margin: 0 0 0 0;
	font-size: 26px;
	font-weight: bold;
}

#botbaritem1 {
	display: block;
	width: 330px;
	height: 120px;
	margin: 128px 0 0 85px;
	
}

#botbaritem1 a{
	display: block;
	width: 330px;
	height: 120px;
	background-image: url("/wp-content/themes/jgtheme/images/footbut1.png");
	background-position: 0px 0px;
}

#botbaritem1 a:hover{
	display: block;
	width: 330px;
	height: 120px;
	background-image: url("/wp-content/themes/jgtheme/images/footbut1.png");
	background-position: 0px -120px;
}

#botbaritem2 {
	display: block;
	width: 356px;
	height: 120px;
	margin: 128px 0 0 30px;
	
}

#botbaritem2 a{
	display: block;
	width: 356px;
	height: 120px;
	background-image: url("/wp-content/themes/jgtheme/images/footbut2.png");
	background-position: 0px 0px;
}

#botbaritem2 a:hover{
	display: block;
	width: 356px;
	height: 120px;
	background-image: url("/wp-content/themes/jgtheme/images/footbut2.png");
	background-position: 0px -120px;
}

/* toevoeging
	background-color: #FF0000;
	opacity: 0.75; 
	*/

/* =Manoto top bar
-------------------------------------------------------------- */


#topbar1 {
	position: relative; 
	z-index: 1; 
	width: 100%;
	height: 235px;
	background-image:url('/wp-content/themes/jgtheme/images/header1.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0 0 0px 0;
}
#botbar1 {
	position: relative; 
	z-index: 1; 
	width: 100%;
	height: 100px;
	background-image:url('/wp-content/themes/jgtheme/images/footer1.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	margin: 20px 0 0 0;
}


#topimage1 {
	position: relative; 
	top: 0px;
	left: 20px;
	z-index: 2; 
	margin: 0px 0 0 0;
}

#topbar1txt {
	margin: 0 0 0 120px;
}

#topbar1links {
	position: relative; 
	top: 0px;
	left: 10px;
	z-index: 3; 
	margin: 0 0 0 0;
	display: inline-block;
	width: 500px;
}
#topbarrightbar1 {

	background-image:url('/wp-content/themes/manoto/images/rightbar1.png');
	position: relative;

	z-index: 0.3; 

}
#topbarrightbar2 {

	background-image:url('/wp-content/themes/manoto/images/rightbar2.png');
	position: relative;

	z-index: 0.3; 

}
#topbarrightbar3 {

	background-image:url('/wp-content/themes/manoto/images/rightbar3.png');
	position: relative;

	z-index: 0.3; 

}
.breadcrumbs {
	font-size: 11px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	position: relative; 
	top: -50px;
	left: 150px;
	z-index: 8; 

}

#pinitbut {
	position: relative; 
	top: 0px;
	left: 1100px;
	z-index: 8; 
	float: left;
	margin: 0 0 -20px 0;

}

/* =quicknav
-------------------------------------------------------------- */


/* =quicknav2
-------------------------------------------------------------- */
#qnav2box {
	display: inline-block;
	position: absolute;
	z-index: 89;
	top: 255px;
	left: 22px;
}
#qnav2, #qnav2 ul {
padding: 0px 0 0 0;
margin: 0;
list-style: none;
width: 85px;
}

#qnav2 li {
float: left;
width: 85px;
}

#qnav2 ul li {
float: left;
width: 300px;
}

#qnav2 ul {
position: absolute;
width: 300px;
left: -10000px;
}

#qnav2 li:hover ul, #qnav2 li.ie_does_hover ul {
left: 88px;
top: 10px;
background-position: 0 0;
}

#qnav2 a {
display: block;
margin: 2px 5px 0px 5px;
text-decoration: none;
font-family: 'Source Sans Pro', sans-serif;
font-size: 1em;
}

#qnav2 ul a{
text-align: left;
font-weight: bold;
color: #ddd;
cursor: default;
}

#qnav2 ul a:link, #qnav2 ul a:visited{
font-weight: normal;
color: #ddd;
cursor: pointer;
}

#qnav2 ul a:hover, #qnav2 ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

#qnav2 ul li{
background-color: #d00000;
border: 0px solid #FFF;

}

#qnav2 ul ul li{
background-color: #777;
border-top: 3px solid #FFF;
border-left: 0;
}


/* IE only hack \*/
* html #qnav2 ul li, * html #qnav2 ul ul li{
border-bottom: 3px solid #FFF;
}

* html #qnav2 ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 

#qnav2roll1 a{
	display:block;
	width:85px;
	height:55px;
	background-image: url("/wp-content/themes/manoto/images/sidebuts.png");
	background-position: 0px 0px;
}

#qnav2roll1 a:hover, #qnav2over1{
	display:block;
	width:85px;
	height:55px;
	background-image: url("/wp-content/themes/manoto/images/sidebuts.png");
	background-position: 0px -60px;
}

#qnav2roll2 a{
	display:block;
	width:85px;
	height:55px;
	background-image: url("/wp-content/themes/manoto/images/sidebuts.png");
	background-position: 0px -120px;
}

#qnav2roll2 a:hover, #qnav2over2{
	display:block;
	width:85px;
	height:55px;
	background-image: url("/wp-content/themes/manoto/images/sidebuts.png");
	background-position: 0px -180px;
}

#qnav2roll3 a{
	display:block;
	width:85px;
	height:55px;
	background-image: url("/wp-content/themes/manoto/images/sidebuts.png");
	background-position: 0px -240px;
}

#qnav2roll3 a:hover, #qnav2over3{
	display:block;
	width:85px;
	height:55px;
	background-image: url("/wp-content/themes/manoto/images/sidebuts.png");
	background-position: 0px -300px;
}




/*facebook */
#fbbox {
	z-index: 80;
	position: relative;
	float: left;
	height: auto;
}

/* = menu stuff
------------------*/
#menutop {
	position: relative;
	top:-40px;
	left:370px;
	z-index: 5;
}
#menubot {
	position: relative;
	top:0px;
	left:70px;
	z-index: 99;
}

#menutopitem {
	display:inline-block;
	float: left;

}
#menuroll1 a{
	display:block;
	width:130px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut1.png");
	background-position: 0px 0px;
}

#menuroll1 a:hover{
	display:block;
	width:130px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut1.png");
	background-position: 0px -50px;
}
#menuroll2 a{
	display:block;
	width:130px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut2.png");
	background-position: 0px 0px;
}

#menuroll2 a:hover{
	display:block;
	width:130px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut2.png");
	background-position: 0px -50px;
}
#menuroll3 a{
	display:block;
	width:110px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut3.png");
	background-position: 0px 0px;
}

#menuroll3 a:hover{
	display:block;
	width:110px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut3.png");
	background-position: 0px -50px;
}
#menuroll4 a{
	display:block;
	width:110px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut4.png");
	background-position: 0px 0px;
}

#menuroll4 a:hover{
	display:block;
	width:110px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut4.png");
	background-position: 0px -50px;
}
#menuroll5 a{
	display:block;
	width:175px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut5.png");
	background-position: 0px 0px;
}

#menuroll5 a:hover{
	display:block;
	width:175px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut5.png");
	background-position: 0px -50px;
}
#menuroll6 a{
	display:block;
	width:135px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut6.png");
	background-position: 0px 0px;
}

#menuroll6 a:hover{
	display:block;
	width:135px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut6.png");
	background-position: 0px -50px;
}
#menuroll7 a{
	display:block;
	width:175px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut7.png");
	background-position: 0px 0px;
}

#menuroll7 a:hover{
	display:block;
	width:175px;
	height:50px;
	background-image: url("/wp-content/themes/abctheme/images/menubut7.png");
	background-position: 0px -50px;
}

#qnavbox {
	display: inline-block;
	position: relative;
	z-index: 89;
	top: -52px;
	left: 490px;
}
#qnav, #qnav ul {
padding: 0px 0 0 0;
margin: 0;
list-style: none;
}

#qnav li {
float: left;
}

#qnav ul li {
float: left;
width: 180px;
}

#qnav ul {
position: absolute;
width: 180px;
left: -10000px;
}

#qnav li:hover ul, #qnav li.ie_does_hover ul {
left: 290px;
top: 50px;
background-position: 0 0;
}

#qnav a {
display: block;
margin: 2px 5px 0px 5px;
text-decoration: none;
font-family: 'Source Sans Pro', sans-serif;
font-size: 1em;
}

#qnav ul a{
text-align: left;
font-weight: bold;
color: #ddd;
cursor: default;
}

#qnav ul a:link, #qnav ul a:visited{
font-weight: normal;
color: #ddd;
cursor: pointer;
}

#qnav ul a:hover, #qnav ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

#qnav ul li{
background-color: #222;
background-image: none;
border: 0px solid #FFF;

}

#qnav ul ul li{
background-color: #777;
background-image: none;
border-top: 3px solid #FFF;
border-left: 0;
}


/* IE only hack \*/
* html #qnav ul li, * html #qnav ul ul li{
border-bottom: 3px solid #FFF;
}

* html #qnav ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 



.sb-photo{
	float: left;
	width: 300px;
	height: 80px;
	overflow: hidden;
}
.sb-photo-wrapper {
	float: left;
	width: 1000px;
	height: 80px;
	position: relative;
	left: 0px;
}
.sb-photo-wrapper ul{
	list-style: none;
	float: left;
	position: relative;
	left: 0px;
}

.sb-photo-wrapper ul li{
	list-style: none;
		float: left;
	position: relative;
	left: 0px;
}

#artboxleft1 {
	display: inline-block;
	margin: 0 10px 0px 50px;
	width: 520px;
	vertical-align: top;
	overflow: hidden;
}
#artboxright1 {
	display: inline-block;
	margin: 0 0 0px 0px;
	width: 320px;
	vertical-align: top;
}
#artboxleft2 {
	display: inline-block;
	margin: 0 10px 0 50px;
	width: 320px;
	vertical-align: top;
}
#artboxright2 {
	display: inline-block;
	margin: 0 0 0 0px;
	width: 520px;
	vertical-align: top;
}
#artboxright1text {
	height: 400px;
}
#artrelatedbox {
	margin: 0 0 0 20px;
}



#imgsliderwrap {
	display: block;
	margin: 50px 0 0 50px;
	width: 1000px;
}
#imgslider-arrowbox{
float: left;
	display: inline-block;
	margin: 0px 2px 0 2px;
	width: 45px;
	overflow: hidden;
}
#imgsliderbox {
float: left;
	display: inline-block;
	margin: 0px 0 0 0px;
	width: 900px;
	overflow: hidden;
}
#imgslider {
	margin: 0 0 0 0px;
	height: 200px;
	width: 5000px;
	vertical-align: top;
	float: left;
	position: relative;
	left: 0px;
}
#imgbox {
	display: inline-block;
	margin: 0 2px 0 0px;
	width: 200px;
	vertical-align: top;
}
	
.boxgridimgslider{ 
	width: 200px; 
	height: 200px; 
	margin: 0 0px 0 0; 
	padding: 0;
	float:left; 
	overflow: hidden; 
	position: relative; 
}

.boxgridimgslider img{ 
	position: absolute;	
	margin: 0 0px 0 0; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgridimgslider p{ 
	padding: 0 10px; 
	margin: 0 0px 0 0;
	color:#000; 
	font-weight:bold; 
	font-size:10pt ;
}
				
.boxcaptionimgslider{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 150px; 
	width: 200px;	
	margin: 0 0px 0 0;
	opacity: 0.75; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.captionfullimgslider .boxcaptionimgslider {
	top: 200px;
	left: 0px;
}
.captionimgslider .boxcaptionimgslider {
	top: 200px;
	left: 0px;
}



	
/* =Start page
-------------------------------------------------------------- */



#stleftcol {
	width: 500px;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
}	
#stleftcolbox {
	padding: 0;
	margin: 0;
	width: 270px;
	float: left;
	display: inline-block;
}
#strightcol {
	width: 500px;
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
	display: inline-block;
}	
#strightcolbox {
	padding: 0;
	margin: 0 0 10px 0;
	height: 240px;
	float: left;
	display: block;
}

#sttextbox {
	display: inline-block;
	width: 520px;
	vertical-align: top;
}
#sttextboxright {
	display: inline-block;
	width: 280px;
	margin: 0 0 0 30px;
	vertical-align: top;
}
#stmobilebox {
	width: 802px;
	margin: 5px 0 10px 0px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}
#sliderbox {
	margin: 0px auto;
	width: 500px;
	margin: 00px 0 00px 0px;
}
#sliderpart {
	margin: 0px 0 00px 00px;
	width: 500px;
	height: 400px;
	text-align: center;
	
}
#sliderbox:hover ul.bjqs-controls {
display: block;

}

ul.bjqs{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	display:none;
}

li.bjqs-slide{
	position:absolute;
	display:none;
}

ul.bjqs-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	display: block;
	/* veranderen naar none indien mouseover*/
}

ul.bjqs-controls.v-centered li a{
	position:absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a{
	right:-40px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:-40px;
}

ol.bjqs-markers{list-style: none;
	padding: 0;
	margin: 0;
	width:100%;
}

ol.bjqs-markers.h-centered{
	text-align: center;
}

ol.bjqs-markers li{
	display:inline;
}

ol.bjqs-markers li a{
	display:inline-block;
}

p.bjqs-caption{
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}
/* PD start page
----------------------------------------------------------*/
#stitembox1, #stitembox2, #stitembox3, #stitembox4, #stitembox5, #stitembox6 {
	margin: 0 0px 0px 0;
	padding: 0px;
	width: 360px;
	vertical-align: top;
	height: 320px;
	overflow: hidden;
	display: inline-block;
	float: left;
	background-position: 0px 0px;
	background-repeat: none;
}
#stitembox1 {
	background-image: url("/wp-content/themes/jgtheme/images/stkader01.png");
}
#stitembox2 {
	background-image: url("/wp-content/themes/jgtheme/images/stkader02.png");
}
#stitembox3 {
	background-image: url("/wp-content/themes/jgtheme/images/stkader03.png");
}
#stitembox4 {
	background-image: url("/wp-content/themes/jgtheme/images/stkader04.png");
}
#stitembox5 {
	background-image: url("/wp-content/themes/jgtheme/images/stkader05.png");
}
#stitembox6 {
	background-image: url("/wp-content/themes/jgtheme/images/stkader06.png");
}

#stitembox1 a,
#stitembox2 a,
#stitembox3 a,
#stitembox4 a,
#stitembox5 a,
#stitembox6 a { 
	text-decoration: none;
}
#stitembox1  a:hover,
#stitembox2  a:hover,
#stitembox3  a:hover,
#stitembox4  a:hover,
#stitembox5  a:hover,
#stitembox6  a:hover { 
	text-decoration: none;
}

#stitemboxpicbox {
	margin: 52px 0 0 45px;
	}
#stitemboxpic {
    width: 270px;
    height: 180px;
    position: relative;
    overflow: hidden;
}

img.stimgcrop {
display:block;
margin:auto;
max-width:100%;
position:absolute;
top:50%;
left:50%;
opacity:0;

}

#stitemboxtxt{
	margin: 0 0 0 45px;
	width: 270px;
	height: 40px;
}
#toptextboxwide{
	margin: 0 0 0 30px;
	clear: both;
	display: block;

	width: 100%;
}
#toptextbox{
	margin: 0 0 0 30px;
	clear: both;
	display: block;
	float: left;
}
#toptextleft{
	margin: 0 0 0 0px;
	width: 450px;
	display: inline-block;
	float: left;
}
#toptextright{
	margin: 0 0 0 50px;
	width: 450px;
	display: inline-block;
	float: left;
}

/* PD item page
----------------------------------------------------------*/

#itemovbox {
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 450px;
	vertical-align: top;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	float: left;
}

#newsovbox  a { 
	text-decoration: none;
}
#newsovbox  a:hover { 
	color: #000; 
	display: block;
	text-decoration: none;
}

#newsovboxleft{
	display: inline-block;
	margin: 0 0 0 0px;
	width: 105px;
	vertical-align: top;
}
#newsovboxright{
	display: inline-block;
	margin: 0 0 0 0px;
	vertical-align: top;
	width: 190px;
}

/* ABC news page 
----------------------------------------------------------*/


#newspageboxleft {
	width: 550px;
	float: left;
	display: inline-block;
	border-right: 0px solid #fff;
	padding-right: 20px;
	margin: 0 0 0 0px;
}
#newspageboxright {
	width: 250px;
	float: right;
	display: inline-block;
	margin: 0 100px 0 0px;
	
}
.newstitlelist {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0px;
}
.newstitletop {
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
}
.newstitle {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 16px;
}
.newstext {
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 15px;
	margin: 0 0 50px 0;
}
.newstitle a:hover{
	color: #000;
}
.newstext a:hover{
	color: #000;
}
.newscomments {
	font-size: 11px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 15px;
	margin: 0 0 0 0;
}
	
#newslistbox {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 315px;
	vertical-align: top;
	background-image:url('/wp-content/themes/abctheme/images/wrapperback.png');
	background-repeat:repeat;
	height: 100px;
	overflow: hidden;
	display: block;
	float: left;
}

#newslistbox  a:hover { 
	color: #000; 
	display: block;
}
#newslistboxleft{
	display: inline-block;
	margin: 0 0 0 0px;
	width: 105px;
	vertical-align: top;
}
#newslistboxright{
	display: inline-block;
	margin: 0 0 0 0px;
	vertical-align: top;
	width: 190px;
}

#newslistbox2 {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 130px;
	vertical-align: top;
	overflow: hidden;
	display: block;
	float: left;
	display: inline-block;
}

#newslistbox2  a:hover { 
	color: #000; 
	display: block;
}
#newslistboxleft2 {
	display: inline-block;
	margin: 0 0 0 0px;
	width: 80px;
	vertical-align: top;
}
#newslistboxright2 {
	display: inline-block;
	margin: 0 0 0 0px;
	vertical-align: top;
	width: 180px;
}
#newslistbox3 {
	margin: 0px 0 0 0;
	padding: 5px;
	width: 270px;
	vertical-align: top;
	overflow: hidden;
	display: block;
	float: left;
}
#newslistbox3 ul li{
	list-style: disc;
	margin: 3px 0 3px 0;
}
#newslistboxleft3{
	display: inline-block;
	margin: 0 0 5px 0px;
	width: 75px;
	vertical-align: top;
}
#newslistboxright3{
	display: inline-block;
	margin: 0 0 0 0px;
	vertical-align: center;
	width: 170px;
}
/* =Manoto intro page per section
-------------------------------------------------------------- */

#ipwrapper {
	position: relative; 
	z-index: 4; 
	width: 850px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
	
}

#ipleftcol {
	width: 600px;
	float: left;
	display: inline-block;
}
#ip3cols {
	width: 260px;
	height: 350px;
	float: left;
	display: inline-block;
	border: solid 0px #d00000; 
	background-image: url("/wp-content/themes/manoto/images/ip3colsback.jpg");
	background-position: 0px 0px;
	margin: 5px 15px 40px 0;
}
#ip2colnewback {
	height: 450px;
	float: left;
	margin: 10px 0 0 0;
}
#ip2colnew {
	width: 280px;
	float: left;
	display: inline-block;
	border: solid 0px #d00000; 
	margin: 0px 10px 40px 10px;
}
#iptopnew {
	width: 570px;
	float: left;
	border: solid 0px #d00000; 
	margin: 5px 10px 50px 10px;
}
#ip2colnewright {
	width: 370px;
	float: left;
	display: inline-block;
	border: solid 0px #d00000; 
	margin: 5px 0px 40px 0;
}
.ip3colstop{ 
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 5px;
}
.ip2newcolstop{ 
	font-size: 17px;
	font-weight: bold;
	color: #d00000;
	text-align: left;
}

#ip2colsleft {
	width: 380px;
	float: left;
	display: inline-block;
	margin: 0 0 0 0;
}
#ip2colsright {
	width: 380px;
	float: left;
	display: inline-block;
	margin: 0 0 0 40px;
}
#ip2botpart {
	margin: 50px 0 0 0px;
}
#iprightcol {
	width: 200px;
	float: left;
	display: inline-block;
	margin: 0 0 0 20px;
}
#iprightcolbox {
	height: 110px;
}
.iprighttxt {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.ipitemwrap {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	width: 550px;
}
	
.iptextbox {
}

.iptext {
	padding: 0 10px 0 10px;
	font-size: 14px;
	color: #000;
	margin: 0 0 0 -15px;
}
.iptext  ul{
	list-style-type: disc;
}

.iptext2 {
	padding: 0 10px 0 10px;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 -5px;
}

.iptext2  a{
	color: #fff;
}
.iptext2  a:hover{
	color: #fff;
}

.iptitle {
	padding: 0 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.ipimagebox  {
	width: 120px;
	height: 120px;
	float: left;
	background: #aaa;
}
.ipimage {
	margin: 0 10px 0 10px;
}
#ipbekijkbox {
	margin: 20px 0px 20px 0px;
}

#ipbekijkroll a{
	display:block;
	width:190px;
	height:150px;
	background-image: url("/wp-content/themes/manoto/images/ip_bv2.png");
	background-position: 0px 0px;
	
}

#ipbekijkroll a:hover{
	display:block;
	width:190px;
	height:150px;
	background-image: url("/wp-content/themes/manoto/images/ip_bv2.png");
	background-position: 0px -150px;
}
#iprightbar {
	position: absolute; 
	top: 80px;
	left: 955px;
	z-index: .5; 
	width: 215px;
	height: 570px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
	background: #666;
}

.boxgridip{ 
	width: 190px; 
	height: 100px; 
	margin: 0 0px 0 0; 
	padding: 0;
	float:left; 
	background:#ddd; 
	border: solid 0px #222; 
	overflow: hidden; 
	position: relative; 
}
.boxgridip img{ 
	position: absolute;	
	margin: 0 0px 0 0; 
	top: -50px; 
	left: 0; 
	border: 0; 
}
.boxgridip p{ 
	padding: 0 10px; 
	margin: 0 0px 0 0;
	color:#000; 
	font-weight:bold; 
	font-size:10pt ;
}
				
.boxcaptionip{ 
	float: left; 
	position: absolute; 
	background: #111; 
	height: 110px; 
	width: 170px;	
	margin: 0 0px 0 0;
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfullip .boxcaptionip {
	top: 120px;
	left: 190px;
}
.captionip .boxcaptionip {
	top: 120px;
	left: 190px;
}
.hltitle { 
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	line-height: 125%; 
	padding: 5px 5px 0 5px;
}

.hltext {
	color: #333;
	font-size: 11px;
	padding: 5px 25px 5px 5px;
	line-height: 100%; 
}
#hlboxmob {
	float: left; 
	position: relative; 
	background: #fff; 
	z-index: 4;
	width: 190px;
	height: 30px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#hltextboxmob {
	width: 300px;
}

/* =Manoto example page per section
-------------------------------------------------------------- */

#exwrapper {
	position: relative; 
	z-index: 5; 
	width: 700px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
	
}
	
.exitemwrap {
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0px;
	width: 800px;
	float: left;
}
.exitemwraptop {
	padding: 0px 0 0px 0;
	margin: 10px 0 0px 0px;
	width: 800px;
	float: left;
}

#exbox {
	float: left;
	display: inline-block;
	margin: 2px;
} 

.extitle { 
	font-size: 14px;
	font-weight: bold;
	color: #d00000;
	display: block;
	line-height: 115%; 
	padding: 5px 5px 5px 5px;
}

.extext {
	color: #333;
	font-size: 11px;
	padding: 0 5px 5px 5px;
	line-height: 110%; 
}
/* was 333; */

.exnavbar{
	display: inline-block;
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0px;
	width: 800px;
	float: left;
}

.exprev a {
	float: left;
	color: #333;
	font-size: 12px;
	text-align: left;
}
.exprev {
	float: left;
	color: #333;
	font-size: 12px;
	text-align: left;
}

.exnext a {
	float: right;
	color: #333;
	font-size: 12px;
	text-align: right;
}
.exnext {
	float: right;
	color: #333;
	font-size: 12px;
	text-align: right;
}

.exprevroll a{
	display: block;
	width:400px;
	height:30px;
	background-image: url("/wp-content/themes/manoto/images/ex_prevbut.png");
	background-position: 0px 0px;
}

.exprevroll a:hover{
	display: block;
	width:400px;
	height:30px;
	background-image: url("/wp-content/themes/manoto/images/ex_prevbut.png");
	background-position: 0px -30px;
}

.exnextroll a{
	display: block;
	width:400px;
	height:30px;
	background-image: url("/wp-content/themes/manoto/images/ex_nextbut.png");
	background-position: 0px 0px;
}

.exnextroll a:hover{
	display: block;
	width:400px;
	height:30px;
	background-image: url("/wp-content/themes/manoto/images/ex_nextbut.png");
	background-position: 0px -30px;
}
.exemptyroll {
	width:400px;
	height:30px;
}
#exroll {
	display: inline-block;
}
/* #f6891f; */
.boxgridex{ 
	width: 180px; 
	height: 180px; 
	margin: 0 0px 0 0; 
	padding: 0;
	float:left; 
	background:#ddd; 
	border: solid 2px #d00000; 
	overflow: hidden; 
	position: relative; 
}
/* was ccc; */
.boxgridex img{ 
	position: absolute;	
	margin: 0 0px 0 0; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgridex p{ 
	padding: 0 10px; 
	margin: 0 0px 0 0;
	color:#000; 
	font-weight:bold; 
	font-size:10pt ;
}
				
.boxcaptionex{ 
	float: left; 
	position: absolute; 
	background: #111; 
	height: 10px; 
	width: 10px;	
	margin: 0 0px 0 0;
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfullex .boxcaptionex {
	top: 10px;
	left: 10px;
}
.captionex .boxcaptionex {
	top: 10px;
	left: 10px;
}

#exboxmob {
	float: left; 
	position: relative; 
	background: #fff; 
	z-index: 4;
	width: 190px;
	height: 30px;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#extextboxmob {
	width: 300px;
}
/* =Manoto product page 
-------------------------------------------------------------- */
#prwrapper {
	position: relative; 
	z-index: 5; 
	width: 1000px;
	height: 400px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
}
#prleftcol {
	width: 355px;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
}	

#prrightcol {
	width: 430px;
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	display: inline-block;
}	


.prtitle { 
	font-size: 21px;
	font-weight: bold;
	color: #d00000;
	display: block;
	line-height: 125%; 
	padding: 5px 5px 0 5px;
}

.prtext {
	color: #333;
	font-size: 12px;
	padding: 0 5px 5px 5px;
}

.galwrap {
	float: left;
}
.galbox {
	margin: 5px;
	float: left;
	display: inline-block;
}
.galbox img{
border: solid 2px #d00000;
}
.prrighttxt a {
	margin: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.prrighttxt a:hover {
	margin: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #d00000;
}


/* =JG info page 
-------------------------------------------------------------- */

#col2div {
	margin: 10px 0 40px 0px;
	clear:both;
	float:left;
	width: 1050px;
}
#col2a-left {
	margin: 0 0 0px 0px;
	float: left;
	display: inline-block;
	width: 490px;
}
#col2a-right {
	margin: 0 0 0px 0px;
	float: right;
	display: inline-block;
	height: auto;
	width: 550px;
}
#col2b-left {
	margin: 0 0 0px 0px;
	float: left;
	display: inline-block;
	width: 550px;

}
#col2b-right {
	margin: 0 0 0px 0px;
	float: right;
	display: inline-block;
	width: 490px;
}
#col2a-left-news {
	margin: 0 0 0px 0px;
	float: left;
	display: inline-block;
	width: 500px;
}
#col2a-right-news {
	margin: 0 0 0px 0px;
	float: right;
	display: inline-block;
	height: auto;
	width: 250px;
}
#col2b-left-news {
	margin: 0 0 0px 0px;
	float: left;
	display: inline-block;
	width: 250px;

}
#col2b-right-news {
	margin: 0 0 0px 0px;
	float: right;
	display: inline-block;
	width: 500px;
}

#imgbar1 {
	margin: 20px 0 30px 0px;
	clear:both;
	float:left;
	width: 100%;
}
#imgbarline {
	margin: 0px 0 10px 0px;
	clear:both;
	float:left;
	width: 100%;
}
#imgbarbox {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	display: inline-block;
	float:left;
	width: 195px;
}
#col3div {
	margin: 20px 0 30px 0px;
	float: left;
	clear:both;
	width: 100%;
}

#col3boxrmsub{
	width: 100%;
	height: 370px;
	float:left;

}
#col3boxrm{
	margin: 0px 10px 0px 0px;
	float:left;
	display: inline-block;
	width: 300px;
	height: 350px;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 10px;	
}
#col3boxrm a{
	text-decoration: none;
	}
#col3boxrm:hover{
	border: 1px solid #0b66b4;
	text-decoration: none;
	}
.readmore {
	margin: 0px 0 0px 0px;
	clear:both;
	font-size: 10px;
	color: #0b66b4;
	text-align: right;
}
#spacer{
	float: left;
	height: 80px;
	border-bottom: 0px solid #999;
	width: 100%;
}
/*--------------*/
#infwrapper {
	position: relative; 
	z-index: 5; 
	width: 800px;
	height: 420px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
}
#infwrap {
	float: left;
	margin: 0 0 10px 0;
}	

.infcoltxt {
	width: 420px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	color: #333;
	font-size: 13px;
	padding: 0 5px 5px 0px;
	line-height: 150%; 
}
.infcolpic {
	width: 320px;
	padding: 0;
	margin: 0px 5px 0 0;
	float: left;
	display: inline-block;
}

	
.inftitle { 
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: block;
	line-height: 125%; 
	padding: 5px 5px 0 5px;
}

.inftext {
	color: #333;
	font-size: 13px;
	padding: 0 5px 5px 5px;
	line-height: 150%; 
	list-style: disc;
}
.inftext ul li{
	margin: 0 0 5px 0;
	list-style: disc;
}

		/*
			SLIDER Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
.slides_container {
	width:800px;
	display:none;
	overflow: hidden;
}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
.slides_container div {
	width:800px;
	height:420px;
	display:block;
}
		
#slides .next,#slides .prev {
	position:absolute;
	top:350px;
	left:10px;
	width:118px;
	height:20px;
	display:block;
	z-index:101;
}

#slides .next {
	left:690px;
}
.pagination {
	margin:0px auto 0;
	width:100px;
	position:absolute;
	top:10px;
	left:550px;
	z-index: 999;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('/wp-content/themes/manoto/images/pagination.png');
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


/* =Manoto freelance page 
-------------------------------------------------------------- */
#flwrapper {
	position: relative; 
	z-index: 5; 
	width: 850px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
}
.flitemwrap {
	float: left;
}
.flimage {
	margin: 0 5px 20px 5px;
	display: inline-block;
	float: left;
}
#fltoptxt {
	width: 450px;
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
	line-height: 150%; 
}

.fltitle{ 
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-align: left;
	margin: 10px;
}
.fltitle2{ 
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 10px;
}

.fltext {
	padding: 0 10px 0 10px;
	font-size: 13px;
	color: #111;
	margin: 0 0 0 0px;
}
#fltopbox {
	margin: 0 0 50px 0;
}
.fltext  ul{
	list-style-type: disc;
}
.fltext2 {
	padding: 0 10px 0 10px;
	font-size: 12px;
	color: #fff;
	margin: 0 0 40px 0px;
	line-height: 150%;
}
.fltext2  ul{
	list-style-type: disc;
}
.fltext2  a{
	color: #fff;
}
.fltext2  a:hover{
	color: #fff;
}
#flleftcol {
	width: 550px;
	float: left;
	display: inline-block;

}

#flrightcol {
	width: 250px;
	float: left;
	display: inline-block;
	margin: 0 0 0 20px;
}

#flfacebook {
	margin: 10px;
}

.fltextbox {
	padding: 45px 10px 0 10px;
	font-size: 13px;
	color: #111;
	margin: 0 0 0 0px;
	line-height: 125%;
}
.fltitlebox {
	padding: 0 10px 0 10px;
	font-size: 16px;
	color: #fff;
	margin: 0 0 0 0px;
	text-align: center;
	font-weight: bold;
}
.flboxwrap {
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0px;
	width: 550px;
	float: left;
}


#flbox {
	float: left;
	display: inline-block;
	margin: 2px;
	margin: 7px;
} 

.boxgridfl{ 
	width: 250px; 
	height: 180px; 
	margin: 0 0px 0 0; 
	padding: 0;
	float:left; 
	background: #ddd; /* #003399; */
	border: solid 2px #003399; 
	overflow: hidden; 
	position: relative; 
}
/* was ccc; */
.boxgridfl img{ 
	position: absolute;	
	margin: 0 0px 0 0; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgridflover { 
	z-index: 999;
	float:left;
	margin: 150px 0 0 0; 
	top: 0; 
	left: 0; 
	border: 0; 
	padding: 0 0 0 0;
	background: #003399;
	width: 100%;
	position: absolute;
}
.boxgridfl p{ 
	padding: 0 10px; 
	margin: 0 0px 0 0;
	color:#000; 
	font-weight:bold; 
	font-size:10pt ;
}
				
.boxcaptionfl{ 
	float: left; 
	position: absolute; 
	background: #111; 
	height: 10px; 
	width: 10px;	
	margin: 0 0px 0 0;
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfullfl .boxcaptionfl {
	top: 10px;
	left: 10px;
}
.captionfl .boxcaptionfl {
	top: 10px;
	left: 10px;
}

/* =Manoto inflatble page 
-------------------------------------------------------------- */
#iowrapper {
	position: relative; 
	z-index: 5; 
	width: 850px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
}

#iotoptxt {
	width: 450px;
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
	line-height: 150%; 
}

.iotitle{ 
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-align: left;
	margin: 10px;
}
.iotitle2{ 
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 10px 10px 0 10px;
}

.iotext {
	padding: 0 10px 0 10px;
	font-size: 13px;
	color: #000;
	margin: 0 0 0 0px;
}
#iotopbox {
	margin: 0 0 50px 0;
}
#iotopboxleft {
	margin: 0px 0 30px 0;
	width: 300px;
	display: inline-block;
	float: left;
}
#iotopboxright {
	margin: 0px 0 40px 0;
	width: 240px;
	display: inline-block;
	float: right;
}
.iotext  ul{
	list-style-type: disc;
}
.iotext2 {
	padding: 0 10px 0 10px;
	font-size: 12px;
	color: #fff;
	margin: 0 0 60px 0px;
	line-height: 150%;
}
.iotext2  ul{
	list-style-type: disc;
}
.iotext2  a{
	color: #fff;
}
.iotext2  a:hover{
	color: #fff;
}
#ioleftcol {
	width: 550px;
	float: left;
	display: inline-block;

}

#iorightcol {
	width: 250px;
	float: left;
	display: inline-block;
	margin: 0 0 0 20px;
}

.iotextbox {
	padding: 10px 10px 0 10px;
	font-size: 13px;
	color: #ccc;
	margin: 0 0 0 0px;
	line-height: 125%;
}
.iotitlebox {
	padding: 0 10px 0 10px;
	font-size: 16px;
	color: #fff;
	margin: 0 0 0 0px;
	text-align: center;
	font-weight: bold;
}
.ioboxwrap {
	padding: 0px 0 0px 0;
	margin: 0 0 0px 0px;
	width: 550px;
	float: left;
}

.iogalbox {
	margin: 4px;
	float: left;
	display: inline-block;
	
}
.iogalbox  img{
	border: solid 2px #009900;
}

/* =Manoto contact page 
-------------------------------------------------------------- */
#cpwrapper {
	position: relative; 
	z-index: 5; 
	width: 800px;
	height: 400px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
}
#cpleftcol {
	width: 500px;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
}	
#cpform {
	float: left;
	margin: 0 0 5px 0;
}
#cpformleft {
	width: 90px;
	padding: 8px 10px 0 0;
	margin: 0 0 0 -10px;
	display: inline-block;
	float: left;
	text-align: right;
}
#cpformright {
	width: 400px;
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
}
#cprightcol {
	width: 250px;
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
	display: inline-block;
}
#contactformbox {
	width: 500px;
	height: 520px;
	margin: 20px 0 0 100px;
	padding: 50px;
	float: left;
	display: inline-block;

}
#contactdetailsbox {
	width: 200px;
	padding: 0;
	margin: 20px 0 0 30px;
	padding: 50px 0 0 20px;
	float: left;
	display: inline-block;

}	
.cptxt {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 120%; 
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.cptxt a {
	font-size: 13px;
	color: #000;
}
.cptxt a:hover {
	font-size: 13px;
	color: #333;
}
.cptxtbut {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 120%; 
	font-size: 13px;
	color: #000;
	font-weight: bold;
	width: 150px;
	height: 32px;
	background-image: url('/wp-content/themes/jgtheme/images/submitbut.png');
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 20px 0 0 0;
}
.cperrortxt {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 120%; 
	font-size: 10px;
	color: #FF0000;
	height: 14px;
	clear: both;
}
.cpsuccestxt {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 120%; 
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	height: 16px;
	clear: both;
}
.cpform {
	background: #333;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
}
#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 0px 0;
}
#botbartext{
	margin: 40px 0 0 220px;
	float: left;
	font-size: 16px;
	font-weight: bold;

}
#botbartext a{
	text-decoration: none;

}


#bbbuts{
	margin: 0 0 0 150px;
}
#bbbutbox {
	margin: 0px;
	float: left;
	display: inline-block;
}
#bbrightbox {
	margin: 0 20px 0 0;
	float: right;
	display: inline-block;
}

#lastpanel {
	font-size: 11px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 15px;
	color: #666;
	margin: 0 0 15px 130px;
	background-image: url("/wp-content/themes/manoto/images/lastboxback.png");
	float: left;
	width: 850px;
	height: auto;
	list-style-type: disc;
}
#lastpanel a{
	text-decoration: none;
	color: #666;
}
#lastpanel a:hover{
	color: #ccc;
	text-decoration: none;
}
#lastpanelleft {
	width: 200px;
	float: left;
	display: inline-block;
	margin: 20px;
}
#lastpanelmid {
	width: 250px;
	float: left;
	display: inline-block;
	margin: 20px;
	list-style-type: disc;
}
#lastpanelmid li{
	list-style-type: disc;

}
#lastpanelright {
	width: 250px;
	float: left;
	display: inline-block;
	margin: 20px;
	list-style-type: disc;
}

#lastline {
	text-align: center;
	font-size: 11px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	line-height: 15px;
	color: #111;
	margin: 0 0 15px 130px;
	float: left;
	width: 850px;
	height: auto;
	list-style-type: disc;
}
.lastpanellefttext {
	font-size: 13px;
	line-height: 17px;
}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/*404 & search page
----------------------------------- */
#wrapper404 {
	position: relative; 
	z-index: 5; 
	width: 800px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
	height: 300px;
}
#searchwrapper {
	position: relative; 
	z-index: 4; 
	width: 800px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 150px;
}
#searchmain {
	float: left;
	width: 790px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 0px;
	display: inline-block;
}
#searchheight {
	float: left;
	width: 1px;
	height: 300px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 0px;
	display: inline-block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	z-index: 99999;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
	z-index: 99999;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	z-index: 99999;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	z-index: 99999;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	z-index: 99999;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
		z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
		z-index: 99999;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
		z-index: 99999;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #ff0000;
	color: #fff;
		z-index: 99999;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
		z-index: 99999;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
		z-index: 99999;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: visible;
	padding: 0px 0 0 0; 
}
#content {
	margin-bottom: 36px;
	margin-top: 40px;
	 
}
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}


#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 0px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #000000;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #000000;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	display: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #000;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	border: 0px solid #999;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #000;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* woocommerce */
.woocommerce-result-count {
	visibility: hidden;
}
#toptextboxwoo{
	margin: 0px 0 0px 30px;
	float: left;
	display: block;
	clear: both;
}
#toptextboxwootitle h1{
	margin: 0px 0 30px 0px;
	clear: none;
}
#toptextboxwootitle{
	float: left;
	display: inline-block;
}
#toptextboxwoolinks{
	float: left;
	display: inline-block;
	margin: 10px 0 0 370px;
	position: relative;
	z-index: 999;
}
#toptextboxwoolinks a{
	margin: 0px 10px 0 10px;
}
.woocommerce-product-gallery, .summary{
	display: inline-block;
	float: left;
	clear: none;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
.page-description {
	width: 600px;
}
.sku_wrapper {
	display: none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}



.post {
	float: left;
	width: ---px;
}

.clr {
	clear:both;
}