/*
===============================================================================
Basic Blue Stylesheet for avarice.cc

Version:	1.0
Author:		110100100
Email:		admin@avarice.cc
website:	http://avarice.cc

===============================================================================
*/
 *{
	padding: 0;
	margin: 0;
    color:#041e2c;
 }

body {
	font:85%  Arial, Veranda, Helvetica, sans-serif;
	min-width: 780px;
    background: url(img/bgtile.jpg) top center repeat-y;
	background-color: #035B8D;

}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color:#0E72AB
}

#header{
	position: relative;
	width: 780px;
	height: 200px;
	background: url(img/a1.gif);
}

#mainimage{
    margin: 0 0 0 25px;
}

h1 {
	text-indent: -9000px;
}

h2 {
    font-size:190%;
    padding: 20px 0px 0px 20px;
}

h3{
    font-size:95%;
    padding: 0px 0px 30px 25px;
}

h5{
  margin: 0px 0px 0px 25px;
}


p{
    line-height: 130%;
   	font-size: 110%;
    font-weight: bold;
    margin: 20px;
    padding: 0px 30px 0px 30px;
/*    border: 1px solid #035B8D;  */
}

a img{
    border-style:none;
}
/* Box  ------------------------------------------------------------------------------------------------------------*/

.box {
	margin: 15px  15px  15px 15px;
  border:1px solid #0E72AB;
}


.box h2{
    background: url(img/top2.gif) no-repeat left top;
}

.box ul{
    font-weight: normal;
    margin:15px 0px 0px 0px;
    padding: 0px 80px 0px 80px;
    line-height: 130%;
    font-size: 105%;
}

.box li{
     margin:0px 0px 8px 0px;
}

.box .last {
    padding-bottom: 20px;
    background: url(img/bottom2.gif) no-repeat left bottom;
}


.ss {
  float:left;
  margin:25px 17px 10px 17px;
  font-size: 115%;
}

.ad {
border-style: none ;
  padding: 25px;
}

.info {
    background: url(img/tile2.gif) repeat-y;
}


.info a{
	margin: 100px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
	font-size: 180%;
    font-weight:bold;

}



/* End Box  ----------------------------------------------------------------------------------------------------------*/

/* Primary Navigation  ------------------------------------------------------------------------------------------------*/

#pNav{
	position: absolute;
	top: 150px;
	left: 0px;
}

#pNav li{
	display: inline;
	float:left;
	padding: 10px 0px;
}

#pNav a{
	font-size: 145%;
	color: #000;
	background: #035B8D;
	text-decoration: none;
	border-bottom: 1px solid #024064;
	border-top: 1px solid #024064;
	border-right: 1px solid #024064;
	padding: 5px;
	margin: 0;
}

#pNav a:hover,
#pNav a:active {
	background-color: #0E72AB;
	color: #000;
}

/* Primary Navigation - Highlight the current page ----------------------------------------------------------------*/

body.home #pNav a#home,
body.downloads #pNav a#downloads,
body.screenshots #pNav a#screenshots,
body.links #pNav a#links,
body.about #pNav a#about{
	text-decoration: underline;
}

/* End Highlight the current page --------------------------------------------------------------------------------*/

/* End Primary Navigation  ---------------------------------------------------------------------------------------*/

/* The Footer --------------------------------------------------------------------------------------------------- */

#footer{
     margin: 150px 0px 0px 0px;
	clear:both;
	width: 780px;
	height: 200px;
	background: transparent url(img/a2.gif);
}

#footer p {
	margin: 10px 10px 0 0;
	padding: 30px 0 30px 0;
	margin-left: 10%;
	margin-right: 10%;
	font-weight: bold;
   	font-size: 100%;
}

#footer form{
float: left;
margin: 5px;
}

#footer img{
float: left;
margin: 5px;
}

#footer a{
	padding:10px;
	}

#footer a:link, #footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #000;
	background: #035B8D;
}

/* End The Footer ---------------------------------------------------------------------------------------------- */


/* Start Google Adsense ---------------------------------------------------------------------------------------------- */

.ad1 {
margin:0px 0px 0px 26px;
}

/* End Google Adsense ---------------------------------------------------------------------------------------------- */
