@charset "utf-8";

body{
	background:#007CC3 url(../images/glow.png) no-repeat scroll top center;
}

h1 {
	font: 20px Georgia,"Times New Roman",Times,serif;
	margin-bottom:15px;
}

h2 {
	font: 20px Georgia,"Times New Roman",Times,serif;
	margin-bottom:15px;
	margin-left:20px;
	color:#4D6A9F;
}

h3.success {
	color:green;
	font-size: 18px;
	margin-left: 18px;
}

h3.fail {
	color:red;
	font-size: 18px;
	margin-left: 18px;
}

#wrapper{
	font-family:Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	margin:8px auto;
	min-height:795px;
	position:relative;
	width:950px;
}

.clear_both {
	clear:both;
}

#signin {
	width:300px;
	float:right;
	text-align:right;
	margin-top:15px;
}

#signin a {
    color: #fff;
	 text-decoration:none;
}

#signin a:hover {
	 text-decoration:underline;
}

#content {
	background:url("../images/gradient-top.png") repeat-x scroll left top #F9F6ED;
	position:relative;
	min-height:600px;
	padding:8px;
}

#content-canvas {
	padding:8px;
	min-height:650px;
	background-color:#FFF;
	-moz-box-shadow: -3px 12px 18px rgba(42, 55, 83, 0.5), 1px 0 13px rgba(42, 55, 83, 0.5);
	-webkit-box-shadow: -3px 12px 18px rgba(42, 55, 83, 0.5), 1px 0 13px rgba(42, 55, 83, 0.5);
	box-shadow: -3px 12px 18px rgba(42, 55, 83, 0.5), 1px 0 13px rgba(42, 55, 83, 0.5);
}

#header {
	height:100px;
	background-color:transparent;
}

#nav {
	margin:0 auto;
	width:1000px;
	font-size:18px;
	font-weight:700;
	height:35px;
	color:#FFF;
}

#nav ul {
	margin:0;
	list-style:none;
	}
	
#nav li {
	float:left;
	margin:0;
	padding-left:42px;
}

#nav a {
	text-decoration:none;
	color:#FFF;
}

#nav a:hover {
	color:#000;
}

#cat_list {
	font-size:16px;
	font-weight:700;
	height:35px;
	color:#000;
	margin-bottom: 15px;
}

#cat_list ul {
	margin:0;
	list-style:none;
	}
	
#cat_list li {
	float:left;
	margin:0;
	padding-left:15px;
}

#cat_list a {
	text-decoration:none;
	color:#4D6A9F;
	margin-right: 10px;
}

#cat_list a:hover {
	color:#4AA032;
}

#results {
	margin-left: 30px;
	position:relative;
}

#results p {
	margin-left: 40px;
}

#results div.cats {
	padding:3px;
}

#results div.cat_column {
	width:260px;
	float:left;
	margin-right: 25px;
	padding:3px;
}

#results div.cats a {
	text-decoration:none;
	color:#616D76;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif;
	padding:3px;
}

#results div.cats a:hover {
	color:#FFF;
	background-color:#82679b;
}

.quote {
	border-bottom: 1px dashed #C0C4C8;
	margin-bottom: 25px;
	padding-bottom: 15px;
	margin-left: 40px;
	padding-right:50px;
	clear:both;
	width: 700px;
	position:relative;
}

.small {
	width: 575px;
}

.author {
	font-weight:700;
	margin-top: 10px;
}

.comments {
	margin-left:10px;
	font-style:italic;
}

.quote_actions {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	display:none;
}

#login_wrapper {
	width: 700px;
	margin:0 auto;	
	padding-top: 20px;
}

#login,#create_account {
	float:left;
	margin-left: 70px;
}

#create_account {
	background: url(../images/divider.png) no-repeat 0 0;
	height: 231px;
	margin-left: 50px;
	width: 300px;
	padding-left:50px;
}
input[type="text"],input[type="password"] {
	width:200px;
}

input[type="submit"], input[type="button"] {
    -moz-border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 0 1px 2px #666666;
    background-color: #E6E4DD;
    background-image: -moz-linear-gradient(center top , #F7F5EE, #EEEBE3 28%, #D6D4D0);
    border: 1px solid #D8D6D0;
    color: #6A6862;
    font-size: 13px;
    margin: 0 0 5px 2px;
    padding: 4px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #F0EDE5;
    background-image: -moz-linear-gradient(center top , #FFFCF5, #F7F4EB 28%, #E0DEDA);
    color: #4A4843;
}

/*My Quotes Navigation*/

#secondary {
	background: url("../images/sidebar-shadow-tan-middle.png") repeat-y scroll right top transparent;
	color: #94938F;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
	position: relative;
	width: 190px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif;
}

#secondary #bottom-shadow {
	background: url("../images/sidebar-shadow-tan-bottom.png") no-repeat scroll right bottom transparent;
	min-height: 100px;
	padding: 1px 0 40px;
}

#secondary #top-shadow {
	background: url("../images/sidebar-shadow-tan-top.png") no-repeat scroll right -20px transparent;
}

.mobile-devices {
	margin: 0 0 40px 5px;
}

.mobile-devices {
	list-style: none outside none;
}

.mobile-devices li {
	border-bottom: 1px solid #EAE8DF;
	padding-left:5px;
}

.mobile-devices li:hover {
	background: #e3e0e5;
}

.mobile-devices li a {
	background: url("../images/arrow-left-gray-white.png") no-repeat scroll 150px -40px transparent;
	color: #707070;
	display: block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	/*padding-left: 20px;*/
	text-decoration: none;

}
.mobile-devices li a.stories {
	background:url("../images/arrow-left-gray-white.png") no-repeat scroll 282px -40px transparent
}

.mobile-devices li.active, .mobile-devices li.active:hover {
    background: url("../images/mobile-device-bg.png") repeat scroll 0 0 transparent;
}

.mobile-devices .active {
	color:#fff
}

#myresults {
	width: 650px;
	padding-left: 30px;
	margin-top: 15px;
	float:left;
}

/*Edit popup window*/

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;
	background:#000000; 
	border:1px solid #cecece;  
	z-index:1;
	opacity:0.6;
	filter: alpha(opacity=60); 
} 
 
.popup{  
	display:none;  
	position:absolute;  
	/*margin:0 auto;*/
	left:250px;
	height:384px;  
	width:508px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:100;  
	padding:12px;
}

#closeX {
	float:right;
}

.searchtxt {
	background-color:yellow;
}

.divider {
	border-bottom:1px solid gray;
	height:1px;
	margin-bottom:15px;
}

.italics {
	font-style:italic;
}

#ginger {
	width:350px;
	float:right;
}

.audio-label {
	float: left;
	width:310px;	
}