/*
Theme Name: Saxophone
Theme URI: http://plankhead.com
Description: Mine.
Author: Zacqary Adam Green
Author URI: http://plankhead.com
Template: k2
*/

@font-face {
  font-family: 'Myr';
  /*src: url('/font/MyriadPro-Regular.woff');*/
  src: url('/font/MyriadPro-Regular.eot');
  src: url('/font/MyriadPro-Regular.otf') format('opentype');
  src: local('Myriad Pro Regular'), local('Myriad Pro');
	font-weight:normal;
}
@font-face {
  font-family: 'Myr';
  /*src: url('/font/MyriadPro-Bold.woff');*/
  src: url('/font/MyriadPro-Bold.eot');
  src: url('/font/MyriadPro-Bold.otf') format('opentype');
  src: local('Myriad Pro Bold');
	font-weight:bold;
}
@font-face {
  font-family: 'MyrIt';
  /*src: url('/font/MyriadPro-It.woff');*/
  src: url('/font/MyriadPro-It.eot');
  src: url('/font/MyriadPro-It.otf') format('opentype');
  src: local('Myriad Pro Italic');
	font-weight:normal;
}
@font-face {
  font-family: 'MyrIt';
 /*src: url('/font/MyriadPro-BoldIt.woff');*/
  src: url('/font/MyriadPro-BoldIt.eot');
  src: url('/font/MyriadPro-BoldIt.otf') format('opentype');
  src: local('Myriad Pro Bold Italic');
	font-weight:bold;
}

body.columns-two #primary {
	width:665px;
	padding-right: 15px;
}

#sidebar-1 {
	position: relative;
}

body {
    font-family: Myr, Helvetica, Arial, sans-serif;
	background: #dede68;
	background-image: url('/img/background.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:bottom; 
	font-size: 80%;
	}

strong, b {
    font-family: Myr, Helvetica, Arial, sans-serif;
	}
	
em, i {
	   font-family: MyrIt, Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Myr, Verdana, sans-serif;
	font-weight:bold;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Myr, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	}
	
#page {
	background: #f8f0fb;
	border: 0.7em solid #000;
	font-size: 88%;
	}
	
.columns-two #page {
	width: 950px;
}
	
#header {
	background: #7151a5;
	background-image:url('plankhead.png');
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 0.4em solid #000;
	border-top: 0.4em solid #000;
	font-size: 150%;
	}
	
blockquote {
	padding: 0 20px 0 50px;
	}
	
#footer {
	color: #FFF;
	}


#footer a {
	color: #FFEEDD;
	}

a.nou {
	text-decoration: none;
	}

.entry-meta { /* Time and category for blog entries */
	color: #000;
	}
	
.entry-meta a, .comment-meta a {
	color: #7f01c7;
	}
	
h2 a:hover, h2 span a:hover {
	color: #7f01c7 !important;
	}

h3#desc a, h3#desc span a {
	color: #7f01c7 !important;
	}

a {
	color: #7f01c7;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #a200ff;
	}
	
.entry-content p {
	line-height: 1.7em;
        font-size: 95%;
}
	
.commentsrsslink a, .trackbacklink a {
	color: #7f01c7;
	}
	
body.home div.category-tweet * {
display:inline;
}

body.home div.category-tweet h2.entry-title,body.home div.category-asides div.entry-date,body.home div.category-asides span.entry-author,body.home div.category-asides span.entry-category,body.home div.category-asides span.metasep {
display:none;
}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.6em;
	font-weight: strong;
	padding: 0;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	}
.comment-content p{
	font-size: 12px;
	line-height: 1.45em;
}


div#rss {
 width:30px;
 height:126px;
 position:fixed;
 top:50%;
 /*right:0;*/
 float:right;
}
div#rss a {
display:block;
width:30px;
height:126px;
}

div#vid {
  width: 665px ;
  margin-left: auto ;
  margin-right: auto ;
}

#thumbs A img {border: 4px solid #f8f0fb;} 
#thumbs A:active img {border: 4px solid #990033;}   
#thumbs A:hover img {border: 4px solid #7f01c7;} 

body.smartposition #rollingarchives {
	background: #f8f0fb;
border-bottom: 1px solid #dfb3f0;
width: 665px;
	}

#rollpages {
	color: #000;
	}

.page-meta {
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
	}