@charset "UTF-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px solid red;
}

html, body {    
   height: 100%;
   background: #000000 url(images/back_tile.jpg);
   color: #cbbf73;
   font: 12px/150% 'OFL Sorts Mill Goudy TT', Georgia, Times New Roman, Times, serif;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	letter-spacing: -.5px;
}

h1 {
	font-size: 100px;
	line-height: 40px;
    color: #7a691a;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	color: #CBBF73;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h3 {
	font-style: italic;
	color: #7a691a;
}



a, a:visited {
    color: #CBBF73;
    text-decoration: none;
}

a:hover {
    color: #d7b827;
}
.header-intro {
	margin: 10px 0px 0px 0px;
}

.intros {
	text-transform: uppercase;
	border-left: solid 1px #303030;
    color: #857943;
    font-size: 20px;
    height: 73px;
    line-height: 20px;
    margin: 8px 0px 0px 20px;
    padding: 0px 0px 0px 20px;
    width: 675px;
}

#container {
   min-height: 100%;
   margin-bottom: -175px; /* SAME AS FOOTER */
   position: relative;
   background: transparent url(images/27oz_design.png) top left no-repeat;
}

#header {
    position: relative;
    width: 100%;
    height: 100px;
	background: #000 url(images/footer_seam.jpg) bottom center repeat-x;
}

#header-inner {
    position: relative;
    width: 1000px;
    height: 100px;
    margin: 0 auto;
}

.content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.content-inner {
    position: relative;
    width: 1000px;
	padding: 0px 0px 0px 12px;
    margin: 0 auto;
    overflow: hidden;
}


#footer {
   height: 175px; /* FOOTER */
   position: relative;
   background: #000 url(images/footer_seam.jpg) top center repeat-x;
}

#footer-inner {
    width: 1000px;
    height: 175px; /* FOOTER */
    position: relative;
    margin: 0 auto;
	background: transparent url(images/footer.gif) 0px 20px no-repeat;
}

.clearfooter {
   height: 175px; /* SAME AS FOOTER */
   clear: both;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------- HEADER --------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------- */

#nav {
	float: right;
	width: 300px;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

#nav ul {
	list-style-image: url(images/nav_arrow.png);
}

#nav ul li {
    float: left;
	margin: 0px 50px 0px 0px;
}

#nav ul li a {
	font-style: italic;
	font-size: 14px;
}


#logo {
	float: left;
	display: block;
	width: 83px;
	height: 20px;
	background: transparent url(images/27oz_logo.png) no-repeat;
	margin: 30px 0px 0px 20px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------- HOME --------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------- */

/*------------------- INDEX POSTS ------------------------*/
.post-port {
	float: left;
	position: relative;
	width: 309px;
	height: 262px;
	background-color: #101010;
	margin: 0px 20px 20px 0px;
	color: #26241d;
	padding: 1px 1px 1px 1px;
	border: solid 1px #303030;
}

.port-link {
	position: absolute;
	display: block;
	width: 299px;
	height: 252px;
	z-index: 999;
}

.port-link:hover {
	border: solid 5px #7a691a;
}


.post-port img {
	width: 309px;
	height: 194px;
}


.post-port .entry .project-type {
	float: left;
	width: 100px;
	height: 45px;
	line-height: 65px;
	padding: 10px 10px 10px 10px;
	font-size: 30px;
	text-align: center;
}

.post-port .entry {
	position: relative;
	width: 289px;
	padding: 10px 10px 10px 10px;
	background: #101010 no-repeat;
}

label {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #c7c7c7;
}


#navigation {
	clear: both;
	width: 1000px;
	height: 50px;
}

#next_btn {
	float: left;
	display: inline-block;
}

#previous_btn {
	float: right;
	display: inline-block;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------- SINGLE POST --------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------- */

.single-post {
    position: relative;
	width: 100%;
    margin: 0px 0px 20px 0px;
	color: #fff;
}

.single-post h2 {
	margin: 0px 0px 10px 0px;
}

.single-post h2 a {
	background: none;
	width: ;
	margin: 0px;
	padding: 0px;
	height: -60px;
	line-height: 30px;
}

.single-post p {
	margin: 0px 0px 10px 0px;
}

.single-post .images {
    float: left;
    width: 557px;
	margin: 0px 50px 10px 0px;
}

.single-post .images img {
    float: left;
    width: 557px;
    height: 350px;
    margin: 0px 0px 10px 0px;
    border: 7px solid #303030;
}

.single-post .entry {
	float: left;
	width: 340px;
	margin: 0px 0px 20px 0px;
}

.postmetadata {
	float: left;
	
}


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

.width980 {
	width: 980px;
}

.marginr20 {
	margin-right: 20px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.dividerLine {
    border-bottom: solid 3px #000;
	margin: 20px 0px 20px 0px;
	clear: both;
}

.one-third {
	float: left;
	width: 340px;
}

.inline_block {
	display: inline-block;
}

.titleHeaders {
	text-align: center;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	border-top: solid 1px #303030;
	border-bottom: solid 1px #303030;
	letter-spacing: 7px;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------- RESUME --------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------- */

.resume {
    float: left;
	width: 557px;
	margin: 0px 0px 50px 0px;
}

.resume h2 {
	line-height: 30px;
}


.resume p.intros {
	margin: 0px 0px 50px 0px;
}

#my-image {
    width: 340px;
    height: 214px;
    margin: 0px 20px 10px 0px;
    border: solid 7px #171717;
}

.resume .entry {
	overflow: hidden;
	margin: 0px 0px 100px 0px;
	padding: 0px 0px 0px 70px;
	min-height: 200px;
}

.resume .entry p {
	margin-bottom: 10px;
	color: #fff;
}

.resume .entry .skill-set {
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}

#experience {
	background: transparent url(images/experience_tab.png) top left no-repeat;
}

#education {
	background: transparent url(images/education_tab.png) top left no-repeat;
}

#skills {
	background: transparent url(images/skills_tab.png) top left no-repeat;
}

.postmetadata {
	float: left;
	
}

#my-info {
	text-align: right;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------- FOOTER --------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------- */


#footer-inner a {
	
}

