/* 
THEME NAME: Always In Style
THEME URI: http://www.alwaysinstyle.com
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Mike Meisner,
AUTHOR URI: http://www.mikemeisner.com
TAGS:
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults 
@import url('library/styles/reset.css');*/

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout 
@import url('library/layouts/3c-fixed.css');*/

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Un-comment the line below to set a grid with 18px line-height */
/*body { background:url(images/960_grid_12_col.gif) repeat-y top center; }*/


/* =Global Elements
-------------------------------------------------------------- */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: normal;
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: White;
}

#page-container {
    margin: 0px auto 0 auto;
    width: 965px;
	position: relative;
}

#body-content, #body-content2, #body-content3 {
    padding: 0 10px 10px 10px;
}

.pageheading {
	line-height: normal;
	color:#59058d;
	margin: 0 0 8px 0;
	padding: 0 0 4px;
}

.cleaner {
	clear: both;
	font-size: 1px;
	margin: 0; 
	padding: 0;
}

.spacer {
	clear: both;
	height: 7px; 
	font-size: 1px;
	margin: 0; 
	padding: 0;
}

a, a:link, a:visited, a:active, a:hover, a:focus {
    text-decoration: none;
    color:#59058d;
}
a:active, a:hover, a:focus {
    text-decoration: underline;
}

blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family: Arial, Helvetica, sans-serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}


/* =Login
-------------------------------------------------------------- */
#login {
    background-color: #e1e1e1;
}
#login-content {
    margin: 0 auto;
    width: 1025px; 
    height: 28px;
}
#login input {
    border: 1px solid #989898;
    margin-top: 5px;
    padding: 0;
    line-height: normal;
    vertical-align: top;
    width: 153px;
}

/* =Header Content
-------------------------------------------------------------- */
#header {
    height: 121px;
}

#top-logo{	
	float: left; 
	position: relative;
	width: 650px;
}

#top-ad {
    padding: 10px 0 10px 0;
    text-align: center;
	height: 94px;
}

#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-description {
    font-style:italic;
    padding:8px 0 63px 0;
    color:#fff;
}

/* =Search box-- */
.searchform {
    float: right; 
	position: relative;
    margin-top:92px; 
    padding-right: 10px;
    text-align: right;
    width: 305px;
}
.input-searchform {float: left; display: inline; width: 300px;}
.btn {width: 100px; display: inline;}


/* =Top Navigation
-------------------------------------------------------------- */
#top-navigation {
    padding: 0 10px 0 10px;
}

#nav, #nav2 {
	float: left;
	width: 945px;
	height: 31px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	background: url(images/top_navigation_bg.gif) no-repeat;
}
#nav2 {
	background: url(images/top_navigation_bg.gif) no-repeat;
}
#nav a, #nav2 a {
	display: block;
	width: 97px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center; 
	margin: 0;
	padding: 0;
	margin-top: 9px;
	height: 22px;
}
#nav li, #nav2 li {
	float: left;
	padding: 0;
	margin: 0;
	width: 97px;
	height: 31px;
}
#nav a:hover, #nav a:active, #nav2 a:hover, #nav2 a:active {
    color: #59058d;
}
/* #nav li.one, #nav li.one a {width: 97px;}
#nav li.two, #nav li.two a {width: 116px;}
#nav li.three, #nav li.three a {width: 104px;}
#nav li.four, #nav li.four a {width: 128px;}
#nav li.five, #nav li.five a {width: 149px;}
#nav li.six, #nav li.six a {width: 174px;}
#nav li.seven, #nav li.seven a {width: 78px;}
#nav li.eight, #nav li.eight a {width: 177px; color: #545454;}
*/

#nav2 li.one, #nav2 li.one a {width: 97px;}
#nav2 li.two, #nav2 li.two a {width: 109px;}
#nav2 li.three, #nav2 li.three a {width: 115px;}
#nav2 li.four, #nav2 li.four a {width: 127px;}
#nav2 li.five, #nav2 li.five a {width: 140px;}
#nav2 li.six, #nav2 li.six a {width: 116px;}
#nav2 li.seven, #nav2 li.seven a {width: 78px;}
#nav2 li.eight, #nav2 li.eight a {width: 163px; color: #545454;}

#nav li.one, #nav li.one a {width: 156px;}
#nav li.two, #nav li.two a {width: 157px;}
#nav li.three, #nav li.three a {width: 155px;}
#nav li.four, #nav li.four a {width: 157px;}
#nav li.five, #nav li.five a {width: 157px;}
#nav li.six, #nav li.six a {width: 157px; color: #545454;}
#nav li.seven, #nav li.seven a {width: 122px;}
#nav li.eight, #nav li.eight a {width: 160px; color: #545454;}


.skip-link {
    display:none;
}

#menu {
    padding:7px 0 8px 0;
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background:#87B5DD;
    color:#fff;
    border-top:1px solid #6DA5D6;
    text-decoration:none;
}
#menu a:hover {
    background:#5C9BD1;
    color:#fff;
    border-color:#3B86C7;
}
#menu .current_page_item a {
    background:#5C9BD1;
    color:#fff;
    border-color:#3B86C7;
}
#menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#2772B3;
}


/* =Three column layout
-------------------------------------------------------------- */
.column {
    position: relative;
    float: left;
}

#left-column {
    width: 412px;
    position: relative;
    float: left;
}
#middle-column {
	width: 412px;
    position: relative;
    float: left;
}
	
#right-column {	
	width: 121px;
    position: relative;
    float: left;
    padding-top: 26px;
}

#login .left-column {
    width: 115px;
}
#login .middle-column {
    width: 310px; 
    height: 21px; 
    text-align: right; 
    margin-top: 7px;
}
#login .right-column {
    width: 600px;
}

#body-content2 #left-column {
    width: 140px;
}
#body-content2 #middle-column {
	width: 496px;
}
#body-content2 #right-column {
	width: 309px;
    padding-top: 0;
    margin-top:45px;
}

#body-content3 #left-column {
    width: 140px;
}
#body-content3 #middle-column {
	width: 496px;
	margin-top: 25px;
}
#body-content3 #right-column {
	width: 309px;
    padding-top: 0;
    margin-top: 25px;
}

.f3c-left {
    position: relative; 
    float: left; 
    width: 10px;
}
.f3c-middle {
    position: relative; 
    float: left; 
    width: 800px;
    text-align: center;
}

.f3c-right {
    position: relative; 
    float: left; 
    width: 10px;
    text-align: right;
}

/* =Two column layout
-------------------------------------------------------------- */
.m2c-left {
    position: relative; 
    float: left; 
    width: 191px;
}
.m2c-right {
    position: relative; 
    float: left; 
    width: 188px;
}
.ff-left {
    position: relative; 
    float: left; 
    width: 177px;
}
.ff-right {
    position: relative; 
    float: left; 
    width: 200px;
}

/* = Left Sidebar
-------------------------------------------------------------- */
.left-box-top {
	background: url(images/left-box-top.gif) no-repeat;
	width: 130px;
	height: 7px;
	font-size: 1px;
}
.left-box-middle {
	background: url(images/left-box-middle.gif) repeat-y;
	width: 107px;
	padding: 0 16px 6px 7px;
}
.left-box-bottom {
	background: url(images/left-box-bottom.gif) no-repeat;
	width: 130px;
	height: 10px;
	font-size: 1px;
}

#left-column a:link, #left-column a:visited {
	color: #6b6b6b;
	text-decoration:none
}
#left-column a:active {
	color: #59058d;
	text-decoration:none
} 
#left-column a:hover {
	color: #59058d;
	text-decoration:none
}

/* = Center Content
-------------------------------------------------------------- */
.center-box-top {
	background: url(images/center-box-top.gif) no-repeat;
	width: 490px;
	height: 7px;
	font-size: 1px;
}
.center-box-middle {
	background: url(images/center-box-middle.gif) repeat-y;
	width: 467px;
	padding: 0 16px 6px 7px;
}
.center-box-bottom {
	background: url(images/center-box-bottom.gif) no-repeat;
	width: 490px;
	height: 10px;
	font-size: 1px;
}

.center-box2-top {
	background: url(images/center-box2-top.gif) no-repeat;
	width: 400px;
	height: 7px;
	font-size: 1px;
}
.center-box2-middle, .center-box2-middle2 {
	background: url(images/center-box2-middle.gif) repeat-y;
	width: 377px;
	padding: 0 16px 6px 7px;
}
.center-box2-middle2 {
	width: 390px;
	padding: 0 9px 0 1px;
}
.center-box2-bottom {
	background: url(images/center-box2-bottom.gif) no-repeat;
	width: 400px;
	height: 10px;
	font-size: 1px;
}

.center-box3-top {
	background: url(images/center-box3-top.gif) no-repeat;
	width: 188px;
	height: 7px;
	font-size: 1px;
}
.center-box3-middle {
	background: url(images/center-box3-middle.gif) repeat-y;
	width: 165px;
	padding: 0 16px 6px 7px;
}
.center-box3-bottom {
	background: url(images/center-box3-bottom.gif) no-repeat;
	width: 188px;
	height: 10px;
	font-size: 1px;
}

.center-box4-top {
	background: url(images/center-box4-top.gif) no-repeat;
	width: 400px;
	height: 7px;
	font-size: 1px;
}
.center-box4-middle {
	background: url(images/center-box4-middle.gif) repeat-y;
	width: 377px;
	padding: 0 16px 6px 7px;
}
.center-box4-bottom {
	background: url(images/center-box4-bottom.gif) no-repeat;
	width: 400px;
	height: 39px;
	font-size: 1px;
}

.pink-box2-top {
	background: url(images/pink-box2-top.gif) no-repeat;
	width: 400px;
	height: 7px;
	font-size: 1px;
}
.pink-box2-middle {
	background: url(images/pink-box2-middle.gif) repeat-y;
	width: 377px;
	padding: 0 16px 6px 7px;
}
.pink-box2-bottom {
	background: url(images/pink-box2-bottom.gif) no-repeat;
	width: 400px;
	height: 10px;
	font-size: 1px;
}

.big-box-top {
	background: url(images/big_box_top.gif) no-repeat;
	width: 504px;
	height: 7px;
	font-size: 1px;
}
.big-box-middle {
	background: url(images/big_box_middle.gif) repeat-y;
	width: 481px;
	padding: 0 16px 6px 7px;
}
.big-box-bottom {
	background: url(images/big_box_bottom.gif) no-repeat;
	width: 504px;
	height: 10px;
	font-size: 1px;
}


/* = Right Sidebar
-------------------------------------------------------------- */
.right-box-top {
	background: url(images/right-box-top.gif) no-repeat;
	width: 309px;
	height: 7px;
	font-size: 1px;
}
.right-box-middle {
	background:url(images/right-box-middle.gif) repeat-y;
	width: 286px;
	padding: 0 16px 6px 7px;
}
.right-box-bottom {
	background: url(images/right-box-bottom.gif) no-repeat;
	width: 309px;
	height: 10px;
	font-size: 1px;
}

.pink-box-top {
	background: url(images/pink-box-top.gif) no-repeat;
	width: 309px;
	height: 7px;
	font-size: 1px;
}
.pink-box-middle {
	background: url(images/pink-box-middle.gif) repeat-y;
	width: 286px;
	padding: 0 16px 6px 7px;
}
.pink-box-bottom {
	background: url(images/pink-box-bottom.gif) no-repeat;
	width: 309px;
	height: 10px;
	font-size: 1px;
}

/* =Other Navigation
-------------------------------------------------------------- */
#inside-nav {
	float: left;
	width: 392px;
	height: 30px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}
#inside-nav a, #inside-nav a:link, #inside-nav a:active, #inside-nav a:visited, #inside-nav a:hover, #inside-nav a:focus {
	display: block;
	color: #59058d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center; 
	margin: 0;
	padding: 0;
	margin-top: 9px;
	height: 22px;
}
#inside-nav li {
	float: left;
	padding: 0;
	margin: 0;
	height: 31px;
}
#inside-nav a:hover, #inside-nav a:active {
    color: #fff;
}
#inside-nav li.one, #inside-nav li.one a {width: 127px;}
#inside-nav li.two, #inside-nav li.two a {width: 142px;}
#inside-nav li.three, #inside-nav li.three a {width: 123px;}


#inside-nav2 {
	float: left;
	width: 392px;
	height: 30px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}
#inside-nav2 a, #inside-nav2 a:link, #inside-nav2 a:active, #inside-nav2 a:visited, #inside-nav2 a:hover, #inside-nav2 a:focus {
	display: block;
	color: #59058d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center; 
	margin: 0;
	padding: 0;
	margin-top: 6px;
	height: 25px;
}
#inside-nav2 li {
	float: left;
	padding: 0;
	margin: 0;
	height: 31px;
}
#inside-nav2 a:hover, #inside-nav2 a:active, #inside-nav2 a:focus {
    color: #aa33b8;
}
#inside-nav2 li.one, #inside-nav2 li.one a {width: 74px;}
#inside-nav2 li.two, #inside-nav2 li.two a {width: 67px;}
#inside-nav2 li.three, #inside-nav2 li.three a {width: 67px;}
#inside-nav2 li.four, #inside-nav2 li.four a {width: 66px;}
#inside-nav2 li.five, #inside-nav2 li.five a {width: 67px;}
#inside-nav2 li.six, #inside-nav2 li.six a {width: 51px;}


#inside-nav3 {
	float: left;
	width: 392px;
	height: 30px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}
#inside-nav3 a, #inside-nav3 a:link, #inside-nav3 a:active, #inside-nav3 a:visited, #inside-nav3 a:hover, #inside-nav3 a:focus {
	display: block;
	color: #59058d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center; 
	margin: 0;
	padding: 0;
	margin-top: 9px;
	height: 22px;
}
#inside-nav3 li {
	float: left;
	padding: 0;
	margin: 0;
	height: 31px;
}
#inside-nav3 a:hover, #inside-nav3 a:active, #inside-nav3 a:focus {
    color: #fff;
}
#inside-nav3 li.one, #inside-nav3 li.one a {width: 50px;}
#inside-nav3 li.two, #inside-nav3 li.two a {width: 50px;}
#inside-nav3 li.three, #inside-nav3 li.three a {width: 53px;}
#inside-nav3 li.four, #inside-nav3 li.four a {width: 48px;}
#inside-nav3 li.five, #inside-nav3 li.five a {width: 50px;}
#inside-nav3 li.six, #inside-nav3 li.six a {width: 50px;}

/* =Content Styles
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    padding: 0;
    line-height: normal;
}
h1 {
	font-size: 210%;
	font-weight: normal;
}
h2 {
	font-size: 180%;
	font-weight: normal;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 110%;
    font-weight: bold;
}

.purple {
    color: #59058d;
}

.pink {
    color: #aa33b8;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

a.postLink, a.postLink:link, a.postLink:visited, a.postLink:active, a.postLink:hover, a.postLink:focus {
    color: #aa33b8 !important;
    text-transform: uppercase;
    font-weight: bold;
}

a.profile, a.profile:link, a.profile:visited, a.profile:active, a.profile:hover, a.profile:focus {
    color:#59058d;
    text-transform: uppercase;
    font-weight: bold;
}

a.pink, a.pink:link, a.pink:visited, a.pink:active, a.pink:hover, a.pink:focus {
    color: #aa33b8 !important;
    font-weight: bold;
    font-size: 11px;
}

ul.special {
    list-style-image: url(images/asterisk.gif);
}
ul.special li {
    margin-top: 5px;
}

.error-text {
    color: red; 
    font-weight: bold; 
    font-size: 11px; 
    line-height: normal;
}


/* =Footer
-------------------------------------------------------------- */
#footer{	
	clear: both;
	height: 60px;
	font-size: 9px;
	color: #666666;
    padding: 0 10px 0 10px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}

#footer-content {
    padding-top: 3px;
}

#hrule {
    border-bottom: 1px solid #666666;
    padding-top: 10px;
}

#footer a {
	color: #666666;
	text-decoration: none
}

#footer a:hover {
	color: #000;
}




/* =This box class could be used to replace the images we used to make boxes; we just need a good drop shadow plugin or solution
-------------------------------------------------------------- */
.box {border: thin solid pink; padding: 5px; backround: gray;margin-bottom: 10px;}

/* =Child Page nav styes
-------------------------------------------------------------- */
ul.leftnav {padding: 0px 0px 0px 0px; list-style-type: none; margin: 0px 10px 0px 0px; font-size: 12px;}
ul.leftnav ul {padding: 0px 0px 0px 0px; list-style-type: none; margin: 0px 10px 0px 0px; font-size: 12px;}
ul.leftnav li {list-style: none;}
ul.leftnav li a:hover {color: #640C72;}


#main {
    padding:54px 0;
}
#content {
}

/* =Wordpress Post Styles
-------------------------------------------------------------- */   
.hentry {padding-left: 10px;}
.p1 {
    margin:0;
    padding:0 10px 10px 10px;
    border:none;
}
.page-title {
    font-size:18px;
    font-weight:bold;
    padding:3px;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.page_item {list-style-type: none; margin: 0px; padding: 0px;}

.entry-title {
    font-size:18px;
    line-height:18px;
    margin: 0;
    padding: 0px;
	font-family: Arial, Verdana, sans-serif;
    color:#640c72;
}
.entry-title a {
    text-decoration:none;
    color:#640c72 !important;
}
.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:18px 20px 0 10px;
    overflow:hidden;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
    border-bottom: 1px dotted #333;
    cursor: help;
}
.entry-date {font-weight: bold; color: gray;}

.content-column, .entry-content .linkcat {
    list-style:none;
    float:left;
}
a.more-link {
    font-weight:bold;
    display:block;
	float: right; 
	color: #640C72;
}
.tag-links {font-size: 10px; color: #640C72;}

.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
}
.comments-link a {
    font-weight:bold;
    color:#2772B3;
}

.bottomlinks {}
.bottomlinks a {display: block; float: left;}

/* =Comments
-------------------------------------------------------------- */

#comments {
    /*margin:54px 0 0 0;
    padding:18px 0;*/
    overflow:hidden;
}
#comments h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:center;
    margin:0 0 18px 0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    /*padding-top:18px;*/
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    border-top:1px solid gray;
	border-bottom: 1px solid gray;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
}
#comments a {
}
#comments li.byuser {
    background:#5C9BD1;
    border-color:#3B86C7;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 58px
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    padding:17px 20px 0 20px;
    width:460px;
    margin:0 auto;
}
#respond h3 {
    padding-top:18px;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:230px;
    float:left;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
    width:220px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}

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

.navigation {
    margin:0px 0 36px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:18px 0 36px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

.alignleft,
img.alignleft,
img.align-left {
	float: left;
	margin-right:20px;
}
.alignright,
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter,
img.aligncenter,
img.centered {
	margin: 0 auto 18px auto;
	display: block;
	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style:none;
}
.aside ul ul {
    list-style:square;
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
/* Begin RSS widget styles */
/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It stinks for styling. */
/* End RSS widget styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside {
}
.main-aside h3 {
    padding:17px 0 1px 0;
}
.main-aside ul ul {
    margin:0 0 18px 13px;
}
.main-aside ul ul ul {
    margin:0;
}
.sub-aside h3 {
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin:0 0 0 13px;
}
#footer .widgetcontainer ul ul {
}

/* =Footer
-------------------------------------------------------------- */
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:18px 0;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #59058d !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;
    text-decoration: underline !important;
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}
