@charset "utf-8";
/* CSS Document */
body{
	background: #f2f2f2 url(http://shop.youraustinlifestyle.com/images/bground.png); 
	background-repeat: repeat-x; background-position: top;
	font-family: helvetica neue, helvetica, arial, tahoma;
	font-size: 12px;
	margin:0px;
}
#wrapper{
	width: 950px;
	margin: 0 auto;
}
#content {
	margin-top: 0px;
	width: 680px;
	float: right;
	text-align: left;
}

#sidebar{
	background: #fff;
	padding: 10px;
	float: left;
	width: 215px;
	margin: 0px 10px 0 10px;
}
#sidebar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li ul{
	list-style: none;
	margin: 0 0 0 20px;
}
#display{
	background: #fff;
	padding: 15px;
	width: 650px;
	line-height: 1.5em;
}
#header { 
width: 100%;
clear: both;
}
img{
	margin: 0px;
	border: 0px;
}
#footer {
	 background: url(images/footers.png);
	 background-repeat: no-repeat;
	 width: 670px;
	 padding: 10px;
	 color: #000;
	 min-height: 100px;
	 margin-top: 30px;
	 border-top: 1px dashed #cd0545;
}
#footer a, #footer a:hover, #footer a:visited{
	text-decoration : none;
}

.navigationtitles{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
		font-size: 14px;
		border-left: 5px solid #1299df;
		line-height: 25px;
		background: #ebebeb;
		color: #000;
		width: 200px;
		padding: 0 3px;
		margin: 3px 0;
	}
.navigationlinks{
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 2em;
	color: #000;
	margin: 3px 0 3px;
}
#sidebar a{
	text-decoration: none;
}
#sidebar a:hover{
	background: #f4f4f4;
	border-bottom: #F33;
}
#secondary ul
{
	padding-left: 0px;
margin-left: 0;
margin-bottom: 0px;
background: url(http://www.youraustinlifestyle.com/wp-content/themes/yamtheme/images/navbg.png);
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#secondary ul li { display: inline; }

#secondary ul li a
{
	padding: 10px;
background: url(http://www.youraustinlifestyle.com/wp-content/themes/yamtheme/images/navbg.png);
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#secondary ul li a:hover
{
background: url(http://www.youraustinlifestyle.com/wp-content/themes/yamtheme/images/navlight.png);
color: #fff;
}
#guidenav ul
{
	padding-left: 0px;
margin-left: 0;
background: url(http://shop.youraustinlifestyle.com/images/guidenav.png);
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#guidenav ul li { display: inline; }

#guidenav ul li a
{
	padding: 7px 10px;
background: url(http://shop.youraustinlifestyle.com/images/guidenav.png);
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#guidenav ul li a:hover
{
background: url(http://shop.youraustinlifestyle.com/images/guidenavlight.png);
color: #fff;
}
input.btn{
	background-color: #f4f4f4;
	color: #1299df;
	border: 1px solid #CCC;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
#sidebar strong{
	color: #333;
}
#sidebar a, #sidebar a:visited{
	color: #666;
	line-height: 1.5em;
}
#sidebar a:hover {
	color: #1299df;
}
a, a:visited {
	color: #333;
}
a:hover{
	color: #1299df;
	background-color: #f4f4f4;
}