@import url("reset.css");
@import url("typography.css");
@import url("grid.css");
@import url("forms.css");

/* --------------------------- */

#accessibility-links {
	display: none;
	visibility: hidden;
}


/* Header
------------------------------ */

#header {
	height: 132px;
}

#header form {
	padding-top: 94px;
	float: right;
	display: block;
	border: none;
}

#header #keywords {
	width: 136px;
}


/*	Main Menu
------------------------------ */

#main-menu {
	float: left;
	margin: 94px 0 0 20px;
	font-size: 14px;
}

#main-menu ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

#main-menu ul li {
	float: left;
	border-right: solid 1px #CCC;
	padding: 0 10px 0 10px;
}

#main-menu ul li.last {
	border-right: none;
}

#main-menu a {
	color: #333;
	display: block;
}

#home-page #main-menu .home {
	font-weight: bold;
	color: #32636a;
}

#about-page #main-menu .about {
	font-weight: bold;
	color: #32636a;
}

#projects-page #main-menu .projects {
	font-weight: bold;
	color: #32636a;
}

#news-page #main-menu .news {
	font-weight: bold;
	color: #32636a;
}

#contact-page #main-menu .contact {
	font-weight: bold;
	color: #32636a;
}


/* Advert Container
------------------------------ */

#advert-container {
	float: left;
	clear: left;
	width: 180px;
	margin: 0 10px 0 0;
	border-top: solid 1px #CCC;
	padding-top: 20px;
}

#advert-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#advert-container ul li {
	border-bottom: dotted 1px #CCC;
	padding-bottom: 4px;
	padding-top: 4px;
}


/*	Content
------------------------------ */

#content {
	float: left;
	margin: 0 0 0 10px;
	width: 460px;
	/*border-top: solid 1px #CCC;*/
	padding-top: 20px;
}

.content-box {
	border-bottom: dotted 1px #CCC;
	margin-bottom: 16px;
	overflow: hidden;
}

.content-box-comments {
	border-bottom: dotted 1px #CCC;
	margin-bottom: 16px;
	overflow: hidden;
}

.content-box-comments p {
	margin-top: 0;
}

.content-box-comments p.date {
	margin-bottom: 0;
}

p.date {
	font-style: italic;
	color: #999;
}

p.title {
	font-size: 14px;
	margin: 0;
}

p.body {
	font-size: 14px;
	margin-bottom: 0;
}

p.link {
	margin-top: -10px;
}


/*	Side-bar
------------------------------ */

#side-bar {
	float: right;
	width: 200px;
	margin: 0;
	/*border-top: solid 1px #CCC;*/
	padding-top: 60px;
}

#side-bar div {
	margin-bottom: 26px;
}

#side-bar ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#side-bar ul li {
	border-bottom: dotted 1px #CCC;
	padding-bottom: 4px;
	padding-top: 4px;
}

#side-bar p.date {
	margin: 0;
}


/*	Projects
------------------------------ */

#projects-container .project {
	margin-bottom: 16px;
	border-bottom: dotted 1px #CCC;
}


/*	Search
------------------------------ */

#search {
	overflow: hidden;
}

#search div {
	margin: 0;
}

#search form {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
}

#search #keywords {
	width: 110px;
}


/*	Images
------------------------------ */

img.img-small {
	width: 82px;
	float: left;
	margin-right: 10px;
	padding: 0;
}

img.img-medium {
	width: 100px;
	float: left;
	margin-right: 10px;
	padding: 0;
}

img.img-large {
	/* nowt */
}

#image-list {
	list-style: none;
	overflow: hidden;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
}

#image-list li {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	height: 48px;
	overflow: hidden;
}


/*	Comments
------------------------------ */

.comment-box strong {
	color: #32636a;
	font-weight: normal;
}

.comment-box img {
	float: none;
	padding: 0;
	margin: 0;
}


/*	Contact details
------------------------------ */

#contact-page #content ul {
	list-style: none;
	margin: 0;
}

#contact-page #content li {
	width: 49%;
	float: left;
}


/*	Footer
------------------------------ */

#footer {
	border-top: solid 1px #CCC;
	padding-top: 10px;
	overflow: hidden;
	clear: both;
	font-size: 10px;
}

#footer .copyright {
	float: left;
	margin-left: 10px;
}

#footer .designer {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#footer .rss-link {
	background: url(/imgs/rss.gif) no-repeat 0px 1px;
	width: 50px;
	height: 10px;
	padding-left: 12px;
}