/*   
Theme Name: NIME
Theme URI: 
Description: Theme for NIME 2011
Author: Thomas Kjellberg
Author URI: http://bokami.com
Template: thematic
Version: 1.1
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 basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* =Global Elements
-------------------------------------------------------------- */
body, input, textarea {
    font-family: "Aperçu Regular", geneva, Calibri, sans-serif;
	font-size-adjust:0.508;
	font-weight:normal;
	font-style:normal;
	font-size: 14px;
	line-height: 18px;
	background:  #fff;
	color: #743986;
    letter-spacing:1px;
	margin: 0;
	word-spacing:1px;
}

p, ul, ol, dd, pre {
    margin-bottom:1em;
}


h1,h2,h3,h4,h5,h6,strong {
    font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
}

em {font-family:"Apercu Italic", Calibri, sans-serif; font-size-adjust:0.508; font-weight:normal; font-style:italic;
color:#666;}

pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    font-style:italic;
}
table {
    border: 0; 
    text-align:left;
	font-size: 12px;
}
caption {
    text-align:left;
}
tr {
}
th, td {
	/*    padding: 0; */
   border-bottom: 1px solid black;
   border-right: 1px solid black;
   padding: 5px;
}

hr {
    display:none;
}
a:link {
    color:#da796e;
}

a:visited {
	 color:#da796e;
}

a:active,
a:hover {
    color: #da796e;
	text-decoration:line-through;
}

.current_page_item a {
	color: #da796e;
}


/* =Header
-------------------------------------------------------------- */

#wrapper {
	margin: 20px 0 0 30px;
	float:left;
}

#header {
}

#frontclear {
	width:930px;
	height: 100px;
}

#branding {
}

#blog-title {
}

#blog-title span a{
	display:none;
}

#blog-description {
    display:none;
}


.imagewrapper {
	
	overflow:hidden;
}

.trumpet {
   height: 225px;
   margin-left: 85%;
   margin-top: 10%;
   overflow: hidden;
   width: 150px;
	background: url('/wp-content/themes/nime-theme/nime_bass.jpg') no-repeat;
}

.guitar {
	   height: 129px;
	   margin: 100px 0 0 100px;
	   overflow: hidden;
	   width: 220px;
	background: url('/wp-content/themes/nime-theme/nime_fiolin.jpg') no-repeat;
}

.nimetext {
	width: 327px;
	height: 327px;
	overflow: hidden;
	margin: 30px 0 0 50%;
	background: url('/wp-content/themes/nime-theme/nime_text.gif') no-repeat;
}


/* =Menu
-------------------------------------------------------------- */

.clear {
	clear:both;
}

.skip-link {
    display:none;
}

.menu a, .extramenu a {
	text-decoration: none;
	color:#743986;
}

.menu a:hover, .extramenu a:hover {
	letter-spacing: 3px;
}


.menu ul, .extramenu {
  margin: 1em 0 2em 0;
  overflow:hidden;
  font-size: 15px;
  width: 600px;
}

.menu li, .extramenu li {
  line-height:17px;
  list-style: none;
  font-size: 15px;
  width: 100px;
  margin: 0 30px 15px 0;
  text-transform:none;
  border-bottom:3px solid #743986;
  float:left;
  display:inline;
}


.sf-menu ul {
	position: absolute;
	background: #fff;
	margin: 10px 0 0 0;
	padding-left: 3px;
}

.sf-menu ul li {
	border:none;
	margin: 0 0 5px 0;
	border: none;
	font-size: 13px;
	line-height:16px;
}


.removesf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul li a {
	border-bottom: 3px solid #fff;
}

.sf-menu ul li a:hover {
	letter-spacing:1px;
	border-bottom: 3px solid #743986;
}

.extramenu {
}

/* =Logo
-------------------------------------------------------------- */

#nime_header {
	float:left;
	background:url('nime_header.gif') no-repeat;
	height: 130px;
	width: 730px;
}

#nime_header .infotext a {
	text-indent: -1000em;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 700px;
	height: 83px;
}

#nime_header .infotext h2, #nime_header .infotext h3 {
	display: none;
}

#branding {
	clear:both;
}

/* =Content
-------------------------------------------------------------- */
.nomargin {
	margin:0;
}

.smallmargin {
	margin: 0 0 0.5em 0;
}


.small {
	font-size: 14px;
	line-height: 18px;
}

#main {
    padding:0 0 0 0;
	text-transform:none;
	float: left;
}

#main li {
}

.bigtext {
	font-size:27px;
    line-height:33px;
}

.longtext {
	font-size:14px;
	line-height:18px;
}

.news, .people, .media, .tweet, .program {
	font-size: 14px;
	line-height: 17px;
	float: left;
	margin-right: 25px;
	word-spacing:0;
}

.news {
	width: 140px;
}

.people {
	width: 170px;
}

.media {
	width:166px;
}

.tweet {
	width: 180px;
	margin:0;
}

.program {
	width: 170px;
}

.news h2, .people h2, .media h2, .program h2, .tweet h2 a, .tweet h2 {
	text-transform:uppercase;
	color:#743986;
	font-family:"Apercu Bold", Calibri, sans-serif; font-size-adjust:0.508; font-weight:bold; font-style:normal;
	margin-bottom: 1.5em;
	text-decoration: none;
}

.flickr {
	margin-bottom: 1em;
}

.flickr a img {
	height: 50px;
	margin: 0 3px 3px 0;
	width: 50px;
}

.media h3 {
	margin-bottom:3px;
}

#main .tubepress_thumb {
	height:145px;
}

#main .tubepress_thumb a img {
	width: 160px;
	padding: 0;
}

#main .tubepress_thumbnail_area {
	margin:0;
}

.news ul, .people ul {
	margin: 0 0 1em 0;
	list-style-type: none;
}

.people ul li ul {
	list-style-type: none;
	margin: 0;
	color:#666;
	font-family:"Apercu Italic", Calibri, sans-serif; font-size-adjust:0.508; font-weight:normal; font-style:italic;
}

.program ul {
	margin: 0 0 1em 0;
	list-style-type: none;
}

.news li, .tweet li, .people li {
	margin-bottom: 1em;
}

.tweet ul {
	list-style-type: none;
	margin: 0;
}

.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}

.entry-title {
	line-height: 30px;
	font-size:15px;
	margin-bottom:10px;
	margin-top: 3px;
}

.entry-title span {
	text-transform: uppercase;
	border-bottom: 3px solid #743986;
}

.entry-title a {
	font-size:27px;
    font-family: "Aperçu Regular", geneva, Calibri, sans-serif;
	font-size-adjust:0.508;
	font-weight:normal;
	font-style:normal;
}


.entry-title a {
}

.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
}

.entry-meta .entry-date {
	margin-bottom: 1em;
	font-size: 15px;
}

.entry-meta .author {
}
.entry-meta .n {
   
}
.entry-meta a {
   
}
.entry-meta a:active,
.entry-meta a:hover {
}
.entry-meta abbr {
    border:none;
    cursor:text;
}
.entry-content {
}
.entry-content h1,
.entry-content h2 {
   font-size:27px;
   line-height:35px;
   margin-bottom:10px;
}
.entry-content h3 {
 
}
.entry-content h4 {
  
}
.entry-content table {
}
.entry-content embed {
}
.entry-utility {
  
}
.entry-utility a {
   
}
.entry-utility a:active,
.entry-utility a:hover {
}
.page-link {
   
}
.page-link a {
 
}
.page-link a:active,
.page-link a:hover {
}
ul#links-page,
ul#archives-page {
   
}
li.content-column {
  
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    font-size:15px;
    line-height:18px;
    margin:2em 0 2em 0;
    overflow:hidden;
	display: none;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}

.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 10px 0;
}
#comments-list {
    padding:0 0 8px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    margin:0 0 18px 0;
}
#comments-list li {
    border-bottom:1px solid #9C0CD2;
    margin: 0 0 10px 0;
    position:relative;
}
#comments-list li.alt {
}
#comments-list li.bypostauthor {
}
#comments-list ul li {
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 0;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 0;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .requi#9C0CD2 {
    color:#9C0CD2;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

.post-edit-link {
	font-size: 14px;
	margin-top: 3em;
}


#footer {
}
#siteinfo {
    font-size:11px;
	margin-bottom: 5px;
}
#siteinfo a {
}
#siteinfo a:active,
#siteinfo a:hover {
}

#siteinfo span {margin-left: 30px;}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    border:1px solid #9C0CD2000;
    color:#9C0CD2000;
    margin:2px;
    padding:2px 4px;
}

.vimeoBadge { margin: 0; padding: 0; font: normal 11px verdana,sans-serif; }
.vimeoBadge img { border: 0; }
.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color: #3A75C4; text-decoration: none; cursor: pointer; }
.vimeoBadge a:hover { color:#00CCFF; }
.vimeoBadge #vimeo_badge_logo { margin-top:-10px; width: 27px; height: 16px; display: none; }
.vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
.vimeoBadge .clip { padding:0; float:left; margin:0 3px 3px 0; width:80px; line-height:0; }
.vimeoBadge .caption { font: normal 11px verdana,sans-serif; overflow:hidden; width:50px; height: 30px; }
.vimeoBadge .clear { display: block; clear: both; visibility: hidden; } 