/*  
Theme Name: Phoenix Arrien
Theme URI:
Description: Theme used for www.phoenixarrien.com.au
Version: 1.0
Author: Simon D'Alfonso
Author URI: http://www.simondalfonso.id.au/
*/



body {
	margin: 10px;
	font-family: sans-serif;
	font-size: 12pt;
	background-color: #FF9900;
	color: #000000;
}
	
#nav {
	width: 185px;
	float: left;
	padding: 10px;
}

ul#menu {
	margin-top: 0px;
	padding-left: 10px;
	font-size: 14pt;
}

ul#menu li {
	list-style-type: none;
	padding-bottom: 5px;
}
	
#content {
	padding: 0px 20px 20px 20px;
	margin-left: 195px;
	border-left: 1px solid #DF0000;
	}

#header {
	border-bottom: 1px solid #DF0000;
	padding-bottom: 20px;
	font-size: 16pt;
	font-weight: bold;
	}

#header a {
	color: #000000;
	text-decoration: none;
	}

h1.header {
	color: #DF0000;
	font-size: 36pt;
	font-family: Tempus Sans ITC;
	font-weight: bold;
}
	
#footer {
	border-top: 1px solid #DF0000;
	clear: both;
	margin-top:10px;
	padding-top: 10px;
	text-align: center;
	}


.spacer {
	clear: both;
	}

a {
	text-decoration: none;
	color: #FFE6BF;
}

a:hover {
	text-decoration: underline;
}


img.home_img {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img {
	border: 0px;
}


h2 a {
	color: #7F4D00;
}

.font_fourteen {
	font-size: 14pt;
}

.home_topline {
	font-size: 18pt;
	font-family: sans-serif;
	font-weight: bold;
}




/*Writing Section*/
ul.writing li ul li {
	margin-bottom: 20px;
}

ul.writing li ul li {
	padding: 5px;
}
/**************/

#notice {
	width: 160px;
	padding: 5px 0px 5px 20px;
	border: 1px solid black;
	margin-right: 10px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	float: left;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}