/*
Theme Name: Victor Stud
Description: Victor Stud Template
Version: 2 (WP2.6.2)
Author: Robert Harris
*/
/*MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
 }
 
 body {
	background-image: url(images/homeWeb2.jpg);	
	font-family: "Arial";
	font-style:normal;
    font-size: 14px;
    color: #FFFFFF;
}

#header {

	background-image: url(images/header.jpg);
	float:left;
	height:242px;
	width:800px;
	overflow:auto;
}


#container {
	
	margin:auto;
	width:800px;

	
}


#navigation {
	float:left;
	height:auto;
	width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	/*background-color:#000000;*/
	
	
	
}


#menu {

	list-style:none;
	padding:0;
	margin:0;
	width:800px;
	height:80px;
	background:url(images/menuBg.png) no-repeat;
	position:relative;
}

#menu span {
	display:none;
	position:absolute;
}

#menu a {
	display:block;
	text-indent:-900%;
	position:absolute;
	outline:none;
}

#menu a:hover {
	background-position:left bottom;
}

#menu a:hover span {
	display:block;
}

#menu .home{
	width:110px;
	height:62px;
	background: url(images/home.png) no-repeat;
	left:20px;
	top:0px;
}

#menu .stud{
	width:98px;
	height:62px;
	background:url(images/stud.png) no-repeat;
	left:132px;
	top:0px;
}

#menu .boarding{
	width:142px;
	height:62px;
	background: url(images/boarding.png) no-repeat;
	left:233px;
	top:1px;
}

#menu .veterinary{
	width:140px;
	height:62px;
	background:url(images/veterinary.png) no-repeat;
	left:375px;
	top:0px;
}

#menu .news{
	width:98px;
	height:62px;
	background:url(images/news.png) no-repeat;
	left:510px;
	top:0px;
}

#menu .contact{
	width:149px;
	height:62px;
	background:url(images/contact.png) no-repeat;
	left:610px;
	top:0px;
}
	
#content {
	float:left;
	width:800px;
	height:auto;
	margin-top:0px;
	position:relative;
	/* CSS3 standard */
}

#content p{
	margin:5px 0 10px;
}
#content .transparency {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	background-color:#080807;
	width:800px;
	height:887px;
	position:absolute;
	top:-6px;
	left:0px;
	z-index:-1;
	top: -13px;
}  
	


#content-left {
	float:left;
	width:290px;
	height:auto;
	margin: 0px 0px 0px 50px;
	
}

.a-post {
	/* border: 1px solid #bababa;*/
	width: 400px;
	padding: 5px;
	float: left;
	margin: 5px;
}
	 
.a-post h1{
	color: #FFFFFF;
	font-size: 24px;
	text-decoration:underline;
	font-weight: normal;
	line-height: 34px;
}
	 
.post-img {
	float: left;
	height: auto;
	width: auto;
	margin-left: 30px;
}
	 
.post-title {
	float: left;
	width: 336px;
    margin-bottom: 10px;
}
	 
.post-title p {
	color: #FFFFFF;
	background-color: #90c6df;
	float: left;
}
	 
.post-desc {
	 float: left;
     width: 350px;
	 text-align: justify;
	 font-style: none;
     line-height: 16px;
	 margin:10px 0px 0px 0px;
	 
}

.side-bar {
	float: right;
	width:310px;
	height:auto;
	margin: 56px 20px 50px 0px;
	
}

.side-bar-image {
	float: left;
	height: auto;
	width: auto;
	margin-bottom:30px;
}

.side-bar-content {
	width:260px;	
	float:right;
	margin-right:34px;
}
.side-bar-imgTop {
	background:url(images/side-bar-top.png);
	background-repeat:no-repeat;
	width:266px;
	height:46px;
}

.side-bar-imgMid {
	background:url(images/side-bar-mid.png);
	background-repeat:repeat-y;
}

.side-bar-imgBttm {
	background:url(images/side-bar-bottom.png);
	background-repeat:no-repeat;
	width:266px;
	height:16px;
}

.side-bar h2 {
	color:#8b8317;
	font-size:20px;
	font-weight:bolder;
	line-height:24px;
}

.side-bar p {
	text-align:justify;
	line-height:16px;
}

.side-bar li {
	line-height:18px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:8b8317;
	margin-left:12px;
	margin-top:10px;
	display:block;
	padding-bottom:4px;
}

.side-bar a {
	color:#817a2c;
}

.side-bar a:hover {
	color:#FFF;
}
.side-bar a:visited {
	color:#bab03e;
}
	
#footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:80px;
	width:800px;
	clear:both;
	background-position:center;

}

#footer-topbar {
	height:30px;
	width:420px;
	margin:auto;
	padding-top:12px;
}
#footer-content p{
	color:#FFFFFF;
	text-align:bottom;
	padding-top:2px;
	width:420px;
	margin:auto;
}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#817a2c;
}
#footer a:visited{
	color:#bab03e;
}
	
