/*

Theme Name: NAP Theme 
Theme URI: http://www.rahcreative.com.au/
Description: Custom WordPress theme for Now Age Publishing
Version: 1.0
Author: Rah!Creative
Author URI: http://www.rahcreative.com.au/

*/

body, html {
	margin:0;
	padding:0;
	color:#000;
	background-image : url(images/bg.jpg);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 25px;
}
	
a:link, a:visited {
	color : #834355;
	text-decoration : underline;
	font-weight: bold;
}

a:hover {
	color : #000;
	text-decoration : none;
	font-weight: bold;
}
		
#wrap {
	width:900px;
	margin:0 auto;
	background:#FFFFFF;
	background-image : url(images/wrap.gif);
	background-repeat : repeat-y;
}

#header {
   	padding:0px;
	height: 157px;
}

#nav {
	padding-bottom:10px;
	text-align: center;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#main {
	float:left;
	width:560px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#sidebar {
	float:right;
	width:265px;
	padding-right:25px;
	padding-left: 10px;
	background-image : url(images/side-bg.jpg);
	background-repeat : repeat-y;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar a:link {
	color : #834355;
	text-decoration : none;
	font-weight: bold;
}

#sidebar a:visited {
	color : #834355;
	text-decoration : none;
	font-weight: bold;
}

#sidebar a:hover {
	color : #000;
	text-decoration : underline;
	font-weight: bold;
}

#sideleft {
	float : left;
	width: 120px;
	padding: 1px;
}

#sideright {
	float : right;
	width: 125px;
	padding: 1px;
	margin-right: 15px;
	
}

#sideleft H2 {
	font-size: 11px;
	font-weight: bold;
}

#sideright H2 {
	font-size: 11px;
	font-weight: bold;
}

#sideleft li {
	padding-left: 10px;
	list-style-type : square;
	color: #e6deca;
}

#sideright li {
	padding-left: 10px;
	list-style-type : square;
	color: #e6deca;
}

#footer {
	clear:both;
	padding:5px 10px;
	background-image : url(images/footer.jpg);
	background-repeat : repeat-x;
}

#footer p {
	margin:0;
	font-size: 10px;
	text-align: center;
}

* html #footer {
	height:1px;
}	

h1 {
    margin:0px;
}

h2 {
	margin:0px;
	font-size: 14px;
	font-weight:bold;
}

h2 a:link {
	color : #834355;
	text-decoration : none;
	font-weight: bold;
}

h2 a:visited {
	color : #834355;
	text-decoration : none;
	font-weight: bold;
}

h2 a:hover {
	color : #000;
	text-decoration : underline;
	font-weight: bold;
}

h2.widgettitle {
	background-image : url(images/h3.png);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 15px;
	padding-bottom: 5px;
}

h3 {
	background-image : url(images/h3.png);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 30px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 10px solid #f6f3ec;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

p.more {
	text-align: right;	
}

p.spacer {
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.rahcreative:link {
	text-decoration: none;
	color: #ff0099;
	font-weight: bold;
}

a.rahcreative:visited {
	text-decoration: none;
	color: #ff0099;
	font-weight: bold;
}

a.rahcreative:hover {
	color : #000;
	text-decoration : underline;
	font-weight: bold;
}

li.widget {
	list-style-image : none;
	list-style-type : none;
}

del {
	text-decoration : line-through;
}

img {
	border : none;
}

img.alignright {
	float : right;
	padding: 5px;
}

img.alignleft {
	float : left;
	padding: 5px;
}

.eleven {
	font-size: 11px;
}

.nine {
	font-size: 9px;
	color: #CCCCCC;
}

.editthis {
	text-decoration: underline;
	font-size: 10px;
}

.welcome {
	text-align: left; 
	padding-left: 20px;
}

.the_content a:link {
	color : #834355;
	text-decoration : underline;
	font-weight: bold;
}

.the_content a:visited {
	color : #834355;
	text-decoration : underline;
	font-weight: bold;
}

.the_content a:hover {
	color : #000;
	text-decoration : none;
	font-weight: bold;
}

li.twitter-item {
	list-style-type : square;
}