/*   
Theme Name: MacVector Theme
Theme URI: 
Description: Built on the excellent template for child theme development of Thematic
Author:  Chris Lindley
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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-l-fixed.css');

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

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
#branding {
    padding:0px 0 0px 0;
}

#main {
	padding-top: 0px;
	
}

#blog-title {
/*	background: url("./images/MacVectorlogo.jpeg");
	background-repeat: no-repeat;*/
	padding-top:10px;
	padding-bottom:0px;
    	font-family:Arial,sans-serif;
    	font-size:48px;
    	font-weight:bold;
    	line-height:110px;
}	
#blog-title a {
    color:#BBD488;
    text-decoration:none;
	vertical-align: bottom;
}
#blog-title a:active,
#blog-title a:hover {
  /*  color: #FF4B33;*/
}
#blog-description {
	color:#666;
    	font-size:0px;
    	font-style:italic;
    	height:4px;
	display:none;
	background-color: #9FA9CA;
	}

/* main content box*/
#container {
	padding-top: 10px;
	width:700px;
	float:right;
	margin: 0 0 0 0px;
	font-family:Arial,sans-serif;
	border: 1px;
	border-style: solid;
	border-color:#A0A0A0; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	  margin: 0 10px 0 -300px;
	  }

	#content {
    width:680px;
    overflow:hidden;
    float: left;
    margin: 0 0 0 20px;
    }

/*Sidebars */

#primary {
	font-family:Arial,sans-serif;
	border: 1px;
	border-style: solid;
	background-color: #9FA9CA;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#secondary {
	border: 1px;
	font-family:Arial,sans-serif;
	border-style: solid;
	background-color: #9FA9CA;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

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

.skip-link {
    display:none;
}
#access {
	padding-top: 24px;
	/*padding-bottom: 24px;*/
    	border-bottom-style: none;

    	font-size:14px; 
	font-weight: bold;
    	font-family:Helvetica,sans-serif;
	text-align: center;
	text-shadow: 1px 1px 2px #CECECE;
    	overflow:visible;
    	z-index:100;
	position: middle;
	float: top;
	white-space: nowrap;
	}

/override Thematic skin with our own MacVector colours/
.sf-menu {
	float:left;
	line-height:	1.0;
/*	background: url("./images/toolbarNormal.jpeg");
	background-repeat: repeat;*/
	background-color: #9FA9CA;
	/*color: black;*/
}
.sf-menu a, .sf-menu a:visited {
	height: 16px;
	width: 77px;
	padding-top: 12px;
	/*padding-right: 1px;*/
	/*padding:9px 13px;
	text-decoration:none;*/
	color: #0E0E0E;
	background: url("./images/toolbarNormal.jpeg");
	background-repeat: repeat;
    	border-left:0.25px solid #A8A8A8;
    	/*border-right:0.25px solid #111111;*/
}

.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background-color: #e3f4ff;
	}
.sf-menu .current_page_item a {
	background: url("./images/toolbarActive.jpeg");
	color: #E6E6E6;
	background-repeat: repeat;
	}


.sf-menu li {
	color: black;

}

.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;
    /*border-bottom-color:#ccc;*/
	background: url("./images/toolbarMouseover.png");
	background-repeat: repeat;
	color: #E6E6E6;
}

.sf-menu a:active {
	background-color: #e3f4ff;
	}

/*
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background: #ffff99;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; 
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}*/

