/* CSS for TwoDoves, designed by Katrina Owen
	
	The main colours used are:
	White: #fff
	Gunmetal Gray: #333
	Marine: #18145a
	Dark blue (from logo): #4972af
	Medium blue: #7096cf
	Light blue: #a5b9d7
	Pale blue: #c3d2e8
	Hot pink: #f46490
	Light pink: #e5b9cd
	Light yellow from twodoves stamp: #fff6bd
*/

body { 
    position:relative;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: #fff;
    color:#333;
    font-size: 76%;
    margin: 10px 0;
}

#header {
    position: relative;
    width: 850px;
    padding: 0;
    margin: 0 auto;
    height: 70px;
}
#header .logo {
    position: absolute;
    bottom: 0; left: 0;
}

/* content holds wrapper (main and secondary) and tertiary */
#content {
    position: relative;
    width: 850px;
    margin: 0 auto;
    background: transparent url('../images/content.gif') repeat-y 0 0;
}

/* wrapper holds: secondary and main */
#wrapper { 
    float: left;
    width: 650px;
    color: #333;
    margin: 0;
    padding: 0;
}

/* menu */
#menu {
    position: relative;
    width: 850px;
    margin: 0 auto;
    padding: 5px 0;
    display: block;
    clear: both;
    font-size:0.9em;
    background-color: #4972af;
}

#menu li {
    text-transform: uppercase;
    display: inline;
    margin: 0;
}

#menu a {
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    margin: 0;
    padding: 5px 15px;
}

#menu a:link, #menu a:visited {
	color: #fff;
	background-color: inherit;
	}

#menu a:hover, #menu a:active {
	color: #4972af;
	background-color:#c3d2e8;
	}

#menu a.current {
	color: #a5b9d7;
	background-color:#7096cf;
	}

/* secondary, which we've put as the left column */
#secondary {
    float: left;
    width: 170px;
    margin: 20px 0;
    background-color: #4972af;
    color: #fff;
}

/* main content */

#main {
    width: 460px;
    float: right;
    margin-top: 20px;
}

/* tertiary, here: the right column */

#tertiary {
    float: right;
    width: 170px;
    font-size: 0.9em;
    background-color: #c3d2e8;
    color: #333;
}

/* footer */

#footer {
    position: relative;
    width: 850px;
    margin: 0 auto;
    color: #fff;
    background-color: #4972af;
}
#footer p {
    text-align: center;
}

#footer #copy, #footer #disclaimer {
    position: absolute;
    top: 100%;
    width: auto;
    padding-top: 10px;
    background-color: #fff;
    color: #4972af;
}

#footer #copy {
    left: 0;
    text-align: left;
}
#footer #disclaimer {
    right: 0;
    text-align: right;
}
#footer #disclaimer span {
    display: block;
}

/* headers, in general */

h1, h2, h3 {
    text-align: left;
    padding: 10px 0 0 0;
}

h1 {
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 20px 0 10px 0;
}

h2, h3 {
	font-size: 1.1em;
	margin: 15px 0 5px 0;
}

h3 {
	font-size: 1.1em;
	}

/* regular text */

p {
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.4em;
	padding: 3px 0;
	margin:0;
}

#secondary p {
    padding-bottom: 10px;
}

#tertiary p {
    text-align:left;
}

/* links
	(note: links in #menu and #navbar have been specified under those headings*/

a:link {
	color: #4972af;
	background-color: inherit;
	text-decoration: underline;
	}

a:visited {
	color: #18145a;
	background-color: inherit;
	text-decoration: underline;
	}

#header a:link, #header a:hover, #header a:visited {
	color: #333;
	background-color: inherit;
	padding: 0;
	margin: 0;
	}



#footer a:link, #footer a:visited {
	color:#e5b9cd;
	background-color: inherit;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
	color: #f6c;
	background-color: inherit;
	text-decoration: none;
	}

/* links in the #main section which have navigational value */

p.nav {
	text-align: center;
	}
p.nav a:link, p.nav a:visited {
	color: #4972af;
	background-color: inherit;
	}

a:hover, a:active, p.nav a:hover {
	background-color:#e5b9cd;
	color: #18145a;
	}

/* lists */

ol, ul {
	margin: 5px 0;
	padding: 0 0 0 20px;
	}

ol { /* ordered */
	list-style-type: decimal;
	}

ol ol { /* second tier ordered list */
	list-style-type: lower-roman;
	}

ol ol ol { /* third tier ordered list */
	list-style-type: lower-alpha;
	}

ul { /* unordered */
	list-style-type: square;
	}

li {
	padding-bottom: 5px;
	}

.compact {
    font-weight: bold;
}
.compact a  {
    padding: 1px 20px;
    line-height: 1em;
    list-style-type: none;
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
}

/* images */

img {
	border: 0;
	margin: 0 10px 10px 15px;
	padding: 0;
	}

#header img {
	border: none;
	padding: 0;
	margin: 0;
	}

#secondary img {
	margin: 0 auto 10px auto;
	padding: 0;
	}

img.profile {
	float: left;
	padding: 20px 15px 20px 0;
	margin: 0;
	}
	
/* tertiary style */

#tertiary ol, #tertiary ul {
	margin: 0;
	padding-left: 10px;
	}

#tertiary li {
	padding-bottom: 5px;
	}

#tertiary ul {
	list-style-type: none;
	}

#tertiary ul li ul, #tertiary ul li ol, #tertiary ol li ol,  #tertiary ol li ul {
	margin-left: 10px;
	}

/* members-menu */

#navbar {
	padding: 0;
	margin-left:5px;
	line-height:90%;
	text-transform: capitalize;
	}

#navbar a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

#navbar a:link, #navbar a:visited {
	color: #fff;
	background-color: #4972af;
	}

#navbar ul li .current a:link, #navbar ul li .current a:visited, #navbar ul .current a:link, #navbar ul .current a:visited {
	color: #ff9;
	background-color: inherit;
	font-weight: bold;
	}
#navbar ul li ul {
	color: #7096cf;
	background-color: inherit;
	}

#navbar ul li ul li a:link, #navbar ul li ul li a:visited {
	color: #51c6f1;
	background-color: inherit;
	font-size:95%;
	}

#navbar a:hover,
#navbar ul li ul li a:hover,
#navbar ul .current a:hover,
#navbar ul li ul .current a:hover {
	letter-spacing: 2px;
	color: #e5b9cd;
	background-color: inherit;
	}

#navbar ul {
	margin: 5px;
	padding-left: 3px;
	}

#navbar ul li {
	margin-top: 2px;
	list-style-type: none;
	}

#navbar ul li ul {
	margin-left: 12px;
	}

/* address-book, blocked users, who's online, hotlists */

.userlists {
	width: 95%;
	display: block;
	margin: 5px 0;
	padding: 0;
	}

.userlists li {
	display: inline;
	padding: 0 10px;
	margin: 0px;
	list-style-type: none;
	}

/* topquote */

#topquote {
	position: absolute;
	width: 400px;
	top: 0;
	right: 0;
	margin:0;
	padding:0;
	}

#topquote p {
	font-size:0.9em;
	line-height:1em;
	font-style:italic;
	}

/* Search Results, postcard version */

.postcard {
	position: relative;
	width: 95%;
	height: 295px;
	border: solid #c0c0c0 1px;
	margin: 0 0 10px 0;
	padding:10px;
	background-image: url(../images/postage.gif);
	background-repeat: no-repeat;
	background-position: top right;
/* the ugly brilliant tantek hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    height: 250px;
}
/* Again, "be nice to Opera 5". */
body>.postcard {height:250px;}

.postcard h2, .postcard h3 {
	font-size: 1em;
	font-weight: bolder;
	clear: both;
	}

.postcard h3 {
	padding-top: 2em;
	}

.postcard p {
	text-align: left;
	}

/* postcard links */

.postcard a:visited {
	color: #4972af;
	background-color: inherit;
	font-weight: bold;
	font-style: normal;
	}

.address img {
	float:right;
	clear: both;
	padding:5px;
	margin:10px;
	}

.description {
	border-right: solid #c0c0c0 1px;
	padding-right: 10px;
	width: 49%;
	min-height: 190px;
	}
* html .description { /* hack for IE which doesn't recognize min-height*/
 	height: 190px;
}
.address {
	position: absolute;
	top: 0px;
	right: 0;
	width: 45%;
	}

.signature {
	font-style: italic;
	text-align: right;
	}

.gallery img, .gallery a img, .gallery a:hover img {
	margin:0;
	padding: 2px 15px;
	}

.gallery h2 {
	letter-spacing:normal;
	line-height:1em;
	}
td.gallery {
	padding: 25px 0;
	}

.tag {
	width: 50%;
	float: left;
	}

/* twocolumn display */
.leftcolumn {
	width: 49%;
	float: left;
	}
.rightcolumn {
	width: 49%;
	float: right;
	}

/* some extra secondary */

/* consistent error message. Add a nice little background gif later on */
.error {
	color: #c00;
	background-color: #ff9;
	border: 1px solid #c00;
	padding: 10px 5px;
}


/* on the feedback.ihtml and tell-a-friend.ihtml page */
.feedback textarea {
	width:90%;
	}
.feedback label {
        font-weight: normal;
        display: block;
        padding-top: 10px;
    }

.narrow {
	float:left;
	padding-top: 15px;
	width: 200px;
	}

/* just for general "make it shiney"purposes */
.centertext {
	text-align: center;
	}
.righttext {
	text-align: right;
	}
.r {
	float: right;
	}
.l {
	float: left;
	}
.c {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.note {
	color: #666;
	background-color: inherit;
	}
.clear {
	clear: both;
	}
.online {
    margin: 25px 0;
}
.unread_msg a:link {
	font-weight: bold;
	}

.sidebar {
	width: 35%;
	background-color: #ff9;
	color: inherit;
	border: 1px solid #ccaa46;
	float: right;
	padding: 3px;
	margin: 0 0 5px 15px;
	clear: right;
	}

.sidebar p {
	text-align: left;
	margin: 0;
	padding-bottom:2px;
	}

.sidebar ul, .sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#secondary p select {
	display: block;
	margin: auto;
	}

input, select, textarea {
	margin: 3px;
	padding: 1px;
	border: solid 1px #a5b9d7;
	}

.button {
	color: #4972af;
	font-weight: bold;
	background-color: #c3d2e8;
	display: inline;
	float: right;
	margin: 3px;
	padding:5px;
	}

.nofloat {
	float: none;
	}

p ul li {
	list-style-type: none;
	}

table {
	border: 0;
	}

tr {
	vertical-align: top;
	border-spacing: 10px;
	}

td {
	padding: 2px;
	}

.nb { /* nota bene class */
	color: red;
	background-color: inherit;
	}

form {
	margin: 0 0 1em;
}

/*
form label {
        display: block;
	font-weight: bold;
	font-size: 1em;
	margin-right: 5px;
	padding:1px;
}
*/

form label.long {
	width: 90%;
	font-weight: normal;
	float: right;
	display: block;
	text-align: left;
	line-height: 1.3em;	
	}
fieldset {
	border: solid 1px #a5b9d7;
	margin: 2px 0 5px 0;
	}
	
fieldset fieldset { border: none; margin: 0; }

/* this is the quicksearch box placed in the #secondary div */
.searchbox {
    padding: 10px;
    text-align: left;
    line-height: 1.1em;
}
.searchbox fieldset legend {
    color: #fff;
    background-color: inherit;
}
.radio label,
.checkboxes label {
    position: relative;
    padding: 5px 0 5px 30px;
    display: block;
}
.radio label input,
.checkboxes label input {
    position: absolute;
    left: 0; top: 0;
    border: none;
}

table.gallery td { border: 1px red; }
.standalone {
	margin: 10px;
	padding: 10px;
	}	

/* more space between paragraphs on the testimonials page */

.space p { margin: 25px 0 0 0; } 
.info {
    padding: 5px;
    margin: 10px;
    border: 1px solid #333;
    color: #333;
}
div.profile { border-bottom: 2px solid #ccc; padding: 20px 0; }
div.profile h2 a { text-decoration: none; color: #4972af;}
div.profile h3 { clear: both; }
div.profile span { float: right; padding: 0 10px; color: #666; }
div.profile address { text-align: right; }
div.profile p.profilepic {
    height: 80px;
    width: 150px;
    float: left;
    background-color: #900;
    margin: 5px 10px 5px 0;
}
div.profile img {
    float: left;
    margin: 5px 10px 5px 0;
}
div.profile p.actions {
    text-align: center;
}
span.gender {
    border-right: 1px solid #ccc; 
}
.banner {
    position: absolute;
    top: 0; right: 0;
}
.clearfloats {
   width: 100%;
    height: 1px;
    line-height: 1px;
    clear: both;

}
.pagination {
    font-weight: bold;
    font-size: 110%;
    margin: 20px 0;
    padding: 5px 0;
    border-top: 1px solid #4972af;
    border-bottom: 1px solid #4972af;
}
.pagination a {
    font-weight: bold;
    padding: 3px;
}
.pagination span {
    background-color: #4972af;
    color: #fff;
    font-weight: bold;
    padding: 3px;
}
blockquote.reflection {
    padding: 0;
    margin: 0;
}
cite {
    display: block;
    text-align: right;
}
p.feedback {
    padding: 10px;
    color: #4972af;
    font-weight: bold;
    font-size: 120%;
    border: 2px solid #4972af;
    background-color: #c3d2e8;
}
ul.thumbnails {
    margin: 0; padding: 0;
    list-style-type: none;
}
ul.thumbnails li {
    margin: 1px; padding: 0;
    width: 150px;
    float: left;
}
ul.thumbnails li h2 {
    text-align: center;
}
ul.thumbnails li a {
display: block;
text-align: center;
padding: 5px;
}
h1 a { font-size: 80%; float: right; }
h1 a.join { font-size: 100%; float: none; }
input.file { border: none; }
fieldset label {
    display: block;
    position: relative;
    margin: 5px 0;
}
fieldset label input,
fieldset label select {
    position: absolute;
    left: 120px;
}
legend {
    font-size: 110%;
    font-weight: bold;
    padding: 5px;
    background-color: #a5b9d7;
    color: #4972af;
}
#registration label {
    margin: 5px 0;
}
.member h2 { border-bottom: 1px solid #ccc; margin-bottom: 3px; }

.member h2 span.gender, .member h2 span.age {
    float: right;
    font-size: 80%;
    color: #666;
    margin-left: 10px;
}
.member h2 span.gender {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.member p { margin-top: 0; }
.member h3 { padding-top: 1em; }
.member h4 { padding-bottom: 0; margin-bottom: 0; }
.member address span { float: right; }
#main-wrapper .member ul.details {
    width: 40%;
    font-size: 90%;
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
}
.member .details li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.edit, .edit_area { cursor: pointer; }
.edit:hover, .edit_area:hover { background-color: #ccc; }


p.story { margin: 5px 15px; }
