/*
Theme Name: BLX
Theme URI: http://wordpress.org/
Description: BLX Theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/



/* 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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.cf:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }



/* custom
----------*/

body {
	background: #000000
}

a:link, a:visited {
	color: #3995b9;
}

#page {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	background: #FFF;
	color: #000;
	width: 900px;
	margin: 0 auto;
}

#header {
	background: #000;
	margin: 0 0 15px;
}
	#logo {
		float: right;
		padding: 16px 0;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 188px;
			height: 75px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(img/logo-1.png) no-repeat 0 0;
			}
	#menu {
		clear: both;
		color: #000;
		background: #fdd108;
		padding: 0 5px;
		line-height: 16px;
	}
		#menu ul {
		}
			#menu li {
				float: left;
				position: relative;
			}
				#menu li:after {
					float: left;
					content: '|';
					padding: 8px 0;
				}
				#menu li:last-child:after {
					display: none;
				}
				#menu a:link, #menu a:visited {
					float: left;
					color: #000;
					padding: 8px 0.9em;
					text-decoration: none;
				}
				#menu li.current_page_item a:link, #menu li.current_page_item a:visited,
				#menu li.current_page_ancestor a:link, #menu li.current_page_ancestor a:visited,
				#menu a:link:hover, #menu a:visited:hover {
					color: #FFF;
				}
				#menu li ul {
					position: absolute;
					z-index: 5;
					left: -999em;
					top: 32px;
					width: 150px;
					background: #fdd108;
				}
				#menu li:hover ul {
					left: 0;
				}
					#menu li li {
						float: none;
					}
						#menu li li:after {
							display: none;
						}
						#menu li li a:link, #menu li li a:visited {
							float: none;
							display: block;
						}
	#gallery {
		position: relative;
		height: 216px;
		overflow: hidden;
	}
		#gallery ul {
			width: 100%;
			height: 216px;
			overflow: hidden;
			position: relative;
			z-index: 1;
		}
			#gallery li {
				position: absolute;
				z-index: 1;
				left: 0;
				top: 0;
			}
			#gallery li.next {
				z-index: 4;
			}
			#gallery li.active {
				z-index: 5;
			}
		#gallery .nav {
			position: absolute;
			z-index: 5;
			right: 0;
			bottom: 0;
			background: url(img/bar-1.png) repeat 0 0;
		}
			#gallery .nav a:link, #gallery .nav a:visited {
				float: left;
				display: block;
				padding: .4em .8em;
				color: #000;
				text-decoration: none;
			}
			#gallery .nav a.active:link, #gallery .nav a.active:visited {
				background: url(img/bar-1.png) repeat 0 0;
			}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	background: url(img/line-v1.gif) repeat-y 170px 0;
}
	#wrap2 {
		float: right;
		width: 730px;
		overflow: hidden;
		background: url(img/line-v1.gif) repeat-y 505px 0;
	}
		#content {
			float: left;
			width: 490px;
			padding: 0 10px;
			font-size: 128.57%;
		}
		#side1 {
			float: right;
			width: 190px;
			padding: 0 10px;
		}
	#side2 {
		float: left;
		width: 150px;
		padding: 0 10px;
	}

#wrap p {
	margin: 0 0 1em;
}
#wrap h2 {
	font-size: 128.57%;
	font-weight: bold;
	margin: 0 0 .5em;
}
#wrap h3 {
	font-size: 107%;
	font-weight: bold;
	margin: 0 0 .3em;
}
#content h2,
#content h3,
#content h4 {
	font-size: 100%;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 2em;
}

.home #content {
}
	.home #content h2 {
		display: none;
	}



#footer {
	border-top: solid 2px #b6b5b5;
	font-size: 85.71%;
	margin: 0 auto;
	width: 98%;
	overflow: hidden;
	text-transform: lowercase;
	color: #444444;
	padding: .5em 0;
}
	#footer .by {
		float: right;
		margin: 0 0 0 .1em;
	}
	#footer ul {
		float: right;
	}
		#footer li {
			float: left;
			margin: 0 .5em 0 0;
		}
			#footer a:link, #footer a:visited {
				color: #444444;
			}



.product {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1.5em;
}
	.product .image {
		float: left;
		width: 250px;
	}
	.product .info {
		float: right;
		width: 230px;
		font-size: 77.77%;
	}









/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}



/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	     border-radius: 3px;
}
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	#page .wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 28px;
		padding: 0 4px;
		margin: 0;
	}

.btn {
  font-family: Arial;
  color: #000000 !important;
  font-size: 20px;
  background: rgb(253, 209, 8);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 40px 0;
}

.btn:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}