@charset "UTF-8";
/* losenotloose.com styles */

body {
	color: #4e4d4e;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background: #190D04 url('images/background2.jpg') no-repeat center top;
	text-align: center;
	/*-webkit-text-size-adjust: 130%*/
	}
	
a:link {
	color: #5c5c5c;
	text-decoration: none;
	border-bottom: 1px dashed gray;
}
a:visited {
	color: #5c5c5c;
	border-bottom: 1px dashed gray;
	text-decoration: none;
}
a:hover {
	color: #5c5c5c;
	background-color: #d1ffd0;
	border-bottom: 1px dashed green;
}
	
img {
	border: none;
	}
	
img#tagline {
	padding: 20px;
	text-align: center;
	}

.center {
	text-align: center;
	}
	
p {
	margin-top: 10px;
	margin-bottom: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #919191 ;
	font-size: 1.0em;  
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: -20px;
	padding: 0px;
}

h2 {
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	display: inline;
}

#cap {
	background: url('images/toppoint.gif') repeat-x;
	width: 640px;
	height:20px;
	margin: 30px auto auto auto;
}

#shoe {
	background: url('images/bottompoint.gif') repeat-x;
	width: 640px;
	height:20px;
	margin: auto auto 25px auto;
}

#content {
	width: 600px;
	background-color: #FFFFFF;
	margin: auto;
	padding: 20px;
	text-align: left;
	font-size: 2em;
	}
	
#top {
	clear: both;
	}
	
#middle {
	font-size: 0.85em;
	}
	
.bottom {
	clear: both;
	}
	
#footer {
	clear: both;
	font-size: 0.7em;
	color: #919191 ;
	font-style: italic;
	line-height: 1.5em;
	}

#goodquote {
	padding: 10px;
	background-color: #dfffe7;
}

#badquote {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ffecf6;
}

#lose {
	width: 280px;
	float: left;
	padding-right: 15px;
	border-right: 1px dashed #c6c5c7;
	text-align: justify;
}

#loose {
	width: 280px;
	float: right;
	padding-right: 10px;
	text-align: justify;
}

#linkbox {
	background-color: #d2f2f8; 
	height: 37px;
	padding-top: 5px;
}

#linkboxholder {
 padding-bottom: 0px;
}

#createform {
	background-color: #f8f6be; 
	height: 37px;
	padding-top: 5px;
}

ol {
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 8px;
}


input, textarea, select {
	background:#FFFFFF url('images/inputBackground.gif') no-repeat scroll left top;
	border:1px solid #AAAAAA;
	margin-top:1px;
	margin-left: 5px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3a3a ;
	font-size: 1.0em;
	float: left;
}

#button {
	background:#266fff url('images/buttonBg.gif') no-repeat scroll left top;
	border:1px solid #0b3d94;
	color: #FFFFFF;
	float: right;
	padding: 3px;
	width: 60px;
	margin-top: 2px;
	margin-right: 5px;
	font-size: 0.8em;
}

.LV_validation_message{
    text-align: right;
    font-weight: normal;
    display: block;
    font-size: 0.8em;
    position: absolute;
    margin-left: 170px;
    margin-top: -18px;
    background-color: #ffecec;
}

.LV_valid {
	color: green;
	visibility: hidden;
}
	
.LV_invalid {
	color: #CC0000;
}

.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#adsense {
	-moz-border-radius:13px 13px 13px 13px;
	-webkit-border-radius:13px 13px 13px 13px;
	border-radius:13px 13px 13px 13px;

	-moz-box-shadow:0 0 35px #5F2906;
	-webkit-box-shadow:0 0 35px #5F2906;
	box-shadow:0 0 35px #5F2906;

	background:none repeat scroll 0 0 #FFFFFF;
	border:5px solid #5E3416;
	height:60px;
	margin:auto auto 25px;
	padding:10px;
	width:468px;
}


