/* CSS Framework Import */
@import url("framework/core.css");
@import url("framework/plugins/helpers.css");
@import url("framework/plugins/grid.css");

/*Site specific styles and structure begin here*/
@import url("styles.css");

/* Debugging CSS 

* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

/* html5 tags
<aside> <article> http://oli.jp/2008/html5-class-cheatsheet/

/* Styles to define
a {	color:#525252;	}
a:hover, a:focus { text-decoration:underline;}
a:active, a:visited { } 

blockquote {
		font-family: Georgia,"Times New Roman", Times, serif; 
		margin:5px; 
		padding:10px;
		font-size:1.52em; 
		color:#999; 
		font-style:italic; 
		line-height:1.3em; 
		width:100%; 
		quotes:none;
	}
	blockquote.left {border-right:1px dashed #ccc; width:35%;}
	blockquote.right {border-left:1px dashed #ccc; width:35%;}
	
header {height:112px; position:relative; margin-bottom:5px;}
	header .logo {font-size:2.5em; height:52px; padding-top:28px; font-weight:700; text-shadow:1px 1px 2px #000; color:#fff; filter: Shadow(Color=#666666, Direction=135, Strength=3);}
	header .statement {width:20%; text-align:right; padding-top:30px;}
header nav { background-color:#525252; color:#fff; height:30px;}
	nav ul {list-style:none;}
	nav ul li {float:left; margin-left:5px;}
	nav ul li a {display:block; color:#fff; text-decoration:none; padding:2px 8px; margin-top:8px;  
					-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;}
	nav ul li a:hover, nav ul li.active a {background-color:#fff; color:#000;}
aside {min-height:525px;}	
 
	.submit, .submit:visited {
		background: #525252; 
		display: inline-block; 
		padding: 5px 10px 6px; 
		color: #fff; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		border:none;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
		position: relative;
		cursor: pointer;
		margin-bottom:5px;
	}
 
footer { font-size:.8em; } 

*/


#articles {
	-webkit-border-radius: 10px; -moz-border-radius: 10px;	border-radius: 10px;
	border:1px solid #ccc;	min-height:500px; background-color:#fff; padding:10px;
}

ul.checks {list-style-type:none;}
ul.checks li {background:url('../images/green_check.png') no-repeat scroll 0 0px; padding: 0 0 15px 56px; margin: 5px; font-size:1.75em; }
form {text-shadow:none;}
form .radio_text{padding:0 5px 0 0; float:left; color:#000;}
#logo {position:relative; top:0; left:0px;	width:230px; height:114px;}
#logort {position:relavtive; top:0; left:30px;	width:300px;}
#logo a, #logort a {
	background:url(http://www.realtyvoyager.com/images/rv-logo.png) no-repeat;
	display:block;
	height: 0px !important;
	height /**/:114px;
	margin: 0;
	padding: 114px 0 0 0;
	overflow: hidden;
	}
/*panel*/

a:focus {
outline: none;
}
a.trigger{
	position: absolute;
	background:#88bbd4 url(http://www.realtyvoyager.com/images/plus.png) 6% 55% no-repeat;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:4px 12px 6px 24px;
	font-weight: bold;
	
	z-index:2;
}
a.trigger.left {
	left: 0;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.trigger.right {
	right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
a.trigger:hover {
	background-color:#59B;
}
a.active.trigger {
	background:#666 url(http://www.realtyvoyager.com/images/minus.png) 6% 55% no-repeat;
}
.panel {
	color:#CCC;
	position: absolute;
	display: none;
	background: #000000;
	width: 300px;
	height: auto;
	z-index:1;
}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.panel.right {
	right: 0;
	padding: 20px 100px 20px 30px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
.panel p {
	font-size:11px;}
	
	
/* drag and drop list */
#sortable { list-style-type: none; margin: 0; padding: 0; width: 220px; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 24px; }
#sortable li span { position: absolute; margin-left: -1.3em; }

input, textarea, select {
	font-size:.75em;
	padding:.2em .2em;
	border:1px solid #e3e3e3;
	color: #333333;
	background-color: #f9f9f9
}
