/*
Theme Name: Zackfolio
Theme URI: http://zacksultan.com/
Author: Zack Sultan
Author URI: http://zacksultan.com/
Description: Portfoilio Theme for Desktop and Tablet.
Version: 1.1
Tags: three columns, variable width

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	margin: 0px;
	padding: 0px;
	background: #131313 url(img/body-bg.png);
	font-family: 'Droid Sans','lora', lucida grande, Arial, sans-serif;
	color:#7f7d78;
	font-size:14px;
}

body h1, h2, h3, h4, p { 
	margin: 0;
	padding: 0;
	font-weight: normal ;
	}

a {
	text-decoration: none;
	color: red;
	-moz-transition: all .1s linear 0s;
	outline: none;
}

a:hover {
	color: white;
}

a:active {
	color: black;
	outline: none;
	position: relative;
	top: 1px;
}

a:visited {
	outline: none;
}

img {
	border: none;
}


#main {
	background: #ffffff;
	margin-top: 0px;
}

.container {
	width: 600px;
	margin: 0 auto;
	border: 0px dotted red;
	position: relative;
	left: 0px;
}

#header {
	width: 600px;
	height: 574px;
	display: block;
	border: 0px dotted red;
}

#header h1 {
	font-family: "Bookman Old Style", Lora;
	font-size: 80px;
	text-align: center;
	color: black;
	line-height: 66px;
	letter-spacing: -3px;
	display: block;
	background: url(img/ztop.jpg) top center no-repeat;
	padding-top: 80px;
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 60px;
	margin-top: 90px; 
}


#header h2, h3, h4 {
	font-size: 14px;
	text-align: center;
}

#header h3 {
	color: black;
}

#header h4 {
	font-size: 12px;
	padding-top: 40px;
}

#header a {
	color:black;
}

#header a:hover {
	color: red;
}


/* Body  */

.post {
	margin-top:40px;
	margin-bottom: 80px;
	text-align: center;
}

.photocaption {
	font-size: 24px;
	display: block;
	background: url(img/peye.png) top center no-repeat;
	padding-top: 80px;
	color: white;
	margin-bottom: 15px;
}

.photocaption a {
	color: white;
}

.photocaption a: hover {
	color: red;
}

.linkcaption {
	font-size: 24px;
	display: block;
	background: url(img/plink.png) top center no-repeat;
	padding-top: 80px;
	color: white;
	margin-bottom: 15px;
}

.linkcaption a {
	color: white;
}

.linkcaption a:hover {
	color: red;
}

.tag {
	font-size: 10px;
	margin-bottom: 30px
}

.tag a {
	color: gray;
}

.tag a:hover {
	color: red;
}


.textpost {
	text-align: left;
	display: block;
	width: 600;
	padding: 50px;
	margin-top: 30px;
	
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
 	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95); 
}

.textpost a:hover {
	color:black;
}

#footer {
	display: block;
	height: 60px;
}
