/* BODY AND TEXT */

body {
	background: #ffffff;
	color: #001c5e;
	cursor: default;
	font-family: trebuchet ms;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

b, strong {
	color: #483d8b;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
}

i {
	color: #000000;
	font-style: italic;
	border-bottom: 1px solid #eeeeee;
}

b:hover, strong:hover, i:hover {
	border-bottom: 3px solid #eeeeee;
	cursor: help;
}

u {
	border-bottom: 1px solid #eeeeee;
	color: #4b0082;
	text-decoration: underline;
}

u:hover {
	border-bottom: 3px solid #eeeeee;
	cursor: help;
}

a {
	border-bottom: 3px solid #00ced1;
	color: #00ced1;
	cursor: help;
	text-decoration: none;
}

a:hover {
	border-bottom: 3px solid #20b2aa;
	color: #20b2aa;
	cursor: help;
	text-decoration: none;
}

/* PARAGRAPH & ALIGNMENT */

.p {
	text-indent: 50px;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/* HEADER */

h1 { 
	color: #ffc0cb;
	font-family: byington; 
	font-size: 26px; 
	font-style: italic;
	font-weight: normal; 
	text-align: left;
	text-transform: lowercase; 
}

h1:first-letter {
	color: #ff1493;
	font-family: french script mt;
	font-size: 36px;
	font-style: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}

h2 { 
	color: #dda0dd;
	font-family: century gothic;
	font-size: 9px; 
	font-weight: normal; 
	letter-spacing: 2px;
	line-height: 13px;
	margin-top: -18px;
	padding: 0 26px;
	text-align: left;
	text-transform: uppercase;
}

h2:first-letter {
	color: #8a2be2;
}

h3 { 
	border-bottom: 5px dotted #ffd700;
	color: #ffd700;
	font-family: byington;
	font-size: 17px; 
	font-weight: bold; 
	letter-spacing: 3px;
	padding: 5px;
	text-align: right;
	text-transform: lowercase; 
}

h3:hover {
	border-bottom: 5px dotted #daa520;
	color: #daa520;
	cursor: help;
}

h4 {
	color: #ffa500;
	font-family: arial;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -2px;
	padding-left: 50px;
	tex-align: left;
	text-transform: lowercase;
}

h4:hover {
	color: #ff6347;
	cursor: help;
}

/* STRUCTURE */

blockquote {
	background: url(images/blockquote.gif) #ececec no-repeat top left;
	color: #999999;
	display: block;
	padding: 13px 13px 13px 26px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	width: 440px;
}

blockquote:hover {
	color: #646464;
	cursor: help;
}

blockquote a {
	border: none;
	color: #40e0d0;
}
blockquote:hover a {
	border: none;
	color: #00ced1;
}
blockquote:hover a:hover {
	border: none;
	color: #1e90ff;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal-leading-zero;
}

.image {
        border: 5px solid #ececec;
}

.image:hover {
        border: 5px solid #c0c0c0;
        cursor: help;
}

/* CMEMO */

#cmemo01 {
	background: url(images/cmemo_01.png) no-repeat top right;
	float: right;
	width: 100%;
	height: 160px;
}
#cmemo02 {
	float: right;
	width: 300px;
	height: 140px;
}
#cmemo03 {
	background: url(images/cmemo_03.png) no-repeat top right;
	float: right;
	width: 300px;
	height: 50px;
	padding-top: 90px;
}
#cmemo04 {
	background: url(images/cmemo_04.gif) no-repeat top right;
	float: right;
	width: 150px;
	height: 50px;
}
#cmemo05 {
	background: url(images/cmemo_05.png) no-repeat top right;
	float: right;
	width: 150px;
	height: 50px;
}
#cmemo06 {
	background: url(images/cmemo_06.png) no-repeat top right;
	float: right;
	width: 100%;
	height: 100px;
}
#cmemo07 {
	background: url(images/cmemo_07.png) no-repeat top right;
	float: right;
	width: 100%;
	height: 100px;
}
#cmemo08 {
	float: right;
	width: 100%;
	height: 60px;
	text-align: right;
}

/* CONTENT */

#content {
        position: static;
        float: right;
        padding: 10px;
        width: 590px;
}

/* FOOTER */

#footer {
	background: url(images/disc.png) no-repeat bottom right;
	float: right;
	height: 280px;
}

#footer p {
	color: #008000;
	font-family: trebuchet ms;
	font-size: 10px;
	line-height: 20px;
	padding-left: 210px;
	padding-right: 10px;
	padding-top: 70px;
	text-align: center;
	text-transform: uppercase;
}

#footer a {
	border-bottom: none;
	color: #32cd32;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: none;
	color: #2e8b57;
	cursor: help;
	text-decoration: none;
}

/* MISCELLANEOUS */

.clear {
	clear: both;
}
.owned {
	float: left;
	margin: 10px auto;
	padding-bottom: 20px;
	text-align: center;
	width: 24%;
}
.owned p {
	background: #faf0fd;
	border-left: 4px double #dda0dd;
	color: #b87cb8;
	font-family: "century gothic";
	font-weight: normal;
	padding: 2px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 80%;
}
.owned a {
	border: 0px none;
}
.owned a img {
	background: #f1daf8;
	border: 0px none;
	margin: 2px 0px 0px 0px;
	padding: 5px;
}
.owned a:hover {
	border: 0px none;
}
p.show_owned_intro_list, p.show_owned_where_you_are, p.show_joined_where_you_are {
	display: none;
}
#dispemailyes, #dispemailno {
	width: 30px;
}
p.joined {
	margin: 5px 0px;
}
p.joined a img {
	border: 0px none;
	margin: 0px 3px 3px 0px;
}
.codesort label {
	float: left;
	width: 15em;
	text-align: right;
	margin: 0 0.5em 0 0;
}
.gradualshine {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.gradualshine:hover {
	opacity:1;
}