/* Primary Color:
FFCB00	BFA230	A68400	FFD840	FFE373
Complementary Color:
2E16B1	3B2E84	180773	604BD8	8070D8
*/

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 0.75em;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
}
#descr i {
	font-family: italics;
	font-size: 110%;
}
li {
	list-style-type: circle;
}
blockquote {
	border-left: 3px solid #ddd;
	margin: 1em;
	padding-left: 0.5em;
}
a.big {
	font-size: 1.4em;
	text-decoration:none;
	text-overflow: ellipsis;
	overflow: hidden;
}
a.topcat {
	text-decoration:none;
}
div.tag {
	float:right;
	max-width:60%;
	text-align:right;
	margin-left: 0.5em;
}
a.tag {
	text-decoration:none;
	font-weight:bold;
}
a {
	color:#2e16b1;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#2e16b1;
	text-decoration:none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	text-align:center;
}
h1.title {
	text-shadow: -2px 0 #180773, 0 2px #180773,
      		2px 0 #180773, 0 -2px #180773,
      		2px 2px #180773, -2px -2px #180773,
      		2px -2px #180773, -2px 2px #180773;
	text-align:left;
	font-size: 3.0em;
	color: #ffcb00;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#ads img {
	display:block;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #604bd8;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	margin:10px 0 0 0;
	width:100%;
	padding:0;
	list-style:none;
	clear:right;
	float:right;
}

#header ul li {
	list-style:none;
	float:right;
	margin:0;
	padding:0 0 0 8px;
}


#header ul li a {
	display:block;
	float:right;
        background: #ffcb00;
	padding: 3px 6px 3px 6px;
	text-decoration:none;
	line-height:1.3em;
	color:#180773;
	text-align:center;
}

#header ul li a:hover {
	color:#8070d8;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#ffd840;
	border-top:4px solid #3b2e84;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
	font-size: 100%;
	font-weight:bold;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
	background:#fff;		/* left column background colour */
}
.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	text-align: center;
}
#footer p {
	padding:10px;
	margin:0;
}

/* Mythreads styles */
.smallinfo {
	font-size: 80%;
	color: #888;
}

img {
	border-style: none;
}

.col1 h1, .col1 h2 {
	border-bottom: 1px solid #8070d8;
	font-style: italic;
	color: #180773;
}

.col1 li {
	list-style-type: circle;
}

/* rounded boxes */
.bluebox {
	background:#ffd840;
	border:1px solid #bfa230;
	color:#3B2E84;
	margin-top: 10px;
}

.bluebox .w4 {
	position:relative;
	left:-2px;
	padding:10px;
	padding-top:1px;
	z-index:10;
}

