/*  
Theme Name: JustinMueller.com
Theme URI: http://www.justinmueller.com/
Description: Wordpress theme for Justin Mueller's Portfolio Website.
Version: 2.0
Author: Justin Mueller
Author URI: http://www.justinmueller.com/
*/

@import url(base.css);

/* Body
-------------------------------------------------------------- */
body {
	line-height: 1.5; /* Unitless for proper inheritance */
	padding: 0;
	margin: 0;
	background: #FFF url(../images/bg.jpg) no-repeat top center;
	font: .9em Helvetica, Tahoma, Verdana, Arial, sans-serif;
	color: #69C;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  font-weight: normal;
}

h1 { font-size: 2.3em; }
h2 { font-size: 1.8em; margin: 0 0 10px 0; text-transform: lowercase; }
h3 { font-size: 1.5em; margin: 0 0 10px 0; }
h4 { font-size: 1.3em; margin: 5px 0 0 0; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; font-weight:bold; }

.sIFR-replaced {
	margin-bottom: 0.1em;
}

/* Text elements
-------------------------------------------------------------- */

a { color: #893; text-decoration: none; }
a:hover { color: #782; }
a.img:hover { background-color: transparent; color: inherit; }

p       { line-height: 1.4em; }
#body p { margin: 0 0 0 0; padding: 0 0 1.5em 0; text-align:left; }
#body p.last { margin-bottom:0; }
#body p img { float: left; padding: 1.5em 1.5em 1.5em 0; margin:0; }
#body p img.top { padding-top:0; } /* Use this if the image is at the top of the <p>. */
#body { font-size: 0.9em; }

.main ul, .main ol { margin: 0 0 1.5em 1.5em; }
.main ol { list-style-type: decimal; }
.main dl { margin: 1.5em 0; }
.main dl dt  { font-weight: bold; }

.main li {
	margin: 0 0 10px 15px;
}

#content p.intro { font-size: 1.2em; line-height: 1.6; }

#bar p { margin: 0 0 0 10px; padding: 0 0 1em 0; text-align:left; line-height: 1.4; font-size: .9em; }

blockquote { margin: 0 0 1.5em 1.5em; color: #C33; font-style: oblique; }
strong     { font-weight: bold; }
em         { font-style: italic; }
pre        { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code       { font:0.9em Monaco, monospace; }



/* Use this to create a horizontal ruler across a column. */
hr {
  background: transparent; 
  color: inherit;
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
  border-bottom: 1px dotted #C00;
}
* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */



/* Forms
-------------------------------------------------------------- */
textarea { height:180px; width:300px; font-size:1.1em; }
form { margin-bottom:30px; }

label { width:80px; display:inline-block; cursor:pointer;padding:0 1em 0 0; text-align:right; float: left; }
div.required label {  }

input:focus textarea:focus { border:1px solid #000; }
input, textarea { color:#666; background:#FFF; padding:6px 5px 4px 5px; border:1px solid #369; margin:0 0 15px 0; }
select { color:#666; padding:5px; border:1px solid #999; margin:3px 0 15px 0; font-size:1em; 	outline:none;}
select option { padding:2px 4px 0 4px; background:#FFF; }

legend { padding:10px; font-size:1.4em; color:#666; }
fieldset { border:1px solid #999; padding:10px; margin:5px 0 10px; }
fieldset fieldset { border:none; }

/* Button Styles */
a.btn {
    padding: 6px 10px;
    text-decoration: none;
}
.btn {
  background:#369 url('../images/btn/shade.png') left bottom repeat-x;
  color:#fff;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  width:auto;
  margin:1.2em 0 0;
  padding: 6px 4px 4px;
}
.btn:hover { background-color:#69C; cursor:pointer; }
.btn.secondary { background-color:#777; }
.btn.secondary:hover { background-color:#6a9b32; cursor:pointer; }

form dd { margin: 0; }
form dt { clear: both; }
.login-form label { width: 80px; }



/* Main Areas
-------------------------------------------------------------- */
div#wrap {
	width: 610px;
	padding: 30px 20px 36px;
	margin: 0 auto;
}

div#header {
	clear: both;
}

div#body {
	clear: both;
	padding-top: 25px;
}

div#footer {
	clear: both;
	padding-top: 30px;
	font-size: 0.8em;
}

/* Column Styles */
div.side {
	float: left;
	width: 115px;
	position: relative;
}

div.main {
	position: relative;
	float: right;
	width: 440px;
	padding-right: 40px;
}


div#body div.side, div#footer div.side {
	padding-right: 10px;
	text-align: right;
	width: 105px;
}

/* Header
-------------------------------------------------------------- */
h1.logo a {
	display: block;
	width: 115px;
	height: 0;
	padding-top: 72px;
	background: transparent url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
span#slogan {
	display: block;
	width: 276px;
	height: 0;
	padding-top: 72px;
	background: transparent url(../images/slogan.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* Side Bar
-------------------------------------------------------------- */
ul#nav {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
ul#nav li {
	list-style: none;
	padding: 0 0 0.5em;
}

ul#nav li a { color: #69C; }
ul#nav li a:hover { color: #BCD; }
ul#nav li.active a {
	color: #893;
	cursor: default;
}

/* Main
-------------------------------------------------------------- */
span#intro {
	display: block;
	padding: 0 0 20px;
	overflow: hidden;
	font-size: 1.8em;
	line-height: 1.1em;
}
ul.portfolio {
	margin: 0;
	padding: 0;
}
ul.portfolio li {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	border: 10px solid #CADC80;
	width: 400px;
	height: 100px;
}

div.accent {
	font-size: 0.8em;
	background: #CADC80;
	width: 410px;
	padding: 5px;
}
span.older a {
	float: left;
}
span.newer a {
	float: right;
}
div.accent a { color: #893; }
div.accent a:hover { color: #671; }
div.accent .disabled { text-decoration: line-through; }


/* Footer
-------------------------------------------------------------- */
div#footer a { color: #69C; }
div#footer a:hover { text-decoration: underline; }



/* Some default classes
-------------------------------------------------------------- */

p.small { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large { font-size: 1.2em; line-height: 2.5em; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.hide { display: none; }
img { border: none; }
.clearer { clear: both; }

.top { margin-top: 0; padding-top: 0; }

.rightBox {
	float: right;
	text-align: right;
}

.message {
	background: #DEF;
	border: 1px solid #69C;
	padding: 10px;
	font-size: 0.9em;
}
#body .message p {
	padding-bottom: 5px;
}


/* Extra fancy typography
-------------------------------------------------------------- */

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt { 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.2em;
  line-height: 1%; /* Maintain correct baseline */
  font-style: italic;
}

/* For great looking quote marks in titles, replace "asdf" width:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.7em; }


#zoom p {
	padding: 0;
	margin: 0;
}
#zoom p.title {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 1em;
}
#zoom p.title span.for {
	font-weight: normal;
	font-size: 0.8em;
	font-style: italic;
}
#zoom p.role {
	font-style: italic;
	font-size: 0.8em;
	padding-bottom: 0.5em;
}
#zoom p.what {
	font-style: italic;
	font-size: 1.2em;
	padding-bottom: 0.2em;
}