/*   
Theme Name: College Somethings
Theme URI: http://pixeljar.net/college-somethings
Description: A custom theme developed for Rock Harbor
Author: Pixel Jar
Author URI: http://pixeljar.net/
Template: thematic
Version: 1.0

*/

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

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

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

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

.clear {
	clear: both;
}

body {
	background: transparent url('images/background-tile.gif') repeat top left;
}
	#social-bar-wrapper {
		height: 40px;
		background: #e7e7e5;
	}
		#social-bar,
		#header-wrapper {
			width: 960px;
			margin: 0 auto;
		}
		#social-bar #parent-logo,
		#social-bar #social-icons {
			border-left: 1px dashed #cecfcc;
			border-right: 1px dashed #cecfcc;
			padding: 9px 20px;
		}
		#social-bar #parent-logo {
			float: left;
		}
		#social-bar #social-icons {
			color: #a8a9a5;
			font-size: 11px;
			float: right;
		}
			#social-bar #social-icons img {
				vertical-align: middle;
				margin: 0 4px;
			}
	#header {
		height: 131px;
	}
		.menu {
			width: 200px;
			padding-top: 45px;
		}
	#container {
		width: 680px;
	}
		#content {
			width: 660px;
			margin: 0 0 0 20px;
			overflow: visible;
		}







/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: 15px Helvetica, Arial, sans-serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:0px;
    padding-bottom:20px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
	background: #e7e7e5 url('images/blockquote-bg.gif') no-repeat top center;
    color:#000;
    font-size: 14px;
    text-align: center;
    padding: 10px 50px 0px;
	margin: 0px;
}
	blockquote em {
	    color: #6d6e69;
		font-style: italic;
	}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#e1056d;
	text-decoration: none;
}
a:visited {
    color:#e1056d;
	text-decoration: none;
}
a:active,
a:hover {
    color: #e1056d;
	text-decoration: none;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
	background: #fafafa url('images/header-bg.gif') repeat-x bottom left;
}
#branding {
	float: left;
	width: 400px; /* OVERRIDE DEFAULTS */
	padding-top: 40px;
	padding-left: 20px;
}
#blog-title {
    font-size:34px;
    font-weight:normal;
    line-height:40px;
	text-transform: lowercase;
}
#blog-title a {
    color:#4e4b4c;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #4e4b4c;
}
#blog-description {
	text-transform: lowercase;
    color:#81827d;
    font-size:12px;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:40px;
    font-size:18px;
	float: right;
	overflow: visible;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a {
	border-left:1px solid #e7e7e5;
	padding: 6px 40px 20px 10px;
	text-decoration:none;
	color: #bebeb9;
	text-transform: lowercase;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	border-left:1px solid #cecfcc;
	color: #e1056d;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
}
.sf-menu ul a:hover {
    color: #e1056d;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding-top: 20px;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
body.category .page-title,
body.slug-events .page-title,
body.slug-show-all-topics .page-title,
body.search .page-title {
	color: #e7e7e5;
	font-size: 24px;
	padding: 20px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #e1056d;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
	background-color: #ffffff;
}
.hentry {
}
body.page .hentry,
body.category .hentry,
body.search .hentry,
body.author .hentry {
	margin-bottom: 10px;
}
.single .hentry {
    padding:0;
}
.noresults h1.entry-title {
	color: #e7e7e5 !important;
	font-size: 24px !important;
	padding: 20px 0;
}
form#noresults-searchform {
	background-color: #ffffff;
	display: block;
	padding: 20px;
	height: 40px;
}
/*.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}*/

.entry-image {
	padding: 20px 0 0 20px;
}
body.single .entry-title {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #6D6E69;
	
	
	border-top: 1px dashed #cecfcc;
	padding-top: 15px;
	margin-top: 20px;
}

body.category .entry-content p a,
body.slug-events .entry-content p a,
body.slug-show-all-topics .entry-content p a,
body.search .entry-content p a,
body.author .entry-content p a {
	font-size: 9px;
	font-style: italic;
}

body.category .entry-title,
body.slug-events .entry-title,
body.slug-show-all-topics .entry-title,
body.search .entry-title,
body.author .entry-title {
	display: block;
	/*padding: 0 0 8px;*/
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
	.entry-title a {
	    color:#000;
	    text-decoration:none;
	}
	.entry-title a:active,
	.entry-title a:hover {
	}
.entry-thumbnail img {
	margin-bottom: 15px;
}
body.category .entry-date,
body.slug-events .entry-date,
body.slug-show-all-topics .entry-date,
body.singular .entry-date,
body.search .entry-date,
body.author .entry-date {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	line-height: 12px;
	color: #e0056d;
}
body.category .comments-link,
body.slug-events .comments-link,
body.slug-show-all-topics .comments-link,
body.search .comments-link,
body.author .comments-link {
	display: block;
	line-height: 12px;
}
	body.category .comments-link a,
	body.slug-events .comments-link a,
	body.slug-show-all-topics .comments-link a,
	body.search .comments-link a,
	body.author .comments-link a {
		font-weight: normal;
		color: #6d6e69;
		font-size: 9px;
	}
body.single .entry-meta {
	padding-left: 20px;
	line-height: 10px;
}
body.single span.meta-prep-author,
body.single .entry-meta .author {
	color: #6D6E69;
	font-size: 12px;
	text-transform: lowercase;
}
body.category .entry-meta,
body.slug-events .entry-meta,
body.slug-show-all-topics .entry-meta,
body.search .entry-meta,
body.author .entry-meta {
	display: block;
}
	.entry-meta a {
	    color:#666;
	    text-decoration:none;
	}
	.entry-meta a:active,
	.entry-meta a:hover {
	    color: #e1056d;
	}
	.entry-meta abbr {
	    border:none;
	    cursor:text;
	    font-size:11px;
	    font-style:normal;
	    letter-spacing:0.05em;
	    text-transform:uppercase;
	}
body.category .entry-content,
body.slug-events .entry-content,
body.singular .entry-content,
body.slug-show-all-topics .entry-content,
body.search .entry-content,
body.author .entry-content {
	color: #6d6e69;
	font-size: 12px;
	line-height: 18px;
}
.entry-content {
    padding: 20px 20px 0px;
	display: block;
	background-color: #ffffff;
}
body.home .entry-content p {
    padding: 0;
}
	.entry-content img {
		margin: 0;
		display: block;
	}
	.entry-content .category-flag {
		position: absolute;
		left: -1px;
		top: 50px;
		width: 41px;
	}
		.entry-content .category-flag img {
			margin-bottom: 20px;
		}
	body.category .entry-thumbnail .category-flag,
	body.page .entry-thumbnail .category-flag,
	body.search .entry-thumbnail .category-flag,
	body.author .entry-thumbnail .category-flag {
		position: absolute;
		left: -21px;
		top: 30px;
		width: 41px;
	}
	body.single .entry-content h1 {
		font-size: 18px;
		font-weight: bold;
		color: #6D6E69;
	}
	.entry-content h1 {
	    font-family:Arial,sans-serif;
	    font-size:19px;
	    font-weight:normal;
	    color: #000000;
	}
	/*.entry-content h1,*/
	.entry-content h2 {
	    font-family:Arial,sans-serif;
	    font-size:12px;
	    font-weight:bold;
	    color: #000000;
	}
	.entry-content h3 {
	    font-size:12px;
	    font-weight: bold;
	    padding:28px 0 14px 0;
	    color: #e0056d;
	}
	.entry-content h4 {
	    font-size:11px;
	    font-family:Arial,sans-serif;
	    font-weight:bold;
	    text-transform:uppercase;
	    letter-spacing:0.05em;
	}
	.entry-content table {
	    margin-left:1px;
	}
	.entry-content embed {
	    margin:0 0 22px 0;
	}
	
	body.single .entry-content ul {
		color: #e0056d;
	}
	body.single .entry-content li span {
		color: #6D6E69;
		font-style: italic;
	}
.entry-utility {
	border-top: 1px dashed #cecfcc;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
body.home .entry-utility {
	display: none;
}
	.entry-utility a {
	    color:#666;
	    font-style:italic;
	    text-decoration:none;
	}
	.entry-utility a:active,
	.entry-utility a:hover {
	    color: #e1056d;
	}
	.entry-utility .alignleft {
		padding-left: 10px;
	}
	.entry-utility .alignleft h3 {
		color: #6d6e69;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.entry-utility .alignleft img {
		padding-right: 5px;
	}
	.entry-utility .alignright {
		padding-right: 10px;
	}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #e1056d;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


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

body.home .navigation {
	display: none;
}
.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    overflow:hidden;
	background-color: transparent;
    margin:0px 0 22px 0;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #e1056d;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
	.nav-previous a,
	.nav-next a {
		background-color: #d1d1ce;
		padding: 10px;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 1px;
		font-style: normal;
		border: 1px solid transparent;
		line-height: 30px;
	}
.nav-next {
	background-color: transparent;
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	padding-top: 10px;
	background-color: transparent;
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:none;
}


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

#comments {
	padding-top: 10px;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-size:16px;
    font-weight:normal;
    line-height:22px;
    padding:10px 0 20px 0;
	color: #ffffff;
	text-transform: uppercase;
}
#comments div.comment-count {
	float: left;
    font-size:10px;
    font-weight:normal;
    line-height:22px;
	color: #81827d;
	text-transform: uppercase;
}
#comments div.comment-permalink {
	float: right;
    font-size:10px;
    font-weight:normal;
    line-height:22px;
	color: #81827d;
	border-left: 1px dashed #a1a19c;
	border-right: 1px dashed #a1a19c;
}
	#comments div.comment-permalink a {
		color: #81827d;
		padding: 0 15px 0 10px;
		margin-right: 10px;
		display: block;
		background: url('images/pink-arrow.gif')  no-repeat right center;
	}
#comments-list {
    padding:0 10px;
	margin: 0;
	background: #d1d1ce;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
body.home #comments-list #comment-scroll {
	max-height: 290px;
	overflow: auto;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin: 0;
	padding-bottom: 0px;
	background-color: #fafafa;
}
#comments-list li {
    background:#fafafa;
    padding:10px 10px 0px;
    position:relative;
}
#comments-list li.alt {
    background:#fafafa;
}
#comments-list li.bypostauthor {
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
	font-size: 11px;
	color: #000000;
}
#comments-list .comment-meta {
    color:#e0056d;
    font-size:11px;
}
#comments-list .meta-sep {
    color:#000000;
}

#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #e1056d;
}
#comments-list .comment-content {
	font-size: 11px;
	color: #81827d;
	line-height: 18px;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #e1056d;
}
.comment-navigation {
		display: none;
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #e1056d;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background: url('images/comment-form-bg.gif') no-repeat top left;
	border-bottom: 10px solid #4e4f4a;
    margin-bottom:22px;
    overflow:hidden;
    padding: 20px;
    position:relative;
}
#respond-pad {
    margin-top:17px;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#e1056d;
    font-weight:bold;
}
form#commentform {
	width: 430px;
	float: left;
}
#commentform-meta {
	float: right;
	width: 150px;
	color: #fff;
	text-align: right;
	font-size: 10px;
	padding-top: 15px;
}
	#form-section-email {
		float: left;
		width: 210px;
	}
	#form-section-loggedin {
		color: #ffffff;
		font-size: 12px;
		float: left;
		width: 210px;
		margin-right: 10px;
	}
		#form-section-loggedin .loggedin {
			color: #ffffff;
		}
	#form-section-author{
		float: left;
		width: 210px;
		margin-right: 10px;
	}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 10px 0;
	background-color: #fafafa;
	border: none;
	width: 202px;
	height: 19px;
	padding: 9px 0 0 8px;
	color: #6d6e69;
	font-size: 11px;
}
.form-section textarea {
    width:422px;
	background-color: #fafafa;
	border: none;
	color: #6d6e69;
	font-size: 11px;
	padding: 9px 0 0 8px;
	height: 72px;
}
	#comment-notes {
		color: #ffffff;
		font-style: italic;
		font-size: 11px;
		padding-top: 10px;
		padding-bottom: 0px;
		float: right;
	}
#form-allowed-tags p {
	display: none;
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding: 10px 0 0 0;
}
	.form-submit input {
		background-color: #d1d1ce;
		color: #61625d;
		width: 58px;
		height: 28px;
		text-transform: uppercase;
		font-size: 10px !important;
		border: none;
	}
	.form-submit input:hover {
		background-color: #e1056d;
		color: #ffffff;
	}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #e1056d;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #e1056d;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #e1056d;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
li.widgetcontainer {
	margin-bottom: 40px;
}
li.widget_thematic_search h3 {
	display: none;
}
	li.widget_thematic_search form div {
		height: 28px;
	}
	li.widget_thematic_search input#s,
	input#noresults-s {
		float: left;
		height: 19px;
		border: none;
		background-color: #e7e7e5;
		margin: 0px;
		padding: 9px 0 0 8px;
		color: #6d6e69;
		font-size: 11px;
		width: 203px;
	}
	li.widget_thematic_search input#searchsubmit {
		float: left;
		width: 28px;
		height: 28px;
		border-left: 1px dashed #cecfcc;
		margin: 0px;
		padding: 0px;
	}
	input#noresults-searchsubmit {
		float: left;
		width: 40px;
		height: 28px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: 1px dashed #cecfcc;
		margin: 0px;
		padding: 2px;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
	}
	input#noresults-searchsubmit:hover {
		background-color: #e1056d;
		color: #fff;
	}
li.widget_text {
	letter-spacing: .025em;
}
	li.widget_text h3 {
		color: #000000;
	    font-size:11px;
	    line-height:18px;
		font-weight: bold;
		font-style: normal;
	}
	li.widget_text p {
		color: #ffffff;
	    font-size:11px;
	    line-height:18px;
	}
li.widget_mycategoryorder {
	margin-bottom: 20px;
}
	li.widget_mycategoryorder h3 {
		text-transform: uppercase;
		font-size: 14px;
		color: #e7e7e5;
		font-style: normal;
	}
	li.widget_mycategoryorder ul {
		list-style-type: none;
		padding:0 !important;
		margin:0 !important;
	}	
	li.widget_mycategoryorder .cat-item {
		list-style-type: none;
		display: block;
		padding: 0px;
		margin-top: 10px;
	}
		li.widget_mycategoryorder .cat-item-3 { background: #e7e7e5 url('images/category-flags/3-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-4 { background: #e7e7e5 url('images/category-flags/4-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-5 { background: #e7e7e5 url('images/category-flags/5-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-6 { background: #e7e7e5 url('images/category-flags/6-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-7 { background: #e7e7e5 url('images/category-flags/7-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-8 { background: #e7e7e5 url('images/category-flags/8-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-9 { background: #e7e7e5 url('images/category-flags/9-widget.gif') no-repeat top left; }
		/* ROOM FOR EXPANSION /**/
		li.widget_mycategoryorder .cat-item-10 { background: #e7e7e5 url('images/category-flags/10-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-11 { background: #e7e7e5 url('images/category-flags/11-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-12 { background: #e7e7e5 url('images/category-flags/12-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-13 { background: #e7e7e5 url('images/category-flags/13-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-14 { background: #e7e7e5 url('images/category-flags/14-widget.gif') no-repeat top left; }
		li.widget_mycategoryorder .cat-item-15 { background: #e7e7e5 url('images/category-flags/15-widget.gif') no-repeat top left; }
		
		li.widget_mycategoryorder .cat-item a {
			text-decoration: none;
			color: #6d6e69;
			margin-left: 43px;
			border-left: 1px dashed #cecfcc;
			padding: 7px 10px;
			display: block;
		}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside {
	width: 240px;
	right: 0px;
}
.main-aside ul {
    padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-top:22px;
}
#siteinfo {
    color:#fff;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
	font-size: 10px;
	width: 960px;
}
#siteinfo a {
    color:#fff;
}
#siteinfo a:active,
#siteinfo a:hover {
	text-decoration: underline;
}
#siteinfo a:active span.footer-divider,
#siteinfo a:hover span.footer-divider {
	text-decoration: none !important;
}
span.footer-divider {
	text-decoration: none !important;
}

	#upper {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dashed #ffffff;
	}
	#middle,
	#lower {
		line-height: 16px;
	}
	#lower {
		margin-bottom: 30px;
	}
		#siteinfo ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
		}
		#siteinfo ul li {
			float: left;
			padding-right: 5px;
		}


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

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#e1056d !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#e1056d !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* NO TWITTER ROUNDED CORNERS */
.twtr-doc,
.twtr-timeline {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}
.twtr-hd {
	border-bottom: 1px dashed #cecfcc !important;
}
.twtr-ft {
	border-top: 1px dashed #cecfcc !important;
}

/* Read more link */
.read-more-link {
	text-align: right;
	background: #ffffff url('images/grey-arrow.gif') no-repeat right 6px; 
	padding-right: 15px;
}
a.more-link {
	font-size: 9px;
	color: #d1d1ce;
	text-transform: uppercase;
}

/* Larger font for the first paragraph
on the post detail page */
p.first-paragraph {
	font-size: 18px;
	line-height: 24px;
}

/* Archive link */
.widget_links h3 {
	display: none;
}
.widget_links ul {
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.widget_links ul li a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px;
	background: transparent url('images/white-arrow.gif') no-repeat center right;
}
.widget_links ul li a:hover {
	color: #ffffff;
}


/* Events Meta Data */
.event-startenddate-col {
	float: left;
	width: 150px;
}
.event-timecost-col {
	float: left;
	width: 250px;
}
	.event-startenddate-col span,
	.event-timecost-col span {
		display: block;
		padding-bottom: 2px;
	}
	.event-startenddate-col span strong,
	.event-timecost-col span strong,
	.event-location-row span strong {
		color: #000000;
		font-size: 10px;
		font-weight: normal;
	}
.event-location-row {
	padding: 10px 0;
	width: 400px;
}