/*
 * css for rob macdonald
 * evan@borgstrom.ca
 *
 * don't use px for font sizes, use % instead
 * see: http://developer.yahoo.com/yui/fonts/
 * 
 * colours:
 *   red = #a31818;
 *   silver = #ccc;
 *   black = #000;
 */

body {
	background: #fff;
}

/*
 * fonts
 */
body, p, div {
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.heading {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.published {
	font-style: italic;
	font-size: 90%;
	color: #a31818;
}

a:link, a:visited, a:active {
	color: #a31818;
}

a.datetime {
	text-decoration: none;
}

/*
 * structure & style
 */
#wrapper {
	width: 990px;
	height: 560px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

#main {
	width: 100%;
	height: 479px;
}

* html #main {
	height: 450px;
}

#main #subheader {
	float: left
}

#main #sidebar {
	clear: left;
	float: left;
	position: relative;
	top: 20px;
	width: 530px;
	height: 430px;
	background: url(/images/coliseum.jpg) no-repeat;
	overflow: hidden;
}

#main #content {
	font-size: 80%;
	position: relative;
	top: 35px;
	margin: 5px 0 0 565px;
	padding: 5px 10px;
	width: 410px;
	w\idth: 390px;
	height: 430px;
	heigh\t: 420px;
	border: 1px solid #a31818;
	overflow: scroll;
	overflow-x: hidden; /* doesn't work in safari... */
}

* html #main #content {
	top: 0px;
}

#main #content #notice {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 auto;
	font-size: 110%;
	font-weight: bold;
	color: #a31818;
	border-bottom: 1px solid #a31818;
}

#header #title {
	width: 100%;
	height: 54px;
	background: url(/images/header.jpg) no-repeat;
}
#header #title h1 {
	display: none;
}

#header #subheader {
	display: inline;
	float: left;
	width: 400px;
	margin: 2px 0 0 0;
	font-weight: bold;
	font-size: 115%
}

#header ul {
	list-style-type: none;
	float: right;
	clear: right;
}
#header ul li {
	display: inline;
	background: url(/images/menu_sep.jpg) top right no-repeat;
	float: left;
	color: #000;
	text-transform: uppercase;
	margin: 2px 8px 0 0;
	padding: 0 8px 0 0;
}
#header ul li.last {
	background: none;
	padding: 0;
}
#header ul li#user_info {
	background: none;
	clear: left;
	font-weight: bold;
	color: #a31818;
	margin: 2px 0 0 0;
}
#header ul li a:link, #header ul li a:active, #header ul li a:visited {
	text-decoration: none;
	color: #000;
}
#header ul li a:hover {
	color: #a31818;
}
#header #menu, #header #usermenu {
	font-size: 11px;
	display: inline;
	width: 970px;
	height: 15px;
	float: right;
	margin: 0 15px 0 0;
}
#header #usermenu ul {
	font-size: 9px;
}

#footer {
	width: 100%;
	height: 27px;
	background: url(/images/footer.jpg) no-repeat;
}
#footer #copyright {
	width: 100%;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding: 8px 0 0 0;
}

/*
 * news
 */
div.news {
	clear: both;
	border: 0;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #a31818;
}
div.subject {
	font-size: 130%;
	font-weight: bold;
}
div.news div.body {
	clear: both;
	margin: 10px 0 0 0;
}
div.news div.info {
	display: inline;
	float: left;
	margin: 10px 10px 0 0;
}
div.news div.comments {
	margin: 10px 0 0 0;
}
div.news div.edit, div.news div.destroy {
	display: inline;
	float: right;
	margin: 0 0 5px 5px;
}

div#comments {
	clear: both;
}
div.comment {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #a31818;
}
div.comment div.comment_tools {
	float: right;
	color: #a31818;
}
div.comment img.comment_tools_spinner {
	float: right;
}

/*
 * pages
 */
div.page div.page_tools {
	float: right;
	color: #a31818;
}
div.page img.page_tools_spinner {
	float: right;
}

/*
 * portfolio / assets
 */
div#assets {
	margin: 10px 0;
}
div.asset {
	width: 90px;
	height: 90px;
	float: left;
}
div.asset div.thumbnail {
	width: 80px;
	height: 80px;
}

div#portfolio {
	width: 100%;
	height: 96%;
}

#gallerylink {
	float: right;
	clear: both;
}

/*
 * forms
 */
form p {
	margin: 8px 0;
}
form p label {
	font-weight: bold;
}

form textarea {
	width: 99%;
}

