/*  
Theme Name: PRiNZ BranfordMagazine
Theme URI: http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine/
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner,
Darren Hoyt and Justin Tadlock
Version: 1.3
Author: Michael Oeser
Author URI: http://www.der-prinz.com

/******************************************
*   HTML Elements                         
******************************************/
body {
	/*background-image: url(http://server/stu/rrtaarquitectos/images/backg.jpg);*/
	/*background-image: url(http://server/stu/rrtaarquitectos/images/back.jpg);*/
	/*color: #333;
	padding: 13px 0 25px 0;*/
	background-image: url(images/back.jpg);
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #666666;
	text-decoration:none;
	}

a:hover, a:active {
	color:#00CC00;
	text-decoration:none;
	}

a.Sel:link, a.sel:visited {
	color: #00CC00;
	text-decoration:none;
	}

a.sel:hover, a.sel:active {
	color:#00CC00;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}


.style1 {
	color: #666666;
	font-family: verdana;
	font-size: 14px;
}
.style2 {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
}
.style3 {color: #F0F0F0}
.style4 {
	font-family: verdana;
	font-size: 16px;
	color: #00CC00;
	font-weight: bold;
}
.style5 {
	font-family: verdana;
	font-size: 11px;
	color: #CCCCCC;
}
.style6 {font-family: verdana}


/***********NAVIGATION TEXT PORTFOLIO************/
div.navigation {
}
div.navigation div.top {
	margin-bottom: 0px;
	/*margin-right: 0px;*/
	height: 0px;
}
div.navigation div.bottom {
	margin-top: 0px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 2px 2px 0;
	list-style: none;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
	border: 0px solid #ccc;
}
ul.thumbs li.selected a {
	background: #88f;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
/***********NAVIGATION IMAGES PORTFOLIO************/
div.navimages {
}
ul.thumbs1 {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs1 li {
	float: left;
	padding: 0;
	margin: 2px 2px 2px 0;
	list-style: none;
}
ul.thumbs1 li a {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs1 li.selected a {
	background: #88f;
}
ul.thumbs1 a:focus {
	outline: none;
}
ul.thumbs1 img {
	border: none;
	display: block;
}
div.navimages div.top {
	margin-bottom: 0px;
	/*margin-right: 0px;*/
	height: 0px;
}
div.navimages div.bottom {
	margin-top: 0px;
}