/*
Theme Name: RC BOMB.
Theme URI: http://www.rcbomb.nl
Description: 2 column layout for BOMB
*/ 
* {
	padding:0;
	margin:0;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background-color: #FF6F1C;
	background-image: url('images/headerbg4.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
h1 {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #FF6F1C;
} 

	
h2 { 
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #FF6F1C;
} 
A:link { 
color: #00008B; 
text-decoration: underline; 
font-weight: bold; 
} 

a:visited{
color: #BBBBBB; 
text-decoration: underline; 
font-weight: bold; 
} 
.roundedcornr_box_926065 {
   background: #ffffff;
}
.roundedcornr_top_926065 div {
   background: url(images/roundedcornr_926065_tl.png) no-repeat top left;
}
.roundedcornr_top_926065 {
   background: url(images/roundedcornr_926065_tr.png) no-repeat top right;
}
.roundedcornr_bottom_926065 div {
   background: url(images/roundedcornr_926065_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_926065 {
   background: url(images/roundedcornr_926065_br.png) no-repeat bottom right;
}

.roundedcornr_top_926065 div, .roundedcornr_top_926065, 
.roundedcornr_bottom_926065 div, .roundedcornr_bottom_926065 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_926065 { margin: 0 30px; }


.roundedcornr_box_678044 {
   background: #ffffff;
}
.roundedcornr_top_678044 div {
   background: url(images/roundedcornr_678044_tl.png) no-repeat top left;
}
.roundedcornr_top_678044 {
   background: url(images/roundedcornr_678044_tr.png) no-repeat top right;
}
.roundedcornr_bottom_678044 div {
   background: url(images/roundedcornr_678044_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_678044 {
   background: url(images/roundedcornr_678044_br.png) no-repeat bottom right;
}

.roundedcornr_top_678044 div, .roundedcornr_top_678044,
.roundedcornr_bottom_678044 div, .roundedcornr_bottom_678044 {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.roundedcornr_content_678044 { margin: 0 12px; }


/*
//////////////////////////////////////////////////////
      Menu
//////////////////////////////////////////////////////
*/

#menu {
	float:left;
	margin: 25px;
}

.menu ul{
margin:0;
padding:0;
display:block;
list-style-type:none;
font-weight:bold;
Background-color: #ffffff;
Background-image: url({urlstyle}/images/entry_bg_top.jpg);
background-repeat: no-repeat;
}

.menu ul li{
color: #FFFFFF;
border-bottom:1px #F1C38D;
line-height:30px;
}

.menu ul li a{
padding-left:20px;
}

.menu ul li a:hover{
color: #000000;
}

#menu ul li.current,#menu ul li.current:hover{background-image:url(arrow.jpg);
background-repeat:no-repeat;}


.menu ul li a:link {
	color: #000000;
	text-decoration: none;
}
.menu ul li a:visited {
	color: #000000;
	text-decoration: none;
}
.menu ul li a:hover {
	text-decoration: underline;
	color: #000000;
}
.menu ul li a:active {
	color: #000000;
	text-decoration: none;
}

.boxborder {box-shadow: -10px -10px 0px #000;
border-radius: 5px;
padding: 5px 5px 5px 15px;}

.bordertop {background: url(dot2.gif) 0 0 repeat-x; width: 20em}
.borderbottom {background: url(dot2.gif) 0 100% repeat-x}
.borderleft {background: url(dot2.gif) 0 0 repeat-y}
.borderright {background: url(dot2.gif) 100% 0 repeat-y}
.borderbottomleft {background: url(bl2.gif) 0 100% no-repeat}
.borderbottomright {background: url(br2.gif) 100% 100% no-repeat}
.bordertopleft {background: url(tl2.gif) 0 0 no-repeat}
.bordertopright {background: url(tr2.gif) 100% 0 no-repeat; padding:10px}

//////////////////////////////////////////////////////
						FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
	clear: both;
	align: center;
	height: 35px;
	margin: 200px;
	margin-top: 25px;
}
#footer p {
	padding-left: 15px;
	padding-top: 5px;
	color: #ffffff;	
}

#footer p a:link,
#footer p a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer p a:hover {
	color: #ff8181;
	text-decoration: underline;
}

#footer span {
	font-size: 6px;
	color: #333333;
}
#footer span a:link,
#footer span a:hover, 
#footer span a:visited         {
	color: #333333;
}


