/********************************************************************************
	         Body
********************************************************************************/

body {
	background-color: #4C3F3F;
	background-image: url(images/top.png);
	text-align: left;
	font-family: Lucida Grande, Candara, Verdana, sans serif;
	font-size: 16px;
	margin: 0;
	background-repeat: repeat-x;
	color: #ddd;
}

img { behavior: url(/css/iepngfix.htc) }


#main { padding-top: 10px; }

/********************************************************************************
               Typography
********************************************************************************/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/

body {
	font-size: 90%;
}

h1,h2,h3,h4,h5,h6 { color: #4C3F3F;
 }

/* SlipFire created typography classes
***************************************/

.medium {
	font-size: 1em;
	line-height: 2.1875em;
}

.center { text-align: center; }

.byline {
	font-size: .9em;
	line-height: 1.5em;
}

.timestamp {
	font-size: .8em;
	line-height: 1.2em;
}

.commentnum {
	font-size: .8em;
	line-height: 1.2em;
}

.incategory {
	font-size: 1em;
	line-height: 1.2em;
}

.timestamp {
	font-style: italic;
}

#searchsubmit,#s {
	border: 1px solid #ffebba;
	color: #ffebba;
	background-color:  #88947B;
	margin-top: 3px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#content img {
	border: 1px solid #88947B;
}

img.alignright {
	margin-left: 6px;
}

img.alignleft {
	margin-right: 6px;
}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a, a:active {
	color: #4C3F3F;
	border-bottom: 1px dotted #4C3F3F;
	text-decoration: none;
}

a.logo, a.logo:hover { border-bottom: none; background: none;}

a.ghost {
	opacity: .60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

a.ghost:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

/* Removes unwanted link decoration
***************************************/

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, nolink { color: #4C3F3F;border-bottom: none; }
a:hover { background: #88947b; color: #ffebba;}

li { list-style: square inside url(images/bullet.gif); }

.fancybullet li {
	list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
	margin: 0px 0px 0px 0px;
}

#content h2 {
	font-weight: 900;
	letter-spacing: -.5px;
	line-height: 1.2em;
}

#content h3 {
	font-size: 1.8em;
	font-weight: 900;
	letter-spacing: -.5px;
	margin-bottom: 15px;
}

#content a {
	border-bottom: 1px dotted #4C3F3F;
}

#content a:hover, #content h2 a {
	border-bottom: none;
}

#content li {
	font-size: 13px;
	margin-bottom: 13px;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content {
	background-color: #ffebba;
	color: #4C3F3F;
	padding-top: 20px;
	padding-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

#content p {
	font-size: .9em;
}


/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/

/********************************************************************************
                Borders
********************************************************************************/

.border-left {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #777;
}

.border-right {
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #777;
}

.border-top {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #777;
}

.border-bottom {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #777;
}

/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 {
	padding: .5em;
	margin-bottom: .5em;
	background: #eee;
	border: 1px solid #ddd;
}

/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 { padding-top: 10px; }
.pushdown-2 { padding-top: 20px; }
.pushdown-3 { padding-top: 30px; }
.pushdown-4 { padding-top: 40px; }
.pushdown-5 { padding-top: 50px; }

/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
	height: 3px;
	margin: 0 0 1.4em 0;
}

.thin {
	height: 1px;
	margin: 0 0 0 0;
}

strong { color: #fff; }

/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/

/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	float: left;
}

#navbar li {
	list-style-type: none;
	font-weight: bold;
	margin: 0 0 .3em 0;
	padding: 0px;
	text-indent: 0px;
	height:1%;
	padding-left: .1%;
	line-height: 1.1em;
	font-size: .8em;
}

#navbar ul {
	margin: 0;
	padding-left: 0;
	min-height:1%;
	margin-left: 0;
}

#navbar ul li a, li.votd {
	color: #ffebba;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom: none;
	line-height: 1.2em;
	font-weight: normal;
}

#navbar ul.ab_bookmarks {
	color: #4c3f3f;
}
#navbar ul.ab_bookmarks li {
	list-style-type: square;
}

h3#respond {
	margin-top: 35px;
	font-size: 1.3em
}
li.votd {
	line-height: 1.4em;
}


#navbar ul li a:hover, a:active { color: #4C3F3F;background-color:#ffebba; }
#current_page_item a { text-decoration: underline; }

/********************************************************************************
                Sidebar
********************************************************************************/

#navbar h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 .2em 0;
	border-bottom: 1px solid #4c3f3f;
	color: #4c3f3f;
	line-height: 1.1em;
}

#navbar a { border-bottom: none; }

.sidebar {
	
	background-color: #88947B;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #4C3F3F;

}

/********************************************************************************
                Footer
********************************************************************************/

#footer {
	text-align: left;
	font-weight: normal;
	clear: both;
	color: #222;
	margin-top: 20px;
}

#footer a, #footer a:hover {
	color: #222;
	border-bottom: 0;

}

#header {
	height: 100px;
	padding-top: 5px;
}

#header-left {
	padding-top: 25px;
}

#portfolio_wrap {
	position: relative;
	height: 380px;
	width: 630px;

}
#portfolio_box {
	height: 320px;
	width: 630px;
	margin: 0;
	background-color: #444;
	padding: 5px;
	border-top: 2px #111 solid;
	border-right: 2px #999 solid;
	border-bottom: 2px #888 solid;
	border-left: 2px #222 solid;
}

#portfolio {
	height: 310px;
	width: 625px;
		margin: 5px 0 0 0;

}

#next {
	width: 100px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 0;
	text-align: right;
}

#prev {
	width: 100px;
	height: 30px;
	position: absolute;
	left: 10px;
	bottom: 0;
	text-align: left;
}

#next a, #prev a {
	font-size: 12px;
	border: none;
}
#slideshow1 {
	float:right;
	background-color: #444;
	padding: 10px 5px 5px 10px;
	border-top: 2px #111 solid;
	border-right: 2px #999 solid;
	border-bottom: 2px #888 solid;
	border-left: 2px #222 solid;
	height: 225px;
	width: 300px;
	margin-left: 5px;
}

#slideshow1 img {
	margin: 5px;
}

a.dim {
	font-size: 13px;
	color: #4C3F3F;
}

/**** no box in Firefox ****/

a:focus { outline-style: none; }

div.alignright {
	margin-left: 10px;
}

div.wp-caption {
	padding: 6px;
	font-size: .7em;
	text-align: center;
	border: 1px solid #4C3F3F;
	background-color: #88947B;
	padding: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffebba;
}

