/*   
Theme Name: Box Set
Theme URI: http://doingword.com/boxset/
Description: A simple clean and borderless layout by <a href="http://doingword.com">Paddy Ryan</a>
Author: Paddy Ryan
Author URI: http://doingword.com/
Version: 1.2
.
You may edit this theme in part or in full,
but please keep credits intact, particularly in
the footer, and re-direct rather than re-disribute.

Full support for this theme, and updates and hacks
can be found at the supplied THEME URI.

The head image used on default for this theme was obtained from:
	http://www.2desktop.com/
with an unknown artist.

Comment structure and icons originally designed by Sebastian Schmieg from:
	http://www.kingcosmonaut.de/
on his Wordpress theme, "Blixed".

THIS THEME IS NOT YET STABLE IN INTERNET EXPLORER
.
*/



body {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 10px;
	color: #666;
	background-color: #fff; 

}




/* MAIN BODIES
-------------------------*/
a:link { 
	color: #000000;
text-decoration: none;
	}
a:visited { 
	color: #000000;
text-decoration: none;
	}
a:hover { 
	color: #000000;
	<!--background-color: #333333;-->
	text-decoration: none;
	}
a:active { 
	color: #000000;
text-decoration: none;
	}
#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
	border: 0px solid #fffff;
}

#headimg {
	width: 980px;
	border: 20px solid #fff;
	background-color: #fff;
}

img
{  border-style: none;
}

#footerstuff{
       a:link { 
	color: #FFFFFF;
text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
text-decoration: none;
	}
a:hover { 
	color: #FFFFFF;
	<!--background-color: #333333;-->
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
text-decoration: none;
	}

}


#menu {
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color: #fff;
	list-style: none;
	margin: 0;
}

#main {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	background-color: #fff;
	padding: 20px;
}

#side {
	float: right;
	width: 200px;
	background-color: #231f20;
}

#foot {
	clear: both;
	width: 650px;
	padding: 20px;
	background-color: #fff;
}


/* MAIN MENU
-----------------------------------*/

#menu li {
	float: left;
	vertical-align: middle;
}

#menu li a {
	display: block;
	background-color: #fff;
	width: 80px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	height: 15px;
	vertical-align: middle;
}

#menu li a:hover {
	display: block;
	width: 80px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	//border-bottom: 1px solid #666;
	vertical-align: middle;
}

#amenu li a {
	height: 15px;
	color: #999;
	width: 80px;
	background-color: #fff;
	border-bottom: 1px solid #666;
	vertical-align: middle;
}

#amenu li a:hover {
	height: 15px;
	color: #999;
	width: 80px;
	background-color: #fff;
	border-bottom: 1px solid #666;
	vertical-align: middle;
}

#navigation {
	float: left;
}

#feed {
	float: left;
        margin-right: 5px
	padding-bottom: 10px;
	text-align:right;
}

#feed img {
	border: 0px;
}



/* HEADINGS 
-----------------------------------*/
h1, h1 a, h2, h2 a, h3 a, h4 a {
        border-bottom: 40px solid #0D0C09;
        
	color:#000000;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
        margin: 0px;
        margin-top: 50px;
        margin-bottom: 10px;
        
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#000000;
	font-family: Georgia, serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
        margin: 0px;
link-color: #000;
}

h6, h6 a {
 border-top: 10px solid #000
	color:#000000;
	font-family: Georgia, serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
        margin: 0px;
}

.dept {
        color:#000;
	font-family: Georgia, serif;
	font-size: 10px;
	text-decoration: underline;
        text-transform: uppercase;
	font-weight: normal;
        margin-top: 0px;

}

#box {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 160px;
	background-color: #fff;
	padding: 20px;
	list-style: none;
}

#centered {
	margin: 0 auto;
	text-align: center;
}

#centered #s {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
}

#centered:hover {
	color: #666;
}

#centered a {
	color: #666;
	text-decoration: none;
}

#centered a:hover {
	color: #333;
	text-decoration: none;
}

#centered2 {
	color: #999;
	margin: 0 auto;
	text-align: center;
}

#centered2 a {
	color: #666;
	text-decoration: none;
}

#centered2 a:hover {
	color: #333;
	text-decoration: non