/*  
Theme Name: AlsoMaybe
Theme URI: http://alsoalso.net
Description: Theme for portfolio site Alsoalso.net
Version: 2.0
Author: Matthew Cook
Author URI: http://alsoalso.net
*/

/* 
-------------------------------------------------------
	YUI style reset CSS
-------------------------------------------------------
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { content:''; } 
abbr,acronym { border:0; }

/* 
-------------------------------------------------------
	Global Settings 
-------------------------------------------------------
*/
a:link {
	color: #06c;
	text-decoration: none;
}
#tabs a:link {
	color: black;
}

a:visited {
	color: #e35500; 
	text-decoration: none;
}

a:active {
	color: #e35500; 
}
a:hover {
	color: #e35500;
	border-bottom: 1px dashed #bbb;
}

html {
	background: white;
}

body {
	background: white;
	font-family: Garamond, Georgia, serif;
	min-width: 550px; /* 200px sidebar width + some page width */
	/*font-size: 85%;*/
	font-size: 95%;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.micetype {
	font-size: 50%;
	font-family: 'Osaka', sans-serif;
}

.saffron {
	color: #e35500; 
}

.green {
	color: #6B8714;
}

.blue {
	color: #06c;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.center {
	text-align: center;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignleft { float: left; }
.alignright { float: right; }

/* 
-------------------------------------------------------
	Fonts 
-------------------------------------------------------
*/
@font-face {
	font-family: "Fontin Sans";
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	src: url("fonts/Fontin_Sans_R_45b.otf") format("opentype");
}
/*@font-face {
	font-family: "Fontin Sans Bold";
	font-weight: bold;
	font-style:normal;
	font-variant:normal;
	src: url("fonts/Fontin_Sans_B_45b.otf") format("opentype");
}
@font-face {
	font-family: "Fontin Sans Italic";
	font-weight:normal;
	font-style:italic;
	font-variant:normal;
	src: url("fonts/Fontin_Sans_I_45b.otf") format("opentype");
}
@font-face {
	font-family: "Fontin Sans Bold Italic";
	font-weight:bold;
	font-style:italic;
	font-variant:normal;
	src: url("fonts/Fontin_Sans_BI_45b.otf") format("opentype");
}
@font-face {
	font-family: "Fontin Sans Small Caps";
	font-weight:normal;
	font-style:normal;
	font-variant:small-caps;
	src: url("fonts/Fontin_Sans_SC_45b.otf") format("opentype");
}*/
@font-face {
	font-family: "Astrobase";
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	src: url("fonts/astrobase.ttf") format("truetype");
}

/* 
-------------------------------------------------------
	Header 
-------------------------------------------------------
*/

#header {}

#logo {
	display:block;
	position:absolute;
	top:0;
	left:38px;
	background: white url('images/logo.jpg') no-repeat top center;
	width: 175px;
	height: 224px;
}

a#logolink {
	display:block;
	position:absolute;
	top:0;
	left:38px;
	width: 175px;
	height: 224px;
	border: none;
}

/* 
-------------------------------------------------------
	Tabs 
-------------------------------------------------------
*/
#tabs {
	width: 95%;
	margin: 75px 0 0 0;
	max-width: 1050px;
/*	background-color: red; */
}

#tabs ul {
	text-align: right;
}

#tabs li {
	display: inline;
	font-family: "Fontin Sans", Helvetica, sans-serif;
	font-size:131%;
	padding: 0 20px 0 20px;
	/*border: 1px solid green;*/
}
#tabs li.activetab {
	padding:0 0 0 0;
}
.tabimage {
	position:relative;
	top:-56px;
	margin-bottom: -100px;
}
#tabs a:visited {
	color: black;
}
#tabs a:hover {
	color: #06c;
	border: none;
}

/* 
-------------------------------------------------------
	Page Structure
-------------------------------------------------------
*/

/* ------------ Page -------------- */

#page {
	padding: 0 0 0 250px;
	
/*	background-color:green;*/
}

#page .column {
	position: relative;
	float: left;
}

/* ------------ Content -------------- */

#content {
	width: 100%;
	padding: 20px 0 0 0;
/*	background-color:orange;*/
}

#container {
	max-width: 850px;
/*	background-color: blue;*/
/*	border: 1px solid blue;*/
}

#content p {
	padding-bottom:1em;
	/*border: 1px solid green;*/
}

#content ul {
	list-style-image: url("images/bullet.jpg");
	padding-bottom:1em;
}

#content ul.bullet-list {
	margin-left:1em;
	list-style-position:outside;
	
/*	border: 1px solid gray;*/
}

.content-block {
	width: 44%;
	float:left;
	margin: 0 0 10px 0;
	padding: 0 40px 0 0;
/*	border: 1px solid green;*/
}

/* 
-------------------------------------------------------
	Sidebar
-------------------------------------------------------
*/

#sidebar {
	width: 200px;
	padding: 110px 0 0 50px;
	right: 250px;
	margin-left: -100%;
	min-height: 520px;
	
/*	background-color:yellow;*/
/*	border: 1px dashed yellow;*/
}

.sidebar-block {
	margin: 30px 0px 30px 0px;
	/*border: 1px solid blue;*/
}

h1.thumbnail-header {
	font-family: "Fontin Sans", Helvetica, sans-serif;
	font-size:120%;
	color: #06c;
}

#about-content h2, .sidebar-block h2 {
	font-family: "Fontin Sans", Helvetica, sans-serif;
	font-size:150%;
	color: #06c;
	padding: 10px 0 0 0;
}

.sidebar-block h2 a:visited {
	color: #06c;
}
.sidebar-block h2 a:hover {
	color: #e35500;
	border-bottom: 1px dashed #bbb;
}

.thumbnail-set h3 {
	font-family: "Fontin Sans", Helvetica, sans-serif;
	font-size:100%;
	color: #06c;
	padding: 10px 0 0.5em 0;
}

.thumbnail-set h3 strong {
	font-weight: normal;
	text-transform: uppercase;
	color: #6B8714;
}

.thumbnail-set {
	margin: 30px 0px 30px 0px;
	/*border: 1px solid blue;*/
}
.thumbnail-set img , #portfolio-index img{
	padding: 5px 5px 5px 5px;
}
.thumbnail-images {
	text-align:left;
	/*border: 1px solid red;*/
}
.thumbnail-side {
	float:left;
	/*border: 1px solid green;*/
}

.sidebar-block ul {
	list-style-image: url("images/bullet.jpg");
	padding-bottom:1em;
	padding-left: 1em;
}

.sidebar-block .portfolio-list li
{
	font-family: Garamond, Georgia, serif;
	color:#6B8714;
}

.sidebar-block h2.current-tag a {
	color: #6B8714;
	text-transform: uppercase;
}

/*
-------------------------------------------------------
	Posts
-------------------------------------------------------
*/

/* ------------ Post Meta -------------- */

.post-header {
/*	height: 5em;*/
	/*border: 1px solid black;*/
}

.post-content {
	/*border: 1px solid black;*/
}

.post-footer {
	clear:both;
	/*border: 1px solid black;*/
}

.post {
	width:700px;
	margin: 0 auto 0 auto;
/*	border: 1px solid red;*/
}

.tags {
	position: relative;
	top: 0px;	/* match with text margin */
	left: -140px;
	width: 120px;
	height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	font-family: "Fontin Sans", Helvetica, sans-serif;
	font-size: 70%;
	line-height: 160%;
	color: #6B8714;
}

.category, .category a {
	font-size: 85%;
	text-transform: uppercase;
	font-family: "Fontin Sans", Helvetica, sans-serif;
	color: #666;
}

.title, .title a {
	font-size: 131%;
	font-family: Garamond, Georgia, serif;
	color: #06c;
}

.editlink a {
	font-size: 85%;
	font-family: 'Osaka', sans-serif;
	color: #06c;
}

.date {
	font-size: 50%;
	font-weight: normal;
	font-style: normal;
	font-family: 'Osaka', sans-serif;
}

ul.datelist {
	padding: 0 0 0 45px; /* width of japanese date */
	text-indent: -45px;
}

.text strong {
	font-weight: bold;
	color: #6B8714;;
}

/* ------------ Post Content -------------- */

#portfolio-index {
	margin: 50px 30px 30px 30px;
}

#picture-frame {
	margin: 20px 20px 20px 20px;
	border: 1px dashed #e7e7e7;
}
#picture-frame img {
	display:block;
	margin: 30px auto 30px auto;
	max-height: 450px;
}
#cover-image {
	display:block;
	margin: 30px auto 30px auto;
	max-height: 600px;
}

/*.text img {
	padding-left: 20px;
}*/

.text h1
 {
	font-size: 85%;
	text-transform: uppercase;
	font-family: "Fontin Sans", Helvetica, sans-serif;
	color: #6B8714;
	font-style: bold;
	padding: 0 0 .5em 0;
}

.text h2
 {
	font-size: 85%;
	text-transform: uppercase;
	font-family: "Fontin Sans", Helvetica, sans-serif;
	color: #666;
	font-style: bold;
	padding: 0 0 .5em 0;
}

.text h3
 {
	font-size: 75%;
	text-transform: uppercase;
	font-family: "Fontin Sans", Helvetica, sans-serif;
	color: #666;
	font-style: bold;
	padding: 0 0 .5em 0;
}

.text h4
 {
	font-size: 65%;
	text-transform: uppercase;
	font-family: "Fontin Sans", Helvetica, sans-serif;
	color: #666;
	font-style: bold;
	padding: 0 0 .5em 0;
}

.text blockquote {
	background-color: #f9f9f9;
	padding: 5px 20px 5px 20px;
	margin: 0 0 1em 0;	/* match padding after paragraph */
	border: 1px dashed #ddd;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.8em;
}

/* 
-------------------------------------------------------
	Footer
-------------------------------------------------------
*/

#footer {
	clear:both;
	padding: 10px 0 20px 50px;
/*	border: 1px solid red;
*/}

#tail {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.7em;
}

