/* Style for Two Cent site */

body {
	background-color:	#c0c0c0;
	color:						white;
	margin:						0px;
	
	font-family:			sans-serif;
	font-size:				90%;
}

a {
	font-style:				underline;
	color:						white;
}
a.postlink {
	font-style:				underline;
	color:						black;
}
a:visited {
	font-style:				none;
	color:						lightgrey;
}
a.postlink:visited {
	font-style:				none;
	color:						darkgrey;
}

/* Contains everything */
table.main {
	padding:					0px;
	border-width:			0px;
	margin:						0px;
	
	background-image:	url('images/carbonfibre/background.gif');
	
	width:						90%;
	text-align:				left;
	
}

/* The table style for news posts */
table.post {
	border-width:					1px;
	border-color:					black;
	padding:					4px;
	
	width:						90%;
}

/* cells in the main table */
td.top-left {
	background-image:	url('images/carbonfibre/top-left.png');
	width:						32px;
	height:						32px;
}
td.top {
	background-image:	url('images/carbonfibre/top.png');
	height:						32px;
}
td.top-right {
	background-image:	url('images/carbonfibre/top-right.png');
	width:						32px;
	height:						32px;
}
td.left {
	background-image:	url('images/carbonfibre/left.png');
	width:						32px;
}
td.back {
	background-image:	url('images/carbonfibre/overlay.png');
}
td.right {
	background-image:	url('images/carbonfibre/right.png');
	width:						32px;
}
td.bottom-left {
	background-image:	url('images/carbonfibre/bottom-left.png');
	width:						32px;
	height:						32px;
}
td.bottom {
	background-image:	url('images/carbonfibre/bottom.png');
	height:						32px;
}
td.bottom-right {
	background-image:	url('images/carbonfibre/bottom-right.png');
	width:						32px;
	height:						32px;
}

/* cells in the post tables */
td.title {
	background-color:	grey;
	
	vertical-align:		top;
}
td.text {
	background-color:	lightgrey;
	color:			black;
	
	vertical-align:		top;
}

/* Headings */
h1 {
	font-variant:			small-caps;
}

/* paragraphs */
p.error {
	color:						Coral;
}
p.success {
	color:						SpringGreen;
}