/*
 *-----------------------------------------------reset css
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    border: 0;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 *-------------------------------------------------end of reset css
*/

/*
 *-------------------------------------------------tags
*/

h1 {
	color: #ee2d23;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}

h2 {
    color: #000000;
    font-size: 16px;
    margin: 0px 0px 8px 0px;
    text-decoration: none;
}

h2 a {
    color: #000000;
    font-size: 16px;
    margin: 0px 0px 8px 0px;
}


h2 a:hover {
	text-decoration: none;
}

h3 {
    color: #000000;
    font-size: 14px;
    margin: 0px 0px 8px 0px;
    text-decoration: none;
}

h3 a {
    color: #000000;
    font-size: 14px;
    margin: 0px 0px 8px 0px;
}

p {
	margin: 0px 0px 30px 0px;
}

p.no-margin {
    margin: 0px 0px     0px 0px;
}

ul {
	margin: 0px 0px 15px 25px;
	list-style-type: disc;
}

ol {
    margin: 0px 0px 15px 30px;
    list-style-type: decimal;
}

a {
	color: #ee2d23;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    background: #d6d6d6 url(images/body_bg.jpg) repeat-x;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
}

#top-border {
	margin: 10px auto 0px auto;
    background: #ffffff url(images/page_top_dropshadow.gif) no-repeat top;
    width: 980px;
    height: 425px;
}

#bottom-border {
    background: url(images/page_bottom_dropshadow.gif) no-repeat top;
    width: 980px;
    height: 18px;
}

#page {
    margin: 0px auto;
    width: 980px;
    background: #ffffff url(images/page_dropshadow.gif) repeat-y;
    /*background: #ffffff url(images/page_top_dropshadow.gif) no-repeat top;*/
}

#page-inner {
	float: left;
	margin: -400px 0px 0px 22px;
	padding: 0px 0px 40px 0px;
	width: 935px;
	position: relative;
	display: inline;
	text-align: left;
}

#logo {
	float: left;
    margin: 0px 0px 0px 12px;
}

/*
 *-------------------------------------------------utility nav
*/

#utility-nav {
	float: right;
	font-size: 12px;
}

#utility-nav li {
	float: left;
	list-style-type: none;
}

#utility-nav li.leaf {
    list-style-image: none;
    list-style-type: none;
}

#utility-nav ul li {
    float: left;
    padding: 0px 5px 3px 5px;
    border-right: 1px solid #000000;
}

#utility-nav ul.menu li {
	margin: 0px;
}

#utility-nav .block-inner .menu li.last {
    border: none;
}

#utility-nav li a {
	color: #000000;
}

#utility-nav li a.active {
	color: #000000;
}

/*
 *-------------------------------------------------navigation
*/

#navigation {
	float: left;
	clear: both;
	font-size: 16px;
	width: 930px;
	margin: 35px 0px 30px 0px;
	border-bottom: 1px solid #bababa;
}

#navigation ul {
	float: left;
	margin: 0px 0px 0px 10px;
	display: inline;
    list-style-type: none;
}

#navigation li.first a {
    float: left;
    background: url(images/nav_welcome.png) no-repeat;
    padding: 11px 12px;
    border-right: 1px solid #c5c5c5;
    font-weight: bold;
    color: #6e6e6e;
    text-decoration: none;
}



#navigation li.last a {
    float: left;
    background: url(images/nav_my_account.png) no-repeat;
    padding: 11px 14px;
    border-right: none;
    font-weight: bold;
    color: #6e6e6e;
    text-decoration: none;
}

#navigation li {
    float: left;
}

#navigation li a {
	float: left;
	background: url(images/nav_bg.png) repeat-x;
	padding: 11px 12px;
	border-right: 1px solid #c5c5c5;
	font-weight: bold;
	color: #6e6e6e;
	text-decoration: none;
}

#navigation li a:hover,
#navigation li#welcome a:hover,
#navigation li#attribution a:hover  {
    color: #b1b1b1;
}

#navigation li a.active {
	color: #ee2d23;
}

/*
 *-------------------------------------------------content area
*/

#content-area {
	float: left;
	clear: both;
	width: 710px;
	line-height: 16px;
	margin: 0px 0px 0px 10px;
	display: inline;
}

/*
 *-------------------------------------------------right sidebar
*/

#sidebar-right {
	float: right;
	width: 175px;
	padding: 0px 0px 0px 10px;
	border-left:1px solid #bababa;
	line-height: 15px;
}


/*
 *-------------------------------------------------book navigation
*/


#sidebar-right a {
    color: #6c6c6c;
}

#sidebar-right li a.active {
    color: #ee2d23;
}  

#sidebar-right li.leaf {
    list-style-image: none;
    list-style-type: none;
}

.book-navigation li.leaf {
    list-style-image: none;
    list-style-type: none;
}

.book-navigation a {
    color: #ee2d23;
}

.book-navigation li a.active {
    color: #ee2d23;
}


#sidebar-right ul.menu li {
	margin-bottom: 7px;
}

/*
 *-------------------------------------------------blog
*/


.page-blog .item-list ul li {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
}

.page-blog .item-list ul li a,
.submitted a,
.links a {
    color: #ee2d23;
}

.node-inner ul.links li {
	margin: 0px 15px 0px 0px;
}

#content-area .node-type-blog {
	padding: 0px 0px 45px 0px;
	clear: left;
}

.node-type-blog ul.links {
	float: left;
	margin: -15px 0px 0px 0px;
}

.node-type-blog .submitted {
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

.page-blog .feed-icons {
	float: left;
	margin: -8px 0px 0px -648px;
	position: relative;
	display: inline;
}

/*
 *-------------------------------------------------comments
*/

#comments {
	margin: 40px 0px 0px 0px;
}

.comment-inner {
	margin: 20px 0px;
	padding: 20px 0px;
    border-top:1px solid #BABABA;
}

/*
 *-------------------------------------------------forum
*/

#forum table {
	width: 720px;
}

#forum a {
    color: #ee2d23;
}

#forum td.topics {
	text-align: left;
}

#forum tr td.forum {
    background-image: none;
    padding-left: 5px;
}

/*
 *-------------------------------------------------register
*/

#edit-profile-terms-wrapper .option {
	position: relative;
	top: 25px;
}

#edit-profile-terms-wrapper .description {
	margin: -10px 0px 0px 0px;
	font-size: 12px;
}


/*
 *-------------------------------------------------footer
*/

#footer {
    border-top: 1px solid #bababa;
    width: 962px;
    margin: 0px 0px 0px 9px;
    padding: 40px 0px 25px 0px;
    color: #ee2d23;
}

#footer #primary {
	margin: 0px 0px 0px 8px;
}

#footer a {
    color: #ee2d23;
}

#footer ul {
	float: left;
}

#footer li.leaf {
	list-style-image: none;
	list-style-type: none;
}

#footer ul li {
	float: left;
	padding: 0px 5px 3px 5px;
	border-right: 1px solid #ee2d23;
}

#footer ul.menu li {
	margin: 0px;
}

#footer .block-inner .menu {
	margin: 0px 0px 0px -12px;
}

#footer .block-inner .menu li.last {
	border: none;
}

#melco-logo {
	float: right;
	margin: -4px 15px 0px 0px;
	display: inline;
}

/*
 *-------------------------------------------------codes
*/

.codeblock {
	float: left;
	background: #f6f6f6;
	width: 630px;
	border: 2px solid #6f6f6f;
	padding: 20px 40px;
	margin-bottom: 30px;
}

/*
 *-------------------------------------------------quicktabs
*/

ul.quicktabs_tabs.quicktabs-style-basic li.active a {
	color: #EE2D23;
}

/*
 *-------------------------------------------------drupal overrides
*/

.clear-both {
    clear: both;
}

/*
 *-------------------------------------------------styles
*/

#skip-to-nav {
    height: 0px;
    overflow: hidden;
}

ul.links li {
    padding: 0px;
}

tr.even, tr.odd {
    background: none;
}

#main {
    clear: both;
}