/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
a {

	color: #FFFFF;

}
body{
	background: #DCDAE6 url(http://reneebradbeer.com/images/background.jpg) repeat;
	color: #9A4D9E;
	font: 13px "Georgia", Arial, Helvetica;
}
.largePurple {
	font: 21px "Myriad", Arial, Helvetica;
	color: #9A4D9E;
}
.portfolioTitle {
	font: 27px "Myriad", Arial, Helvetica;
	color: #9A4D9E;
}
.portfolioInfo {
	font: 14px "Myriad", Arial, Helvetica;
	color: #9A4D9E;
}
/*=== Layout ===*/
#page{
	margin: 40px auto;
	width: 929px
}

/*=== Header ===*/
#header{
	height: 155px;
	position:relative;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	width: 260px
}
#header h1 a{
	display: block;
	height: 133px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Navigation ===*/
/*- Nav1 -*/

/*=== Page Nav ( alternative with dropdowns) == */

#navigation {
	font-size:18px;
	height:30px;
	float:right;	
	margin:120px 0 0;
	text-transform:lowercase;
}
#navigation, #navigation ul {
	padding: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#navigation a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	z-index: 100;
}

#navigation li {
	float: left;
	line-height: 30px;
	margin: 0 4px 0 0;
}
#navigation li a{
	color: #9A4D9E;
	padding: 0 0 0 13px;
	text-decoration: none
}
#navigation li a span{
	display: inline-block;
	height: 30px;
	padding: 0 13px 0 0;
}

#navigation li a:hover,
#navigation li.active a, 
#navigation li.current_page_item a{
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

/*=== Buttons ===*/

.btn {
	background:url(http://reneebradbeer.com/images/submit.png) no-repeat left;
	height: 28px;
 	color:#FFF;
	font: 11px arial,helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}

/* Content */

#content {	
	width: 929px;
	margin:0 auto;
	min-height: 650px;
	padding: 20px 20px 10px;
	background: url(http://reneebradbeer.com/images/mainBg.png) repeat-y;
}
#main {
	width:643px;
}

#main-top {
	background: url(http://reneebradbeer.com/images/mainTop.png) no-repeat top center;
	width:929px;
	height:31px;
	margin: 0 auto;
	font-size:0;
}

#main-bot {
	background: url(http://reneebradbeer.com/images/mainBot.png) no-repeat top center;	
	width:929px;
	height:31px;
	margin: 0 auto;	
	padding:0;
	font-size:0;
}

* html #content {
	height: 550px;
}

/* Main Content */

.main-content {
	width: 490px;
	margin: 10px 0 10px 25px;
}

.main-content p { color:#444; }


#cat-nav {
	background:url(images/bg_catnav.png) repeat-x;
	height:	36px;
	line-height:36px;
	padding: 0 20px !important;
	padding:10px 20px;
	
}

#cat-nav img { vertical-align: text-top; padding: 0 3px; }


.single .main-content {
	background: #fff;
	width: 553px;
	margin: 24px 0 0 0;
	padding: 0 32px 35px 31px;
}

#comments {
	width: 100%;
}

/* Main Content (style) */

.main-content a {
	text-decoration: none;
	color: #3265FF;
}
.main-content a:visited {
	text-decoration: none;
	color: #3366FF;
	}
.main-content a:hover {
	text-decoration: underline;
	color: #3366FF;
}

.main-content h2, .main-content h3 {
	font-weight: normal;
}

.main-content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #4b4b4b;
	padding:5px 0 10px;
}

.main-content h3 {
	font-size: 18px;
	font-weight: bold;
	color: #4b4b4b;}

.main-content h4 {
	font-size: 14px;
}

/* Main Content (post) */

.main-content img {
	border: 1px solid #CCCCCC;
	background: #ffffff;
	padding:4px;
}

.main-content .avatar {
	float:left;
	margin:12px 10px 0 0;
	border: 3px solid #e9e9e9
}
/* Sidebar */

#sidebar {
	margin:15px 0 0 0;
	width: 280px;
	overflow: hidden;
}

/* Footer */

#footer-out {
	width: 100%;
	padding: 0 0 14px 0;
	height:80px;
}

#footer {
	width: 940px;
	margin: 0 auto;
	font-size: 11px;
	color: #4b4b4b;
}

#footer, #footer a { color:#CCCCCC; }
#footer a:hover { text-decoration: underline; }

/* Fix */

.wrap:after,
#sidebar .widget_categories ul:after,
#sidebar .widget_archive ul:after,
#sidebar .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.wp-caption {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 5px 15px 5px 0;
	float: left;
}

.alignright {
	margin: 5px 0px 5px 15px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


