/*
Theme Name: Wordpressboys theme
Theme URI: http://www.wordpressboys.com
Description: A special wordpress theme developed by <a href="http://www.xprowebwise.com"> CMS Customization</a>
Version: 1.0
Author: xprowebwise.com
Author URI: http://www.xprowebwise.com
*/
@charset "utf-8";

body {
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:19px;
	text-decoration:none;
	line-height:15px;
        color:#ff00ff;
        background:#eaeaea;
	
}
a {
	text-decoration:none;
	color:#bc346d;
}
a:hover {
	color:#41142a;
}
img {
	border:0px;
}
h1, h2 {
	font-weight:100;
	margin:10px 0px;
}
.page {
	width:800px;
	margin:0px auto;
	background:#fff;
}
.header {
	height:382px;
	width:100%;
	background:url(images/header.jpg) no-repeat;
}

.content {
	background:#fff;
	width:100%;
}
.postam {
	width:539px;
	padding:0px 0px 20px 36px;
	float:left;
	font-weight:100;
}
.postam h1 {
	color:#106187;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
}
.sidebar {
	width:171px;
	padding:0px 36px 0px 18px;
	float:right;
}
.sidebar h1 {
	color:#d01977;
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
}
p {
	margin:10px 0px;
}
.postam p {
	font-size:12px;
	line-height:13px;
	color:#636466;
}
.sidebar p {
	line-height:12px;
	font-size:12px;
	color:#636466;
}
.textwidget {
	line-height:12px;
	font-size:12px;
	color:#636466;
}
.clear {
	clear:both;
}
.footer {
	background:url(images/footer.jpg) no-repeat;
	height:171px;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
}
.footer h1 {
	color:#f4dd2b;
	font-size:30px;
}
.footer h2 {
	color:#f4dd2b;
	font-size:24px;
}
.fleft {
	width:394px;
	height:171px;
	float:left;
	margin-left:36px;
        display:inline;
}
.fmiddle {
	height:171px;
	width:160px;
	float:left;
        display:inline;
}
.footer ul {
	font-size:11px;
	margin:0px;
	padding:0px;
}
.footer p {
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#bc346d;
}
.footer ul li {
	list-style:none;
	color:#f8f6b9;
}
.footer a {
	color:#f8f6b9;
}
.footer a:hover {
	color:#bc346d;
}
.fright {
	width:170px;
        height:171px;
	float:right;
	margin-right:36px;
        display:inline;
}


#navigation ul#nav {
	z-index: 5000;
	background:url(images/menu.jpg) repeat-y;
	height:38px;
	margin:0;
	padding:0 0 0 25px;
}

#navigation ul#nav li {
    list-style:none;
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
}

#navigation ul#nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size:11px;
	padding:10px 10px;
	font-family:Tahoma,Geneva,sans-serif;
	
    }


#navdigation ul#nav li a span {
	padding:10px 10px;
   /*	background: url(arrow.gif) no-repeat 100% 50%;  optional */
}

#navigation ul#nav  li ul {
    display: inline-block;
    position: absolute;
/* hidding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
    padding: 3px 8px 3px 3px;
    background:#BC346D;
	
}

#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul /* This is for Internet Explorer 6  */
{
    display: block;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 4000;
	width:120px;
	margin:0;
   
}

#navigation ul#nav  li ul li {
    width:auto; 
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
	
}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
    background: transparent;
    padding: 10px 5px;
    text-decoration: none;
    margin: 0px;
    color: #FFFFFF;
    text-indent: 0px;
    text-align: left;
    border: 0;
    white-space: nowrap;
	width:110px;
}

#navigation ul#nav li ul li a:hover {
    color: #BC346D;
    background: #FFFFFF;
	width:110px;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a
{
    background: #FFFFFF;
	color:#BC346D;
}
