/* @override http://annalisakerrigan.com/style.css */

/* @override http://annalisakerrigan.com/style.css */

/* @override http://annalisakerrigan.com/style.css */

/* @override http://annalisakerrigan.com/style.css */

/* @override http://annalisakerrigan.com/style.css */

/* @override http://www.annalisa.efront.com.au/style.css */

/* @override http://www.annalisa.efront.com.au/style.css */

/* @override http://www.annalisa.efront.com.au/style.css */

* {
	margin: 0;
	padding: 0;
}

.twtr-hd{display:none;}

/*
pink #A2222F 
blue #00aeef
*/

body {
	font-family: arial, helvetica;
	font-size: 11px;
	background:#990000 url(/images/bg.png);

}

#container {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #7C1415;
	margin-top: 50px;
}

a {
	text-decoration: underline;
	color: #00aeef;
}
a:hover {
	text-decoration: none;
	color: #00aeef;
}

h1 {
	/*color: #A2222F;*/
	color: #993366;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 0 10px 0;
}


h2 {
	/*color: #A2222F;*/
	color: #993366;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 6px 0 10px 0;
}


h3 {
	color: #A2222F;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

#header {
	margin-top: 25px;
	height: 165px;
	width: 900px;
	margin-bottom: 10px;
		background: url(/images/banner.png) no-repeat;

}

blockquote {
	color: #A2222F;
	width: 331px;
	margin-top: 15px;
}

#content {
	float: right;
	width: 680px;
	line-height: 14px;
	margin-right: 20px;
	display: inline;
}

#content ul {
	list-style: outside;
	margin: 0px 0 5px 10px;
	padding: 5px 5px 5px 10px;
}

#content ol {
	list-style: outside;
	list-style-type: decimal;
	margin: 0px 0 5px 10px;
	padding: 5px 5px 5px 10px;
}

#content li {
	margin: 0px;
}

#content p {
	margin: 5px 0;
}

#content p a {
	text-decoration: underline;
	color: #00aeef;
}

#content p a:hover {
	text-decoration: none;
	color: #00aeef;
}

/*#content img {
	border: 14px solid #fbf7b3;
}*/

#body_container {
	padding-bottom: 20px;
	margin: 0px;
}

.content_image{
	width:250px;  float:right;
}

.content_image img{
	margin-left: 20px;
	width: 250px;
	}

#navigation {
	width: 138px;
	float: left;
	padding-left: 20px;
	display: inline;
}

li.item {
/*background: #D9C93F;*/
	border-top: 1px solid black;
	width: 135px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-: 3px;
	list-style-type: none;
	text-transform: uppercase;
	padding-top: 5px;
	margin-bottom: 5px;
}

li.item a {
	text-decoration: none;
	color: #000;
}

#navigation ul {
	margin: 0;
}

#twitter-feed li {
	border-top: #000 1px solid;
	padding: 5px 0px;
}

#navigation ul li  {
	display: block;
	width: 136px;
}
#navigation ul li a:hover {
	background-color: #D9C93F;
}

/*li.item a:hover {
	background: #D9C93F;
	width: 100%;
}*/

li.item_selected {
	background: #ccc;
	border-top: 1px solid black;
	width: 135px;
	padding:5px 0 5px 0px;
	list-style-type: none;
	text-transform: uppercase;
	color: #000;
	margin-top: 5px;
}

li.item_selected a {
	text-decoration: none;
	color: #000;
}

.subitem a {
	text-transform: capitalize;
	text-decoration: none;
	color: #000;
}

.subitem a:hover {
	text-decoration: underline;
	color: #000;
}

.subitem {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
}

.subitem_selected a {
	color: #A2222F;
	text-decoration: none;
	font-weight: bold;
}

.subitem_selected {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
}

#footer{
	width: 900px;
	margin: 0 auto;
	margin-top: 15px;	
	text-align: center;
	color: #fff;
}

#image_caption{
	margin-top: 5px;
	color: #999;
	text-align: right;
}

#subscribe_form{
margin-top: 40px;
font-size: 14px;
}


#facebook {
	margin: 10px 0px;
}

#twitter {
	margin: 10px 0px;
}

input#email, input#name, input#city, input#State, input#postcode, input#address1, input#address2 {
	border: 1px solid #ccc;
	width: 138px;
	height: 20px;
	margin-top: 3px;
	margin-bottom: 2px;
	font-family: arial, helvetica;
	font-size: 11px;
}

select {
	margin: 3px 0px;
}

textarea#comment {
	border: 1px solid #ccc;
	width: 138px;
	height: 50px;
	margin-top: 3px;
	margin-bottom: 2px;
	font-family: arial, helvetica;
	font-size: 11px;
}

