/**
 * Template Styles
 */

body {
    margin: 0;
    padding: 0;
    background: #000000 url(/images/bg.png) repeat-x fixed bottom;
    font: normal small Arial, Helvetica, sans-serif;
    color: #999999;
}

a {
    color: #CCCCCC;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/**
 * My Styles
 */

form, ul { margin:0px; padding:0px; }

div#logo h1 {
	font-family:'Bradley Hand ITC';
	font-size: 32pt; 
	background:url('/images/Dating-Logo-Template.gif') top left no-repeat;
	padding-top: 8px;
	padding-left: 30px;
	height:60px;
	white-space: nowrap;
	
}

div#logo h1 a { color:red; text-transform: capitalize; text-decoration:none; }
div#logo h1 a span { color:white; text-transform: capitalize }
div#logo h2 { font-size: 9px; font-style:italic; text-align: center; text-transform: capitalize }

#login-old { float:right; font-size:8pt; padding-top:40px; padding-right:150px; }

input, select { border: 1px #990000 solid; background: black; color:#fff; }
textarea { border: 1px #990000 solid; background: #2F1A1A; background-color:#000; color:#fff; }
input[type="radio"] { border: 1px #990000 solid; background-color:#000; color:#fff; }
input[type="submit"] { border: 1px #990000 solid; background-color:#990000; color:#000; font-weight: bold }
#forgot a { font-size:9px; color:#959595; }
#forgot { margin-right:28px; }

.clear { height: 0px; clear:both }



/* Header */

#header {
	width: 778px;
    /*height: 203px;*/
	margin: auto;
	padding-top: 20px;
}

/* Logo */

#logo {
	float: left;
}

#logo * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo img {
	letter-spacing: -3px;
	font-size: 3.5em;
	border: 0px;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}

/* Menu */

#menu {
width: 100%;
height: 28px;
background: url(/images/navigation-bg.png) repeat-x;
margin-top: 5px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 6px 19px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	background: url(/images/navigation-bg.png) repeat-x;
}

#menu a:hover, #menu .active a {
	padding: 6px 19px;

	color: #FFFFFF;
	background: url(/images/navigation-bg.png) repeat-x bottom;

}

/* Content */

#content {
	width: 778px;
	margin: 0 auto;
	padding: 10px;
}

#content .splash {
	padding: 0 0 5px;
	margin: 0 5px 5px;
	clear: both;
}

/* Column One */

#colOne {
	float: left;
	width: 500px;
}

#colOne h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #CCCCCC;
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 160%;
}

#colOne .credits {
    width:100%;
	padding: 5px 0 8px 8px;
	background: #210100;
	border-left: 2px solid #8A0600;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#colTwo {
	float: right;
	width: auto;
}

#colTwo ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 20px;
}

#colTwo li li {
	margin-bottom: auto;
}

#colTwo li ul {
	padding-left: 20px;
	list-style: square inside;
}

#colTwo h2 {
	padding-bottom: 5px;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(/images/img3.gif) no-repeat 5px 6px;
	border-bottom: 1px solid #2C2C2C;
}


/* Form */

form            { display:inline;}
fieldset        { border:none; }
legend          { display:none;}
label           { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input,
select,
button          { vertical-align:middle; }

/* Lists */
dt              { display:block; font-weight:bold; }
li              { list-style:none; }
ol li           { list-style:decimal; margin-left:20px; }


/* Footer */

#footer {
	width: 778px;
	height: 60px;
	margin: 10px auto;
	padding: 10px 0;
	/*background: url(/images/bg-rb.png) repeat-x top;*/
	border-top: 1px solid #990000;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}

#footer a { text-decoration: none }
#footer a:hover { text-decoration: underline }

/** **/

input#postcode {
    width:60px;
    text-transform: uppercase;
}

input#go {
    width:40px;
    text-transform: uppercase;
}

div .box {
	width:600px;
	padding: 5px;
    border:1px solid #990000;
}
