/*
Arazel.com Theme
by: Aeon
*/

body {
	background: #0074e0 url(img/bg.gif) repeat-x;
	margin: 0 0 60px 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #3F3F3F;
	text-align: center;
}

a{
	color:	#0080FF;
	text-decoration: none;
}

a:link{
	color: #0080FF;
	text-decoration: none;
}

a:visited{
	color: #0080FF;
	text-decoration: none;
}

a:hover{
	color: #0080FF;
	text-decoration: underline;
}

/* html tags */
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #0080FF;
 margin: 0px;
 padding: 0px;
 background: #transparent url("img/h2i.gif") repeat-x;
 background-position: left top;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*END*/

/* Extras */

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}




/* Layout */

div#container
{
	width: 914px;
	height: 80%;
	margin: 0 auto;
	text-align: left;
	background-color: #002e5b;
}

div#container2{
	margin: 0 auto;
	text-align: left;
	background-color: #002e5b;
}


#masthead{
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: left;
}


#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	text-align: left;
}

#rightcontent{
  float:right;
	width: 193px;
	border: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}


.block h3 {
  border-bottom: 2px solid #6699cc;
  color: #369;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 5px 10px 30px;
  margin-bottom: .25em;
}

.block {
  padding: 0;
}
.block {
  margin-bottom: 0;
}



/* Content */

div#content {
  float: left;
  width: 100%;
  min-height: 100%;
  text-align: left;
  background: #FFFFFF url("img/contentbg.gif") no-repeat top left;
}

div#content { line-height: 150%; }

menuContent {
  line-height: .5;
}

/*END*/

*/


/* #navigation */

div#navigation {
	float: left;
	width: 147px;
	margin: 0px;
	padding: 0px;
	background-color: #0d0d0d;
	border-left: 1px solid #0d0d0d;
	_border-left: none;
	border-right: 1px solid #0d0d0d;
	text-align: left;
}


div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


div#navigation ul li { 
	margin: 0px;
	padding: 0px;
}

#navigation h2 {
	padding: 2px 0px 2px 10px;
	margin: 0;
}

#navigation ul li a:link, #navigation ul li a:visited {
	font-size:12px;
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 25px;
	/*color: #21536A;*/
	color: #FFFFFF;
}

#navigation ul li a:hover
{
	background-color: #000000;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a.active{
	background-color: #111111;
	font-weight: bold;
	text-decoration: none;
}

div#rightnav
{
float: right;
width: 193px;
min-height: 100%;
margin: 0;
padding: 0;
color: #fff;
}




/************* siteInfo ***************/

#siteInfo{
	clear: both;
	width: 914px;
	height: 58px;
        background: url("img/bottom.gif") no-repeat;
        margin: 0 auto;
	font-size: 75%;
	color: #cccccc;
	padding: 0;
	text-align: center;
	
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/*************/

/************* Menu ***************/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
  margin: 0;
  padding: 0;
 }
ul.menu li {
  margin: 0;
  padding: 0;
}
li.expanded {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  background: url("img/menu.gif") no-repeat top center;
}
li.collapsed {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  background: url("img/menu.gif") no-repeat top center;
}
li.leaf {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  background: url("img/menusub.gif") no-repeat top center;
}
li.leaf a{
  border-left: 0;
  border-bottom: 0;
  height: auto;
  _height: 1%;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
/*************/

/***********************************************/
/* Components                                  */
/***********************************************/

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  width: 49%;
  }

div.spacer {
    clear: both;
    height: 0px;
  }

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

#siteButtons{
	float:right;
	margin: 0;
	padding: 0 0 0 10px;
}

/********** Primary Nav *************/

#primary a:hover { 
	color:	#FFFFFF; 
	background: url("img/pmb.jpg") no-repeat top center;
	height:29px;
}
#primary #current a.active:hover { 
color: black; 
}

#primary { 
    float: left;
    width: 100%;
	height: 29px;
    background: none;
    font-size: 93%;
    line-height: normal;
	padding: 0px 0 0 15px;
	margin:	0;
}

#primary ul {
	position:absolute;
    margin: 0;
    padding: 0; 
}

#primary a, #primary strong, #primary span {
  display: block;
  padding: 5px 15px 4px 6px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  text-align:center;
}

#primary li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width:90px;
  height:29px;
  position:relative;
}

#primary #current {
    background-image: url("img/pmb.jpg") ;
    border-bottom: none;
}

#primary #current a {
  background-image: url("img/pmb.jpg") ;
  padding: 5px 15px 4px 6px;
  font-weight: bold;
  padding: 0;  
  border-bottom: none;
  color: #ffffff;
  text-decoration:none;
  font-weight:bold;
}


/************* #globalNav styles **************/

#globalNav{
position: relative;
width: 50%;
min-width: 600px;
height: 29px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:url(img/pmbg.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
}

#globalNav a {
	color:#FFFFFF;
	font-size: 90%;
}

span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  }

span.right {
  float: right;
  text-align: right;
  font-weight: bold;
}



/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 4px 0 0 0;
	height:20px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #search_theme_form styles ***************/

#search_theme_form{
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 110;
}

#search_theme_form input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search_theme_form a:link, #search_theme_form a:visited {
	font-size: 80%;
	font-weight: bold;	
}

#search_theme_form a:hover{
	margin: 0px;
}
#search{
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 110;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/*************** Filter ***************/

div.codeblock {
  padding: 5px;
  border: 1px solid #CCC;
  background-color: #EEE;
}

/************* Forum ******************/

#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}
.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
  margin-right: 4em;
  text-align: right;
}
.forum-topic-navigation .topic-next {
  text-align: left;
}

/*********** Flat Forum *************/

.forum-comment {
  float: left;
  width: 95%;
  border: 1px solid #000;
  margin-bottom: 0.5em;
}
.comment-light {
background-color: #eee;
}

.comment-dark {
background-color: #bbb;
}

.comment-top {
border-bottom: 1px solid #000;
}

.comment-left {
  width: 10%;
  float: left;
  font-size: 11px;
}

.comment-left .picture {
  float: none;
}

.comment-right {
width: 89%;
float: right;
border-left: 1px solid #000;
}

.Comment-right .subject {
border-bottom: 1px solid #000;
}

.comment-right .menuContent {
  float: left;
}

.comment-bottom {
float: right;
border-top: 1px solid #000;

}

.comment-bottom .links {
float: right;
}

/************** Dashboard *********************/
.dashboard {
  vertical-align: top;
}

.dashboard #top, .dashboard #bottom {
	width: 100%;
	clear: both;
}

.dashboard #left {
	float: left;
	width: 48%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.dashboard #middle {
	float: left;
	width: 4%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.dashboard #right {
	float: left;
	width: 48%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.dashboard .component {
  margin-bottom: 1.1em;
}
