/********************************************************************************
	         Body
********************************************************************************/

body {
	background-color: #555;
	background-image: url(images/top.png);
	text-align: left;
	font-family: Lucida Grande, Candara, Verdana, sans serif;
	font-size: 18px;
	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: #DDD;	text-shadow: 1px 1px 1px #222;
 }

/* SlipFire created typography classes
***************************************/

.medium {
	font-size: 1em;
	line-height: 2.1875em;
}

.center { text-align: center; }

.byline {
	font-size: .8em;
	line-height: 1em;
}

.timestamp {
	font-size: .8em;
	line-height: 1.2em;
}

.commentnum {
	font-size: .8em;
	line-height: 1.2em;
}

.incategory {
	font-size: 1em;
	line-height: 1.2em;
}

/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a, a:active {
	color: #eee;
	border-bottom: 1px dotted #eee;
	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: #ddd;border-bottom: none; }
a:hover { background: #eee; color: #111;}

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 {
	color: #ddd;
	font-size: 2.1em;
	font-weight: 900;
	letter-spacing: -.5px;
}

#content h3 {
	color: #ddd;
	font-size: 1.8em;
	font-weight: 900;
	letter-spacing: -.5px;
	margin-bottom: 15px;
}

#content a {
	border-bottom: 1px dotted #ddd;
}

#content a:hover, #content h2 a {
	border-bottom: none;
}

#content li {
	font-size: 13px;
	margin-bottom: 13px;
}

#content ul {
	margin: 0;
	padding: 0;
}

/********************************************************************************                                            
                            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: 0px;
	padding: 0px;
	text-indent: 0px;
	height:1%;

}

#navbar ul {
	margin: 0;
	padding-left: 0;
	min-height:1%;
	margin-left: 0;
}

#navbar ul li a {
	color: #ddd;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-bottom: none;
}


#navbar ul li a:hover, a:active { color: #111; }
#current_page_item a { text-decoration: underline; }

/********************************************************************************
                Sidebar
********************************************************************************/

#navbar h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .2em;
	border-bottom: 1px solid #999;
	color: #999;
}

#navbar a { border-bottom: none; }

/********************************************************************************
                Footer
********************************************************************************/

#footer {
	text-align: left;
	font-weight: normal;
	clear: both;
	color: #777777;
	margin-top: 20px;
}

#header {
	height: 90px;
}

#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: #999;
}

