/*-----------------------------------------------------------------------------
Base Style Sheet

version:   1.0
author:    Shyntlara
email:     shyntlara@knightsoftheshattering.com
website:   http://www.knightsoftheshattering.com/
-----------------------------------------------------------------------------*/

@import "layout.css";
/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	display: block;
	border: 0;
}

.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 75% "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
}

.content p {
	font: 1.15em "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
}

.error {
	color: #660000;
	font-weight: bold;
	}
.center {
	text-align: center;
	}
ins {
	text-decoration: none;
	font-weight: bold;
	}
#mainNav a, .seeall {
	font-family: "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans serif; 
	font-size: 14px;
	}
	
ul	{
	margin-left: 1em;
	}

.sold {
	color: #600;
	font-weight: bold;
	}

.strike {
	text-decoration: line-through;
	}			
/* =Headings
-----------------------------------------------------------------------------*/
h1	{
	color: #000;
	font: 1.3em "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
	}

h2	{
	color: #000;
	font: 1.15em "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
	}

/* =Links
-----------------------------------------------------------------------------*/
a	{
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}

#footer a	{
	color: #ddd;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}

/* =Language Selectors
-----------------------------------------------------------------------------*/
/* =Branding
-----------------------------------------------------------------------------*/
body {
	background: url(../images/bg.jpg);
	}

#canvas {
	background: url(../images/canvas_bg.jpg);
	}

#mainContent div.content {
	background: url(../images/bg1.jpg) no-repeat top left;
	margin-bottom: 10px;
	padding: 20px;
	}

#sideContent div.content {
	background: url(../images/bg2.jpg) no-repeat top left;
	margin-bottom: 10px;
	padding: 10px;
	}

img.pic {
	margin: 0 10px 10px 0;
	float: left;
	border: 1px solid #000;
	width: 135px;
	height: 95px;
	}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav ul {
	margin: 0;
	height: 40px;
	width: 686px;
	list-style: none;
	float: left;
	display: inline;
	}
	
#mainNav li {
	float: left;
	margin-right: 1px;
	}
	
#mainNav_home	{
	display: block;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background-image: url('../images/btn_bg.jpg');
	text-align: center;
	}

#mainNav_home.selected, #mainNav_home:hover {
	background-image: url('../images/btn_bg_lit.jpg');
	}

#mainNav_contact	{
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background-image: url('../images/btn_bg.jpg');
	text-align: center;
	}

#mainNav_contact.selected, #mainNav_contact:hover {
	background-image: url('../images/btn_bg_lit.jpg');
	}

#mainNav_whyReMax	{
	display: block;
	width: 111px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background-image: url('../images/btn_bg.jpg');
	text-align: center;
	}

#mainNav_whyReMax.selected, #mainNav_whyReMax:hover {
	background-image: url('../images/btn_bg_lit.jpg');
	}

#mainNav_listings	{
	display: block;
	width: 128px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background-image: url('../images/btn_bg.jpg');
	text-align: center;
	}

#mainNav_listings.selected, #mainNav_listings:hover {
	background-image: url('../images/btn_bg_lit.jpg');
	}

#mainNav_buyer	{
	display: block;
	width: 94px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background-image: url('../images/btn_bg.jpg');
	text-align: center;
	}

#mainNav_buyer.selected, #mainNav_buyer:hover {
	background-image: url('../images/btn_bg_lit.jpg');
	}

#mainNav_seller	{
	display: block;
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background-image: url('../images/btn_bg.jpg');
	text-align: center;
	}

#mainNav_seller.selected, #mainNav_seller:hover {
	background-image: url('../images/btn_bg_lit.jpg');
	}

#mainNav_testimonials	{
	display: block;
	width: 104px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	background-image: url('../images/btn_bg.jpg');
	text-align: center;
	}

#mainNav_testimonials.selected, #mainNav_testimonials:hover {
	background-image: url('../images/btn_bg_lit.jpg');
	}

.seeall {
	display: block;
	width: 275px;
	height: 43px;
	line-height: 40px;
	text-decoration: none;
	color: #666;
	background-image: url('../images/btn_seeall.jpg');
	text-align: center;
	}

.seeall:hover {
	color: #000;
	background-position: right bottom;
	}

.mainListing {
	padding: 10px;
	background-image: url('../images/bg3.jpg');
	border: 1px solid black;
	}
.mainListing h2 {
	margin: 0;
	}
			
/* =Sub Nav
-----------------------------------------------------------------------------*/
/* =Search Box and Ads/Logo
-----------------------------------------------------------------------------*/
/* =Main Content */
.louise {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
/*-----------------------------------------------------------------------------*/
/* =Secondary Content
-----------------------------------------------------------------------------*/
.listing {
	margin-bottom: 20px;
	}
	
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 20px;
	text-align: right;
	color: #DDD;
	}
#footer ul, #footer li {
	display: inline;
	}
#footer li {
	margin-left: 10px;
	}

/* =Forms
-----------------------------------------------------------------------------*/
fieldset {
	padding: 10px;
	}
	
legend	{
	color: #000;
	font: 1.15em "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
	padding: 10px 10px 10px -10px;
	}
form p {
	text-align: left;
	}
label {
	display: block;
	}
input {
	width: 200px;
	}	
textarea {
	width: 399px;
	height: 75px;
	}

/* =Tables
-----------------------------------------------------------------------------*/
/* =Misc 1
-----------------------------------------------------------------------------*/
#socialmedia a * {
  display: none;
}

#socialmedia {
  list-style: none;
}

#remax {
  float: right;
}
#remax img {
	margin-top: 1em;
	}
#remax p {
	margin-top: 5px;
	font-size: 1em;
	}
#socialmedia li {
  float: right;
}
#socialmedia a,
#socialmedia a .hover {
  height: 52px;
  position: relative;
  display: block;
  cursor: pointer;
  background: url(../images/socialmedia.jpg) 0 0 no-repeat;
}

#socialmedia a#youtube {
  background-position: -155px 0;
  width: 37px;
}

#socialmedia a#blog {
  background-position: -117px 0;
  width: 37px;
}

#socialmedia a#twitter {
  background-position: -79px 0;
  width: 37px;
}

#socialmedia a#facebook {
  background-position: -42px 0;
  width: 37px;
}

#socialmedia a#linkdin {
  background-position: 0 0;
  width: 42px;
}

#socialmedia a#newsletter {
  background-position: -192px 0;
  width: 37px;
}


/* =Misc 2
-----------------------------------------------------------------------------*/
/* Tooltips */
.tools ul {
	margin: 0;
	display: inline;
	text-align: right;
	}

.tools ul, #tools li {
	list-style: none;
	display: inline;
	}
.tools li {
	margin-left: 10px;
	float: right;
	}
