/*
Theme Name: 0 - Arras Extended
Theme URI: http://sharethepractice.org/
Description: Child Theme for Arras Theme (http://wordpress.org/extend/themes/arras-theme) that enhances it in a number of ways:  * Adds custom header back * Adds 3 new Special Sidebars * Adds Links page * Adds Blog / Category pages that can display all posts in a more traditional style as well as only posts from a specific category * Adds Edit Page link to pages
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com/
Template: arras-theme
Version: 1.4.3
*/
 
@import url("../arras-theme/style.css");

.blog-description {
	color: #ddd !important;
	opacity: 1.0;
	}

.links-list h2 {
	font-size: 14px;
	}

.links-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.links-list ul ul {
	list-style: disc;
	padding: 0 0 18px 24px;
	}

.introduction-block {
	font-size: 12px !important;
	margin: 0 15px 18px 0;
	padding: 0 8px 12px 8px;
	color: #666;
	border-bottom: 1px solid #ddd;
	}

.sf-menu {
	max-width: 880px;
	}

.sf-menu a {
	color: #eee;
	}


.current-menu-item { background: #413D3B; }

.breadcrumb {
	position: relative;
	margin: -3px auto 6px auto;
	width: 960px;
	font-size: 11px;
	}

#header {
	background: #900;
	border-bottom: 5px solid #600;
	}

.posts-default .post {
	height: 240px;
	}
