/*-----------------------------------------
Title: RT! Workshop CSS Document
URL: http://www.relaxtown.com/workshop
-------------------------------------------
Created by Jordan Wong 'BTC' @ RT! Workshop
http://www.relaxtown.com/workshop
-----------------------------------------*/

@charset "utf-8";
/* CSS Document */

/* General */

* {
	margin: 0;
	padding: 0 }
	
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust: none;
	-webkit-touch-callout:none;
    }

body {
	background-image: url(../images/body_bg.gif);
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-Size: 0.7em;
	color: #e61773;
}

body, table, td, th {
	margin: 0;
	padding: 0px 0; }

img {
	border: none }

input, select, textarea {
	font-Size: 0.7em;
	margin-right: 8px;
}

/* Links */

a,a:link,a:link,a:link,a:hover {
	text-decoration: none;
}

a:link {
	color: #6a3906 }

a:visited {
	color: #6a3906 }

a:hover,a:active {
	color: #00aad9 }

/* Typography */

p, ul, ol {
	margin: 0 0 1.5em }
	
hr {
	margin: 1em 0;
	background: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both }

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px; }

h1 {
	font-size: 200%; }

h2 {
	font-size: 150%; }

h3 {
	font-size: 130%; }

h4 {
	font-size: 110%; }

h5 {
	font-size: 100%; }

h6 {
	font-size: 90%;
	color: #333;
}

.highlight {
	color: #f60; }

.subdued {
	color: #f96; }

.strong {
	font-weight: bold; }
	 
.special {
	font-weight: bold;
	color: #f33; }
	
.small {
	font-size: 80%; }
	
.location {
	font-size: 80%; }
	
.location a{
	text-decoration: none; }

.copyright {
	font-size: 80%;
	color: #999;
}



/* List */

ul {
	padding-left: 15px;
}

ol {
}

ol li {
}

li {
	list-style-type: square;
}

dl {
}

dt {
}

dl dl {
}

/* Layout */

#container {
	overflow:auto;  
}

#container-box {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}


/* Harder */

#header {
	background-color: #fff;
}

#headerbox {
	width: 320px;
	height: 190px;
}

#headerbox-img {
	background-image: url(../images/logo_320.png);
	background-repeat: no-repeat;
}


/* Content */

#content {
	background-color: #fff;
}

#contentbox {
	width: 300px;
	padding: 10px;
}

#content-img {
}


/* Footer */


