/*  
Theme Name: Future2Motion
Theme URI: http://www.future2motion.tv/
Description: Future2Motion original webtheme. &copy; Copyright 2008 Future2Motion, All rights reserved.
Version: 0.1
Author: Shirley de Jong
Author URI: http://www.shirleydejong.nl/

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #e9e9e9;
	color: #000;
	text-align: left;
}

a {
	color: #e9e9e9;
}

img { 
	border: none;
}

#page {
	margin: auto; width: 900px;
}

#menubalk {
	background: url('images/menubalk.gif') repeat-x;
	height: 30px;
	margin-bottom: 0px;
	clear: both;
}

#content {
	background: url('images/content-bg.gif') bottom left no-repeat #272c32;
	margin-top: 0px;
	color: #fff;
	padding: 20px;
}

p {
	margin-left: 20px;
	font-size: 1.1em;
	margin-bottom: 20px;
}

h1 {
	float: left;
	width: 400px;
}

h2 { 
	margin-top: 0px;
	text-align: left;	
}

#headerimg #searchform {
	float: right;
}

#footer {
	margin-top: 0px;
	text-align: center;
	font-size: 0.8em;
}

small {
	color: #993333;
}

#footer a {
	color: #000;
}

.alignright {
	float: right;
}

.menustreepje {
	background: #a6a7aa; height: 26px; margin-top: 2px; width: 1px;
}

li.cat-item {
	list-style-type: none;
	font-size: 1.1em;
	color: #000;
	float: left;
	margin-right: 10px;
	padding: 10px;
	padding-top: 0px;
}

li.cat-item a {
	color: #000;
	text-decoration: none;
}

li.cat-item a:hover {
	text-decoration: underline;
}

#rondingcontent {
	background: url('images/content-bottom.gif') no-repeat; 
	height: 5px; 
	width: 900px; 
	clear: both;
}

.postmetadata {
	clear: both;
}

.wp-caption {
	background: #2e3338;
	border: 1px solid #373d43;
	text-align: center;
	padding: 10px;
	margin-left: 10px;
}

.wp-caption-text {
	font-size: 1.1em;
	font-style: italic;
	margin: 0px;
	margin-top: 5px;
}

#dropdownmenu_cat,
#category_menu {
	position: relative;
	top: -29px;
	left: -150px;
	margin-right: 50px;
	float: right;
	z-index: 501;
}


/* controls the look of the drop-down menu's 

 Copyright 2007 - Zoute snor
 
 All rights reserved. You are free to use this software and redistribute it for free but may not include it in any commercial distribution without prior written permission.
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#dropdownmenu_cat,
#dropdownmenu {
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	position: relative;
	height: 29px;
}

#dropdownmenu_cat ul, 
#dropdownmenu ul {
	width: 90%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	z-index: 500;
	position: absolute;
	bottom: 0;
	left: 20px;
}

#dropdownmenu_cat li,
#dropdownmenu li {
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	padding: 5px 16px 0px;
	margin: 0px;
	height: 22px
}

#dropdownmenu_cat h2, 
#dropdownmenu h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	weight: bold;
}

#dropdownmenu_cat li ul,
#dropdownmenu li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;
}
 
#dropdownmenu_cat li.LargeMenu ul,
#dropdownmenu li.LargeMenu ul {
	width: 180px;
	height: auto;
	top: 100%;
	left: 0px;
}

#dropdownmenu_cat li ul li,
#dropdownmenu li ul li {
	text-align: left;
	width: 118px;	
	height: 20px;
	min-height: auto;
	display: block;
}
#dropdownmenu_cat li.LargeMenu ul li, 
#dropdownmenu li.LargeMenu ul li {
	text-align: left;
	width: 148px;	
	height: auto;
	min-height: auto;
	display: block;
}

#dropdownmenu_cat a,
#dropdownmenu a {
	text-decoration: none;
	color: #000;
}

#dropdownmenu_cat li li ul,
#dropdownmenu li li ul {
	top: 0;
	left: 0;
}

#dropdownmenu_cat li li:hover ul,
#dropdownmenu li li:hover ul {
	left: 150px;
}
 
/* initialy hide all sub sidemenus */
#dropdownmenu ul ul,
#dropdownmenu ul li:hover ul ul,
#dropdownmenu ul ul li:hover ul ul,
#dropdownmenu ul ul ul li:hover ul ul,
#dropdownmenu ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}
 
/* display them on hover */
#dropdownmenu li:hover ul,
#dropdownmenu ul li:hover ul,
#dropdownmenu ul ul li:hover ul,
#dropdownmenu ul ul ul li:hover ul,
#dropdownmenu ul ul ul ul li:hover ul,
#dropdownmenu ul ul ul ul ul li:hover ul {
  	display: block;
}

/* initialy hide all sub sidemenus */
#dropdownmenu_cat ul ul,
#dropdownmenu_cat ul li:hover ul ul,
#dropdownmenu_cat ul ul li:hover ul ul,
#dropdownmenu_cat ul ul ul li:hover ul ul,
#dropdownmenu_cat ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}
 
/* display them on hover */
#dropdownmenu_cat li:hover ul,
#dropdownmenu_cat ul li:hover ul,
#dropdownmenu_cat ul ul li:hover ul,
#dropdownmenu_cat ul ul ul li:hover ul,
#dropdownmenu_cat ul ul ul ul li:hover ul,
#dropdownmenu_cat ul ul ul ul ul li:hover ul {
  	display: block;
}

#dropdownmenu_cat #PhpWebcontent, 
#dropdownmenu #PhpWebcontent {
	display:none;
}	
 
/* define the consecutive colors */
 
#dropdownmenu_cat,
#dropdownmenu {
	color: #000;
}

#dropdownmenu_cat h2, 
#dropdownmenu h2 {
	color: #000;
}

#dropdownmenu_cat a:hover,
#dropdownmenu a:hover {
	text-decoration: underline
}

#dropdownmenu_cat ul li ul li,
#dropdownmenu ul li ul li {
	background: #8e9094;
}

#dropdownmenu_cat ul li ul li:hover, 
#dropdownmenu ul li ul li:hover {
	background: #babbbe;
}

#dropdownmenu_cat ul li ul ul li, 
#dropdownmenu ul li ul ul li {
	background: #666;
}

#dropdownmenu_cat ul li ul ul li:hover,
#dropdownmenu ul li ul ul li:hover {
	background: #999;
}