﻿@import url('gravityforms.css');
/*
THEME NAME: 12x12 version 2	
THEME URI: http://www.vancouverphotomarathon.com/
DESCRIPTION: Custom theme for the 12x12 Vancouver Photo Marathon. Features include advanced Flicr integration and ad management.
VERSION: 0.2.0
AUTHOR: Morten Rand-Hendriksen of <a href="http://www.pinkandyellow.com">Pink &amp; Yellow Media</a>
AUTHOR URI: http://www.pinkandyellow.com
*/


/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */

/* *************** */
/* LAYOUT ELEMENTS */
/* --------------- */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#outerWrap {
	background-image: url('images/boxBG3.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1000px;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	float: left;
	width: 100%;
	position: relative;
}

#content {
	padding: 25px 0px 25px 25px;
	width: 975px;
	float: left;
	background-color: #FFFFFF;
}
.sidebarPage {
	background-image: url('images/sidebarBG.gif');
	background-repeat: repeat-y;
	min-height: 1200px;
}

#contentBottom {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	background-position: left top;

}

#footer {
	clear: left;
	width: 100%
}

/*#footer {
	background-position: left top;
	width: 100%;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}*/

/* ------------------- */
/* END LAYOUT ELEMENTS */
/* ******************* */


/* *************** */
/* GLOBAL ELEMENTS */
/* --------------- */

.clear {
	clear:both;
}

.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.alignleft {
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.aligncenter {
	margin: 10px auto 10px auto;
	display: block;
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
}
img.alignright {
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
	margin-left: 10px;
	margin-bottom: 10px;
}

.vidAlignLeft {
	padding: 5px;
	border: 2px solid #EAEAEA;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	float: right;
	margin-left: 10px;
	clear: both;
}
.wp-caption {
	border: 2px solid #EAEAEA;
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 5px;
	margin-bottom: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#content p.wp-caption-text {
	text-align: right;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	color: #999999;
}

a:link,
a:visited {
	text-decoration: none;
	color: #3E9BDC;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
}

legend {
	font-style: normal;
	font-size: 20px;
	color: #28292B;
	display: block;
	padding-top: 15px;
	padding-bottom: 0px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.8em;
	color: #333333;
}

#content .wpcf7 p {
	font-size: 14px;
}
.form-label {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #28292B;
	display: inline;
}
.form-input input {
	border-style: none;
	padding: 5px;
	background-color: #F8F8F8;
	font-size: 14px;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form-textarea textarea {
	border-style: none;
	padding: 5px;
	background-color: #F8F8F8;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* ------------------- */
/* END Global Elements */
/* ******************* */


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

#header {
	height: 255px;
	position: relative;
}
#blog-title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	margin-top: 16px;
	margin-left: 23px;
	position: absolute;
}
.title1 {
	display: block;
	font-weight: bolder;
	font-size: 57px;
	line-height: 47px;
}
.title2 {
	display: block;
	font-weight: bolder;
	font-size: 2.3em;
}
.title3 {
	font-size: 18px;
}

#blog-title a {
	color: #333333;
}

#blog-title a:hover {
	text-decoration: none;
	color: #000000;
}

#event-date {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 23px;
	right: 0px;
}
#event-date .year {
	color: #eeeeee;
	font-weight: lighter;
	font-size: 136px;
	position: relative;
	top: -15px;
	letter-spacing: -8px;
}
#event-date .date {
	z-index: 2;
	position: absolute;
	color: #333333;
	top: 22px;
	font-size: 60px;
	text-transform: uppercase;
	left: -63px;
	text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#headerLike {
	position:absolute;
	text-align: right;
	top: 140px;
	right: 0px;
}
#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #1D53B5;
	font-weight: lighter;
	text-transform: lowercase;
	font-style: italic;
	margin-right: 62px;
	text-align: right;
}

/*#header #menu {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: lighter;
	float: right;
	text-align: right;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
#header #menu ul {
	padding: 0px;
	margin: 0px;
}
#header #menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	height: 25px;
}

#header #menu ul ul {
	
}

#header #menu ul ul li {
	display: inline;
}
#header #menu .page_item a {
	color: #FFFFFF;
	padding-left: 15px;
}
#header #menu .page_item a:hover {
	color: #3E9BDC;
}
#header #menu .current_page_item a {
	font-weight: bold;
}

#header #menu .current_page_item a:hover {
	
}
*/

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto;
	width: 100%;
	display: block;
	float: left;
	background-image: url('images/transparency.png');
	position: absolute;
	bottom: 0px;
	height: 85px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	width: 166px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
}

#access .menu-header li:last-child {
	width: 170px;
}
#access a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 15px 25px 0 25px;
	height: 70px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}
#access a span {
	font-size: 12px;
	color: #333333;
	display: block;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 6px;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 85px;
	left: 0;
	float: left;
	width: 166px;
	z-index: 99999;
}
#access ul ul li {
	width: 166px;
	height: auto;
}

#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: #FFFFFF;
	height: auto;
	font-size: 1em;
	line-height: 1em;
	padding: 10px 25px 10px 25px;
	width: 114px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #eaeaea;
	border-left-color: #eaeaea;
	font-weight: lighter;
}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	height: auto;
	color: #3E9BDC;
	border-bottom: 1px #eaeaea solid;
}

#access li:hover > a {
	color: #333333;
	background: #FFFFFF;
}

#access ul ul :hover > a {
	color: #333333;
	background: #eaeaea;

}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #3E9BDC;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #e4e4e4;
	border-left-color: #e4e4e4;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	height: 70px;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}









/* ************ */
/* BEGIN FLICKR */
/* ------------ */

#flickr {
	background-color: #FFFFFF;
	padding: 20px 30px 0px 36px;
}

#flickr img {
	padding: 5px;
	border: 1px solid #EEEEEE;
	margin-right: 3px;
	margin-left: 3px;
}

#flickr img:hover {
	border-color: #C1C1C1;
}

#flickr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
	text-align: right;
	padding: 8px 5px 8px 3px;
}

/* ---------- */
/* END FLICKR */
/* ********** */




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


/* ************ */
/* MAIN CONTENT */
/* ------------ */

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #28292B;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-left: -2px;
	padding-left: 2px;
	margin-bottom: 8px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #222322;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 5px;
	padding-top: 5px;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	text-transform: capitalize;
	color: #666666;
	margin-bottom: 2px;
	padding-top: 5px;
}



#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #222121;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5em;
}
#content blockquote {
	border: 1px solid #EAEAEA;
	background-color: #EEEEEE;
	padding: 10px 12px 3px 12px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DCEBF6;
}

#content blockquote p {
	
	font-style: italic;
}

#content blockquote a {
	
}

#content blockquote a:hover {
	
}

#content blockquote a:visited {

}


/* POST BODY LIST ITEMS - affects only actual post lists */

.entry-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -2px;
	padding-left: 2px;
	margin-bottom: 10px;

}


.entry-content ul, .singlepost .entry-content ul, .post .entry-content ul {
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.entry-content ul li, .singlepost .entry-content ul li, .post .entry-content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 8px;
	list-style-image: url('images/listBullet.gif');
	line-height: 1.5em;
}

.entry-content ul ul, .singlepost .entry-content ul ul, .post .entry-content ul ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

.entry-content ul ul li, .singlepost .entry-content ul ul li, .post .entry-content ul ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 5px;
	list-style-type: square;
}

.entry-content ol {
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-type: decimal;
}

.entry-content ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 5px;
}

/* .entry-content ul {
	margin-bottom: 15px;

	margin-left: 30px;
}

.entry-content ul li {
	
}
*/

/* END POST BODY */

/* ---------------- */
/* END MAIN CONTENT */
/* **************** */

/* ------------ */
/* PAGE LAYOUTS */
/* ------------ */

#sidebarPage {
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 645px;
}

.promo {
	margin-bottom: 15px;
}

.individualPost {
	margin-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}

#fullPage{
	margin-bottom: 30px;
	padding-bottom: 5px;
	margin-right: 20px;
}

#subheader {
	margin-bottom: 10px;
	border: 1px solid #0C93BA;
	padding: 5px;
	background-color: #F1F5FA;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#boxList {
	width: 975px;
/*	background-color: #029CDE;*/
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: -25px 0 0 -25px;
}
.bottomBox {
	width: 290px;
	float: left;
	height: 230px;
	color: #333;
	font-family: arial, Helvetica, sans-serif;
}
.boxLeft {
}
.boxCenter {
	margin: 0 35px 0 35px;
}
.boxRight {

}
.bottomBox h6 {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px #333 dotted;
}
#content .bottomBox p {
	font-size: 0.8em;
	color: #333;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.bottomBox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.bottomBox ul li {
	list-style: none;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.bottomBox ul li p {
	font-size: 0.8em;
	color: #CCCCCC;
	padding-top: 5px;
}

.bottomBox ul li a {
	padding: 10px;
	color: #333;
	display: block;
}
.bottomBox ul li a:hover {
	text-decoration: none;
	background-color: #EAEAEA;
}

/* TWITTER */

#twitter_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#twitter_div #twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#twitter_div #twitter_update_list li {
	color: #CCCCCC;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	overflow: hidden;
	line-height: 1.3em;
}

/*#twitter_div #twitter_update_list li:hover {
	background-color: #EEEEEE;
	color: #333333;
}*/

#twitter_div a, #twitter_div a:visited {
	text-decoration: none;
	color: #3E9BE2;
}

#twitter_div p {
	text-align: right;
}



.page-title {
	color: #1D53CB;
}
.archive-meta {
	background-color: #EEFAFE;
	border: 1px solid #3F93BA;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* ---------------- */
/* END PAGE LAYOUTS */
/* ---------------- */

#post {
	margin-left: 15px;
	position: relative;
	margin-right: 290px;
}

#pivotBox {
	border: 1px solid #ffffff;
	background: #fff;
	width: 998px;
	margin-bottom: 1px;
	margin-top: 1px;
	box-shadow: 0 20px 20px 10px rgba(0,0,0,0.1);

}


/* FRONT PAGE */

#frontBox {
	border: 1px solid #ffffff;
	background: #fff;
	width: 998px;
	height: 402px;
	margin-bottom: 1px;
	margin-top: 1px;
	box-shadow: 0 20px 20px 10px rgba(0,0,0,0.1);

}
#photoSlider {
	width: 623px;
	float: left;
	background-color: #FFFFFF;
	height: 402px;
}
#photoSlider li {
	width:623px;
	height:402px;
	overflow:hidden; 
	position: relative;
}
.sliderCaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	display: block;
	width: 612px;
	text-align: right;
	padding: 8px 15px 10px 0;
	text-transform: uppercase;
	font-size: 0.7em;
	font-family: arial, helvetica, sans-serif;
}
#photoSlider a:link,
#photoSlider a:visited,
#photoSlider a:hover {
	color: rgba(250,250,250,0.8);
}
#socialButtons {
	width: 375px;
	float: right;
}
.vertButton {
	float: left;
	padding-left: 1px;
	background-color: #FFFFFF;
}

.vertButton a:link,
.vertButton a:visited  {
	background-position: top;
	text-indent: -9999px;
	height: 402px;
	display: block;
}

.vertButton a:hover {
	background-position: left 402px;
}

a.ticketsButton {
	width: 93px;
	background-image: url('images/ticketsHover.png');
}

a.photosButton {
	width: 93px;
	background-image: url('images/photosHover.png');
}

a.videosButton {
	width: 92px;
	background-image: url('images/videosHover.png');
}

a.twitterButton {
	width: 92px;
	background-image: url('images/tweetsHover.png');
}

a.facebookButton {
	width: 94px;
	background-image: url('images/facebookHover.png');
}

#sponsors {
}
#silver {
	background-color: #3E9CDC;
	padding: 10px 0;
	clear: both;
	position: relative;
}
#bronze {
	clear:both;	
	position:relative;
	padding: 10px 0;

}

#sponsors h1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #222222;

	padding:0 0 10px 28px;
}


#silver ul,
#bronze ul {
	margin: 0 auto;
	text-align:center;
}


#silver li,
#bronze li {
	list-style-type: none;
	padding: 0 10px;
	display:inline;
	float:none;
}
/* END FRONT PAGE */


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

.post {
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 645px;
	position: relative;
	float:left;
 
}

.singlepost {
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.post-date {
	display: inline;
	position: absolute;
	left: 0px;
	width: 63px;
	padding-top: 5px;
	padding-left: 8px;
}
.post-month {
	font-size: 1em;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
	display: block;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.post-day {
	font-size: 2em;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
	padding-bottom: 5px;
}

.post-year {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: center;
	display: block;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.comments-link {
	color: #7193D2;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	position: absolute;
	right: 3px;
}
.comments-link a {
	color: #0C93BA;
}
.comments-link a:hover {
	color: #DDA84E;
	text-decoration: none;
}
.comments-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	letter-spacing: -1px;
	text-align: center;
	display: block;
}

.comments-start-bracket {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #CCCCCC;
}
.comments-end-bracket {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #CCCCCC;
	position: absolute;
	right: 0px;
}

.cat-links {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #049CF9;
	padding-left: 2px;
	width: 100%;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	position: relative;
	margin-bottom: 1px;
}
.cat-links a {
	text-decoration: none;
	color: #0C93BA;
}
.cat-links a:hover {
	color: #DDA84E;
}
.author {
	margin-top: -8px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 0.7em;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #373737;
}
.post h2 a {
	color: #3E9BDC;
	text-decoration: none;
}
.post h2 a:hover {
	color: #DDA84E;
}

.tagbox {
	border-bottom: 8px;
	padding-bottom: 8px;
}

.tag-links {
}

.indexAd {
	margin-top: 10px;
}

/* -------- */
/* END POST */
/* ******** */


/* ********* */
/* POST INFO */
/* --------- */

.postInfo {
	border: 1px solid #EAEAEA;
	background-color: #EEEEEE;
	font-size: 0.7em;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.postInfo a {
	color: #0D93C6;
}
.postInfo a:hover {
	text-decoration: none;
	color: #DDA84E;
}

.postInfo ul {
	margin: 8px auto 8px 10px;
	padding: 0px;
}

.postInfo ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
.trackback {
	background: 0
50%;
}
.feed {
	background: 0
50%;
}

/***************** Tags below the link of the comments feed ********************/
.tags {
	background: 0
50%;
}

.navigation {
	clear: both;
	padding: 10px 0px;
	margin-left: 73px;
}
.navigation a, .navigation a:visited {
	color: #619CF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
}

.previous-entries a {

}

.next-entries a {

}

/* comments area */


/* THREADED COMMENTS */

ul.commentlist {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul.commentlist p {
	font-size: 12px;
	margin-left: 52px;
	line-height: 1.5em;
}

ul.commentlist li { }
ul.commentlist li.alt { }
ul.commentlist li.bypostauthor {}
ul.commentlist li.byuser {}
ul.commentlist li.comment-author-admin {}
ul.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ul.commentlist li.comment div.comment-author {}
ul.commentlist li.comment div.vcard {
	font: normal 14px Arial, Helvetica, sans-serif;
}
ul.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ul.commentlist li.comment div.vcard cite.fn a.url {}
ul.commentlist li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: left;
	margin-right: 10px;
}
ul.commentlist li.comment div.vcard img.avatar-32 {}
ul.commentlist li.comment div.vcard img.photo {}
ul.commentlist li.comment div.vcard span.says {}
ul.commentlist li.comment div.commentmetadata {}
ul.commentlist li.comment div.comment-meta {
	font-size: 9px;
	margin-bottom: 4px;
	margin-left: 52px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 2px;
}
#content ul.commentlist li.comment div.comment-meta a {
	color: #999999;
}
ul.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ul.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ul.commentlist li.comment div.reply { font-size:11px; }
ul.commentlist li.comment div.reply a { font-weight:bold; }
ul.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ul.commentlist li.comment ul.children li {}
ul.commentlist li.comment ul.children li.alt {}
ul.commentlist li.comment ul.children li.bypostauthor {}
ul.commentlist li.comment ul.children li.byuser {}
ul.commentlist li.comment ul.children li.comment {}
ul.commentlist li.comment ul.children li.comment-author-admin {}
ul.commentlist li.comment ul.children li.depth-2 {
	border-left: 5px solid #555;
	margin: 0 0 .25em .25em;
	border-left-color: #60A8CA;
}
ul.commentlist li.comment ul.children li.depth-3 {
	border-left: 5px solid #999;
	margin: 0 0 .25em .25em;
	border-left-color: #8FC1DA;
}
ul.commentlist li.comment ul.children li.depth-4 {
	border-left: 5px solid #bbb;
	margin: 0 0 .25em .25em;
	border-left-color: #BDDBEA;
}
ul.commentlist li.comment ul.children li.depth-5 {}
ul.commentlist li.comment ul.children li.odd {}
ul.commentlist li.even { background:#fff; }
ul.commentlist li.odd {
	background-position: #EEFAFE;
	background: #F9F9F9;
}
ul.commentlist li.parent {
	border-left: 5px solid #111;
	border-left-color: #3F93BA;
}
ul.commentlist li.thread-alt { }
ul.commentlist li.thread-even {}
ul.commentlist li.thread-odd {}


/* END THREADED COMMENTS */



#comments, #respond {
	/*	border-bottom: 1px dotted #8D8D8D; */
	padding: 10px 0 5px 0;
}

.commentname {
	color: #703419;
	text-transform: capitalize;
	margin-left: 50px;
}

.gravatar {
	display: inline;
}

.gravatar img {
	border: 1px solid #AAAAAA;
	padding: 5px;
	float: left;
	height: 32px;
	width: 32px;
	display: block;
	position: absolute;
}

.commentcount {
	font: bold 2.2em Arial, Helvetica, sans-serif;
	color: #DEDEDE;
	float: right;
}

.commentext {  
	padding: 0px 0px 0px 50px;
}

/* comment form */
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 2px 0px;
	margin: 0px;
}

#commentform label{
	color: #787878;
	font-size: 87%;
}

#commentform input{
	background-position: #EEF3FB;
	width: 200px;
	background: #EEEEEE;
	border: 1px dotted #DFDFDF;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	border: 1px solid #DFDFDF;
	width: 645px;
	background: #EEEEEE;
	padding: 2px;
}

#commentform textarea:focus, #commentform input[type=text]:focus {
	background: #ffffff;
}

#commentform #submit{
	background-position: #ACC2E7;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	background: #808080;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: right;
	width: 144px;
	height: 28px;
	cursor: pointer;
	text-transform: uppercase;
}

/* Quicktags */
#quicktags {
	margin-top: 4px;
	margin-bottom: 0px;
}

#quicktags input {
	background: #f9f9f9;
	border: 1px solid #aaaaaa;
	font-size: .9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin: 1px 2px 0px 0px;
	padding: 0px 1px 0px 1px;
}

#quicktags input:hover {
	border: 1px solid #4E79A2;
}

/* ------------ */
/* END COMMENTS */
/* ************ */


/* ******* */
/* SIDEBAR */
/* ------- */

#sidebar {
	float: right;
	width: 307px;
	position: relative;
}

#sidebar h1 {
	display: block;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	font-weight: bold;
	color: #DDDDDD;
	padding-bottom: 5px;
	letter-spacing: -3px;
}


/* Two Column Sidebar */

#barLeft {
	width: 100%;
	float: left;
}

#barRight {
	width: 195px;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}

.event {
	margin-right: auto;
	margin-left: auto;
}

#sidebar h3 {
	padding: 10px 25px 10px 25px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3A3A3A;
	background-color: #3E9BE2;
	margin-left: -5px;
	margin-right: -5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.sidebar input#s {
	width:7em;
}

#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar li {
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

#sidebar ul ul {
	margin: 0;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar ul ul li {
	margin: 0px;
}

#sidebar ul ul li p {
	font-size: 0.8em;
	color: #CCCCCC;
	padding-top: 5px;
}

#sidebar ul ul li a {
	padding: 7px 5px 7px 10px;
	color: #CCCCCC;
	display: block;
	font-size: 0.9em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
#sidebar ul ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #484848;
}

#sidebar ul ul li:last-child {
	border-style: none;
}

#sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

#sidebar ul ul ul li {
}

#searchform input#s {
	border: 1px solid #666666;
	width: 183px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	vertical-align: middle;
}

.recentcomments a {
	display:inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

.recentcomments {
	color:silver;
}

#social {
	padding-left: 20px;
}
#social img {
	padding-right: 7px;
}

.widget_flickrRSS {
	padding-left: 3px;
}

#content .widget_flickrRSS p {
	padding-top: 10px;
	padding-left: 15px;
}

#content .widget_flickrRSS a,
#content .widget_flickrRSS a:visited {
	color: #CCCCCC;
}
#content .widget_flickrRSS a:hover {
	color: #3E9BE2;
}

#sidebar ul ul.silverAds {
	margin: 5px 0 0 0;
	padding-top: 10px;
}

#sidebar ul ul.silverAds li {
	display: inline;
}
#sidebar ul ul.silverAds li a {
	padding: 0 0 0 0;
	margin: 0 1px 1px 0;
	display: inline-block;
	font-size: 0.9em;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	float: left;
}
#sidebar ul ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}

#sidebar ul ul.bronzeAds {
	text-align: center;
}

/* ----------- */
/* END SIDEBAR */
/* *********** */


/* ******** */
/* YEARBOOK */
/* -------- */

ul#yearbook {
	font-family: Arial, Helvetica, sans-serif;
}

ul#yearbook li {
	float: left;	
	width: 174px;
	height: 290px;
	margin: 20px 20px 0 0;
}


.headshot {
	position: relative;
	height: 261px;
}
.number {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 32px;
	color: #FFFFFF;
	height: 44px;
	width: 56px;
	background-color: rgba(2,156,222,0.6);
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}
.fullname {
	position: absolute;
	height: 52px;
	width: 118px;
	background-color: rgba(0,0,0,0.6);
	bottom: 0px;
	right: 0px;
	color: #FFFFFF;
}
.firstname {
	display: block;
	font-size: 1.2em;
	padding-top: 7px;
	padding-left: 8px;
}
.lastname {
	font-size: 0.8em;
	padding-left: 9px;
}

ul.sociallinks {
	float: right;
	margin: 3px 0 0 0;
}

ul#yearbook li ul.sociallinks li {
	float: left;
	width:27px;
	margin:0;
}

.socialFlickr a {
	display: inline-block;

	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: url('images/socialFlickr.png') no-repeat top;
}

.socialTwitter a {
	display: inline-block;

	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: url('images/socialTwitter.png') no-repeat top;
}

.socialBlog a {
	display: inline-block;

	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: url('images/socialBlog.png') no-repeat top;
}
.socialWebsite a {
	display: inline-block;

	width: 27px;
	height: 19px;
	text-indent: -9999px;
	background: url('images/socialWeb.png') no-repeat top;
}



.socialFlickr a:hover,
.socialTwitter a:hover,
.socialBlog a:hover,
.socialWebsite a:hover {
	background-position: bottom;
}

/* ------------ */
/* END YEARBOOK */
/* ************ */



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

#footer {
	text-align: center;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFFFFF;
	padding-bottom: 15px;
	margin-top: 10px;
	background-color: #222222;
	font-style: oblique;
	line-height: 1.4em;
	margin-bottom: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#footer p {
	color: #6C6C6C;
}

#footer a:visited {
	color: #6c6c6c;
}

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

#footerFloater {
	background-color: #222222;
	color: #e1e1e1;
	position:fixed;
	bottom: 0px;
	text-align: right;
	padding: 5px 0 5px 0;
	border-top: 1px #ffffff solid;
	width: 100%;
}

#footerLike {
	display: inline;
	padding: 0 10px 0 0;
}

#footerPlusOne {
	display: inline;
	margin: 0 -20px 0 0;
}
#footerFollow {
	display: inline;
	margin: -3px -170px 0 0;
}

