/*
	Project: Segment 7
	Description: Stylesheet for Eric Hodel's Segment 7 blog and home page.
	Stylesheet Author: Jordan Isip (http://www.jordanisip.com)
	
	Color palette for Segment 7
	Light blue: #ECF4FB
	Medium Blue: #BAC8D4
	Dark Blue: #354366
	
	Light Orange: #FDC74E
	Dark Orange: #D29A42
	
	Light Black: #434343
	Medium Black: #333

*/

/* HTML Elements */
/* ------------- */

/*RESET DEFAULTS*/
html, body, hr, ul, ol, li, p,
h1, h2, h3, h4, h5, h6, img,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #ECF4FB;
}

#main a {
	color: #354366;
}

a:visited,
#main a:visited {
	color: #D29A42;
}

a:hover,
#main a:hover {
	background: #FDC74E;
	color: #333;
}

li {	list-style: square;}


body {
	color: #EEE;
	background-color: #333;
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h2 {
	letter-spacing: .8px;
	color:#333;
	font-size: 1.3em;

}

h3 {
	color:#D09A42;
}

p {
	line-height:1.4em;
	font-size:0.95em;
}

/* STRUCTURAL ELEMENTS */
/* -------------------------------- */
#container {
	margin: 0 2em 2em 2em;
}

#content {
	width: 100%;
	float: left;
	margin-right: -220px;
}

#footer {
	margin-top: 3.5em;
	text-align:center;
}

#logo {
	display:block;
	margin-top:5em;
}

#main {
	margin-right: 220px;
}

#navbar {
	text-align:right;
	font-size:0.8em;
}

#navbar form {
	display:inline;
}

#footer, #navbar, #search-results {
	background:#434343;
	padding:5px;
	color:#BAC8D4
}

#search-results {
	position:absolute;
	width: 160px;
	right:0;
	top:30px;
	font-size: 0.8em;
}

#search-results ul {
	margin: 20px;
}

#sidebar a {
	display:block;
	padding: 8px;
}

#sidebar #archives a,
#sidebar #categories a {
  display: inline;
}

#sidebar li {
	list-style:none;
	border: 1px solid #BAC8D4;

	margin-bottom: 10px;
	font-size: 0.85em;
}

#sidebar #archives li,
#sidebar #categories li {
  padding: 6px;
}

#sidebar h3 {
	margin-top: 1.5em;
	color:#BAC8D4;
}


#sidebar {
	float:right;
	width:164px;
}

#pagination a {
  border: 1px solid #ECF4FB;
  padding: 3px 8px;
  margin: 3px;
  color: #ECF4FB;
}

/* SPECIFIC ClASSES */
/* -------------------------------- */

.anchor {
	display:block;
	background: #BAC8D4;
	padding: 5px;
	text-align: center;
	margin-top: 4em;
}

.auth {
	font-size: 1.3em;
}

.comment {
	width: 20em;
	font-size: 1.1em;
}

.commentform label {
	display: block;
	margin-top: 1em;
}

textarea.comment {
	width: 75%;
	height: 250px;
}

.comment-list li {
	list-style:none;
}

.highlight {
	background: #FDC74E;
}


.meta {
	margin-bottom: 2.0em;
	font-size: 0.8em;
}

.meta a {
	text-transform: uppercase;
}

.section {
	background:#ECF4FB;
	border: 5px solid #BAC8D4;
	color: #333;
	margin-bottom: 20px;
	margin-left: 40px;
	padding: 5px;	
}

.section blockquote {
  margin-left: 5px;
  border-left: 5px solid #354366;
  padding-left: 15px;
  padding-top: 0px;
}

.section .highlight {
	margin-top: 20px;
}

.section h2,h4 {
	background: #BAC8D4;
	padding: 5px;
	padding-bottom:10px;
	line-height: 25px;
	margin:15px 100px 5px -45px; /*margin-right should be the negative of .section margin-left - padding-left*/
}

.section h2 a:link, .section h2 a:visited {
    display:block;
}

.section h3 {
	margin-top: 1.0em;
}

.section pre {
	background:#354366;
	padding:5px;
	border: 3px solid #BAC8D4;
	color:#BAC8D4;
	overflow:auto
}

.section pre a:link {
  color: #BAC8D4 !important;
}

.section p {
  margin: .75em 0;
}

.section blockquote p:first-child {
  margin-top: 0;
}

.section ul {
	padding-left:15px;
}

.section li {
	margin-left: 15px;
}

.section table {
	border: 3px solid #BAC8D4;
	color: #333;
}

.section td, .section th {
	border: 1px solid #BAC8D4;
}

.typo_date {
	color: #AEB9CE;
}

/* Normal Bubble - http://www.willmayo.com/journal/projects/07/bubbles/ */
div.bubble {
	width: auto;
	font-size: 0.9em;
	margin-bottom: 3em;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #BAC8D4;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble blockquote code {
  background:#354366;
  border: 3px solid #BAC8D4;
  color: #BAC8D4;
  display: block;
  margin: 10px;
  padding: 5px;
  overflow: auto;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* UTIL CLASSES */
/* -------------- */

.clearBoth {clear:both;} /* Including a div with this class between two other divs without 
height declarations makes sure that they don't overlap.*/

.clearLeft {clear:left}
.clearRight {clear:right} 

.indent {padding-left: 25px;}

.inline {display:inline}
.block {display:block;}

.width45 {width: 45%;}
.floatLeft {float:left}
.floatRight {float:right}

.centerAlign {text-align:center}
.leftAlign {text-align:left}
.rightAlign {text-align:right}

/*marginRight is used on the "close" buttons (close1.gif) */
.marginRight {margin-right:10px;}

.smallText {font-size: 0.8em;}

* html .peekaboobugfix { height: 0.01%; }


