@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../assets/bg.jpg);
	background-color:#333;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#wrapper {
	margin: 0 auto;
	width: 915px;
}
#header {
	height: 130px;
	background-image: url(../assets/vicspix.jpg);
	background-repeat: no-repeat;
}
#mainpic {
	padding: 15px 15px 30px 15px;
}
#menu {
	width: 410px;
	float: right;
	margin: 75px 0 0 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul a {
	color: #FFF;
	display: block;
	text-decoration: none;
	float: left;
	margin: 0 15px;
	padding: 0 0 3px 0;
	font-size: 90%;
}
#menu ul a:hover {
	border-bottom: 2px solid #f2347c;
}
#maincontent {
	width: 600px;
	float: left;
	font-size: 80%;
	line-height: 150%;
	padding: 0 15px;
}
#maincontentwide {
	width: 885px;
	/*float: left;*/
	font-size: 80%;
	line-height: 150%;
	padding: 0 15px;
}
#sidebar {
	width: 260px;
	float:right;
	font-size: 85%;
	text-align: center;
}
#sidebar a {text-decoration: none;}
#sidebar a:hover {border-bottom: 2px solid #f2347c;}
#lefthalf {
	width: 45%;
	float: left;
	font-size: 80%;
	line-height: 150%;
	padding: 0 15px;
}
#righthalf {
	width: 45%;
	float:right;
	font-size: 85%;
	text-align: center;
}
a.img {border:0;}
h1 {font-size: 150%;}
h3 {
	color: #F2347C;
	font-weight: normal;
	text-transform: uppercase;
}
.clearfloat {clear:both;}
a {color: #FFF;}
ul {list-style: none;}

.category {float: left; width: 190px; margin-right: 10px; margin-bottom: 20px;}
.category a {border:0;}
.category img {border: 2px solid white;}
.category-title a {text-decoration: none; text-align:center; display:block; padding: 5px;}
#gallery {border: 1px solid #444;}
#footer {
	clear:both;
	font-size: 70%;
	padding: 15px;
	color: #999;
	border-top: 1px dotted #444;
}
#footer a {color: #999;}

