/*
Theme Name: Fiona Watt
Theme URI: http://graphpaperpress.com
Description: A child theme for Base Theme Framework.
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Template: twentyeleven
Version: 1.0.0
License:  GPL
*/

@import url("../twentyeleven/style.css");

/* ADD YOUR CUSTOM CSS BELOW THIS LINE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* HTML5 Reset --------------------------------------------------------------*/
/* line 107, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* Body --------------------------------------------------------------*/
/* line 13, ./src/stylesheets/./_defaults.scss */
body {
  font-family: 'Adobe Caslon Pro', Caslon, Baskerville, Palatino, 'Palatino Linotype', "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif;
  color: black;
}

/* Links --------------------------------------------------------------*/
/* line 21, ./src/stylesheets/./_defaults.scss */
a:link, a:visited {
  color: #ed1863;
  text-decoration: none;
}
/* line 25, ./src/stylesheets/./_defaults.scss */
a:focus, a:hover, a:active {
  color: #ED1863;
  text-decoration: underline;
}
/* line 29, ./src/stylesheets/./_defaults.scss */
a img {
  border: none;
}

/* Headings --------------------------------------------------------------*/
/* line 36, ./src/stylesheets/./_defaults.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
/* line 38, ./src/stylesheets/./_defaults.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 43, ./src/stylesheets/./_defaults.scss */
h1 {
  font-size: 4em;
  line-height: 1.125em;
  margin-bottom: 0.375em;
}

/* line 48, ./src/stylesheets/./_defaults.scss */
h2 {
  font-size: 2.667em;
  line-height: 1.125em;
  margin-bottom: 0.563em;
}

/* line 53, ./src/stylesheets/./_defaults.scss */
h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

/* line 58, ./src/stylesheets/./_defaults.scss */
h4 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

/* line 63, ./src/stylesheets/./_defaults.scss */
h5, h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

/* Text --------------------------------------------------------------*/
/* line 70, ./src/stylesheets/./_defaults.scss */
cite, em, dfn {
  font-style: italic;
}

/* line 74, ./src/stylesheets/./_defaults.scss */
strong, dfn {
  font-weight: bold;
}

/* line 78, ./src/stylesheets/./_defaults.scss */
sup, sub {
  line-height: 0;
}

/* line 82, ./src/stylesheets/./_defaults.scss */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 87, ./src/stylesheets/./_defaults.scss */
address {
  margin-bottom: 1.5em;
  font-style: italic;
}

/* line 92, ./src/stylesheets/./_defaults.scss */
ins {
  text-decoration: underline;
}

/* line 96, ./src/stylesheets/./_defaults.scss */
del {
  text-decoration: line-through;
}

/* line 100, ./src/stylesheets/./_defaults.scss */
pre, code, tt {
  margin: 1.5em;
  margin-left: -1.5em;
  padding-left: 1.5em;
  border-left: 1px dotted;
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
}

/* line 109, ./src/stylesheets/./_defaults.scss */
pre {
  white-space: pre;
}

/* line 113, ./src/stylesheets/./_defaults.scss */
code {
  display: block;
}

/* line 117, ./src/stylesheets/./_defaults.scss */
q {
  font-style: italic;
}
/* line 119, ./src/stylesheets/./_defaults.scss */
q em {
  font-style: normal;
}

/* line 124, ./src/stylesheets/./_defaults.scss */
p {
  margin-bottom: 1.5em;
}

/* line 128, ./src/stylesheets/./_defaults.scss */
blockquote, q {
  quotes: "" "";
}

/* line 132, ./src/stylesheets/./_defaults.scss */
blockquote {
  margin: 1.5em;
  margin-left: -1.5em;
  padding-left: 1.5em;
  border-left: 1px solid;
  font-family: 'Adobe Caslon Pro', Caslon, Baskerville, Palatino, 'Palatino Linotype', "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif;
  font-style: italic;
}

/* line 143, ./src/stylesheets/./_defaults.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 148, ./src/stylesheets/./_defaults.scss */
em {
  font-weight: bold;
}

/* Replaced --------------------------------------------------------------*/
/* line 153, ./src/stylesheets/./_defaults.scss */
img {
  vertical-align: bottom;
}

/* Lists --------------------------------------------------------------*/
/* line 175, ./src/stylesheets/./_defaults.scss */
ol {
  margin: 0 1.5em 1.5em 0;
  list-style: decimal;
}

/* line 179, ./src/stylesheets/./_defaults.scss */
ul {
  margin: 0 1.5em 1.5em 0;
  list-style: disc;
}

/* line 184, ./src/stylesheets/./_defaults.scss */
li ul, li ol {
  list-style-type: circle;
  margin: 0 1.5em 0.75em;
}

/* line 190, ./src/stylesheets/./_defaults.scss */
dl {
  margin-bottom: 1.5em;
  border-top-style: solid;
  border-top-width: 0.083em;
  padding-top: 1.417em;
}
/* line 193, ./src/stylesheets/./_defaults.scss */
dl dt {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

/* line 199, ./src/stylesheets/./_defaults.scss */
dd {
  margin-bottom: 1.5em;
  border-bottom-style: solid;
  border-bottom-width: 0.083em;
  padding-bottom: 1.417em;
}

/* Tables --------------------------------------------------------------*/
/* tables still need 'cellspacing="0"' in the markup */
/* line 207, ./src/stylesheets/./_defaults.scss */
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 214, ./src/stylesheets/./_defaults.scss */
table, td, th {
  vertical-align: top;
}

/* line 218, ./src/stylesheets/./_defaults.scss */
th, thead th {
  font-weight: bold;
}

/* line 222, ./src/stylesheets/./_defaults.scss */
th, td, caption {
  padding: 0.75em;
  text-align: left;
  font-weight: normal;
}

/* line 228, ./src/stylesheets/./_defaults.scss */
th, td {
  border-bottom-style: solid;
  border-bottom-width: 0.083em;
  padding-bottom: 0.667em;
}

/* line 232, ./src/stylesheets/./_defaults.scss */
tfoot {
  font-size: 1.167em;
  line-height: 1.286em;
}

/* line 236, ./src/stylesheets/./_defaults.scss */
caption {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

/* Forms --------------------------------------------------------------*/
/* line 243, ./src/stylesheets/./_defaults.scss */
fieldset {
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.083em;
  padding: 1.417em;
}

/* line 248, ./src/stylesheets/./_defaults.scss */
legend {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
}

/* line 253, ./src/stylesheets/./_defaults.scss */
label {
  font-weight: bold;
}

/* line 257, ./src/stylesheets/./_defaults.scss */
textarea, input:not([type="radio"]) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* Layout --------------------------------------------------------------*/
/* line 29, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-susy-plugin-0.7.0/sass/susy/././_vertical_rhythm.scss */
body {
  font-size: 75%;
  line-height: 1.5em;
}

/* line 33, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-susy-plugin-0.7.0/sass/susy/././_vertical_rhythm.scss */
html > body {
  font-size: 12px;
}

/* line 18, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-susy-plugin-0.7.0/sass/susy/_susy.scss */
body {
  text-align: center;
}

/* line 14 */
#page {
  overflow: hidden;
  *zoom: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 61em;
  max-width: 100%;
  background-image: url(./images/main-background.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 1024px;
  min-height: 500px;
  margin: 2em auto;
  border: 1px solid #bbb;
  padding-bottom: 5em;
  font-family: "Helvetica", Arial, sans-serif;
}

/* line 28 */
#header {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
  position: relative;
}
/* line 32 */
#header #menu {
  display: inline;
  float: left;
  width: 63.934%;
  margin-right: 1.639%;
  padding: 1em 0 3em 0;
}
/* line 37 */
#header #menu ul {
  margin-top: 2em;
  list-style: none;
  list-style-type: none;
}
/* line 11, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
#header #menu ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
/* line 5, /Users/stephenbartholomew/.rvm/gems/ruby-1.8.7-p249/gems/compass-0.10.4/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss */
#header #menu ul, #header #menu ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
/* line 44 */
#header #menu a {
  border-left: 2px solid #ed1863;
  padding: 0 0.5em;
}
/* line 48 */
#header #menu a:link, #header #menu a:visited {
  font-size: 1.4em;
  font-weight: bold;
  color: #666;
}
/* line 53 */
#header #menu a:focus, #header #menu a:hover, #header #menu a:active {
  color: #ed1863;
  text-decoration: none;
}
/* line 59 */
#header #menu a.current {
  color: #ed1863;
}
/* line 63 */
#header #menu .first a {
  padding-left: 0;
  border: 0;
}
/* line 69 */
#header #logo {
  display: inline;
  float: left;
  width: 39.344%;
  margin-right: 1.639%;
  display: inline;
  float: right;
  margin-right: 0;
  /* ugly hacks for IE6-7 */
  #margin-left: -1em;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 75 */
#header #logo .content {
  padding-top: 1em;
  text-align: right;
}

/* line 82 */
#middle {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
}
/* line 85 */
#middle .content {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
  clear: both;
}
/* line 89 */
#middle .content .left {
  float: left;
  margin: 0.8em 1em 1em 0;
}
/* line 95 */
#middle .content.full {
  display: inline;
  float: left;
  width: 96.721%;
  margin-right: 1.639%;
}
/* line 99 */
#middle .column.span_right {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
}
/* line 103 */
#middle .columns {
  clear: both;
}
/* line 108 */
#middle .column {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
}
/* line 112 */
#middle .gallery {
  padding: 1em 0;
  clear: both;
}
/* line 117 */
#middle .content.homepage {
  display: inline;
  float: left;
  width: 47.541%;
  margin-right: 1.639%;
}
/* line 121 */
#middle .items {
  clear: both;
  color: #666;
}

/* line 128 */
#footer {
  height: 100px;
  clear: both;
}

/* Styles --------------------------------------------------------------*/
/* line 138 */
.quote {
  font-style: italic;
  font-size: 0.9em;
}

/* line 143 */
.quiet {
  font-size: 0.9em;
}

/* line 147 */
.credit {
  color: #aaa;
  padding: 1em 0;
}

/* line 152 */
hr {
  clear: both;
  margin: 1em 0;
  border: 0;
  height: 1px;
  background-color: #666;
}

/* line 160 */
p {
  margin: 0.5em 0;
}

/* line 164 */
.loud {
  font-size: 1.5em;
  line-height: 1.5em;
}

#middle .columnBottom {
    clear: both;
    display: inline;
    float: left;
    margin-right: 1.639%;
    width: 600px;
}

#middle .columnBottomRight {
    display: inline;
    float: left;
    margin-right: 1.639%;
    width: 47.541%;
}

#branding {
    border-top: 0px solid #BBBBBB;
    padding-bottom: 0px;
    position: relative;
    z-index: 9999;
    background-color: #fff;
}

#site-title {
    /*margin-right: 270px;
    padding: 0 0 0;*/
	
    display: inline;
    float: right;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 39.344%;
	margin-top: 0;
	padding-top: 0;
}

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

#access div {
	margin: 0 2.7%;
}
#access {
    /*background: -moz-linear-gradient(#fff, #fff) repeat scroll 0 0 transparent;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;*/
	background: -moz-linear-gradient(#fff, #fff) repeat scroll 0 0 transparent !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    display: inline;
    float: left;
    margin-right: 1.639%;
    padding: 1em 0 0 0;
    width: 63.934%;
	background-color:#fff;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	background-color: #fff;
}
#access li {
	float: left;
	position: relative;
}
#access a {
    display: block;
    line-height: 1.233em;
    padding: 0;
    text-decoration: none;
	color: #666666;
}

#access a:link, #header #menu a:visited {
    color: #666666;
    font-size: 1.3em;
    font-weight: bold;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #fff;
}
#access li:hover > a,
#access a:focus {
	color: #ED1863;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#content {
	margin: 0 34% 0 0;
	width: 77%;
}

#branding img {
	vertical-align: bottom;
	width: 339px;
}

#main {
    clear: both;
    margin-left: 1.639%;
    margin-right: 1.639%;
	padding: 0;
}

#logo {
    display: inline;
    float: right;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 39.344%;
}

#secondary {
    float: right;
    margin-right: 0.6%;
    margin-top: 90px;
    width: 18.8%;
}

#logo .content {
    padding-top: 1em;
    text-align: right;
	margin-right: 15px;
}

.menu a { border-left: 2px solid #ED1863; padding: 0 0.5125em !important; }

#primary {
    float: left;
    margin: 20px -26.4% 0 0 !important;
    width: 100%;
}

.singular .entry-header .entry-meta {
    position: relative;
	margin: 10px 0 0;
}

.nav-previous { }

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
	padding: 6px;
}

.singular .entry-title {
	line-height: 38px;
}

.singular #content, .left-sidebar.singular #content {
	margin: 0;
}

/*
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0 auto;
	width: 100%;

}
*/

.singular .entry-meta .edit-link a {
	left: 0;
	top: 0;
}

.entry-content, .entry-summary {
	padding: 0;
}

#respond input#submit {
	left: -33px;
	padding: 5px 22px;
	margin: 10px 0;
}

#nav-single {
    float: left;
    position: relative;
    text-align: right;
    top: -0.3em;
    z-index: 1;
	margin-top: 30px;
}

.singular .entry-title {
	font-size: 2.1em;
	line-height: 1.125em;
	padding-bottom: 0;
	color: #666666;
	font-weight:bold;
}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
    color: #666;
    font-weight: bold;
    margin: 0 0 0.8125em;
}

.widget ul li {
    color: #777777;
    font-size: 13px;
    list-style: none outside none;
    margin-bottom: 10px;
}

#respond {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: 48.9%;
	clear: both;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label
{
	top: 0px;
	margin-bottom: 5px;
}

#respond label { line-height: 1em; }

.comment-notes { margin: 0px !important; }

#reply-title { margin-bottom: 5px; color: #666; }

#respond .comment-form-author .required, #respond .comment-form-email .required { top: 35px; margin-left: 5px; }

input[type="text"], input[type="password"], textarea { color: #000; }

#respond input[type="text"], #respond textarea { padding: 5px; text-indent: 0px; font-size: 12px; }

#respond input[type="text"] { height: 39px; }

#respond input#submit { font-size: 14px; padding: 2px 15px; margin-top: 12px; left: -30px; }

.commentlist > li.comment { 
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 1.625em;
    padding: 0.825em 1.025em 0;
    position: relative;
}

.reply { margin-bottom: 10px; }

.commentlist .children li.comment { margin: 1.625em 0 10px; }

.entry-title { padding-bottom: 0; }

.single h1 { margin-bottom: 0; }

.entry-content h2 { margin: 0.7em 0 0; font-size: 1.7em; }

.entry-content h2 a:hover { color: #ED1863; }

#comments-title { padding: 0 0 1.0em; }

.blog .entry-title h1 a:link, a:visited { color: #666; }

.blog .entry-title h2 a:link, a:visited { color: #666; }

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #ED1863;
}

.entry-title h1 a { line-height: 1.125em; }

.entry-title, .entry-title a { line-height: 1.125em; }

.entry-title { font-size: 2.2em; }

#menu-item-5 > a {
    border-left: medium none;
}

.singular #content, .left-sidebar.singular #content { width: 100%; }

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title
{
    margin: 0 0 25px 0;
    width: 77%;
	float:left;
}

.singular .hentry {
	padding: 0;
}

.entry-header { width: 90% !important; }

.singular .entry-title, .singular .entry-header .entry-meta { padding-right: 76px; }

.single #secondary { margin-top: 70px; }