
/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }


/* Layout ----------------------------------------------------------------- */
body {
	font: normal 13px/1.5 arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-family: "trebuchet ms";
	background-color: #1D1D1D;
	color: #666666;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6666FF;
}


/* Layout ----------------------------------------------------------------- */

#container-inner {
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #1D1D1D;
}


#content-inner {
	background-color: #FCF9F3;
} 


.main {
	width:585px;
	float:left;
	background-color: #FCF9F3;
}

.side {
	width:205px;
	float:right;
	background-color: #FCF9F3;
}

.c-both { clear:both; }

/* Header */

#header {
	margin-top: 10px;
}

#header-content {
	width: 800px;
	margin-right: 10px;
	margin-left: 10px;
}

#header-inner {
	position: relative;
	background-image: url(mt-static/support/themes/minimalist-white/head.jpg);
}

#header-name {
    margin: 0 0 5px 0;
    line-height: 1;
	color: #CCCCCC;
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 15px;
}

#header-description {
    margin: 0;
    line-height: 1.125;
	color: #CCCCCC;
	font-size: 12px;
	margin-left: 15px;
}

#header a {
    color: #CCCCCC;
    font-weight: bold;
}

#header a:hover {
    text-decoration: underline;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


#footer-content {
	text-align: center;
}

#footer-inner {
	background-color: #CCCCCC;
}

#header-inner,
#content-inner,
#footer-inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0px;
}

.copyright {
	font-family:  verdana, 'trebuchet ms', sans-serif;
	background-position: center;
	text-align: center;
	letter-spacing: 0.1em;
	width: 800px;
}

.qc {
	padding-top: 5px;
}

.contact {
	font-size: 12px;
	text-align: right;
}
.side {
	margin-left: 5px;
	line-height: 1.5;
}

#navcontainer
{
	width: 800px;
}

#navlist
{
	margin: 0;
	border-bottom: 1px solid #333333;
	background-color: #F5EADA;
	padding-right: 0;
	padding-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: none;
line-height: 14px;
font-weight: bold;
margin: 0 7px 4px;
text-decoration: none;
color: #666666;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

