body {
	margin: 0;
	padding: 0;
	background: #444;
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	color: #444;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000;
}

h1 {
	font-size: 200%;
	padding-bottom: 0;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p {
}

ol {
}

ul {
}

/*strong {
	color: #000;
}*/
strong {
	font-weight: bold;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #aaa;
	font-style: italic;
	color: #333;
}

blockquote * {
	line-height: normal;
}

a {
	color: #111;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
}


/* Tucows Logo */
#logo2 img {
	float: right;
	padding: 0;
	margin: 0;
}
/* Logo */

#logo img {
	float: left;
	padding: 0;
	margin: 0;
}

#logo a {
	text-decoration: none;
}

/* login */

p.signin {
	text-align: right;
	font-size: .8em;
	margin: 0;
	padding: 5px 10px 0 0;
}


.textfield {
	color: #333;
	background: #eee;
	border: 1px solid #aaaCCC;
	padding-left: 1px;
	margin-bottom: 3px;
	width: 200px;
}

#contactform {
	padding: 0 10px;
	border-top: solid 1px #aaa;
}

#contactform input {
	color: #333;
	background: #F7F7F7;
	border: 1px solid #aaaCCC;
	padding-left: 1px;
	margin-bottom: 3px;
}

#contactform p {
	font-size: .8em;
}

/* Top Menu */

#topmenu {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 2.1em;
	background-color: #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

#topmenu ul{
	margin: 0 auto;
	float: left;
	padding-left: 8px;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
}



#topmenu ul li{
	display: inline;
}


#topmenu ul li a{
	float: left;
	color: #999999;
	font-weight: bold;
	padding: .5em 1.2em .4em 1.2em;
	text-decoration: none;
}

#topmenu ul li a:visited{
}


#topmenu ul li a:hover, #topmenu ul li a.current{ /*hover and selected link*/
	color: #FFF;
	background: url(/images/pointer.gif) bottom center no-repeat;

}

/* Top Menu */
#bottommenu {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#bottommenu ul{
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#bottommenu ul li{
	display: inline;
	padding: 0 5px;
	margin: 0;
}

#bottommenu ul li a{
	text-decoration: none;
}

#bottommenu ul li a:visited{
	color: #666;
}


#bottommenu ul li a:hover, #bottommenu ul li a.current{ /*hover and selected link*/
	color: #000;
}


/* Splash */

#splash { /* really only used on the front page */
	width: 800px;
	height: 240px;
	margin: 0 auto;
	border-bottom: solid 1px #aaa;
	background-color: #fff;
}

#splash p { /* the text next to the image */
	margin: 0 15px 10px 415px;
	font-size: 1.1em;
}

#splash img {
	padding: 0;
	margin: 0;
}

#splash a {
	text-decoration: none;
	font-weight: bold;
	color: #201c1b;
}

#frontpage #content a {
	text-decoration: none;
	font-weight: bold;
	color: #201c1b;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #dfdfdf;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

/* Content */

#content {
	float: right;
	width: 425px;
	margin: 20px 15px 20px 0;
	padding: 15px 20px;
	border: solid 1px #aaa;
	-moz-border-radius: 5px;
	background-color: #fff;
}

#frontpage #content {
	float: left!important;
	width: 400px;
	margin: 20px 5px 10px 5px;
}

#content a {
	text-decoration: none;
}

#content ul {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -20px;
	list-style: disc inside;
}

#frontpage #content ul { /* kicks up the front page quick links */
	font-size: 1.2em;
	list-style-type: none;
}

#content ul li {
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	width: 260px;
	margin: 20px 15px 10px 15px;
	float: left;
	padding: 0 0 20px 0;
	border: solid 1px #aaa;
	-moz-border-radius: 5px;
	background-color: #fff;
}

#frontpage #sidebar {
	float: right!important;
	width: 310px;
	height: 165px;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	font-size: 160%;
	font-weight: bold;
}

#sidebar ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	border-top: 1px solid #CDCDCD;
	margin: 3px 20px 5px 30px;
}

#sidebar a {
	text-decoration: none;
	color: #444;
}

#sidebar ul li.current a {
	font-weight: bold;
	color: #111;
}

#sidebar ul li ul li a {
	font-weight: normal!important;
	color: #444!important;
}

#sidebar ul li ul li.current a {
	font-weight: bold!important;
	color: #111!important;
}

/* error msg fields */
#content div.errorField, #content input.errorField, #content label.errorField {
    color: #d63301;
}
#content div.errorField, #content input.errorField {
    border: solid 1px;
    background-color: #ffccba;
}
#content div.errorField {
    padding: 5px; /* 0 */
    width: 413px; /* 423px */
}

/* boxes */

#triads { /* the three little ad buttons on the home page */
	width: 780px;
	margin: 0 auto;
}

#triads img {
	padding: 0;
	margin: 20px 2px;
	border: solid 1px #aaa;
}

/* Footer */

#footer {
	margin: 0 auto;
	background-color: #fff;
	font-size: .75em;
	padding: 5px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

#footer a {
	color: #666666;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;	
}

/* tables */

table {
	width: 90%;
	text-align: center;
	margin: 10px 0;
}

th {
	border-bottom: solid 1px #333;
}

#loginForm table {
	text-align: left;
}

.post {
	border-top: solid 1px #333;
}

.post h2 {
	padding-top: 5px;
}

