/*
Theme Name: Child Theme of Arras Theme
Theme URI: http://www.arrastheme.com/
Description: Child theme for the Arras Theme 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.
.
*/

/* all styling help comes from this guide from the arras theme forums: http://www.arrastheme.com/forums/topic942-142-tutorial-how-do-i-change-the-color-of.html */

#header                    { background: #FFFFCC; }

.blog-description                { display: none; }

#wrapper { background: #ccdbff; }

/* navbar text color changed */
.sf-menu a             { color: #fff; }
.sf-menu a:hover {background-color: #3366FF; }

/* styling for the breadcrumbs plugin */
#nc-breadcrumbs { margin-left: 15px; padding: 5px; margin-bottom: 10px; font-weight: bold; font-size: 10px; color: #000000;}
#nc-breadcrumbs a { font-weight: bold; text-decoration: none; }
#nc-breadcrumbs a:hover { color: #3366FF; }

/* header border #3366ff */
#header                    { border-bottom: 5px solid #ccdbff; }

/* search box border */
#searchbar                { border: 4px solid #ccdbff; }

/* widget content box border 
.widgetcontent                { border: 4px solid #3366FF; } */

/* widget content text color */
.widgetcontent                 { color: #000; }

/* widget content links */
.widgetcontent a                { color: #000; }

/* widget content links hover */
.widgetcontent a:hover {color: #3366ff; }

/* widget content background 
.widgetcontent                { background: #ccdbff; } */

.widgettitle                { background: #ccdbff; }

.post a  {color: #000; }

.post a:hover {color: #3366ff; }

.sf-menu li ul a                 { color: #000 !important; } 

.sf-menu li ul a:hover { color: #fff !important; }

.widgettitle                { color: #000; }

/* single post changing fonts
.single a, .single a:link, .single a:visited { color: #ff0000; text-decoration: none; } */

/* page changing fonts
.page a, .page a:link, .page a:visited { */

.sf-menu a { display: block; text-decoration: none; padding: 2px 10px; color: #fff; font-size: 12px;  }

.sf-menu a:hover		{ color: #FFF; }

.sf-menu li.sfhover { background: #3366ff; }

.sf-menu li:hover { background: #3366ff; }

.sf-menu ul				{ position: absolute; left: -999em; height: auto; width: 148px; margin: 0; line-height: 1; border-top: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000;}

.sf-menu li li			{ width: 148px; }

.sf-menu li li a		{ background: #FFF; padding: 7px 10px; width: 128px; font-size: 12px; text-transform: none; }

.sf-menu li ul ul		{ margin: -25px 0 0 148px; }

.sf-menu li ul li:hover a, .sf-menu li ul li li:hover a, .sf-menu li ul li li li:hover a, .sf-menu li ul li li li:hover a { background: #3366ff; color: #FFF; }

.sf-menu li:hover li a, .sf-menu li li:hover li a, .sf-menu li li li:hover li a, .sf-menu li li li li:hover li a { background: #fff; color: #666; font-size: 11px; }

.posts-quick .entry-thumbnails	{ float: left; margin: 0 0 10px 0; border: 1px solid #CCC; padding: 0px; background: #FFF; }

.layout-3c-r-fixed .post .entry-photo, .layout-3c-r-fixed .single-post .entry-photo, .layout-3c-fixed .post .entry-photo, .layout-3c-fixed .single-post .entry-photo	{ width: 470px; }

.single .post .entry-title, .single-post .entry-title { color: #000000; }

.single .post .entry-title, .single-post .entry-title a:hover { color: #3366FF;}

.entry-content, .entry-content {color: #000000; }

.entry-content a {color: #000000; style: underline; }

.entry-content a:hover {color: #3366FF;}

.single .post .entry-author, .single-post .entry-author, .post-edit-link, .single .post .entry-cat, .single-post .entry-cat, .published {color: #000000;}

.single .post .entry-author, .single-post .entry-author, .post-edit-link, .single .post .entry-cat a, .single-post .entry-cat a, .published a {color: #000000; style: underline;}

.single .post .entry-author a:hover, .single-post .entry-author a:hover, .single .post .post-edit-link a:hover, .single-post .post-edit-link a:hover, .single .post .entry-cat a:hover, .single-post .entry-cat a:hover, .published a:hover { color: #3366ff;}

.posts-quick .entry-thumbnails  { border: 10px solid #fff; }