/*
Theme Name: Child Theme of Arras Theme
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras Theme for WordPress
Author: Hadas Forgy
Author URI: http://www.arrastheme.com/
Template: arras-theme
Version: 1.5.1
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/

@import url("../arras-theme/style.css";)

body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Trebuchet MS', sans-serif;
}

#header {
	background: transparent none repeat scroll 0 0;
}

#nav {
	text-transform: uppercase;
}

.blog-name {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #cdcdff;
}

.blog-description {
	color: #cdcdcd;
}

.quick-nav #rss {
	display: hidden;
}

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

ssf-menu a {
	color: #9999af;
}

.sf-sub-indicator {
	display: none;
}
