/*
Theme Name: Real Estate
Theme URI: http://www.mediaanalys.se
Description: Skräddarsydd template för webbplatser som vill ha lite stil och elegans!
Version: 1.0
Author: Carl Joel
Author URI: http://www.mediaanalys.se
Tags: none
*/

body {
   padding:0;
   margin:0;
   background-image:url('images/background.jpg');
   background-repeat:repeat-y;
   background-position: top center;
   font-family:Verdana, 'Times New Roman', serif;
   font-size:13px;
}

a { text-decoration: none; }
* { margin: 0; padding: 0; }
p { color:#333; padding:8px 0 0 0; font-size:13px;}

.h1custom {
   font-size:16px;
   color:#444;
   margin:20px 0 0 0;
}

h1, h2, h3, .h1class {
   font-family:Arial, Verdana, 'Times New Roman', serif;
   color:#7e9904;
}

h1, .h1class {
   font-size:18px;
}

h2 {
   font-size:16px;
   padding:25px 0 0 0;
   color:#444;
   border-bottom:1px solid #E5E5E5;
}

#contentPages h2 {
   font-size:14px;
   padding:0 0 5px 0;
   color:#7e9904;
   border-bottom:0;
}

h2  a {color:#0790bd;}

h3 {
   font-size:17px;
   color:#0790bd;
   text-align:center;
   padding:10px 0 5px 0;
}

#container {
   width:940px;
   margin:0 auto;
}

#header {
   height:300px;
   background-image:url('images/top.jpg');
   background-repeat:no-repeat;
}
#blogname{
   padding:14px 0 0 25px;
}

#blogname a{
   font-size:20px;
   font-weight:bold;
   color:#FFF;
   font-family:Arial,Verdana,'Times New Roman',sans-serif;
}

/*
  
  MENU

*/

#menu {
   height:45px;
}

#menu ul {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
	background-color: #bac48e;
	font-family:Arial,Verdana,sans-serif;
   font-weight:bold;
}

#menu ul li {
	display:block;
	float:left;
	border-right:1px solid #a3ab7d;
}
   
#menu ul li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 15px 0 15px;
	height:28px;
}
#menu ul li a:hover {
	background-color: #80885d;
}

#menu .current_page_item {
   background-color: #a6b078;
   border-bottom:3px solid #5b623b;
}


/*
*
*  Content
*  
*/


#content {
   float:left;
   width:630px;
   padding:10px 5px 0 5px;
}

#content ul{
   margin:10px 0 0 0;
}

#content li{
   list-style:none;
   padding:2px 0;
   font-family:Verdana;
   font-size:13px;
}

#content li a{
   color:#000;
}

#contentPages{
   width:630px;
   padding:10px 0 0 0;
}

.contentPagesSingel{
   width:200px;
   float:left;
   padding:0px 10px 0 0;
}

.contentPagesSingel p{
   color:#999;
   font-family:'Times New Roman', serif;
   font-size:12px;
}

.pageBorder {
   border-right: 2px solid #ececec;
}

/*
*
*  Sidebar
*  
*/

#sidebar {
   float:left;
   width:300px;
}

#sidebar ul{
   list-style-type:none;
	display:block;
}

#sidebar input, select, textarea  {
   display:block;
}


#footer {
   clear:both;
   width:940px;
   margin:50px 0 20px 0;
   text-align:center;
   color:#555;
   font-size:11px;
}

#footer p{
   font-size:11px;
   color:#555;
}


#stylized{
   border:solid 2px #333;
   background:#ebf4fb;
   padding:0 0 20px 0;
}
#stylized p{
   font-size:12px;
   color:#666666;
   margin-bottom:30px;
   border-bottom:solid 1px #b7ddf2;
   padding:10px 5px 20px 5px;
   font-family: Arial;
}
#stylized label{
   display:block;
   font-weight:bold;
   font-size:13px;
   text-align:right;
   width:110px;
   float:left;
   font-family: Arial;
}
#stylized .small{
   color:#666666;
   display:block;
   font-size:11px;
   font-weight:normal;
   text-align:right;
   width:110px;
}
#stylized input, #stylized select{
   float:left;
   font-size:13px;
   padding:4px 2px 2px 2px;
   border:solid 1px #aacfe4;
   width:160px;
   margin:0px 0 25px 10px;
   height:22px;
}
#stylized select{
   width:165px;
   height:30px;
}
#stylized input:hover, #stylized select:hover,#stylized input:focus, #stylized select:focus{
   border:solid 1px #80a6bd;
   background-color:#eaf5f8;
}
#stylized button{ 
   clear:both;
   width:250px;
   height:51px;
   text-align:center;
   line-height:31px;
   color:#FFFFFF;
   background-color:#333;
   font-size:14px;
   font-weight:bold;
   margin: 0 0 0 20px;
   border:solid 1px #fff;
}
#stylized button:hover{ 
   cursor:pointer;
   background-color:#222;
}


