/*
Theme Name: Sunshine Daydream Family Cork Board v.3.0
Theme URI: http://forum.sunshinedreams.com/
Description: The updated SSDD Family Cork Board theme.
Version: 1.0
Author: William Dodson
Author URI: http://www.obxdesignworks.com
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	margin: 0 0 50px 0;
	padding: 0;
	background: #3B4759/* url(images/body_bg.png) repeat-x 0 0*/;
	color: #ffffff;
	font: 77%/1.42 "Trebuchet MS", "Lucida Sans", "Lucida Grande", helvetica, arial, sans-serif; 
}

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

strong {
 border-bottom: 2px solid #6CAA49/*#3B4759*/;
 color: #ffffff;
 text-transform: capitalize;
}
a strong {
 border-bottom-style: none;
 color: inherit;
 text-transform: inherit;
}

code { font: 1em 'Courier New', Monaco, monospace; }


p {
	margin-bottom: 1.0em;
}

/* Structure
=================================== */

#wrapper {
	background: #50617B url(images/forum_header_tile_bg.png) repeat-x 50% 0;
	margin: 0 0 21px 0;
	padding: 0 0 42px 0;
}

#header { 
	background: transparent url(images/ssdd_logo.png) no-repeat bottom right;
	margin: 0 auto 42px auto;
	width: 777px;
	height: 177px;
	position: relative;
}

#header h1 { 
	/*font-family: Georgia, serif;*/
	font-size: medium;
	font-style: normal;
	position: absolute;
	display: block;
	color: #EFDC51;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	right: 59px;
	bottom: 0;
}

#header p { margin-bottom: 0; }

#header h1 a, #header h1 a:visited { color: #EFDC51; text-decoration: none; }
#header h1 a:hover { color: #fff; text-decoration: none; }

#main { 
	font-size: inherit;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: x-small;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

#footer { 
	border-top: 1px solid #ccc;
	margin: auto;
	color: #50617B;
	font-size: x-small;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both; 
	text-align: center;
	width: 760px; 
}
.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	position: absolute;
	font-weight: bold;
	font-size: small;
	color: #fff;
	top: 14px;
}

.login p { padding: 0 0 5px; }
.login a {
 color: #fff;
}
.login label { display: block; float: left; padding-right: 10px; }
.login #submit { 
 background: transparent; 
 border: 1px solid #768498;
 border-right-color: #3B4759;
 border-bottom-color: #3B4759;
 color: #fff; 
 font-weight: bold; 
 margin-top: 21px; 
 float: left; 
 text-transform: uppercase; 
 vertical-align: bottom; 
}

.login .linkAdmin {
 background: transparent url(images/icons/16px/ico-admin.gif) no-repeat 0 50%;
 padding: 3px 0 4px 21px;
}
.login .linkLogout {
 background: transparent url(images/icons/16px/ico-logout.gif) no-repeat 0 50%;
 padding: 3px 0 4px 21px;
}
.login .linkProfile {
 background: transparent url(images/icons/16px/ico-profile.gif) no-repeat 0 50%;
 padding: 3px 0 4px 21px;
}
.login .linkRegister {
 background: transparent url(images/icons/16px/ico-register.gif) no-repeat 0 50%;
 padding: 3px 0 4px 21px;
}

p.login { font-weight: bold; }

form.login input { 
	margin-top: 3px;
	background: #EFDC51;
	border: 1px solid #768498;
}


/* Front Page
=================================== */

#front-page #hottags { 
	left: 0;
	margin: 0 0 0 0;
	position: absolute;
	overflow-x: hidden;
	top: 0;
	width: 150px;
}

#front-page #discussions { 
	margin: 0 0 0 175px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, 
h2.post-form, 
#userlogin, 
#currentfavorites, 
#register {
	color: #EFDC51;
	border-bottom: 1px solid #EA842E;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul {
	padding: 0 0 0 14px;
}

.sticky {
	background: #a1d29a;
}


/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { 
	padding-bottom: 3px;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -2em;
	padding: 0 1em 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span {
	font-weight: bold;
}

.nav span,.nav a {
	padding: 6px;
}

#thread {
	background: transparent;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { 
	margin-left: 40px;
}

#thread li ol li, #thread li ul li { 
	padding: 0;
}

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor p strong {
 border-style: none;
}

.threadauthor p strong a {
 background: transparent url(images/icons/16px/ico-user.gif) no-repeat 0 50%;
 padding: 3px 0 4px 21px;
}

.threadauthor small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: transparent;
	padding: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform #postformsub,
#tag-form #tagformsub,
#resolved #resolvedformsub,
#topic-move #topicmovesub,
#frmlogin #loginsub,
#frmRegister #regsub,
#frmProfile #profilesub { 
 background: #EA842E; 
 border: 1px solid #768498;
 border-right-color: #3B4759;
 border-bottom-color: #3B4759;
 color: #fff; 
 font-weight: bold;
 text-transform: uppercase;  
}

.postform label {
	display: block;
}

.admin { 
	padding: 10px 0 0;
}

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit {
	text-align: right;
}

.topiclink {
	display: block;
}

.topictitle {
	border-bottom: 1px solid #EA842E;
	color: #fff;
	font-size: x-large;
	font-weight: normal;
	display: inline;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li {
	margin-bottom: 2px;
}

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}

#content .nav a:hover {
	border: 1px solid #999;
}

#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td {
	padding: 5px 10px;
}

#latest tr, #forumlist tr, #favorites tr { 
	background: transparent;
}
#latest tr.alt,
#forumlist tr.alt,
#favorites tr.alt {
 background: #768498;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { 
	background: #3B4759;
}

#latest tr td small {
 background: transparent url(images/icons/16px/ico-time.gif) no-repeat 0 50%;
 line-height: 2;
 padding: 0 0 0 19px;
}

#latest tr td em {
 background: transparent url(images/icons/16px/ico-user.gif) no-repeat 0 50%;
 font-style: normal;
 padding: 0 0 0 19px;
}

#latest tr td a {
 background: transparent url(images/icons/16px/ico-post.gif) no-repeat 0 50%;
 padding: 0 0 0 19px;
}

#forumlist tr td a {
 background: transparent url(images/icons/16px/ico-forum.gif) no-repeat 0 50%;
 padding: 0 0 0 19px;
}

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #768498;
	background: #3B4759;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: transparent;
	border-collapse: collapse;
	border: 1px solid #768498;
	border-right-color: #3B4759;
	border-bottom-color: #3B4759;
	margin-bottom: 2em;
	width: 100%;
}

.bozo {
	background: #F0A466;
}

.bozo.alt {
	background: #F5C59E;
}

.deleted {
	background: #987976;
}
.deleted.alt {
	background: #B2A899;
}


/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: inherit;
	background: #3B4759;
	padding: 4px 7px;
	margin: 0 3px;
	float: left;
	border: 1px solid #768498;
}

#profile-menu li.current {
	background: #50617B;
	border-bottom: 1px solid #50617B;
}

#userinfo { margin-top: 10px; }
#userinfo dt { font-weight: bold; }
#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }
.user-recent ol { margin: 5px 0 0 28px; }
.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border: 3px double #768498;
	/*border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;*/
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	/*width: 720px;*/
}

legend { 
	border: 1px solid #768498;
	color: #fff;
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: small;
	margin: 10px 16px;
}

/* Global Classes 
=================================== */
.alt {
 background: #768498;
}
.infoLink {
 background: transparent url(images/icons/16px/ico-info.gif) no-repeat 0 50%;
 padding: 0 0 0 19px;
}
.smallText {
 font-size: small;
}
