/*
Theme Name: JCinteractive
Theme URI: http://www.jcinteractive.net
Description: A theme for jcinteractive.net
Version: 1.0
Author: Joohye Choi
Author URI: http://www.jcinteractive.net
Tags: jcinteractive, portfolio, web design, front end developer

*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/************* Structure ***************/
#header_outer {
	height: 305px;
	background: url(images/header_bg.jpg) repeat-x left top;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 305px;
	background: url(images/header.jpg) no-repeat left top;
	z-index: 20;
}

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #f5f5f5;
	padding: 25px 0;
	z-index: 10;
}

#postings {
	width: 630px;
	float: left;
	margin-top: 57px;
}

#sidebar {
	width: 300px;
	float: right;
	margin-top: 57px;
}

#slideshow {
	position: absolute;
	left: 472px;
	top: 71px;
	width: 458px;
	height: 304px;
	z-index: 30;
	background: url(images/slideshow.jpg) no-repeat left top;
}

#slideshow_img {
	width: 388px;
	position: absolute;
	left: 33px;
	top: 38px;
	border: 1px solid #eaeaea;
}

#icons {
/*	border: solid 1px;
*/	position: absolute;
	left: 230px;
	top: 0px;
	padding-top: 15px;
}

#icons ul {
/*	border: solid 1px;
*/	float: left;
}

#addme {
	margin-right: 15px;
}

/*#icons li {
	float: left;
	margin-right: 15px;
}
*/
/************* Font ***************/
h2 {
	margin-top: 1em;
	font-size: 1.4em;
}


#icons span {
	font-family: "Myriad Pro", Arial, sans-serif;
	color: #3ea0d8;
	font-size: 1.6em;
	font-weight: bold;
}

/************* buttons ***************/
#btnResume a {
	display: block;
	width: 159px;
	height: 72px;
	background: url(images/btnResume.jpg) no-repeat 0 0;
	border: none;
	text-decoration: none;
	outline: none;
}

#btnResume a:hover {
	background-position: 0 -72px;
}

/************* postings ***************/
.postings_url {
	margin: 10px 0 5px 0;
}

.postings_skills {
	margin-bottom: 10px;
}

.entry a, #icons a {
	border: none;
	text-decoration: none;
	outline: none;
}

.entry img {
	border: 1px solid #e0e0e0;
	margin: 0 10px 10px 0;
}