/*
   Main StyleSheet for the 'Bikesinternational' theme
*/

body {
	background-color:#eeeeee;
    padding-top: 50px;
}

a img {
  border: none;
}

/* 
Hornet will automatically set a body padding-top value to 
allow for the toolbar height. Therefore the padding value
you've set above will be overridden. The margin-top value 
below will ensure you still see things as expected when
logged in.
*/
body.hornet .hornet.template.body {
  margin-top: 50px;
}

#container {
	background-color:#ffffff;
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	min-height:127px;
	background-color:#000000;
}

#middle {
	padding: 10px;
	width: 980px;
	min-height:417px;
	background-color:#ffffff;
	overflow: hidden;
}

#leftcolumn {
    padding-left: 5px;
	padding-right: 5px;
	width: 552px;
	min-height:417px;
	float:left;
	overflow:hidden;
}

#leftcolumn img {
	float: left;
	padding: 10px;
}

h1 { 
    padding-top: 7px;
	color: #999999;
    font: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #999999;
	text-transform: uppercase;
}

h2 { 
    padding-top: 10px;
	margin-bottom: 5px;
	color: #a6070d;
    font: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

p {
	color: #333333;
    font: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#rightcolumn {
	padding: 10px;
	width: 385px;
	min-height:397px;
	float: right;
    overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

#newsitems {
	padding: 12px;
	width: 365px;
/*  float:left;*/
/*  overflow: hidden;*/
	background-color: #eeeeee;
	border: 1px solid #ccc;
}

#newsitems h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	text-transform: uppercase;
}

#newsitems h1 a {
	color: #333333;
	text-decoration: none;
}

#newsitems h2 a {
	margin-top:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a6070d;
	text-decoration: none;	
}

#newsitems p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;	
}

#newsitems img {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}

#newsitems .newsitem {
  overflow: hidden;
}

#footer {
	width: 1000px;
	min-height:55px;
	background-color:#000000;
}
/* navigation */

#pagenav {
	width: 1000px;
	height: 32px;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}

#pagenav ul {
	margin: 0;
	padding: 0;
}

#pagenav li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#pagenav li a {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d7c7d;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#pagenav li a:hover {
	color: #ffffff;
	background-color: #d2232a;
}