@charset "utf-8";

/*
Theme Name: Phill's Portfolio
Description: Simple custom theme for displaying portfolio pieces.
Version: 1.0
Author: Phillip Dillon
Author URI: http://www.phillipdillon.com/

*/

/* ---------- Basic Elements ---------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
	}

body, td, th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body {
	background-color: #000;
	margin: 0;
	text-align: center;
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

a:active { text-decoration: none; }

h1 { font-size: 18px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

.clear {clear: both; }

.left {float: left;}

.right {float: right;}

small {
	font: italic 11px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
}
hr {
	border: none;
	height: 2px;
	margin: 20px 0; 
	background: #333;
	padding: 0;
	float: left;
	width: 100%;
}
.single hr {
	background: #efefef;
}

/* ---------- Container ---------- */

#container {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

/* ---------- Header ---------- */

#header {
	margin: 26px 0 0 0;
	padding: 100px 0 30px 0;
	border-bottom: 3px solid #333;
	font-weight: bold;
}

#header h1 {
	margin: 0;
	color: #FFF;
	letter-spacing: -1px;
	font-weight: bold;
}

#header h1 a {
	margin: 0;
	padding-top: 100px;
	color: #FFF;
	background: url(images/logo.png) no-repeat;
}

#header p {
	margin: 0;
	float: left;
	color: #333;
}

#header .menu {
	float: right;
	list-style: none;
	margin: 0;
}

#header .menu li {
	float: left;
	margin-left: 10px;
}

#header .menu li a, #header .menu li a:visited {
	color: #333;
}
#header .menu li a:hover, #header .menu .current-menu-item a, #header .menu .current-menu-item a:visited{
	color: #fff;
}

/* ---------- Content ---------- */

#content .work-head {
	color : #333;
	padding: 20px 0;
}
#content .work-head a, #content .work-head a:visited{
	color : #333;
}
#content .work-head a:hover{
	color : #333;
}
#content .work-head h3{
	margin: 0;
	padding: 0;
	float: left;
}
#content .work-head h3 .active {
	color: #fff;
}

#content .work-head .menu-categories-container {
	float: right;
}

#content .work-head .menu-categories-container ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content .work-head  .menu-categories-container ul li{
	float: left;
	margin-left: 10px;
}
#content .work-head .menu-categories-container a, #content .work-head .menu-categories-container a:visited {
	color: #333;
}
#content .work-head .menu-categories-container li a:hover, #content .work-head .menu-categories-container .current-menu-item, #content .work-head .menu-categories-container .current-menu-item a:visited{
	color: #fff;
}
	

/* ---------- Grid ---------- */
.grid {
	width: 960px;
}
.grid-wrapper {
	width: 940px;
	overflow: hidden;
}

.grid .post {
	color: #666;
	float: left;
	margin: 0 20px 20px 0;
	background: #080808;
	width: 220px;
	font-weight: bold;
}
.grid .post p a, .grid p .post a:visited {
	color: #666;
}
.post p a:hover {
	color: #999;
}
.grid h3 {
	margin: 10px 10px 5px 10px;
}
.grid .post h3 a {
	color: #fff;
}
.grid .post p {
	margin: 0 10px;
	padding-bottom: 10px;
	font-size: 10px;
}



/* ---------- Footer ---------- */

#footer {
	margin: 30px 0 0 0;
	border-top: 3px solid #333;
}
#footer p {
	margin: 0;
	padding: 20px 0 30px 0;
	color: #333;
	font-weight: bold;
	float: left;
}
#footer a, #footer a:visited {
	color: #555;
}
#footer a:hover{
	color: #fff;
}

.top {
	float: right;
	width: 19px;
	height: 19px;
	background:url(images/top.png) no-repeat;
}
.top em {
	display: none;
}

/* ---------- Single ---------- */

.single {
	background: #fff;
	padding: 50px 60px;
}
.single h2, .page h2 {
	margin: 0;
	font: italic normal 36px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.single-nav {
	float: right;
	width: 50px;

}
.single-nav em {
	display: none;
}
.single-nav a {
	width: 17px;
	height: 17px;
	display: block;
	padding: 3px;
}
.single-nav .next a {
	background: url(images/next.gif) no-repeat center center;
	float: right;
}
.single-nav .next a:hover {
	background: #000 url(images/next.gif) no-repeat center center;
}
.single-nav .previous a {
	background: url(images/previous.gif) no-repeat center center;
	float: left;
}
.single-nav .previous a:hover {
	background: #000 url(images/previous.gif) no-repeat center center;
}
.single .intro, .page .intro {
	line-height: 18px;
	font-weight: bold;
	color: #999;
	font-size: 14px;
	width: 640px;
	float: left;
	margin: 10px 0 20px 0;
}
.single .intro a, .single .intro a:visited, .page .intro a, .page .intro a:visited {
	color: #666;
}
.single .intro a:hover, .page .intro a:hover {
	color: #999;
}
.single .roles {
	margin: 10px 0 0 0;
	padding: 0;
	color: #999;
	font: italic 11px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.single .roles a, .single .roles a:visited {
	color: #999;
	
}
.single img { margin: 20px 0;}

.single a {color: #777;}

/* ---------- Page ---------- */

.page {
	background: #fff;
	padding: 50px 60px;
	margin-top: 20px;
}
.page .close em {
	display: none;
}

.page p {margin-bottom: 10px; }

.page a.close {
	background: url(images/close.gif) no-repeat center center;
	float: right;
	width: 17px;
	height: 17px;
	display: block;
	padding: 3px;
}
.page a.close:hover {
	background: #000 url(images/close.gif) no-repeat center center;
}

.page a, .page a:visited { color: #000;}

.page a:hover { color: #333;}

.page .mug {
	margin: 20px 20px 0 0;
	float: left;
}
.history {
	float: left;
	width: 340px;
	margin: 20px 20px 0 0;
}
.history ul {
	list-style: none;
	margin: 20px 0;
}
.history li {
	border-bottom: 3px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.philosophy {
	width: 520px;
	float: left;
}
.philosophy h3 {

	margin: 10px 0;
}
.philosophy p {
	line-height: 22px;
}
.side-bar {
	float: right;
	width: 160px;
	margin-top:20px;
	overflow: hidden;
}
.side-bar h3 {
	margin-bottom: 10px;
}
.side-bar ul {
	list-style: none;
	margin-bottom: 20px;
}
.side-bar ul li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.page .contact-left {
	margin: 20px 20px 0 0;
	float: left;
	text-align: right;
	width: 100px;
	padding: 3px;
}
.page .contact-right {
	margin-top: 20px;
	float: left;
	width: 460px;
}

.page .wpcf7-text, .page textarea {
	color: #222;
	padding: 3px;
	background: #efefef;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	width: 454px;
}

.page .submit .wpcf7-text {
	color: #222;
	background: #efefef;
	border: 2px outset #CCCCCC;
}

.page .wpcf7-submit {
	float: left;
	display: inline;
	text-align: left;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #333;
	margin-top: 20px;
}
.page .wpcf7-submit:hover {
	text-decoration: none;
	border: none;
	padding-bottom:1px;
}
.page .wpcf7-form {
	float: left;
	width: 590px;
	padding: 0;
}
#blog {
	float: left;
	width: 580px;
	list-style: none;
	margin: 0 0 10px 0;
}
#blog li {
	border-bottom: 2px solid #ccc;
	padding: 20px 0;
	margin-bottom: 10px;
}
.side-bar .following {
	width: 200px;
	float: left;
}
.side-bar .following li {
	float: left;
	margin: 0 20px 20px 0;
	border: none;
	padding: 0;
	width: 36px;
	height: 36px;
}
.side-bar .following li a img{
	border: 3px solid #ccc;
	width: 36px;
	height: 36px;
	
}
.side-bar .following li a:hover img{
	border: 3px solid #333;
	cursor: pointer;
}

.like_caption {display: none;}

.like_photo {
	width: 160px;
	border: none;
	}
