
body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	}

@font-face {
	font-family: 'Brankovic';
	src: url:('../fonts/brankovic.ttf') format:('truetype');
	}

a:link, a:visited, a:active {
color: white;
text-decoration: none;
}
a:hover {
color: white;
font-weight: bold;
text-decoration: none;
}

#container {
	background: black;
	width:850px;
	margin: 1em auto;
	border: solid black 1px;
	}
	
#header { 
	text-align:center;
	background: white;
	}

h1 {
	color: white;
	font-family:"brankovic";
	font-size: 36px;
	}
	
h3 {
	color: white;
	}
	
#nav {
	font-family: "Brankovic";
	font-size: 20px;
	}

#nav ul {
	list-style-type:none;
	padding-top: 5px;
	margin-top: 0px;
	border-top: solid white 15px;
	}

#nav ul li {
	background: white;
	display:inline;
	margin:4px;
	padding: 10px 0 10px 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}
	
#nav ul li a{
	text-decoration:none;
	padding:5px 25px 10px 25px;
	}

#nav a:link, a:visited, a:active {
color: black;
text-decoration: none;
}

#nav a:hover {
	background: black;
	color: white;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	}
	
a.active {
	color: white;
	background:black;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;

	}
	
#page {
	width: 800px;
	padding: 10px;
	color: white;
	margin-top: 20px;
	}	

#content {
	float: left;
	width: 500px;
	margin-left: 15px;
	margin-top: 20px;
	}
.cbox {
	background: white;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
	padding:10px;
	margin-top: 52px;
}
	
#recent {
	width: 300px;
	margin-right: 15px;
	float: right;
	font-size: 12px;
	margin-top: 20px;
	}

.rbox {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
	padding:10px;
	background: white;
	margin-bottom: 10px;
}	

.blogdate {
	color:#006699;
	}
.rbox a { 
	color:#003366;
	}	
	
.folio {
	min-height: 145px;
	padding: 10px;	
	}
	
.folio img {
float: right;
padding: 5px;
}

#footer {
	border-top:solid black 25px;
	padding: 10px;
	background: white;
	clear:both;
	text-align:right;
	font-size:14px;
	font-style:italic;
	}
	
#footer a {
	border-left: solid black 2px;
	padding: 5px;
	color: #003366;
	font-weight: bold;
	font-style:normal;
	}