/*
Theme Name: Moto2
Theme URI: 2010 Revision of Motoworld.ie
Description: Motoworld.ie
Version: 
Author: Damien Blake
Author URI: 
*/

a {
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #333;
}

.floatleft{
	float: left;
}

body {
	background: url(images/bg.jpg) repeat-x #606060;
	line-height: 1.5;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	color: #fff;
}

.container {
	width: 940px;
	margin: 0 auto;
	background: url(images/containerbg.gif) repeat-y;	
}

.containerWide {
	width: 940px;
	margin: 0 auto;
	background: url(images/containerbgwide.gif) repeat-y;	
}

.clear {
	margin: 0;
	clear: both;
	height: 1px;
}

.alignright{
	float: right;
}

.sidebar {
	float: right;
	display: block;
	width: 265px;
	text-align: center;
}

.mainFrame {
	width: 650px;
	margin-left: 10px;
	float: left;	
}

.mainFrameText {
	color: #fff;
	width: 630px;
	float: left;
	margin-left: 10px;
	padding: 0;
}

.entry {
	margin: 10px;
}

.mainFrameSpecial .entry {
	margin: 0;
}

.mainFrameSpecial img.special {
	margin: -20px 0 0 -20px;
}

.mainFrameSpecial p {
	margin: 20px;
}


h1 {
	color: #fff;
	margin: 3px 3px 3px 10px;
	font-size: 40px;
}

h2 {
	color: #fff;
	margin: 3px 3px 3px 10px;
}

.thumblinks-wide {
	width: 650px;
	float: left;
}

.thumblinks-wide {
	width: 920px;
	float: left;
}



.thumb-link {
	height: 215px;
	display: block;
	float: left;
	width: 180px;
	text-align: center; 
	font-size: 11px;
}

.thumb-link-photo {
	height: 140px;
	display: block;
	float: left;
	width: 180px;
	text-align: center; 
	font-size: 11px;
}

.thumblinks-wide .thumb-link-photo {
	height: 125px;
}


.thumb-link a img {
	border: none;
}

.thumb-link a {
	color: #fff;
	font-weight: bold;
	font-size: small;	
}

.thumb-link a:hover {
	color: #ddd;
	background: #FF5112;
	font-weight: bold
}

.sidebox {
	float: right;
	width: 245px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(images/sidenavbg.gif) repeat-y;
	text-align: left;
}

.special-link {
	display: block;
	float: left;
	width: 230px;
	text-align: center; 
	margin-top: 10px;
	margin-bottom: 10px;
}


.sidebar h3{
	margin: 0 5px;	
}

.sidebar p{
	margin: 2px 5px;	
}

.sidebar .morelink{
	text-align: right;
}

.sidebar .morelink a {
	color: #f60;
}

.sidebar .morelink a:hover {
	color: #fff;
	text-decoration: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000 url(images/navbg.gif) no-repeat center bottom;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 0;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	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);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#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;
}

* 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;
}


