/*************************************************************************
*                                                                        *
*                      TYPOGRAPHY & COLOUR Rules                         *
*                                                                        *
*************************************************************************/

.heading {
	font-size: 12pt;
}

body {
	width: auto;
}

#main {
	width: auto;
}

#content {
	width: auto;
}

#article {
	width: auto;
}

#fullwidth {
	width: auto;
}

table {
	border: 1px;
	width: auto;
}

hr{
	width: auto;
}

a {
	text-decoration: underline;
}

a:after{content:"[" attr(href) "]"; }

div.optionbox {
	display: none;
}

/*************************************************************************
*                                                                        *
*                               MENU Rules                               *
*                                                                        *
*************************************************************************/
#topbar {
	display: none;
}

#usericons {
	display: none;
}

#userblock {
	padding-top: 10px;
}

#menu {
	clear: both;
	width: auto;
	display: block;
	border-top: 15px solid #990000;
}

#menu ul {
	display: none;
}

#submenu {
	display: none;
}

/*************************************************************************
*                                                                        *
*                     SNAIL TRAIL & USER DETAILS Rules                   *
*                                                                        *
*************************************************************************/

#snail {
	display: none;
}

#userdetails {
	display: none;
}

/*************************************************************************
*                                                                        *
*                             FOOTER Rules                               *
*                                                                        *
*************************************************************************/

#footer {
	display: none;
}
