/*
Theme Name: Child Theme of Arras
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras for WordPress
Author: Creature
Author URI: http://www.arrastheme.com/
Template: arras-theme
Version: 1.0
.
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.
.
*/

/* #header { background: #F1EFE6; } */

.featured-entry { opacity: 0.5; }

#branding { padding: 0px; }

.logo { margin: 0px; }

#header { border-bottom: none; }

#searchbar .searchform { 
	border-color: #99B8D3; 	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#nav { 
	background: url("topnav.png") repeat-x scroll center top transparent; 
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding: 0 10px 0 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.quick-nav { margin-right: 20px; }

#main, .post, #featured-slideshow, #commentlist .reply a, .comments-navigation a, .read-more, .navigation a, #main .module, #main .single-post {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.widgettitle, .module-title, .feed-title  {
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
.widgetcontent, .hfeed, .nocomments, #commentsform {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.blog-name  {
	display:block;
	font-size:22px;
	font-weight:700;
	letter-spacing:1px;
	line-height:1em;
	text-transform:uppercase;
	margin: 0;
}
.blog-name span { visibility: hidden; display: none; }

.blog-name a:link, .blog-name a:visited { 
	background: url(bsc_header.png) no-repeat; width: 980px; height: 80px; display: block;
/* text-indent: -9000px; */
	color: #0B185D;

	font-family: 'Viga', serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	text-shadow: 4px 4px 8px #ccc;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
}

.blog-name a div {
	padding-top: 20px;
	padding-left: 130px;
}

.sf-menu a {
	color:#eee;
}

.blog-description { visibility: hidden; display: none; }

.posts-default .post    { height: 300px; }



.gce-widget-list .gce-list {
    margin: 10px 0 0 10px;
}

#footer {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
