/* @override http://avedian.net/wp-content/themes/default/style.css */

/*  
Theme Name: Avedian 
Theme URI: http://avedian.net/
Description: The default theme for Avedian Properties.
Version: 1.6
Author: Tim Anderson 
Author URI: http://vtownblues.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Everypage
 */
body{
	background: #0066b1 url(/images/back.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}
p{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
	margin: 0;
	font-size: 2.5em;
}
.post h2{
	text-align: center;
}
#centerer{
	width: 742px;
	margin-left: -375px;
	left: 50%;
	position: absolute;
	top: 0;
}

/* Anti- IE Hack: */
html>body #centerer{
	width: 750px;
}

#head a#logo{
	width: 682px;
	height: 139px;
	display: block;
	background-image: url(/images/logo.jpg);
	margin-left: 34px;
}
#menudummy{
	height: 43px;
	text-align: center;
	color: #c7e8ff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.9em;

}
#menu{
	height: 43px;
	text-align: center;
	color: #c7e8ff;
	font-size: 24px;
	font-weight: bold;

	position: absolute;
	top: 139px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
}
#menu a:link, #menu a:visited{
	color: #c7e8ff;
	text-decoration: none;
	display: inline-block;
	height: 38px;
	margin-top: 0px;
	line-height: 43px;
	padding: 0px .7em;
        padding-top:3px;
}
#menu a:hover{
	color: #000;
	background-color: #c7e8ff;
}
#content{
	border-right: 10px solid #272727;
	border-left: 10px solid #272727;
	padding: 1px 10px 10px;
	background: #d7edfb url(/images/houses.jpg) no-repeat 0 bottom;
}
#foot{
	background-color: #272727;
	color: #7d92a1;
	font-size: .7em;
	text-align: center;
	padding: 10px;
}
a.login:link, a.login:visited{
	text-decoration: none;
	color: #33a53e;
}
a.login:hover{
	color: #00ff19;
}
#clearit{
	clear: both;
	height: 90px;
}
span.editlink a{
	display: block;
	background-color: #5f2e2e;
	color: #c7e8ff;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	padding: 3px;
	text-align: center;
	margin-top: 5px;
}
/* @end */

/* @group Home */
div#welcome{
	border-right: 10px solid #272727;
	border-left: 10px solid #272727;
	border-bottom: 3px solid #272727;
	height: 200px;
	background: url(/images/welcome.jpg) center;
}
.home .entry p{
	text-indent: 3em;
	margin-top: 4px;
	margin-bottom: 20px;
	text-align: justify;
}
.home .entry{
	width: 650px;
	margin-left: 30px;
	padding-bottom: 10px;
}
.home div.entry strong{
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}
.home .sidebar{
	text-align: center;
	padding-top: 30px;
	font-size: 1.2em;
}
/* @end */

/* @group Lending */
div.inform {
	text-align: left;
	padding: 10px 50px;
	background-color: #b3e0ff;
	font-size: 1.3em;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	border: 1px solid #272727;
}

.inform .forma {
	margin: 0;
}

.inform .formb {
	text-indent: 30px;
	margin: 0 0 20px;
	text-align: right;
}

.formb input {
	color: #00457a;
	background: #e9f6ff;
	border: 1px solid #1f1277;
	font-weight: bold;
	font-size: 1.2em;
}

.formc {
	text-align: center;
}
/* @end */

/* @group Agents */
div.agents div.post{
	width: 214px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: left;
}
div.agents div.post h3{
	margin: 0;
	padding: 0;
}
.agents span.edit a{
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}
.agents .post img{
	border: 3px solid #272727;
	padding: 2px;
	margin-top: 7px;
	margin-bottom: 15px;
}
.agents .post img:hover{
	border-color: #007cd2;
}
.agents .post h3 a:link, .agents .post h3 a:visited{
	font-size: 16px;
	text-decoration: none;
	color: #272727;
}
.agents .post h3 a:hover{
	color: #007cd2;
}
/* @end */

/* @group Single Agent */
.singagent #agentpic{
	width: 300px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	float: left;
}
.singagent #agentpic img{
	border: 3px solid #272727;
	padding: 2px;
}
.singagent #agentpic img:hover{
	border-color: #007cd2;
}
.singagent #agentdesc{
	padding-top: 50px;
}
.singagent .entry{
	clear: both;
	padding-left: 20px;
	width: 670px;
	text-align: justify;
	text-indent: 2em;
	padding-bottom: 30px;
}
/* @end */

/* @group Contact */
.entry strike{
	text-decoration: none;
	font-size: 24px;
}
div#map{
	height: 300px;
	border-top: 3px solid #272727;	
	border-right: 10px solid #272727;
	border-left: 10px solid #272727;

}
#map #inmap{
	text-align: center;
	font-size: 14px;
}
#map #inmap span{
	color: #004ea8;
	font: bold 17px Georgia, "Times New Roman", Times, serif;
}
/* @end */