/********************************************************/
/********************************************************/
/********************************************************/
html
{
    overflow: scroll;
}

body
{
    font-family: arial, helvetica, sans-serif;
    font-size:13px;
    margin: 0px;
    padding: 0px;
    background-repeat:repeat;
    background-color: #024071;
}


input[type="text"], input[type="password"], select
{
    background: white;
    padding:4px;
}

a:link, a:visited, a:active, a:hover
{
    text-decoration: underline;
    color: #685534;
}

#ocean_background
{
    position:absolute;
    top:0px;
    left:0px;
    min-width:1024px;
    min-height:700px;
    width:100%;
    height:100%;
    z-index:-2;
}

#menu
{
    position:absolute;
    top:0px;
    right:0px;
    min-width:1024px;
    width:100%;
    height:20px;
    border-bottom:1px solid #feecc8;
    background:#ebddc2;
    text-align:right;	
    line-height:20px;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover
{
    padding-left:10px;
    padding-right:10px;
    text-decoration: none;
    color:#836b3b;
}

#menu a.active
{
    border-top:3px solid #685534;
    color: #685534;
}

#menu a:hover
{
    padding-bottom:2px;
    border-bottom: 2px solid #685534;
    color: #685534;
}

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

#menu ul li
{
    display: inline;
    padding:0px;
}

#vertical
{
    position:absolute;
    top:20px;
    right:0px;
    background:#ebddc2;
    text-align:left;	
    line-height:20px;
    border:2px solid #a3884f;
}

#vertical ul
{
    list-style-type: none;
    padding:0px;
    margin:0px; 
}

#vertical ul li
{
    padding-left:20px;
    padding-right:20px;
    border-bottom:1px dotted #a3884f;
}

#vertical a:link, #vertical a:visited, #vertical a:active, #vertical a:hover
{
    text-decoration: none;
    color:#836b3b;
}

#container
{
    margin:0px auto;
    padding-top:40px;
    margin-bottom:10px;
    width: 1024px;
}

#logo
{
    margin-top: -5px;
    margin-left: 5px;
    background-image: url('../images/cnc-logo.png');
    width:246px;
    height:98px;
}

#fd_logo
{
    background-image: url('../images/fd-logo.png');
    margin:0px auto;
    margin-top:20px;
    width:219px;
    height:42px;
}

#left_content_wrapper
{
    position: absolute;
    z-index:1;
    float:left;
    width:212px;
}

#left_content
{
    text-align:center;
    
    padding:10px;
    padding-left:15px;
    padding-right:15px;

    margin:0px auto;
    margin-top:20px;
    margin-left:10px;
    width:170px;

    background-color:#feecc8;

    border:2px solid #a3884f;
    border-radius:10px; 	
    -moz-border-radius:10px; 	
    -webkit-border-radius:10px;
    text-align:center;

    opacity:0.90;
    filter:alpha(opacity=90);
}

#left_content h1
{
    text-align:center;
    font-size:large;
    font-weight:bold;
    width:180px;
}

#content_wrapper
{
    float:right;
    padding-right:6px;
    padding-top:1px;
    width:708px;
    width:808px;
    background-color:transparent;
}	

#content_wrapper_top
{
    width:808px;
    height:64px;
    clear:both;
    background-image: url('../images/top-frame.png');
}

#content_wrapper_bottom
{	
    width:808px;
    height:50px;
    clear:both;
    background-image: url('../images/bottom-frame.png');
}

#content
{
    background-image: url('../images/middle-frame.png');
    background-image-repeat: repeat-y;
    width:718px;
    min-height:400px;
    padding:10px;
    padding-left:45px;
    padding-right:45px;
}

#copyright
{
    font-size: x-small;
    text-align:center;
    clear: both;
    float:right;	
    width:808px;
    color:white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#copyright a
{
    color: white;
    text-decoration: none;
}

#footer
{
	clear:both;
	background-image:url("../images/footer.png");
	background-repeat:repeat-x;
	height:165px;
	padding:0px;
	width:100%;
	z-index:-1;

	position: fixed;
	left:0px;
	bottom: 0px;
	margin:0px;

}

#flash_success
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    border: 1px green solid;
    padding: 0.5em 0.5em 0.5em 0.7em;
    margin-top: 15px;
    margin-bottom: 15px;
    color: green;
}

#flash_error
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    border: 1px red solid;
    padding: 0.5em 0.5em 0.5em 0.7em;
    margin-top: 15px;
    margin-bottom: 15px;
    color: red;
}

/********************************************************/
/********************************************************/
/********************************************************/
/* LANDING */
#landing_content
{
    background-image: url('http://www.coinncarry.com/images/splash.png');
    width:808px;
    height:666px;
}	
/* FLASH */
#flash_container
{
    margin:0px auto;
    padding-top:25px;
    width: 1024px;
}

#flash_copyright
{
    color: white;
    text-decoration: none;
    font-size: x-small;
    text-align:center;
    margin:0 auto;
}
/********************************************************/
/********************************************************/
/********************************************************/
/* LOGIN */
#login
{
    text-align: center;
}

#home #login img
{
    margin:0px auto;
}

#login table th, #login lable
{
    text-align: right;
}

#login table th, #login table td
{
    font-weight:normal;
}

#login input[type="text"], #login input[type="password"]
{
    width:100px;
}
/* END LOGIN */


/* PLAY */
#side_play
{
    margin-top:20px;
    text-align: center;
}
#side_play img
{
    border:none;
}

/* HOME */
#home
{
    font-size:14px;
}

#home #news
{
    float:left;
    width:530px;
    padding-right:10px;
}

#home #news ul.content
{
    list-style-type: none;
    margin-left:-25px;
}

#home #news ul.content li
{
    margin-bottom: 0px;
}

#home #news ul.content li .title
{
    font-weight: bold;
    display: block;
    margin-bottom:20px;
    margin-top:20px;
}

#home #news ul.content li .content
{
    text-align: justify;
    display: block;
    margin-bottom:20px;
}


#home #news ul.content li .footer
{
    margin-top:10px;
    margin-bottom:30px;
    font-size: x-small;
    font-style: italic;
    display: block;
}


#home #features
{
    width:170px;
    float:left;
    text-align:right;
}

#home #features img
{
    margin-bottom:40px;
}

#home #specials ul
{
    list-style-type: none;
    padding-left:20px;
}

#home #specials ul li .warning
{
    font-size: x-small;
    font-style: italic;
}

#home .footer
{
    clear: both;
}

/* MESSAGE */
#message
{
    position: fixed;
    bottom: 0px;
    left: 5px;
    right: 5px;
    background: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border: 1px solid gray;
    display: none;
    color: white;
    font-family: monospace;
    font-size: inherit;
    padding: 10px;
}

#message h1
{
    color:red;
    font-weight:bold;
    font-size:inherit;
}

#message h1 span
{
    color:green;
}

/* SHOP */
#store .record
{
    padding:15px;
    border-bottom: 1px solid lightgray;
}

#store .special
{
    background:pink;
}

#store .record img
{
    width:72px;
    max-height:72px;
    float:left; 
    padding-right:5px;
}

#store .info .name
{
    font-weight: bold;
}

#store .info .desc
{
    font-style: italic;
    font-size: 14px;
}

#store .info .buttons
{
    float:right;
    font-size:12px;
}

#store .footer
{
    clear: both;
}

#store .info .expiray
{
    float:right;
    color: green;
    font-style: italic;
    font-size: x-small;
    font-weight: bold;
}

#store .info .expiray .date
{
    font-size:x-small;
}
#left_content .coins
{
    margin:0px auto;
    width:100px;
    line-height: 30px;
    padding-left:40px;
    text-align: left;
    background: url('../images/coins.png') no-repeat;
}

#left_content .medallions
{
    margin:0px auto;
    margin-top:10px;
    width:100px;
    line-height: 30px;
    padding-left:40px;
    text-align: left;
    background: url('../images/medallions.png') no-repeat;
}


h1, h2, h3, h4, h5, h6, form
{
    margin:0px;
}


#register input[type="text"], #register input[type="password"]
{
    width:200px;
}

#register table th
{
    text-align: left;
}

ul.error_list
{
    float: right;
    color: red;
    padding:0px;
    padding-left:5px;
    margin-top:3px;
}

ul.error_list li
{
    display: inline;
}

#character input[type="text"], #character select
{
    width:100px;
}


#scoreboard #radio
{
    text-align: center;
}

#scoreboard .rankbox-outer, #home .rankbox-outer
{
    float:left; 
    width:165px;
    margin:5px; 
    background: #a3884f;
    cursor: pointer;
}

#scoreboard .rankbox-header, #home .rankbox-header
{
    text-align: center; 
    background: white; 
    font-size:inherit; 
    padding:3px;
    font-size:12px;
    font-weight: bold;
}

#scoreboard .rankbox-inner, #home .rankbox-inner
{
    padding:5px;
    background:#feecc8; 
    min-height:130px;
    font-size:x-small;
    font-size:12px;
    letter-spacing:0.05em;
    line-height:1.15em;
}

#scoreboard .rankbox-inner .scores, #home .rankbox-inner .scores, #home .rankbox-inner ul
{
    margin:0px;
    padding-left:25px;
}

.scores .numbers
{
    float:right;
}

#friends ul.friends
{
    list-style: none;
    width:400px;
    clear:both;
    margin-top:20px;
    margin-bottom:20px;
}

#friends ul.friends li 
{
    line-height: 2em;
    width:300px;
    clear:both;
}

#friends ul.friends li span.links
{
    float:right;
}

#friends ul.friends li a
{
    font-size:x-small;
}

#gifts .outer
{
    margin:5px; 
    background: #a3884f;
}

#gifts .header
{
    padding:5px;
    background: white; 
    font-size:inherit; 
}

#gifts .inner
{
    padding:5px;
    background:#feecc8; 
}

#gifts .status
{
    float:right;
}

#gifts input[type="text"], #gifts select
{
    width:150px;
}

#feedback input[type="text"],#feedback input[type="file"], #feedback select
{
    width:200px;
}

#feedback textarea
{
    width:500px;
    height:150px;
    font-size: x-small;
}

#resource input[type="text"],#resource input[type="file"], #resource select
{
    width:150px;
}


.giftometer-outer
{
    float:right; 
    width:200px;
    margin:5px; 
    background: #a3884f;
}

.giftometer-header
{
    text-align: center; 
    background: white; 
    font-size:inherit; 
    padding:3px
}

.giftometer-inner{
    padding:5px;
    background:#feecc8; 
    min-height:130px;
    font-size:x-small;
}

#tutorial
{
    text-align: center;
}

#voucher
{
    width:300px;
    margin:0 auto;
}
#voucher input[type="text"]
{
    width:200px;
}