/***************************************************************************
	Theme Name: Kim Minasian
	Theme URI: http://www.kimminasian.com/
	Description: Global CSS - imports the external css
		Stylesheets: base.css -- contains HTML reset and core styles
	               : layout.css -- contains main layout directives 
				   : site.css -- main styles for site
	               : IE6.css -- hacks for IE 6 and earlier
	Date: 31 August, 2007  
	Author: Petra G. Yocum (www.bigbcreations.com)
***************************************************************************/
/***************************************************************************
	Theme Name: Kim Minasian
	Theme URI: http://www.kimminasian.com/
	Description: Base CSS - contains HTML reset and core styles
	Date: 4 September, 2007  
	Author: Petra G. Yocum (www.bigbcreations.com)
***************************************************************************/

/* CSS RESET
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;
	border: 0;
	font-weight: inherit;	font-style: inherit;	font-size: 100%; font-family: inherit;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}

body {font-size:62.5%;}

a img, :link img, :visited img {border: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {list-style: none;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/* PAGE FORMATTING
---------------------------------------------------------- */
html, body {
	background:#fff; color:#818184; /*dark grey*/
	height:102%;
	font: normal 1em/120% Verdana, Arial, Helvetica, sans-serif;
}

p, p.index {
	font-size:0.85em;
	margin-bottom:7px;
	line-height:1.3;
}
	p.index {width:570px;}
	p.small {font-size:0.65em;}

a:link, a:active, a:visited {color:#818184; /*dark grey*/}
a:hover {color:#4c9ab4; /* turquoise */}

address {text-align:right;}
abbr, span.required {
	cursor: help;
	color:#d22f29; /* red */ 
	margin:10px 2px 0 0;
}
strong {font-weight: bold;}
em {font-style:italic;}
.clear {clear:both;}
.home-link {float:left;}

/* FLOATS
---------------------------------------------------------- */
.floatLeft {float:left; display:block; margin-right:15px;}
/*  HEADINGS
---------------------------------------------------------- */
h1, h2 {margin:5px 0;}

h1 {
	font-size:1.3em; 
	color:#4c9ab4; /* turquoise */
	margin-bottom:12px;
}

h2 {
	font-size:1.1em; 
	color:#4c9ab4; /* turquoise */
	margin-top:10px;margin-bottom:12px;
}

h3 {
	font-size:0.9em; font-weight:bold;
	color:#949597; /* grey */
	margin-top:25px;
}

/* FORM FORMATTING
---------------------------------------------------------- */
fieldset {
	border:1px solid #4c9ab4; /* turquoise */
	padding: 15px;
	margin-bottom: 25px;
}
legend {
	font-size: 1.2em;
	line-height: 1.8;
	padding-bottom: .5em; 
}
	/* this is for grouped lists */
	.related legend span {
		display: block;
		line-height: 1.8;
		text-align: right;
		font-size:0.7em;
		width: 200px;
		position: absolute;
		top: 400px;		left: 0px;
	}
form ol, form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form li {
	clear: both; 
	margin: 0 0 .75em;
	padding: 0; font-size:0.9em;
}
	/* this is for grouped lists */
	.related li {
		clear: both;
		margin: 0 0 .75em;
		border:1px solid black;padding: 0;
	}
	.related li label {display:inline;}
	/* For IE to recover from	a strange margin */
	.related li {	zoom: 1;	}

label {
	display: block;
	float: left;
	line-height: 1.3;
	margin-right: 10px;
	text-align: right;
	width: 250px;
}
	.longer-label label {margin-bottom:10px;}
label:after {content: ':';}
input, select, textarea {
	padding: 1px 3px;
	width: 200px;
	border: 1px solid #4c9ab4; /* turquoise */
}
select {width:155px;}
textarea {
	line-height: 1.3em;
	padding: 0 3px;
	width: 250px;
}
input:focus, textarea:focus {background: #fff;}
button {
	background: #fff;
	border: 1px solid #4c9ab4; /* turquoise */
	color: #333;
	cursor: pointer;
	font-size: .7em;
	font-weight: bold;
	letter-spacing: .3em;
	margin-left: 260px;
	padding: .2em .5em;
}
button:hover {background:#4c9ab4; /* turquoise */ color:#fff;}


/* TABLE FORMATTING
---------------------------------------------------------- */
table.form-grouped-list {margin:10px 0;}
table.form-grouped-list thead tr td{padding-bottom:20px;}
table.form-grouped-list thead tr th {
	width:250px;
	font-size:0.85em;
	font-weight:normal;
	line-height: 1.5;
	text-align:right; 
	padding-right:10px; 
	vertical-align:top;
}
	table.form-grouped-list thead tr td label{font-size:0.85em;}
	/*table.form-grouped-list thead tr th em {text-align:right; float:right; line-height:1.2;}*/

	.form-grouped-list td, .form-grouped-list td label {text-align:left;}
	.form-grouped-list td label {width:auto;}
	.form-grouped-list td label:after {content: '';}
	
/*.form-grouped-list td.quantity {width:250px;}*/
	.form-grouped-list input {
		width:15px;	
		background: #fff;
		padding:0; margin-left:5px;
	}

.tel-area, .tel-prefix {width:20px;}
.base {width:35px;}
.shorter {width:100px;}
.form-grouped-list input.equal-length {width:150px;}
.radio {size:15px;}

/* Home - Value Form */
form#home-value label.contactInfo{
display:block;
width:157px;
}
div#threebox{
margin-left:10px;
margin-top:-15px;
position:relative;
}
* html div#threebox{
margin-top:-20px;
}
div.largeBox{
float:left; display:inline;
margin:20px 15px 20px 45px;
}
form#home-value label.box{
	float:none; 
	display:block; width:130px;
	text-align:left; font-size:0.7em;
	padding:0 0 5px 0; 
}












/***************************************************************************
	Theme Name: Kim Minasian
	Theme URI: http://www.kimminasian.com/
	Description: Layout CSS - contains main layout directives
	Date: 31 August, 2007  
	Author: Petra G. Yocum (www.bigbcreations.com)
***************************************************************************/

/* page structure
---------------------------------------------------------- */
#wrapper {
	position:relative;
	width:900px;
	margin:25px auto 25px auto;
}
#logo {
	position:absolute;
	top:5px; left:0;
	display:block;
	width:900px; height:51px;
	background:url(/images/kim-minasian-logo.gif) no-repeat top left;
	padding-bottom:10px;
	border-bottom: 3px solid #4c9ab4; /* turquoise */
}
/* main navigation
---------------------------------------------------------- */
#navigation {
	display:block;
	float:left;
	width: 125px; height:375px;
	margin-top:100px; margin-bottom:25px;
	font-weight:bold; font-size:1.4em;
	padding:0 15px 0 0;
	border-right:1px solid #818385; /* grey */
}

/* SUBNAVIGATION
---------------------------------------------------------- */
#subnav {
	float:left;
	width: 685px; height:20px;
	margin-bottom:20px; padding-top:5px;
	font-size:0.60em;
	text-transform:uppercase;
}


/* content
---------------------------------------------------------- */
#content, #contentIndex {
	display:block; float:right;
	width: 685px;	margin:100px 0 25px 0;
	padding:0 35px;
	/*border-left:1px solid #818385;*/ /* grey */
}
	#contentIndex {
		margin:100px 0 25px 0;
		background:url(/images/bkg/content-right-border.jpg) no-repeat top right; 
		height:465px;
	}


/* footer
---------------------------------------------------------- */
#footer {
	clear:both;
	margin:0 auto 0 auto;
	width:840px;
	padding: 30px;
	background:#4c9ab4 url(/images/bkg/footer-border.gif) no-repeat bottom left; /* turquoise */	color: #fff;
	font-weight:bold; font-size:1em;
	text-align: right;
}

/* copyright
---------------------------------------------------------- */
#copyright {
	margin:5px auto 0 auto;
	width:870px; padding-right: 30px;
	color:#7A263E; /* burgundy */
	font-size: 0.65em;
	text-align: right;
	line-height:1.5em;
}

.credits {	margin:-30px 0 0 30px; }






/***************************************************************************
	Theme Name: Kim Minasian
	Theme URI: http://www.kimminasian.com/
	Description: Site CSS - main styles for site
	Date: 31 August, 2007  
	Author: Petra G. Yocum (www.bigbcreations.com)
***************************************************************************/

/* LOGO
---------------------------------------------------------- */
#logo h5 {}
#logo h5 a {
	display:block; outline:none;
	width: 630px; height:51px;
	font-size: 1.2em; font-weight:bold; 
	margin:0; padding:0;
	text-indent:-9000px;
}	
	#logo h5 a span {display:none;}


/* main navigation
---------------------------------------------------------- */
#navigation ul {
	list-style:none;
}
	#navigation li {
		float:left;
		display:block;
		font-size: 0.85em;
		text-transform: capitalize;
		margin-bottom: 15px;
	}
		#navigation li a {
			display:block;  outline:none;
			width:91px; height:65px;
			text-decoration:none; text-indent:-9000px;
			background:url(/images/navigation/find.gif) no-repeat 0 0;
		}
			#navigation li a.buy {background:url(/images/navigation/buy.gif) no-repeat 0 0;}
			#navigation li a.sell {background:url(/images/navigation/sell.gif) no-repeat 0 0;}
			#navigation li a.relax {background:url(/images/navigation/relax.gif) no-repeat 0 0;}
		#find .find, #navigation #buy li a.buy, #navigation #sell li a.sell, #navigation #relax li a.relax {background-position: 0 -65px;}
		
		
		#navigation li a:hover {	background-position: 0 -65px;}

/* SUBNAVIGATIONS
---------------------------------------------------------- */
#subnav ul {list-style:none;}
	#subnav li {display:block; float:left;}
	
		#subnav li a {
			display:block; outline:none;
			height:20px;padding:5px 10px 0 30px;
			text-decoration:none; font-weight:bold; color:#999;
			background:url(/images/navigation/subnav-dot-blue.gif) no-repeat 0 0;
		}
			#subnav li a:hover {color:#4c9ab4; /* turquoise */}
		
		/* FIND SUBNAVIGATION FORMATTING */
		#subnav li a.green {background:url(/images/navigation/subnav-dot-green.gif) no-repeat 0 0;}
			#subnav li a:hover.green {color:#506f19;}
		#subnav li a.orange {background:url(/images/navigation/subnav-dot-orange.gif) no-repeat 0 0;}
			#subnav li a:hover.orange {color: #f47d31;}
		#subnav li a.yellow {background:url(/images/navigation/subnav-dot-yellow.gif) no-repeat 0 0;}
			#subnav li a:hover.yellow {color: #ffc426;}
		#subnav li a.red {background:url(/images/navigation/subnav-dot-red.gif) no-repeat 0 0;}
			#subnav li a:hover.red {color:#7A263E; /* burgundy */}

/* CONTENT
---------------------------------------------------------- */
ul.list, ul.numbered-list {
	list-style:circle;
	margin-left:35px; margin-bottom:10px;
	font-size:0.95em;
}
	ul.list li, ul.numbered-list {line-height:1.3;}
	ul.numbered-list {list-style:decimal;}

.homequest {
	width:700px; height:700px;
}

/* CONTENT - RELAX
---------------------------------------------------------- */
ul.relax-list {list-style:none;margin:45px 0 0 65px; }
	ul.relax-list li {display:block; float:left;}
		ul.relax-list li a {
			display:block;  outline:none;
			width:233px; height:66px;
			text-decoration:none; text-indent:-9000px;
			margin:10px;
			background: url(/images/navigation/relax/restaurant.png) no-repeat 0 0;
		}
			ul.relax-list li a:hover  {background-position: 0 -66px;}
			.relax-list a.schools {background:url(/images/navigation/relax/schools.png) no-repeat 0 0;}
			.relax-list a.parks {background:url(/images/navigation/relax/parks.png) no-repeat 0 0;}
			.relax-list a.kids {background:url(/images/navigation/relax/kids.png) no-repeat 0 0;}
			.relax-list a.events {background:url(/images/navigation/relax/events.png) no-repeat 0 0;}
			.relax-list a.wine {background:url(/images/navigation/relax/wine.png) no-repeat 0 0;}


/* footer
---------------------------------------------------------- */
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	text-decoration:none;	
	color:#fff; 
	margin-left:20px;  
	outline:none;
}
#footer a:hover {color:#fff;}


/* copyright
---------------------------------------------------------- */
#copyright a:link, #copyright a:hover, #copyright a:visited, #copyright a:active {
	text-decoration:none;
	font-weight:bold; color:#7A263E; /* burgundy */
}
#copyright a:hover {color:#7A263E; /* burgundy */ text-decoration:underline;}

#copyright address {font-size:0.82em; line-height:1.3; color:#949597; /* grey */}

#copyright .credits a:link, #copyright .credits a:active, #copyright .credits a:visited {font-weight:normal;color:#949597; /* grey */}
#copyright .credits a:hover {text-decoration:underline;}