/* 
-------------------------------------------------------
general styling & resets
------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

a {
	text-decoration: none;
	color: #ff0091;
}

p {
	padding-bottom: 8px;
}

h1 {
	font-size: 42px;
	padding-bottom: 8px;
}

h1 a { color: #fff; }

#pageHome h1, #pagePress h1, #pagePhotos h1, #pageEvents h1, #pageProjects h1, #pageBlog h1 { display: none; }

h2 {
	font-size: 36px;
	padding-bottom: 8px;
}

h2 a { color: #fff; }

#sub h2 {
	padding-bottom: 14px;
	text-indent: -9999px;
}

h3 {
	font-size: 16px;
	padding-bottom: 8px;
	font-weight: normal;
}

blockquote {
	padding: 10px 30px;
	font-style: italic;  
}

img { border: none; }
ul, ol, li { list-style: none; }

table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
	display: inline;
}

.float_right {
	float: right;
	display: inline;
}

.halfcol {
	width: 48%;
}

.uppercase {
	text-transform: uppercase;
}

.nada {
	display: none;
}

.small {
	font-size: 9px;
}

.indent {
	margin-left: 35px;
}

/* 
-------------------------------------------------------
general site architecture
------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #20111a url(../images/bg.jpg) no-repeat center top;
	font: 12px/1.3em Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
}

#bg {
	width: 910px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
}

* html #bg { height: 100%; }

#site {
	width: 910px;
	position: relative;
	min-height: 100%;
	margin: auto;
	text-align: left;
}

* html #site { height: 100%; }

#header {
	height: 183px;
	position: relative;
}

#logo {
	width: 159px;
	height: 149px;
	background: transparent url(../images/logo.png) no-repeat top left;
	position: absolute;
	top: 10px;
	left: 0;
}

#logo a {
	width: 159px;
	height: 149px;
	display: block;
}

#nav {
	/*width: 548px;*/
	width: 449px;
	height: 40px;
	background: transparent url(../images/nav.gif) no-repeat top left;
	position: absolute;
	top: 0;
	right: 0;
}

#nav li {
	position: absolute;
	top: 0;
	text-indent: -9999px;
	height: 40px;
	display: block;
}

#nav li a {
	height: 40px;
	display: block;
}

#navHome { left: 0; width: 42px; }
#navAbout { left: 69px; width: 48px; }
#navPress { left: 146px; width: 46px; }
#navPhotos { left: 220px; width: 57px; }
#navEvents { left: 305px; width: 52px; }
/*#navProjects { left: 385px; width: 72px; }
#navContact { left: 485px; width: 64px; }*/
#navContact { left: 385px; width: 64px; }

#pageHome #navHome { background: transparent url(../images/nav.gif) 0 -40px no-repeat; }
#pageAbout #navAbout { background: transparent url(../images/nav.gif) -69px -40px no-repeat; }
#pagePress #navPress { background: transparent url(../images/nav.gif) -146px -40px no-repeat; }
#pagePhotos #navPhotos { background: transparent url(../images/nav.gif) -220px -40px no-repeat; }
#pageEvents #navEvents { background: transparent url(../images/nav.gif) -305px -40px no-repeat; }
/*#pageProjects #navProjects { background: transparent url(../images/nav.gif) -385px -40px no-repeat; }
#pageContact #navContact { background: transparent url(../images/nav.gif) -485px -40px no-repeat; }*/
#pageContact #navContact { background: transparent url(../images/nav.gif) -385px -40px no-repeat; }

#navHome a:hover { background: transparent url(../images/nav.gif) 0 -80px no-repeat; }
#navAbout a:hover { background: transparent url(../images/nav.gif) -69px -80px no-repeat; }
#navPress a:hover { background: transparent url(../images/nav.gif) -146px -80px no-repeat; }
#navPhotos a:hover { background: transparent url(../images/nav.gif) -220px -80px no-repeat; }
#navEvents a:hover { background: transparent url(../images/nav.gif) -305px -80px no-repeat; }
/*#navProjects a:hover { background: transparent url(../images/nav.gif) -385px -80px no-repeat; }
#navContact a:hover { background: transparent url(../images/nav.gif) -485px -80px no-repeat; }*/
#navContact a:hover { background: transparent url(../images/nav.gif) -385px -80px no-repeat; }

#content {
	padding-bottom: 60px; /* footer height +10px */
}

#main {
	float: left;
	width: 537px;
}

#sub {
	float: right;
	width: 343px;
}

/* 
-------------------------------------------------------
general site styling #main
------------------------------------------------------- */

.entryBlock {
	position: relative;
	padding-top: 23px;
	margin-bottom: 20px;
}

.entryDate {
	height: 23px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(../images/transparent90.png);
}

.entryContent {
	background: transparent url(../images/transparent80.png);
	padding: 25px 25px 15px 25px;
	position: relative;
}

.align_Left {
	float: left;
	margin: 0 15px 10px 0;
	position: relative;
}

.align_Right {
	float: right;
	margin: 0 0 10px 15px;
	position: relative;
}

.align_Center {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.align_Left img, .align_Right img, .align_Center img {
	border: 3px solid #ff0593;
}

.cluster img {
	border: 3px solid #ff0593;
	margin-right: 4px;
}

.cluster .readMore img {
	border: none;
	margin-right: 0;
}

.launchGallery {
	width: 487px;
	height: 220px;
	margin-bottom: 10px;
	position: relative;
}

/*.launchGallery a {
	width: 487px;
	height: 220px;
	display: block;
}*/

.galleryIntro {
	width: 467px;
	padding: 10px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: #ff0593;
	font-weight: bold;
}

.commentCount {
	width: 34px;
	height: 28px;
	padding-top: 3px;
	position: absolute;
	bottom: 20px;
	right: 10px;
	background: transparent url(../images/commentcountbg.png) no-repeat top left;
	text-align: center;
}

.commentCount a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.readMore { 
	padding-top: 8px; 
	clear: both;
}

.tags, .share { 
	font-size: 11px;
	clear: both;
}

.tags a, .share a { color: #fff; }

strong.label {
	width: 45px;
	display: block;
	float: left;
	clear: left;
	color: #ae68a6;
}

.share img {
	vertical-align: middle;
	margin-right: 3px;
}

#addComment, .commentbody, .contentblock {
	background: transparent url(../images/transparent80.png);
	padding: 25px 25px 15px 25px;
	margin-bottom: 20px;
	position: relative;
}

#commentIntro {
	background: transparent url(../images/transparent80.png);
	padding: 25px 25px 0 25px;
	margin-bottom: 0;
	position: relative;
}

#addComment h2 {
	text-indent: -9999px;
	font-size: 12px;
	padding-bottom: 25px;
	background: transparent url(../images/sectionheaders/addcomment.png) no-repeat top left;
}

#commentPreview #addComment h2 {
	background: transparent url(../images/sectionheaders/editcomment.png) no-repeat top left;
}

#addComment input, #addComment textarea {
	color: #fff;
	background-color: #856485;
	border: 1px solid #a9a5ad;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	padding: 5px;
}

#commenterInfo {
	width: 228px;
	float: left;
}

#commenterInfo label, #commenterPost label {
	display: block;
	color: #ae68a6;
	font-weight: bold;
	font-size: 11px;
}

#commenterInfo #rememberMeOpt label {
	display: inline;
	font-weight: normal;
	color: #fff;
}

#commenterInfo #rememberMeOpt input#comment-bake-cookie {
	width: auto;
	margin-right: 5px;
	vertical-align: middle;
	padding: 0;
	border: none;
}

#commenterInfo input {
	width: 200px;
	height: 20px;
}

#commenterPost {
	width: 226px;
	float: left;
}

#commenterPost textarea {
	width: 250px;
	height: 131px;
}

#commenterPost .submitLink {
	width: 265px;
	text-align: right;
}

#addComment #commenterPost input.button {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	padding: 0;
}

#comments h2 {
	text-indent: -9999px;
	font-size: 12px;
	/*padding-bottom: 25px;*/
	padding-bottom: 10px;
	background: transparent url(../images/sectionheaders/comments.png) no-repeat top left;
}

.commentbody .metadata, .contentblock .metadata {
	color: #b598b5;
	font-size: 9px;
	text-transform: uppercase;
}

.intro, .outro {
	margin-bottom: 25px;
	color: #b598b5;
	font-style: italic;
}

.deck {
	color: #b598b5;
	font-style: italic;
}

body.preview h1 {
	text-indent: -9999px;
	font-size: 12px;
	padding-bottom: 15px;
	background: transparent url(../images/sectionheaders/previewcomment.png) no-repeat top left;
}

body.response h1 {
	display: block;
	font-size: 30px;
	padding-bottom: 15px;
	text-transform: uppercase;
	color: #ae68a6;
}

body.static h1 {
	color: #ae68a6;
	font-size: 36px;
}

#pagination {
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	color: #433848;
}

#pagination a { color: #7a3c65; }

#pagination img { border: 0; }

#pagination .pagination-link { display: none; }

/* 
-------------------------------------------------------
general site styling #sub
------------------------------------------------------- */

	/* twitter */
	
#twitter {
	min-height: 205px;
	background: transparent url(../images/subbg.jpg);
	padding: 10px 18px 15px 18px;
	margin-bottom: 25px;
	position: relative;
	font-size: 11px;
}

#twitter h2 {
	width: 139px;
	height: 51px;
	margin-left: -8px;
	background: transparent url(../images/sectionheaders/twitter.png) no-repeat top left;
}

#twitter #twitterStats {
	position: absolute;
	top: 30px;
	right: 18px;
}

ul#twitter_update_list li {
	padding-bottom: 15px;
}

ul#twitter_update_list li a {
	color: #ffaae5;
}

ul#twitter_update_list li span {
	display: block;
	font-size: 12px;
}

ul#twitter_update_list li span a {
	color: #fff;
	font-weight: bold;
}

#twitter #followMe {
	width: 88px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
}

	/* END twitter */
	
	/* friend me */
	
#friendMe {
	background: transparent url(../images/subbg2.jpg);
	padding: 10px 18px 15px 18px;
	margin-bottom: 25px;
}

#friendMe h2 {
	width: 180px;
	height: 46px;
	margin-left: -8px;
	background: transparent url(../images/sectionheaders/friendme.png) no-repeat top left;
}

#friendMe li {
	padding-bottom: 8px;
	font-size: 18px;
}

#friendMe li img {
	vertical-align: middle;
	margin-right: 14px;
}

	/* END friend me */
	
	/* facebook */
	
#facebook {
	background: transparent url(../images/subbg2.jpg);
	padding: 10px 18px;
	margin-bottom: 25px;
}

#facebook h2 { display: none; }

#facebook iframe {
	background-color: #fff;
}
	
	/* END facebook */
	
	/* pix */
	
#pix {
	background: transparent url(../images/subbg3.jpg);
	padding: 10px 18px 15px 18px;
	margin-bottom: 25px;
	position: relative;
}

#pix h2 {
	width: 140px;
	height: 66px;
	margin-left: -8px;
	background: transparent url(../images/sectionheaders/pix.png) no-repeat top left;
}

#pix .pixBlock {
	clear: left;
	margin-bottom: 12px;
}

#pix .pixBlock img {
	float: left;
	margin-right: 16px;
}

#pix .pixBlock h3 a {
	color: #fff;
}

#pix .pixBlock .date {
	color: #ffaae5;
	font-size: 11px;
}

#pix #morePics {
	width: 81px;
	height: 24px;
	position: absolute;
	bottom: 0;
	right: 0;
}

	/* END pix */
	
	/* fave sites */
	
#blogroll {
	background: transparent url(../images/subbg.jpg);
	padding: 10px 18px 15px 18px;
	margin-bottom: 25px;
}

#blogroll h2 {
	width: 177px;
	height: 45px;
	margin-left: -8px;
	background: transparent url(../images/sectionheaders/favesites.png) no-repeat top left;
}

#blogroll li { padding-bottom: 8px; }

#blogroll li a { color: #fff; }

	/* END fave sites */


/* 
-------------------------------------------------------
footer
------------------------------------------------------- */

#footer {
	width: 910px;
	height: 50px;
	position: relative;
	color: #fff;
	margin: -50px auto 0 auto;
	text-align: left;
	font-size: 11px;
}

#footer a { color: #fff; }

#footer a:hover { text-decoration: underline; }

* html #footer { margin-top: -50px; }

#footer ul { 
	width: 600px;
	padding-top: 15px; 
	float: left;
}

#footer li {
	display: inline;
	border-right: 1px solid #4d4454;
	padding-right: 20px;
	margin-right: 20px;
}

#footer li#navFooterContact {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#siteCredit {
	width: 200px;
	float: right;
	padding-top: 15px;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
}

#siteCredit a { color: #522941; }

#pageHome #navFooterHome a, #pageAbout #navFooterAbout a, #pagePress #navFooterPress a, #pagePhotos #navFooterPhotos a, #pageEvents #navFooterEvents a, #pageProjects #navFooterProjects a, #pageContact #navFooterContact a {
	color: #ff0593;
}
