/* SeeSaw Screen Styles */

body {
	text-align: center;
	background: #ffffff url(../../images/theme/fade.gif) repeat-x;
	font: 14px georgia, Helvetica, Arial, Verdana, sans-serif;
}
	
#container {
	margin: 0 auto;
	width: 762px;
	text-align: left;
}
	
#header {
	height: 91px;
	margin: 30px 0 45px 0;
	background: #ffffff url(../../images/theme/logo.png) no-repeat right;
	}
	
#content {	
	}

#main { 
	float: left;
	width: 500px;
	background: #fff;
	padding: 1px;
	}

#search {
	margin-left: 562px;
	margin-bottom: 20px;
	}
	
#sidebar {
	margin-left: 562px;
	font-size: 12px;
	}	
	
#footer {
	padding: 20px 0 20px 0;
    margin: 0 auto 0 auto;
    text-align: center;
	clear: both;
	}
	
#footer a { border: none; }
#footer img { border: none; margin-top: 10px; }

#company {
    margin: 0 auto 0 auto;
    width: 762px;
    clear: both;
    text-align: center;
    padding: 10px 0 0 0;
    border-top: dotted 1px #cccccc;
    color: #999999;
}

	
/*+-------------------------------------------+
  |   			LINKS 						  |
  +-------------------------------------------+*/
a {
  	color: #7D97DA;
}
	
a:hover { 
	color: #CB4415;
}
/*+-------------------------------------------+
  |   			UTILITY 					  |
  +-------------------------------------------+*/
  
  h1, h2, h3, h4, h5, h6 {
  	margin: 0;
	padding: 0;
	}
	
  form, div { padding: 0; margin: 0; }
  p, a { margin: 0 0 1em 0; padding: 0; }
  img { border: 0; }

  
/*+-------------------------------------------+
  |   			NAV   						  |
  +-------------------------------------------+*/  

#nav {
	margin: 0px auto 0px auto;
	text-align: right;
	font: 12px Helvetica, Arial, Verdana, sans-serif;	
}

#nav .nolink {
  font-weight: bold;
  color: #000000;
}

#nav p {
  padding-top: 5px;
  font-weight: normal;
  color: #666666;
}

#nav a {
  font-weight: normal;
  color: #000000;
}

#nav a:visited a:link {
  font-weight: normal;
  color: #000000;
}

#nav a:hover {
  font-weight: normal;
  color: #CB4415;
}

/*+-------------------------------------------+
  |   			HEADER 						  |
  +-------------------------------------------+*/

#header h1 {
	padding-top: 20px;
	font-family: georgia;
	font-size: 32px; 
    font-weight: normal; 
    color: #243666;
	line-height: 120%;
	text-decoration: none;
}

#header a {
  font-weight: normal;
  color: #243666;
  text-decoration: none;
}

#header a:visited a:link {
  font-weight: normal;
  color: #243666;
  text-decoration: none;
}

#header a:hover {
  font-weight: normal;
  color: #CB4415;
  text-decoration: none;
}  


/*+-------------------------------------------+
  |   			        SEARCH     						    |
  +-------------------------------------------+*/	

 #sform {  }
 
#sidebar #searchform #s {
	width: 200px;
}

#sidebar #searchform #q {
	width: 200px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
	
 #search-results {
  padding: 2px;
  }

/*+-------------------------------------------+
  |   			GENERIC 						                  |
  +-------------------------------------------+*/ 
h2 {
  	font-family: georgia;
    color: #cb4415;
	font-size: 24px; 
    font-weight: bold; 
    line-height: 140%;
}

h3 {
  	font-family: georgia;
    color: #cb4415;
	font-size: 20px; 
    line-height: 120%;
}

/*+-------------------------------------------+
  |   			POST 						                  |
  +-------------------------------------------+*/
.post {
  	margin: 0 0 5px 0;
}
	
.post h2 {
  	font-family: georgia;
    color: #cb4415;
	font-size: 24px; 
    font-weight: bold; 
    line-height: 140%;
}

.post p {
  	font-family: georgia;
	font-size: 16px; 
    font-weight: normal; 
    line-height: 140%;
}

.post li {
  	font-family: georgia;
	font-size: 16px; 
    font-weight: normal; 
    line-height: 140%;
}
	
.post h2 a {
  	color: #cb4415;
	border: none;
}
	
.post h2 a:hover {
 	color: #243666;
}
	
p.meta {
    text-align: right;
	margin-top: 15px;
	margin-bottom: 50px;
  	font-size: 14px;
	font-weight: normal;
	color: #888888;
	line-height: 140%;
}
	
p.auth {
 	font-size: 14px;
	font-weight: normal;
	color: #888888;
}
	
 h4.blueblk {
 	background: #8ab3d1;
 	padding: 5px;
 	margin: 10px 0;
 	border: 1px solid #1b619b;
 	}
 	
 /*+-------------------------------------------+
  |   	   COMMENTS AND TRACKBACKS						         |
  +-------------------------------------------+*/
  
  .comment-list ,
  .trackback-list {
	padding: 0;
	margin: 0;
   }
 	
  li.comment,
  li.author_comment,
  li.trackback {
	list-style-type: none;
	font-size: 16px;
	line-height: 140%;
   	padding: 0.5em;
	margin: 0 0 0.5em 0;
	clear: right;
	border: 1px solid #ddd;
  }
  
  li.author_comment {
	background-color: #ffd;
  }

  li.comment,
  li.author_comment {
	padding: 3px 10px;
	background-image: url(../../images/theme/double-quotes.png);
	background-repeat: no-repeat;
	background-position: -8px -7px; 
  }

  li cite {
	margin-left: 55px;
  }
  
  li p {
	margin-top: 15px;
    text-indent: 55px;
  }  
  
  .comment-box #preview {
	font-size: 16px;
	line-height: 140%;
  	padding: 0.5em;
	margin: 0.5em;
    background: #ffa;
	clear: right;
	border: 1px solid #ddd;
  }

  .gravatar {
  	float: right;
  	padding: 0 5px;
  }

  .comment-box {
	margin-top: 20px;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	padding: 0.5em;
  }

  h4.yellowblk {
	font-size: 18px;
 	padding: 3px;
	background: #ffd;
	margin: 1.2em 0 0.3em 0;	
	border-bottom: 1px dotted #ccc;
  }

/*+-------------------------------------------+
  |   			PAGES 						               |
  +-------------------------------------------+*/

#viewpage h1 {
  	font-family: georgia;
    color: #cb4415;
	font-size: 24px; 
    font-weight: bold; 
    line-height: 140%;
	margin-bottom: 30px;
}

#viewpage h2 {
  	font-family: georgia;
    color: #243666;
	font-size: 20px; 
    font-weight: bold; 
    line-height: 140%;
	margin-top: 15px;
	margin-bottom: 8px;
}

#viewpage h3 {
  	font-family: georgia;
    font-size: 16px; 
    color: #243666;
    font-weight: bold; 
    line-height: 140%;
}

#viewpage p {
  	font-family: georgia;
	font-size: 16px; 
    font-weight: normal; 
    line-height: 140%;
}

#viewpage li {
  	font-family: georgia;
	font-size: 16px; 
    font-weight: normal; 
    line-height: 140%;
}

.spamwarning {
	margin: 0.5em;
	background: red;
	font-weight: bold;
	font-style: italic;
}
    
 /*+-------------------------------------------+
  |   			SIDEBAR 						               |
  +-------------------------------------------+*/
  
#sidebar h3 {
 		font-size: 12px;
 		color: #cb4415;
 		margin-top: 25px;
		line-height: 140%;
}
 		

#sidebar h3 a {
		color: #cb4415;
		line-height: 140%;
}

#sidebar h3 a:hover { color: #243666; border-bottom-color: #243666; }

#sidebar ul {
 		margin: 0;
 		padding: 0;
 		list-style-type: none;
}
 		
#sidebar ul li { 
 	background: url(../../images/theme/bullet.gif) 0 45% no-repeat;
 	padding-left: 17px;
	line-height: 140%;
}
 	 
 #flickr div img {
 	border: 4px solid #fff;
 	}
 	
 #flickr div {
        width: 108px;
 	border: 2px solid #dbd1c1;
 	margin-bottom: 5px;
 	}

 #flickr div.flickrsquare { 
        width: 82px;
        border-right: 3px solid #dbd1c1;
        float:left;
        margin-right: 5px;
        margin-right: 5px;
        }

  #flickr div a { border: none; }
  
  #magnolia-gallery {
    text-align: center;
  }  
  #magnolia-gallery .magnolia-pic {
	border: 1px solid #dbd1c1;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 112px;
  }

  #magnolia-gallery .magnolia-pic:hover {
	background: #000000;
  }

  #magnolia-gallery .magnolia-pic img {
    padding: 6px;
  }

 /*+-------------------------------------------+
   |   			       FORMS 						           |
   +-------------------------------------------+*/
   
 input, textarea, select {
 	border: 1px solid #8ab3d1;
 	background: #f9f9f9;
 	}
 	
 	.frm-tbl td { vertical-align: top; padding: 5px; }
 	td#frm-btns { text-align: right; }
 	
 	#comment_body { height: 220px; }
 	#form-submit-button { background: #d3e0ea; }
  
 /*+-------------------------------------------+
   |   		          	MISC 						         |
   +-------------------------------------------+*/
   
 .powered { border: none; }
 .powered img { margin-top: 20px; }
 .pullquote {
		width: 30%;
		float:right;
		font: 150%/1.5em Times, Helvetica, "Times New Roman", serif;
		color: #666;
		margin:10px;
		background: url(../../images/theme/q-close.gif) no-repeat 70% 100% !important;
		background /**/:url(); /* removing quote graphic in IE5+ */
		padding: 0 25px 5px 0;
}
.pullquote:first-letter {
	background: url(../../images/theme/q-open.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

 .light-bg { background: #f7f7f7; padding: 2px; }
   .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
 }
 
.postmetadata {
	font-size: 12px;
	font-weight: normal;
}

 #errors {
   color: red;
 }

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

a[name] { border: none; }

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */

#categories li em, #archives li em
{
  color: #98B4D1;
  font-size: smaller;
}

/* Syntax highlighting */
.typocode_ruby .normal {}
.typocode_ruby .comment { color: #005; font-style: italic; }
.typocode_ruby .keyword { color: #A00; font-weight: bold; }
.typocode_ruby .method { color: #077; }
.typocode_ruby .class { color: #074; }
.typocode_ruby .module { color: #050; }
.typocode_ruby .punct { color: #447; font-weight: bold; }
.typocode_ruby .symbol { color: #099; }
.typocode_ruby .string { color: #944; background: #FFE; }
.typocode_ruby .char { color: #F07; }
.typocode_ruby .ident { color: #004; }
.typocode_ruby .constant { color: #07F; }
.typocode_ruby .regex { color: #B66; background: #FEF; }
.typocode_ruby .number { color: #F99; }
.typocode_ruby .attribute { color: #7BB; }
.typocode_ruby .global { color: #7FB; }
.typocode_ruby .expr { color: #227; }
.typocode_ruby .escape { color: #277; }
.typocode_xml .normal {}
.typocode_xml .namespace { color: #B66; font-weight: bold; }
.typocode_xml .tag { color: #F88; }
.typocode_xml .comment { color: #005; font-style: italic; }
.typocode_xml .punct { color: #447; font-weight: bold; }
.typocode_xml .string { color: #944; }
.typocode_xml .number { color: #F99; }
.typocode_xml .attribute { color: #BB7; }
.typocode_yaml .normal {}
.typocode_yaml .document { font-weight: bold; color: #07F; }
.typocode_yaml .type { font-weight: bold; color: #05C; }
.typocode_yaml .key { color: #F88; }
.typocode_yaml .comment { color: #005; font-style: italic; }
.typocode_yaml .punct { color: #447; font-weight: bold; }
.typocode_yaml .string { color: #944; }
.typocode_yaml .number { color: #F99; }
.typocode_yaml .time { color: #F99; }
.typocode_yaml .date { color: #F99; }
.typocode_yaml .ref { color: #944; }
.typocode_yaml .anchor { color: #944; }

.typocode {
  background-color:#eee;
  padding:2px;
  margin:5px;
  margin-bottom:1em;
  width: 488px;
}

.typocode pre {
  padding: 0px;
  margin: 0px;
  background: transparent;
  font-family: monospace;
  overflow:auto;
}


.typocode .lineno {
  text-align: right;
/*  color: #B00;*/
  font-family: monospace;
  padding-right: 1em;
}

code {
  font-size:1.0em;
}

.shell {
    font-family: 'Bitstream Vera Sans Mono';
	font-size: 1.0em;
	margin: 15px 5px 15px 5px;
	padding: 7px 7px 7px 15px;
	color: white;
	background: #333333;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: auto;
    display: block;
}

 /*+-------------------------------------------+
   |   		          	TAGLIST 						         |
   +-------------------------------------------+*/

ul#taglist li {
	display: inline;
	line-height: 2em;
}

.tags .tags0  { font-size: 1.0em; }
.tags .tags1  { font-size: 1.2em; }
.tags .tags2  { font-size: 1.4em; }
.tags .tags3  { font-size: 1.6em; }
.tags .tags4  { font-size: 1.8em; }
.tags .tags5  { font-size: 2.0em; }
.tags .tags6  { font-size: 2.2em; }
.tags .tags7  { font-size: 2.4em; }
.tags .tags8  { font-size: 2.6em; }
.tags .tags9  { font-size: 2.8em; }
.tags .tags10 { font-size: 3.0em; }
