/* CSS file */

/******************** Default styles ******************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td, table th {
	padding: .6em;
	line-height: 1.1em;
}
/******************** End Default styles ******************/


html {
	padding: 0px;
	margin: 0px;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

body {
	background: url(/images/site-bck.png) no-repeat left top #07218d;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "lucida Grande", sans-serif;
	letter-spacing: -0.03em;
}

body.holder {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #eee;
	background-image: none;
}

body.holder div {
	width: 300px;
	height: 100px;
	margin: 200px auto;
	background-color: #fff;
	border: 3px solid #ccc;
}

body.holder div p {
	font-size: 16px;
	line-height: 1.3em;
	margin: 1em 0 0 0;
}

#head {
	height: 140px;
	width: 915px;
	background: url(/images/phc_logo.png) no-repeat right 64px;
	z-index: 10;
	position: relative;
}

.navigation {
	position: absolute;
	top: 102px;
	left: 200px;
}

.navigation ul li {
	float: left;
	margin: 6px 8px 0 8px;
	padding: 0 0 17px 0;
}

.navigation ul li.active {
	background: url(/images/nav-arrow.png) no-repeat center bottom;
	margin-top: 0;
}

.navigation ul li a:link,
.navigation ul li a:visited,
.navigation ul li a:hover {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	color: #fff;
	background: url(/images/nav-sprite.png) no-repeat;
	height: 15px;
	text-decoration: none;
	border: none;
}

.navigation ul li a.home {
	background-position: left -142px;
	width: 54px;
}

.navigation ul li.active a.home {
	background-position: left top;
	width: 71px;
	height: 27px;
}

.navigation ul li a.work {
	background-position: left -162px;
	width: 47px;
}

.navigation ul li.active a.work {
	background-position: left -45px;
	width: 63px;
	height: 27px;
}

.navigation ul li a.contact {
	background-position: left -182px;
	width: 69px;
}

.navigation ul li.active a.contact {
	background-position: left -90px;
	width: 82px;
	height: 27px;
}

.avatar {
	position: absolute;
	left: 0;
	top: 7px;
	width: 184px;
	height: 294px;
	background: url(/images/avatar.png) no-repeat 0 0;
	z-index: 10;
}

#content {
	z-index: 5;
	position: relative;
}

#content .side-strap {
	background: url(/images/side-strap.png) no-repeat 0 0;
	position: absolute;
	top: 4px;
	left: 938px;
	width: 11px;
	height: 384px;
}

#content .top {
	height: 7px;
	width: 919px;
	background: url(/images/content-top.png) no-repeat 0 0;
	position: relative;
	z-index: 10;
}

#content .content-wrap {
	background: url(/images/content-rpt.png) repeat-y 0 0;
	width: 919px;
	position: relative;
	z-index: 10;
}

#content .content-wrap-inner {
	height: 100%;
	background: url(/images/content-grad.png) repeat-x left bottom;
	margin: 0 6px 0 0;
	position: relative;
	z-index: 10;
}

#content .bottom {
	height: 7px;
	width: 919px;
	background: url(/images/content-btm.png) no-repeat 0 0;
	position: relative;
	z-index: 10;
}

#content .content-area {
	width: 500px;
	padding: 35px 0 43px 0;
	margin: 0 auto;
	text-align: left;
}

.content-area p.title {
	margin: -18px 0 0 0;
	padding: 1px 0 22px 0;
	font-size: 4em;
	font-weight: bold;
	font-family: Rockwell, "Lucida Grande", Arial, sans-serif;
}

.content-area ul {
	margin-left: 15px;
}

.content-area ul li {
	margin: 10px 0;
	list-style-type: disc;
}

.content-area ul li a:link,
.content-area ul li a:visited {
	color: #281505;
	border-bottom: 1px dotted #b7a071;
}

.content-area ul li a:hover {
	color: #281505;
	border-bottom: 1px dotted #281505;
}

.content-area p {
	font-size: 1.08em;
	line-height: 1.8em;
	color: #281505;
	padding: 0 0 22px 2px;
	margin: 0;
}

.content-area p a:link,
.content-area p a:visited {
	color: #281505;
	border-bottom: 1px dotted #b7a071;
}

.content-area p a:hover {
	color: #281505;
	border-bottom: 1px dotted #281505;
}

.content-area h1 {
	font-family: Georgia, serif;
	font-size: 1.42em;
	letter-spacing: 0;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0 0 22px 2px;
	color: #281505;
}

.content-area h1 a:link,
.content-area h1 a:visited {
	color: #281505;
	border-bottom: 1px dotted #b7a071;
}

.content-area h1 a:hover {
	color: #281505;
	border-bottom: 1px dotted #281505;
}

#footer {
	width: 915px;
	margin: 5px 0 400px 0;
	padding: 0;
	text-align: right;
	color: #1c78d9;
	font-size: 0.92em;
	position: relative;
	z-index: 20;
}

#footer a:link, #footer a:visited {
	color: #fff;
	margin: 0 2px;
}

#footer a:hover {
	color: #fff;
	margin: 0 2px;
}

#footer .copyright {
	font-size: 1.33em;
	font-weight: bold;
	color: #fff;
	padding: 0 0 5px 0;
}

.twitter-branch {
	position: absolute;
	left: 0;
	top: -88px;
	width: 541px;
	height: 424px;
	background: url(/images/twitter-branch.png) no-repeat 0 0;
	z-index: 50;
}

.twitter-wrapper {
	margin: 30px 0px 31px 0;
	position: relative;
	clear: left;
}

.twitter-link {
	position: absolute;
	right: 0;
	bottom: -16px;
	margin: 0;
	font-size: 0.92em;
}

.twitter-link a:link,
.twitter-link a:visited {
	color: #a68a54;
	text-decoration: none;
	border-bottom: none;
}

.twitter-link a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #a68a54;
}

.twitter-block {
  background-color: #fff;
	border: 2px solid #ccb78c;
	-moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 12px 14px 12px 14px;
}

.twitter-block p {
	color: #3b2008;
	font-size: 1.08em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

.twitter-block p a:link,
.twitter-block p a:visited,
.twitter-block p a:hover {
	color: #dbaa42;
	border-bottom: none;
}

.twitter-block p a:hover {
	border-bottom: 1px dotted #dbaa42;
}

.sIFR-alternate {
	display:block;
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:0;
}

input,
textarea {
	padding: 5px;
	width: 485px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.08em;
	margin: 4px 0px 10px 0px;
	border: 2px solid #CCB78C;
}

textarea {
	height: 90px;
}

textarea:focus,
input:focus {
	border: 2px solid #281505;
}

input.submit-button {
	width: 60px;
	background-color: #CCB78C;
	color: #fff;
	font-size: 1.08em;
	font-weight: bold;
	cursor: pointer;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.08em;
	font-weight: bold;
	color: #281505;
}

#gallery {
	margin: 5px 0 50px 0;
	float: left;
	width: 510px;
}

#gallery ul {
	margin: 0 0 0 -12px;
	padding: 0;
	float: left;
}

#gallery ul li {
	list-style-type: none;
	float: left;
	margin: 0 12px 16px 12px;
	width: 105px;
}

#gallery a,
#lightbox a {
	text-decoration: none;
	border: none;
}

#gallery ul li a img {
	border: 2px solid #CCB78C;
	background: #fff;
	padding: 1px;
}

#gallery ul li a img:hover {
	border: 2px solid #3B2008;
}

/* iphone text size default */

#content .content-area {
	-webkit-text-size-adjust: none;
}

/* social icons */

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	vertical-align: middle;
}

#footer a.social-icon {
	display: inline-block;
}

#footer a.social-icon:link,
#footer a.social-icon:visited,
#footer a.social-icon:hover,
#footer a.social-icon:active,
#footer a.social-icon:focus {
	text-decoration: none;
	border: none;
	margin: 0 0 -4px 2px;
}
