/*   
Theme Name: Dictionary of Film
Theme URI: www.dictionaryoffilm.com
Description: Theme for the dictionary of film website. Also ported for mediawiki and bbpress.
Author: Jacob Deane
Author URI: www.jdpictures.co.uk
Version: 1.0
.
Released under GNU license. Feel free to use, redistribute or modify this theme.
.
*/


body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	text-align:justify;
	background:#eeeeee;
}

h1 {
	font-size:24px;
	font-weight:lighter;
	margin:0px 0px 5px 0px;
}

a:link, a:visited {
	color:#544d57;
	text-decoration:none;
}

a:hover, a:active {
	color:#7f8582;
	text-decoration:none;
}

img { border:none; }

#content {
	width:866px;
	margin: 0px auto;
}

#logo {
	width:309px;
	height:52px;
	margin-top:10px;
}

#menubar {
	width:860px;
	height:50px;
	padding:2px 4px 4px 2px;
	background:#b0baa6 url(images/menubar.gif) no-repeat;
}

#mainmenu {
	float:right;
}

#mainmenu ul {
	display:inline;
}

#mainmenu li {
	display:block;
	float:right;
	margin-top: 5px;
	margin-right:5px;
	list-style:none;
	background:#dde1cd url(images/menu-right.gif) no-repeat right;
	font-size:18px;
}

#mainmenu li:hover {
	background:#8e9686 url(images/menu-right-over.gif) no-repeat right;
}

#mainmenu li.selected {
	background:url(images/menu-right-selected.gif) no-repeat right;
}

#mainmenu ul li a {
	display:block;
	background:url(images/menu-left.gif) no-repeat left;
	color:#000000;
	text-decoration:none;
	height:24px;
	padding:8px 20px
}

#mainmenu li a:hover {
	background:url(images/menu-left-over.gif) no-repeat left;
	color:#FFFFFF;
}

#mainmenu li.selected a {
	background:url(images/menu-left-selected.gif) no-repeat left;
	color:#FFFFFF;
	cursor:default;
}

#main-content {
	width:860px;
	/*padding:10px 20px;
	margin-top:10px;
	background:#f3fff9 url(images/page-bg.gif) top no-repeat;*/
}

/*#page-bottom {
	width:860px;
	height:10px;
	margin-bottom:20px;
	background:#f3fff9 url(images/page-bottom.gif) bottom no-repeat;
}*/

.clear {
	clear:both;
}

.hiddenPic {display:none;}

#banner {
	width:860px;
	height:190px;
	padding:2px 4px 4px 2px;
	background:url(images/section_banner.png);
	margin-top:4px;
}

.white-box-top {
	width:866px;
	height:13px;
	background:url(images/white_box_top.png) top no-repeat;
	position:relative;
	left:-12px;
}
.white-box-content {
	margin-top:4px;
	width:840px;
	padding:0px 14px 0px 12px;
	background:#FFFFFF url(images/white_box_bg.png) repeat-y;
}

.white-box-bottom {
	width:866px;
	height:14px;
	background:url(images/white_box_bottom.png) bottom no-repeat;
	position:relative;
	left:-11px;
}
.block {
	float:left;
	width:260px;
	height:170px;
	padding:10px;
	color:#FFFFFF;
	text-align:left;
}

.block a:link, .block a:visited, .block a:hover, .block a:active {
	color:#FFFFFF;
}

#wiki, #blog {
	margin-right:10px;
	
}

.social-bookmarks img{
	position:relative;
	vertical-align:middle;
	margin-left:20px;
}
