/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 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;
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	border-bottom:1px dotted #9e9e9e;
	background-color:#FFFFFF;
	border-top:0px;
	border-left:0px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* 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;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
}

#page {
	width:960px;
	margin:15px auto 0px auto;
}

#header {
	width:960px;
	height:317px;
	background-image:url(images/beretta-header.gif);
	background-repeat:no-repeat;
}

h1#logo {
	width:960px;
	height:111px;
}

h1#logo a {
	display:block;
	width:357px;
	height:111px;
}

h1#logo a strong {
	display:none;
}

div.newsitem {
	margin-bottom:5px;
	padding-bottom:0px;
}

ul#home div.newsitem p {
	margin-bottom:3px;
}

#headerimg {
	width:950px;
	height:200px;
	margin-left:5px;
	margin-top:1px;
}

#navbar {
	width:960px;
	height:40px;
	border-bottom:1px dotted #9e9e9e;
	text-align:center;
}

#navbar ul {
	padding-top:0px;
	margin:0 auto 0 auto;
	padding-left:0px;
	height:40px;
}

#navbar ul li {
	display:inline;
	padding:0px 14px 0px 23px;
	background-image:url(images/nav-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	position:relative;
	left:-3px;
	top:10px;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 25px;
	text-align: center;
}


div.homecontent {
	height:240px;
}


#navbar ul li:first-child {
	background-image:none;
}

#navbar ul li a {
	color:#585149;
	text-decoration:none;
	font-size:17px;
	height:40px;
	padding-top:10px;
}

#navbar ul li.current_page_item a {
	background-image:url(images/nav-arrow-top.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#navbar ul li a:hover {
	background-image:url(images/nav-arrow-top.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

p {
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
	color:#737373;
}

.copy ul {
	color:#494949;
	margin-left:10px;
	margin-bottom:10px;
}

div.breadcrumb {
	font-size:11px;
	position:relative;
	top:0px;
	color:#999999;
}

div.copy div.breadcrumb a {
	color:#333;
}

div.entry span.readmore {
	display:block;
	background-image:url(images/read-more-bg.gif);
	text-align:left;
	width:79px;
	height:19px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	border:0px;
	padding-top:1px;
	margin-bottom:5px;
}

ul#home li span.readmore {
	display:block;
	background-image:url(images/read-more-bg.gif);
	background-repeat:no-repeat;
	text-align:left;
	width:79px;
	height:16px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	border:0px;
	padding-top:4px;
	margin-bottom:5px;
}

.sidevids p {
	margin:0px;
	padding:0px;
}

.sidevids a {
	color:#737373;
	text-decoration:none;
}

div.entry span.readmore {
	margin-bottom:10px;
}

ul#home {
	width:960px;
	height:300px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
}

ul#home li.newproducts img {
	max-width:218px;
}

ul#home a {
	color:#0152a1;
	text-decoration:none;
}

ul#home p {
	font-size:12px;
	margin-bottom:15px;
}

ul#home h2 {
	font-size:22px;
	color:#585149;
	font-weight:normal;
	margin-bottom:15px;
}

ul#home li {
	width:218px;
	border-right:1px dotted #9e9e9e;
	min-height:300px;
	margin-right:12px;
	padding-right:12px;
	float:left;
}

ul#home li.last {
	margin:0px;
	border-right:0px dotted #9e9e9e;
	padding-right:0px;
	width:230px;
}

ul#home ul li a {
	color: #737373;
	text-decoration:none;
}

ul#home ul li a:hover {
	color: #737373;
	border-bottom:1px dotted #737373;
	text-decoration:none;
}

ul#home ul li {
	width:190px;
	border-right:0px;
	float:none;
	min-height:0px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
	margin-bottom:6px;
	line-height:1.6em;
}



#products {
	width:717px;
	float:right;
	border-left:1px dotted #9e9e9e;
	margin-top:18px;
	padding-left:10px;
	margin-bottom:15px;
	padding-bottom:0px;
	min-height:420px;
}


img.sidelogo {
	margin-bottom:20px;
}

img.steiner {
	float:left;
}


div.product {
	width:235px;
	height:170px;
	float:left;
	border-bottom:1px dotted #9e9e9e;
	margin-left:4px;
	margin-top:20px;
	font-size:11px;
}

div.product p {
	font-size:11px;
	margin:0px;
}

div.product img {
	margin-bottom:15px;	
}

div.product a {
	color:#494949;
	text-decoration:none;
}	

.navigation a {
	font-size:12px;
	color:#525252;
	text-decoration:none;
}	


div.navigation {
	position:absolute;
	margin-left:600px;
	margin-top:-30px;
}

div.copy {
	font-size:12px;
	float:left;
	width:100%;0
}

div.text {
	font-size:12px;
	color:#494949;
}

div.copy ul li {
	margin-bottom:10px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px;
	line-height:1.5em;
	padding-top:0px;
}
div.copy ul li.categories {
	background-image:none;
}


div.copy p {
	color:#494949;
}	

div.copy a {
	color:#0152a1;
	text-decoration:none;
}

div.copy img {
	margin-bottom:15px;
}

div.cat-icon a img {
	margin-bottom:15px;
	display:block;
}

ul#home h2 {
	border:0px;
}


h2 {
	font-size:24px;
	font-weight:normal;
	color:#494949;
	margin-bottom:25px;
	border-bottom:1px dotted #9e9e9e;
	margin-top:0px;
	padding-bottom:5px;
	background-image:url(images/copy-arrows.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0px 5px;
}

.copy h2 {
	font-size:24px;
	font-weight:normal;
	color:#494949;
	margin-bottom:25px;
	border-bottom:1px dotted #9e9e9e;
	margin-top:0px;
	padding-bottom:5px;
	background-image:url(images/copy-arrows.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:0px 5px;
}

.entry { 
	border-bottom:1px dotted #9e9e9e;
	margin-bottom:15px;
}

.entrynb { 
	border-bottom:0px dotted #9e9e9e;
	margin-bottom:15px;
}

.entrystockists {
	border-bottom:1px dotted #9e9e9e;
	margin-bottom:15px;
}

div.copy div.entrystockists h3 {
	margin:0px;
}

div.copy div.entrystockists p {
	margin:0px;
	margin-bottom:10px;
}

#sidebar p {
	font-size:12px;
}

.copy h3 {
	font-size:18px;
	font-weight:normal;
	color:#494949;
	margin-bottom:8px;
}

.entry small {
	color:#999999;
	display:block;
	margin-bottom:10px;
}

.wp-table-reloaded th {
	background-color:#e8e2d2;
}

#footer {
	width:960px;
	height:59px;
	background-image:url(images/footer-bg.gif);
	background-repeat:no-repeat;
	clear:both;
	margin:15px auto 10px auto;
}

div.clear {
	clear:both;
}

#footer a.rss {
	display:block;
	width:28px;
	height:49px;
	background-image:url(images/rss.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:8px;
	margin-top:10px;
}

#footer a.rss strong {
	display:none;
}

#footer p {
	width:400px;
	font-size:11px;
	color:#707070;
	line-height:1.2em;
	padding-left:45px;
	padding-top:8px;
}

#footer p a {
	color:#6e6e6e;
}

#footer #logos {
	width:620px;
	height:26px;
	background-image:url(images/footer-logos.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:20px;
	margin-right:5px;
}

#footer #logos a strong {
	display:none;
}

#footer h3.bunker a {
	width:48px;
	display:block;
	height:12px;
	background-image:url(images/bunker.gif);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	margin-bottom:5px;
}

#footer h3.bunker a strong {
	display:none;
}


















#sidebar {
	width:218px;
	padding-top:0px;
	float:left;
	padding-right:0px;
	margin-top:15px;
	margin-bottom:0px;
	line-height:1em;
}

#sidebar h2 {
	display:none;
}

#sidebar ul li a {
	font-size:18px;
	color:#737373;
	text-decoration:none;
	margin-bottom:20px;
	display:block;
	background-image:none;
	padding-left:0px;
}	

#sidebar ul li.widget ul li a {
	font-size:18px;
	border:0px;
	margin-bottom:15px;
	background-image:none;
	padding-left:0px;
}

#sidebar ul.children {
	margin-bottom:15px;
}

#map {
	float:right;
	width:420px;
	height:470px;
}

#sidebar ul li.widget ul li ul li a {
	color:#737373;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dotted #9e9e9e;
	display:block;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:5px;
	background-image:url(images/sidebar-arrows.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

#sidebar ul li ul li a {
	color:#737373;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dotted #9e9e9e;
	display:block;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:5px;
	background-image:url(images/sidebar-arrows.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
#cformsform #cforms_captcha {
  margin-top:0px;
  float: right;
  margin-right:20px;
}

#cformsform #cf_captcha_img {
  float: left;
  margin-right: 8px;
  margin-top:12px;
}
