/*
Homepage stylesheet for iconic
*/

body {
	background: #33435f url(images/body-bg-home.jpg) repeat-x;
	margin: 0px;
}
div#header {
	height: 200px;
	background:url(images/header-home.jpg) no-repeat center top;
}
	div#topmenu{
		width: 331px;
		margin-right:65px;
	}
	div#header #blog-description{
		float: left;
		margin-left: -1500px;
	}
   div#header #logo {
		float: left;
		padding-left:70px;
	}		
		
    #social-networking ul {
		list-style:none;
	}
		#linkcat-2 h2 {
			color: #82a9dd;
			text-align:right;
			font-size:12px;
		}	
		#linkcat-2 li{
			float:right;
			padding-left:8px;
		}
	#linkcat-2 img {
		behavior: url(wp-content/themes/iconic/iepngfix/iepngfix.htc);
		width: 26px;
		height: 26px;
	}


#wrapper {
	background: url(../images/topbg.jpg) repeat-x top;
	width: 900px;
	margin: 0 auto;	
}
		
div#container {
	background: #000000 none;	
	border: 1px solid #1e4c93;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:0;margin:0;
	
}
div#content{
	padding-top:20px;
	margin: 5px 0 53px 5px;
	border: 1px solid #a0a0a0;
	background: #ffffff;
    width: 838px;
}
div.content-placer{
}

#home-nav {
	width:500px;
	float:right;
}


/*------------ Welcome message ------------*/
#welcome {
    width: 335px;
	float:left;
	padding:0;
	margin:0;
}
	#welcome b, #welcome strong {
		color:#255daa;
		font-size:16px;
	}
	.welcome-pic {
		background:url(images/welcome-pic-bg.jpg) no-repeat;
		padding: 15px;
	}

/*------------ Navigation boxes ------------*/
.nav {
	margin: 0;
	padding:0;
	list-style: none;
}
	.nav li { 
		margin:0 13px 0 65px;
		display: inline;
		float: left;
		position: relative;
		min-height:190px;
		/* for IE */
		height:200px;		
	}
	.nav b, .nav strong {
		color:#255daa;
	}
	.nav a, .nav a:visited {
		color: #737373;
		text-decoration:none;
	}
	.nav a:hover {
		text-decoration:none;
	}
	.nav img {
		padding: 14px;
		border: 0;
	}
	.nav a span {
		width: 165px;
		background: url(images/glossy-frame.png) no-repeat;
		display: block;
		position: absolute;
		top: -2px;
		left: -2px;
		text-align: center;
		padding-top: 120px;
	}
	.nav a:hover span {
		background: url(images/glossy-frame-hover.png) no-repeat;
	}
	/* IE hack for PNG opacity */
	.nav a span {
		behavior: url(wp-content/themes/iconic/iepngfix/iepngfix.htc);
	}

/*------------ FOOTER ------------*/
div#footer-wrapper{
	background: #31425e url(images/footer-sill-home.jpg) repeat-x bottom;
}
div#footer{
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	text-align:center;
	margin: 0 auto;
	width: 990px;
}
div#footer-nav {
	float:none;
}
	div#copyright{
		text-align: center;
	}