/*
Theme Name: Ogle WordPress
Theme URI: 
Description: The Ogle WordPress theme used for Toronto's street fashion site: ogleto.com.
Version: 4.2
Author: Laura and Jason Wieler
Author URI: http://laura-wieler.com/
Tags: 
*/

/* Basic Styles 

pink #FF00CC
light pink #FF66CC
blue #0066FF
light blue: #99CCFF
purple #6600CC
light purple #9966FF
medium purple #9933FF
yellow #FFFF00

*/

* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	border-style: none; /*Remember this removes borders from form fields and buttons! */
}

body {
	margin: 0 auto;
	background: #0066FF;
}


h1 {
	margin-bottom: 14px;
	padding: 5px 0 3px;
	font-size: 25px;
	color: #FF00CC;
	border-bottom: 5px solid #99CCFF;
}

h1 a {
	font-size: 20px;
	color: #FFFF00;
} 

h2 {
	padding: 10px 0 3px 20px;
	text-transform: uppercase;
	color: #FFF;
	border-bottom: 1px solid #FF66CC;
}

h4 {
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
}

h5 {
	padding: 14px 0;
	color: #FF0;
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 15px;
}

p {
	line-height: 1.75;
	color: #444;
}

p span {
	color: #0066FF;
}

p span.alert {
	color: #FF00CC;
	text-transform: uppercase;
}

li {
	color: #444;
}

div.mapp-poweredby {
	margin: 0 0 10px;
	color: #777;
}

.mapp-poweredby a {
	color: #777;
	font-size: 8pt;
}

.mapp-poweredby a:hover {
	text-decoration: underline;
}

div#content p.first {
	font-size: 16px;
	color: #333;
}

div#content p.first a {
	font-size: 16px;
}

#content {
	margin-bottom: 14px;
	float: left;
	width: 614px;
}

#content h1.internal {
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 15px;
	line-height: 1.5;
	border-bottom: 0;
}

.wide h1, .widecolumn h1 {
	color: #FFFF00;
	border-bottom-color: #FF66CC;
}

#content .feature h1 {
	color: #FFFF00;
}

#content h1.internal.list {
	border-bottom: 1px solid #99CCFF;
}

#content .list span {
	color: #444;
	font-size: inherit;
}

#content .feature p {
	color: #FFF;
}

.hidden {
	display: none;
}

#content li a {
	color: #FF00CC;
	text-decoration: underline;
}

#content li a:hover {
	text-decoration: none;
}

/* Box Ad */

#box_ad {
	margin: 0 14px 14px 0;
	float: right;
}

/***************** Header ********************/
 
/* top nav */

#top_wrap {
	margin: 0 auto;
	background: #6600CC;
}

#top_nav {
	margin: 0 auto;
	position: relative;
	width: 956px;
	height: 46px;
	background: #6600CC;
}

#nav_date {
	position: absolute;
	top: 14px;
	color: #FFF;
}

#networking_icons {
	margin-top: 14px;
	padding-right: 14px;
	float: right;
}

#networking_icons li {
	padding-left: 7px;
	display: inline;
}

div.searchform {
	float: right;
}

.searchform div {
	margin-top: 14px;
	float: right;
}

.searchform label {
	display: none;
}

input#s {
	padding: 2px;
	margin-right: 3px;
	float: left;
}

#searchsubmit {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border-style: none;
	font-size: 0px;
	line-height: 0px;
	background: transparent url('img/find.gif') no-repeat center;
}

/* end top nav styles */

#page_wrap {
	margin: 0 auto;
	padding: 0 0 14px 14px;
	width: 942px; /* this must be this way for the street photos to line-up properly */
	background: #FFF;
}

#logo {
	margin: 14px 0;
	padding-right: 14px;
	float: left;
}

/* Main Nav */

ul#main_nav {
	margin-bottom: 14px;
	position: relative;
	float: left;
	width: 928px;
	background: #0066FF;
}

#main_nav li {
	float: left;
	font-size: 12px;
	padding: 10px 0;
	width: 9%;
	display: inline;
	background: #0066FF;
	border-right: 1px solid #FFF;
}

#main_nav li.cat-item-31,
#main_nav li.cat-item-32,
#main_nav li.cat-item-33,
#main_nav li.cat-item-40 {
	width: 11%;
}

#main_nav li.page-item-778 {
	border-right: 0;
	width: 10%; /* this is 91px for IE7 and 93px IE8 */
}

#main_nav li a {
	text-align: center;
	display: block;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}

#main_nav li a:hover, #main_nav li.current_page_item a, #main_nav li.current-cat a,
#main_nav li:hover, #main_nav li.current_page_item, #main_nav li.current-cat,
#main_nav li.current_page_parent, #main_nav li.current-cat-parent {
	color: #FFFF00;
	background: #6600CC;
}

/* Blog */

#blog .content_wrap {
	margin-bottom: 4px;
	padding: 0 14px 0 0;
	height: 200px;
	overflow: hidden;
	background: #0066FF;
}

#blog .content {
	margin-bottom: 0;
	padding: 14px 0 0;
	height: auto;
}

#blog p {
	color: #FFF;
}

#blog .content_wrap p {
	margin-bottom: 10px;
}

#blog h1 {
	margin-bottom: 4px;
	padding-bottom: 0;
	color: #FF00CC;
	border: 0;
	font-size: 25px;
}

#blog h1 a {
	color:#FF00CC;
	font-size: 25px;
}

#blog h1 a:hover {
	color: #6600CC;
	text-decoration: underline;
}

#blog .post {
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 5px solid #99CCFF;
}

.content {
	margin-bottom: 14px;
	padding: 0 14px 0 0;
	height: 200px;
	background: #0066FF;
}

img.article_thumb {
	margin-right: 14px;
	float: left;
	width: 300px;
	height: 200px;
}

.post_info {
	clear: both;
	margin-bottom: 7px;
	position: relative;
	background: #FF00CC;
	float: left;
	width: 614px;
}

#blog p.comment_count {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 10px 4px 33px;
	border-right: 1px solid #FFF;
	background: #6600CC url('img/blog_comment.gif') no-repeat 10px 8px;
}

#blog p.info {
	margin-top: 4px;
	padding-top: 0;
	color: #FFF;
}

.info span {
	color: #FFFF00;
}

.comment_count a {
	color: #FFF;
}

p.info a {
	color: #FFFF00;
}

.comment_count a, p.info a {
	text-decoration: underline;
}

.comment_count a:hover, p.info a:hover {
	text-decoration: none;
} 

#blog .share {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 11px;
}

#blog .fb_share_no_count {
	display: block; /* This keeps the count bubble visible always as it only seems to appear if you click on it otherwise. */ 
}

#blog .FBConnectButton {
	margin-top: 4px;
}

#blog a.google-buzz-button {
	padding-right: 14px;
	float: left;
}

.home #blog div.tags, .home #blog div.share_buttons {
	clear: both;
}

.content p a {
	color: #FFFF00;
}

.tags p a {
	color: #FF00CC;
}

.content p a, .tags p a, .content li a {
	text-decoration: underline;
}

.content p a:hover, .tags p a:hover, .content li a:hover {
	text-decoration: none;
}

#blog .tags p {
	padding: 0 0 0 20px;
	color: #333;
	background: transparent url('img/ogletag.gif') no-repeat left center;
}

#blog .share_buttons {
	padding: 10px 0 5px;
	border-top: 1px solid #99CCFF;
}

.fb_share_count_wrapper {
	margin-right: 14px;
}

a.topsy-big-total {
	margin-bottom: 11px;
}

#blog #post_nav {
	padding: 0;
	background: transparent;
	width: 614px;
}

#blog div.next a {
	background: transparent url('img/arwright.gif') no-repeat right center;
}

#blog div.previous a {
	background: transparent url('img/arwleft.gif') no-repeat left center;
}

#blog div.previous a, #blog div.next a {
	color: #555;
}

#blog #comments_title {
	clear: both;
}

/******************* Article Page **************************/

.blog #blog .content {
	padding-top: 10px;
	background: #FFF;
	border-bottom: 1px solid #99CCFF;
}

.blog #blog p {
	padding-bottom: 10px;
	color: #444;
}

.blog #blog p.tags {
	padding: 7px 0;
	border-top: 1px solid #99CCFF;
	color: #0066FF;
}

#blog p.byline {
	padding: 4px 0;
	text-transform: uppercase;
	border-top: 1px solid #99CCFF;
	border-bottom: 5px solid #99CCFF;
}

p.byline em, p.byline em a {
	color: #FF00CC;
	text-transform: lowercase;
	font-family: georgia, times, serif;
}

.blog #blog p.highlight {
	float: right;
	margin: 4px 0 4px 14px;
	padding: 14px;
	font-size: 16px;
	font-family: georgia, times, serif;
	color: #FFF;
	font-style: italic;
	width: 272px;
	line-height: 1.5;
	background: #6600CC;
}

.blog #blog img {
	margin: 4px 0 14px;
}

.blog #blog .share img, .blog #blog .photo_report img {
	margin: 0;
}

.blog .content ol {
	margin: 0 0 14px 25px;
}

.blog .content ul {
	margin-bottom: 14px;
}

.blog .content ul li {
	list-style-type: none;
	line-height: 1.75;
}

.blog .content ul.photo_report li {
	padding: 0;
	line-height: 1;
	border-bottom: 0;
}

.blog .content ul.individual li.alignleft {
	float: left;
	width: 300px;
}

.blog .content ul.individual li.alignright {
	float: right;
	width: 300px;
}

.blog .content ul em {
	color: #FF00CC;
	font-family: 'Courier New', Courier, monospace;
	font-style: normal;
}

.blog .content li {
	padding: 7px 0;
	border-bottom: 1px dashed #99CCFF;
}

.blog .content li.first {
	padding-top: 0;
}

.blog .content li.last {
	padding-bottom: 0;
	border-bottom: 0;
}

.blog .photo_report li {
	margin-bottom: 14px;
	color: #FFF;
	background: #FF00CC;
}

.blog .photo_report.valentine li {
	color: #0066FF;
	background: #FFFF00;
}

.blog #blog .photo_report p {
	padding: 14px;
	color: inherit;
	font-size: 13px;
	line-height: 1.5;
}

.withbio {
	margin-right: 14px;
	min-height: 117px;
}

.blog #blog .withbio img {
	margin: 14px;
}

.withbio p {
	margin-left: 117px;
}

.blog #blog .photo_report .withbio p {
	padding: 14px 0 7px;
	border-bottom: 1px solid #FF66CC;
}

.blog #blog .photo_report .withbio p.bio {
	padding: 7px 0 14px;
	border-bottom: 0;
}

.photo_report p span {
	text-transform: uppercase;
	color: #FFFF00;
	font-size: 12px;
}

.photo_report.valentine p span {
	text-transform: none;
	color: #FF00CC;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 13px;
}

.blog #blog img.alignleft {
	margin-right: 14px;
	float: left;
}

.blog #blog img.right, .blog #blog img.alignright {
	margin-left: 14px;
	float: right;
}

.blog #blog .tags {
	padding-top: 4px;
	padding-bottom: 2px;
	position: relative;
	clear: both !important;
}

.blog #blog .tags p {
	padding: 0 0 0 20px;
}

#blog .tags .share {
	right: 0;
	top: 7px;
}

.blog #blog p a, .blog #blog li a {
	color: #FF00CC;
}

.blog #blog .photo_report p a {
	color: #FFFF00;
}


.blog #blog #authors_bio {
	margin-bottom: 14px;
	padding-bottom: 14px;
	float: left;
	border-bottom: 5px solid #99CCFF;
}

.blog #authors_bio img.author_avatar {
	margin: 0 14px 0 0;
	padding: 1px;
	float: left;
	border: 1px solid #FF00CC;
}

.blog #blog #authors_bio p {
	padding: 10px 14px 14px;
	float: right;
	width: 478px;
	height: 70px;
	color: #FFF;
	line-height: 1.45;
	background: #FF00CC;
}

.blog #blog #authors_bio span {
	text-transform: uppercase;
}

.blog #blog #authors_bio span, .blog #blog #authors_bio p a {
	color: #FFFF00;
}

.blog #blog p span.note {
	color: #FF00CC;
}

.blog .content ul.indented {
	margin-left: 40px;
}

.blog .content ul.indented li {
	padding-left: 20px;
	background: transparent url('img/arrow_pk.gif') no-repeat 0 14px;
}

.blog .content ul.colon li {
	color: #FF00CC;
	text-transform: uppercase;
}

.blog .content ul.colon li span {
	color: #444;
	text-transform: none;
}

h1.playlist span {
	color: #444;
	font-size: inherit;
	font-weight: normal;
}

ol.playlist {
	clear: left;
}

#content h1.internal.playlist {
	padding-top: 58px;
}

#content h1.internal.pdf {
	padding-top: 54px;
	color: #0066FF;
}

#content h1.internal.pdf span {
	color: #444;
}

#content h1.internal.pdf a {
	text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
}

#content h1.internal.pdf a:hover {
	color: #FF00CC;
	text-decoration: none;
}

img#wolfj {
	height: 72px;
	width: 72px;
}

.dialogue p {
	margin-bottom: 10px;
	border-bottom: 1px dashed #99CCFF;
}

.dialogue p.highlight {
	border-bottom: 0;
}

.dialogue p.left {
	margin-right: 314px;
}

.dialogue p.right {
	margin-left: 314px;
}

.dialogue p.last {
	margin-bottom: 0;
	border-bottom: 0;
}

.dialogue p span {
	text-transform: uppercase;
}

.interviewer span {
	color: #0066FF;
}

.interviewee span {
	color: #FF00CC;
}

/* Video Report */

.blog #blog #videos p {
	margin-bottom: 7px;
}

.blog #blog #videos p.name {
	color: #0066FF;
}

#videos p.name span {
	color: #FF00CC;
	text-transform: uppercase;
}

#videos p.guys span {
	color: #0066FF;
}

#videos p.girls span {
	color: #FF00CC;
}

#videos p.question {
	padding-bottom: 7px;
	border-bottom: 1px dashed #99CCFF;
}

#videos div {
	margin-bottom: 14px;
	padding-bottom: 21px;
	border-bottom: 1px solid #99CCFF;
	text-align: center;
}

#videos div.last {
	border-bottom: 0;
}

/* IACAS Playlists */

#iacas p.first {
	padding-left: 128px;
	background: transparent url('img/iacas_cd.jpg') no-repeat;
}

#iacas li {
	line-height: 1.75;
}

#blog #iacas li p {
	padding-top: 7px;
	color: #0066FF;
	font-style: italic;
	font-family: georgia, times, serif;
}

/* Relationship Survey */

#blog span.crossout {
	text-decoration: line-through;
	color: inherit;
}

#blog .results h1.internal {
	padding-bottom: 3px;
	border-bottom: 1px solid #99CCFF;
}

#blog .results div {
	padding-top: 83px;
}

#blog .results div.guys {
	background: transparent url('img/guys_relationships.gif') no-repeat 0 1px;
}

#blog .results div.girls {
	background: transparent url('img/girls_relationships.gif') no-repeat 0 1px;
}

#blog .results div.mixed {
	background: transparent url('img/mixed_relationships.gif') no-repeat;
}

#blog .results p {
	margin-bottom: 14px;
	padding: 14px;
	text-align: center;
	color: #FFF;
}

#blog .results span {
	color: yellow;
}

#blog .results .guys p {
	background: #0066FF;
}

#blog .results .guys p span.separator {
	color: #99CCFF;
}

#blog .results .girls p {
	background: #FF00CC;
}

#blog .results .girls p span.separator {
	color: #FF99CC;
}

#blog .results .mixed p {
	background: #666;
}

#blog .results .mixed p span.separator {
	color: #CCCCCC;
}

#blog ul.part1 {
	margin-bottom: 0;
}

#blog .results li {
	padding-top: 20px;
	padding-left: 28px;
	min-height: 45px;
	font-family: georgia, times, serif;
	font-style: italic;
}

.results .guys li {
	background: transparent url('img/guy_relationships.gif') no-repeat 0 7px;
}

.results .girls li {
	background: transparent url('img/girl_relationships.gif') no-repeat 0 7px;
}

/* Playlists */

#blog #eatme li p, #blog #fcc li p {
	padding-top: 7px;
	color: #0066FF;
	font-style: italic;
	font-family: georgia, times, serif;
}

p.itunes {
	margin-bottom: 7px;
	padding: 14px 0 14px 70px;
	background: transparent url('img/ituneslogo.jpg') no-repeat left center;
	border: 1px dashed #99CCFF;
	border-left: 0;
	border-right: 0;
}

/*************** Street Photos ***********************/

/* Photo of the Week */

#feature {
	margin-bottom: 14px;
	clear: both;
	float: left;
	height: 250px;
	width: 614px;
	background: #FF00CC;
}

#feature h2 {
	margin: 0 14px 0 314px;
	border-bottom: 0;
	background: transparent url('img/pic.gif') no-repeat left 13px;
}

#feature h1 {
	padding-top: 10px;
	margin: 0 14px 0 314px;
	border-bottom: 3px solid #FF66CC;
}

#feature h1.temp {
	border: 0;
	padding-bottom: 0;
	font-size: 18px;
}

#feature p {
	margin-top: 14px;
	color: #FFF;
	line-height: 1.5;
}

#feature p a:hover, #feature p a:active {
	text-decoration: none;
}

#feature img {
	float: left;
	margin-right: 14px;
}

#feature ul {
	margin: 0 14px 5px 314px;
	padding: 5px 0 3px;
	line-height: 1.75;
	border-bottom: 1px solid #FF66CC;
}

#feature li {
	color: #FFFF00;
	list-style-type: none;
}

#feature li span {
	color: #FFF;
}

#feature p.more {
	margin-right: 14px;
	padding-right: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-align: right;
	background: transparent url('img/yarw.gif') no-repeat right center;
}

p.more a {
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
}

#feature p.more a {
	text-decoration: none;
}


/* Thumbnail Block */

#people {
	float: left;
	width: 942px;
	height: 262px;
	background: #FFF url('img/pic_ptrn.gif');
}

#people img { 
	width: 143px; 
	height: 118px; 
}

.person { 
	margin: 0 14px 14px 0;
	position: relative;  
	display: block; 
	width: 143px; 
	height: 118px; 
	float: left; 
	overflow: hidden; 
} 

.person a.image { 
	display: block; 
	width: 143px; 
	height: 118px; 
	position: absolute; 
	z-index: 1; 
	top: 0px; 
}

.person:hover .image, .person:active .image { 
	z-index: 0;  
}

.person dl { 
	display: block; 
	position: absolute; 
	width: 143px;  
	top: 0px; 
	height: 118px; 
}

.person dt { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	text-align: left; 
}

.person dt a { 
	padding-top: 40px;
	position: relative; 
	display: block; 
	color: #FFFF00;
	font-family: georgia, times, serif;
	font-size: 18px; 
	text-align: center;
	text-decoration: none; 
	overflow: hidden; 
	width: 143px; 
	height: 73px; 
}

.person dd.date { 
	padding-top: 65px;
	text-align: center; 
	color: #FFF; 
	font-size: 10px;
	text-decoration: none; 
	text-transform: uppercase;
}

.person:hover dl, .person:active dl { 
	background: #6600CC; 
}

.person:hover dl, .person:active dl, .person { 
	z-index: 2;
}

div.people_nav {
	margin-bottom: 14px;
	padding: 10px;
	float: left;
	width: 908px;
	background: #0066FF;
}

.next {
	text-align: right;
}



/********************** Profile Page ***************************/

#content.profile {
	clear: both;
	position: relative;
	width: 942px;
}

#profile h1 {
	margin-bottom: 0;
	padding: 14px 0 7px;
	border-bottom: 1px solid #FF66FF;
}

#profile h1, #profile h1 a {
	text-align: center;
	font-size: 30px;
}

#qanda {
	margin: 0 14px 14px 0;
	padding: 0 14px;
	float: right;
	width:  443px;
	min-height: 625px;
	background: #FF00CC;
}

#basics {
	margin-bottom: 14px;
	padding: 7px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	border-bottom: 1px solid #FF66FF;
}

#qanda ol {
	margin: 7px 0;
	border-bottom: 1px solid #FF66FF;
}

#qanda ul {
	margin-bottom: 10px;
}

#qanda li {
	list-style-type: none;
}

#qanda li.q {
	padding-bottom: 2px;
	color: #FFF;
}

#qanda li.a, blockquote p {
	color: #FFFF00;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 14px;
}

blockquote p {
	padding: 0 45px 7px;
	font-size: 18px;
	background: transparent url(img/sm_quote.gif) no-repeat;
}

blockquote a {
	color: #FFFF00;
	font-size: 15px;
	font-style: normal;
}

blockquote a:hover {
	text-decoration: none;
}

#img_switcher {
	margin-bottom: 14px;
	float: left;
	width: 457px;
}

#picture {
	float: left;
	margin: 0;
	width: 457px;
	height: 590px;
	background: #FF00CC;
}

#nav {
	float: left;
	margin: 0;
	width: 457px;
	height: 35px;
	background: #6600CC;
}

#nav ul {
	float: left;
	list-style: none;
	line-height: 35px; 
	font-weight: bold;
	font-size: 12px;
}

#nav li {
	float: left;
	background: transparent;
}

#nav li a {
	width: 198px;
	line-height: 35px;
	display: block;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	background: #000;
	left: -5000px;
	top: 0;
}

#nav li li {
	width: 457px;
}

li#main_img a {
	padding-left: 30px;
	color: #FFFF00;
	background: #FF00CC url('img/pic.gif') no-repeat 10px center;
}

li#accessories a {
	padding-left: 30px;
	color: #FF00CC;
	background: #FFFF00 url('img/plus_off.gif') no-repeat 10px center;
}

li#accessories a:hover {
	font-weight: normal;
	color: #FFFF00;
	background: #6600CC url('img/plus_on.gif') no-repeat 10px center;
}

li#accessories:hover ul {
	margin-left: -228px;
	left: auto;
	width: 457px;
	height: 590px; 
}

div#post_nav {
	margin-bottom: 14px;
	padding: 10px 14px;
	width: 900px;
	float: left;
	background: #0066FF;
}

div.previous a, div.next a {
	font-size: 13px;
	color: #FFFF00;
}

div.previous a {
	padding-left: 20px;
	float: left;
	background: transparent url('img/l_arw.gif') no-repeat left center;
}

div.next a {
	padding-right: 25px;
	float: right;
	background: transparent url('img/r_arw.gif') no-repeat right center;
}

/* Post Ratings */

#rate_this {
	position: relative;
	padding: 10px 14px 0;
	clear: left;
	width: 586px;
	background: #6600CC;
}

#rate_this p {
	position: absolute;
	top: 13px;
	font-family: georgia, times, serif;
	color: #FFFF00;
	font-style: italic;
	font-size: 13px;
	right: 14px;
}

#rate_this p a {
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #FFFF00;
	text-decoration: underline;
}

#rate_this p a:hover {
	text-decoration: none;
}

#rate_this .post-ratings img {
	padding-right: 7px;
}

#rate_this .post-ratings {
	padding-bottom: 7px;
	border-bottom: 1px solid #9966FF;
	color: #FFF;
}

#rate_this .post-ratings strong {
	padding-right: 14px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: 3px;
}

#rate_this .post-ratings em {
	position: absolute;
	right: 14px;
	top: 12px;
	color: #FFFF00;
	font-family: georgia, times, serif;
	font-size: 13px;
}

/* Comments */

div.navigation {
	padding: 10px 14px;
	float: left;
	width: 586px;
}

div.navigation a {
	color: #FF00CC;
}

.prev_comments {
	float: left;
}

.next_comments {
	float: right;
}

.share {
	padding: 9px 0 8px;
	margin-right: 28px;
	float: right;
}

.share p {
	padding-right: 10px;
	display: inline;
	font-family: georgia, times, serif;
	font-style: italic;
	vertical-align: top;
}

h3#comments {
	margin: 0;
	padding: 6px 14px 8px;
	clear: left;
	width: 586px;
	color: #FFF;
	font-weight: normal;
	font-size: 17px;
	background: #6600CC;
}

div#comments_title {
	padding: 0 14px;
	width: 586px;
	background: #6600CC;
}

h3#comments.nocomments {
	padding: 8px 0 6px;
	border-bottom: 1px solid #9966FF;
}

#comments span {
	padding-left: 3px;
	color: #FFFF00;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ol.commentlist {
	margin: 0 14px 14px 0;
	width: 614px;
	float: left;
	list-style-type: none;
	background-color: #FFF;
}

.commentlist li {
	padding: 14px;
	float: left;
	width: 586px;
	border-top: 1px solid #9966FF;
}

.commentlist li.even {
	background-color: #FFF;
}

li.odd {
	background-color: #FFF;
}

#content img.avatar {
	margin: 0 14px 0 0;
	padding: 1px;
	float: left;
	border: 1px solid #FF00CC;
	height: 68px;
	width: 68px;
	background: transparent url('img/avatar.gif') no-repeat center center;
}

div.comment-author cite, div.comment-author cite .url, div.comment-author span {
	font-style: normal;
	font-size: 15px;
	font-family: georgia, times, serif;
	color: #6600CC;
}

div.comment-author cite .url {
	text-decoration: underline;
}

div.comment-meta {
	margin-bottom: 10px;
}

div.comment-meta, div.reply {
	padding-left: 86px;
}

.comment-meta a {
	color: #0066FF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

.commentlist p {
	padding-left: 86px;
	color: #666666;
}

#respond {
	margin-bottom: 0;
	clear: left;
	width: 612px;
	border: 1px solid #6600CC;
	background: #6600CC; /* Moved this from #respond because it was causing problems on the comment form */
}

#commentform #respond h3 {
	margin: 0;
	padding: 10px 14px 10px 38px;
	position: relative;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	background: #6600CC url('img/hi.gif') no-repeat 14px center;
}

#respond h3 {
	position: relative;
	margin: 0 14px;
	padding: 10px 0px 10px 24px;
	font-weight: normal;
	color: #FFF;
	background: #6600CC url('img/hi.gif') no-repeat left center;
}

#respond h3 em {
	color: #FFFF00;
	text-transform: none;
	position: absolute;
	right: 14px;
	font-size: 13px;
}

#respond h3 em {
	right: 0;
	font-weight: normal;
}

#content #respond p {
	margin: 0 14px 14px 14px;
	padding: 14px 0 0;
	position: relative;
	width: 586px;
	color: #FFF;
}

p a {
	color: #FF00CC;
}

p a:link, p a:visited {
	text-decoration: underline;
}

p a:hover, p a:active {
	text-decoration: none;
}

#content #respond a {
	color: #FFFF00;
}

#commentform {
	background: #FFF;
}

#content #commentform p {
	margin-bottom: 0;
	color: #444;
}

/*#commentform p#loggedin {
	margin-bottom: 14px;
}*/

#content #commentform a#logout {
	color: #444;
}

#commentform a#logout:hover {
	color: #FF00CC;
}

#content #commentform p a {
	color: #FF00CC;
	text-decoration: none;
}

#content #commentform p a:hover {
	text-decoration: underline;
}

#content #commentform label {
	float: left;
	text-align: right;
	color: #FF00CC;
	width: 120px;
}

#commentform input, #commentform textarea {
	padding: 3px;
	border: 1px solid #6600CC;
	color: #444;
	margin: 0 10px;
}

#commentform #submit {
	margin: 0 0 14px 130px;
	padding: 5px 7px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	border-style: none;
	background: #6600CC;
	cursor: pointer;
}

#commentform #submit:hover {
	background: #FF00CC;
}	


/********************* Contact *************************/

#content.contact {
	margin-bottom: 14px;
	clear: both;
	float: none;
	position: relative;
	width: auto;
}

.form {
	padding: 0 14px 35px;
	width: 429px;
	background: #FF00CC;
	min-height: 570px;
}

#form1 {
	position: absolute;
	top: 0;
	left: 0;
}

#form2 {
	position: relative;
	margin-left: 471px;
}

.contact h1 {
	margin: 10px 0 0;
	padding-bottom: 3px;
	font-size: 30px;
	color: #FFFF00;
	border-bottom-color: #FF66CC;
}

.contact #form2 h1 {
	margin-top: 0;
	padding-top: 15px;
}

.contact p {
	line-height: 1.5;
}

.contact em {
	font-style: normal;
	color: #FFFF00;
}

.form p {
	padding-top: 10px;
	line-height: 1.5;
	color: #FFF;
}

p.mandatory {
	position: absolute;
	bottom: 9px;
	width: 429px;
	color: #FFFF00;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 13px;
	border-top: 1px solid #FF99CC;
}

#content label {
	color: #FFF;
	font-weight: normal;
}

#content .required {
	color: #FFFF00;
}

#content .fmselect option {
	color: #000;
}

.credits {
	display: none;
}

#content .submit {
	text-align: left;
}

.submit input {
	margin-left: 123px;
	padding: 5px 7px;
	border-style: none;
	color: #FF00CC;
	background: #FFFF00;
	cursor: pointer;
}

.submit input:hover, .submit input:active {
	color: #6600CC;
}

/************************** About ***************************/

#content.about {
	clear: both;
	position: relative;
	width: 942px;
}

#about {
	width: 614px;
	float: left;
}

.about h1 {
	font-size: 30px;
}

.about p {
	padding-bottom: 14px;
}

.about #about_us p {
	color: #FFF;
}

#about_us {
	margin-bottom: 14px;
	padding: 10px 14px 0;
	background: #FF00CC;
}

#different, #style, #community {
	margin-bottom: 4px;
	padding-bottom: 5px;
}

#conclusion {
	padding-top: 10px;
}

.about #sidebar p {
	padding: 10px 0 10px 34px;
	color: #FFF;
	background: #FF00CC url('img/pic.gif') no-repeat 14px center;
}

/*********************** Policy Page **************************/

#content.policy {
	float: left;
}

#policy {
	margin-right: 14px;
	padding-top: 10px;
	background: #FF00CC;
}

#privacy, #terms {
	margin: 0 14px;
}

#content.policy h1 {
	font-size: 30px;
}

#content.policy p {
	padding-bottom: 14px;
	color: #FFF;
	line-height: 1.5;
}

#content.policy p.updated {
	padding: 10px 0;
	text-align: right;
	border-top: 5px solid #FF66CC;
}

#content.policy p a {
	color: #FFFF00;
}

/* 404 */

.four04 h1 {
	clear: both;
	color: #FF00CC;
	border: 0;
	margin-bottom: 14px;
}

/* Search */

#content.search {
	clear: both;
}

.search h1 {
	color: #FF00CC;
	margin-bottom: 14px;
	border: 0;
}

.search div.navigation {
	float: none;
	width: auto;
}

/************************ General Page Template Styles *********************/

#content.general {
	clear: both;
	position: relative;
	width: 928px;
}

.general a {
	color: #FF00CC;
	text-decoration: underline;
}

.general a:hover, .general a:active {
	text-decoration: none;
}

.general p {
	padding-bottom: 14px;
}

#general #side {
	margin-left: 14px;
	padding: 7px 14px 0;
	float: right;
	width: 272px;
	background: #6600CC;
}

#general #side h1 {
	font-size: 20px;
	border-bottom: 3px solid #9966FF;
}

#general #main_content h1 {
	color: #FF00CC;
	border-bottom-color: #99CCFF;
}

#general #main_content {
	width: 614px;
}

/******************** Contests *************************/

.general #members h1 {
	color:#FFFF00;
	font-size: 30px;
	padding-bottom: 10px;
	background: transparent url('img/pline_cnt.gif') no-repeat left bottom;
}

.general #members p {
	color: #FFF;
}

#members {
	margin-bottom: 14px;
	padding: 4px 14px 0;
	background: #FF00CC;
}

.contest_info {
	padding-left: 80px;
	min-height: 85px;
}

#photo_month, #monthly {
	margin-bottom: 4px;
	padding-bottom: 5px;
	background: transparent url('img/bline_main_cnt.gif') no-repeat left bottom;
}

#photo_month .contest_info {
	background: transparent url('img/potm.gif') no-repeat;
}

#monthly .contest_info {
	background: transparent url('img/contests.gif') no-repeat;
}

#keep_tabs .contest_info {
	background: transparent url('img/blog.gif') no-repeat;
}

/* Contribute */	 

#main_content ul {
	padding-bottom: 14px;
}

#main_content li {
	padding: 0 0 0 20px;
	line-height: 1.75;
	list-style-type: none;
	background: transparent url('img/pink_list_arw.gif') no-repeat left center;
}

#main_content p {
	padding-bottom: 10px;
}

/* Contribute Details */

.wide #contribute_intro {
	margin-right: 14px;
	margin-bottom: 0;
	padding: 14px;
	background: #FF00CC;
}

.general #contribute_intro p {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #FFF;
}

.general #contribute_intro p.alert {
	padding: 0 0 0 24px;
	background: transparent url('img/attention.gif') no-repeat left center;
} 

.general p.thankyou {
	margin: 0 14px 14px;
	padding: 14px;
	color: #FFF;
	text-align: center;
	border: 1px solid #FF66CC;
}

.wide .ddfmwrap {
	margin: 0 auto 14px;
	padding: 14px 200px;
	width: 500px;
	border: 1px solid #FF66CC;
}

.general.wide #general {
	float: none;
	width: 942px;
}

#submit_form {
	margin-right: 14px;
	margin-bottom: 13px;
	border-bottom: 1px solid #FFF;
	background: #FF00CC;
}

#general form.ddfm {
	padding: 0;
	text-align: left;
	width: 500px;
}

#general form.ddfm fieldset {
	margin:	0 0 14px;
	padding: 0;
}

#general form.ddfm legend {
	margin: 0 0 10px 0;
	padding: 0 0 3px;
	color: #FFFF00;
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 18px;
	display: block;
	white-space: normal;
	border-bottom: 1px solid #FF6699;
}

form.ddfm input.fmverify, form.ddfm input.fm2verify {
	display:block;
	float:left;
	margin-bottom:15px;
	padding:3px;
	position:relative;
	width:22%;
}

#general form p {
	color: #FFF;
}

#general label {
	float: none;
	text-align: left;
	margin: 0;
	padding: 0 0 7px 0;
	width: auto;
}

#general form.ddfm input.fmfile, 
#general form.ddfm input.fmtext,
#general form.ddfm textarea,
#general form.ddfm select.fmselect,
#general form.ddfm .fmcheck {
	float: none;
	margin-bottom: 14px;
	padding: 3px;
	width: 500px;
}

#general input#when, #general input#fm_verify {
	padding: 3px;
	width: auto;
	float: left;
}

#general .fmcheck input {
	margin: 0 14px 0 0;
}

#general .submit input {
	margin-top: 14px;
	margin-left: 0;
}

#general .ddfmwrap p.fieldwrap {
	margin: 0;
 	padding: 0;
}

#general .ddfmwrap .ddfmerrors {
	float:none;
	margin: 0;
	padding-bottom:10px;
	text-align: left;
	width: auto;
	color: #FFFF00;
}

#general .ddfmwrap .errorlist {
	float: none;
	margin-bottom: 0;
	padding: 0;
	width: auto;
	color: #FFF;
}

#general form.ddfm img {
	margin: -2px 0 0 10px;
}

/* Archive */

.archive #content {
	float: left;
}

.archive .content_wrap {
	width: 614px;
	float: left;
}

.archive h1 {
	font-size: 30px;
}

.archive h6 {
	margin-bottom: 10px;
	padding-bottom: 3px;
	color: #444;
	font-weight: normal;
	border-bottom: 1px solid #99CCFF;
}

.archive .post h6 {
	padding-left: 70px;
	background: transparent url('img/article_icon.gif') no-repeat left center;
}

.archive .category-street-photos h6 {
	background: transparent url('img/photo_icon.gif') no-repeat left center;
}

.archive .category-photo-of-the-day.category-street-photos h6 {
	background: transparent url('img/camera_icon.gif') no-repeat left center;
}

.archive .category-polls h6 {
	background: transparent url('img/poll_icon.gif') no-repeat left center;	
}

.archive h6 a {
	color: #444;
}

.archive h6 a:hover, .archive h6 a:active {
	color: #FF00CC;
	text-decoration: underline;
}

.archive div.post {
	clear: left;
}

/************************** Archives Page ************************/

#archives {
	float: left;
	width: 614px;
}

.monthly {
	margin-bottom: 14px;
}

.monthly li {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #99CCFF;
	list-style-type: none;
}

.monthly li a {
	color: #444;
}

.monthly a:hover, .monthly a:active {
	color: #FF00CC;
	text-decoration: underline;
}

/*************************** FAQ **********************************/

#content.wide {
	width: 942px;
}

#content.faq.wide {
	width: 928px;
}

.faq h1 {
	color: #FF00CC;
	border-bottom-color: #99CCFF;
}

#page_content p {
	margin-bottom: 14px;
	float: right;
	width: 614px;
	font-size: 16px;
	color: #333;
}

#page_content p a {
	font-size: inherit;
}

.faq ol {
	padding-top: 5px;
	float: left;
	width: 300px;
}

ol li.cat-item {
	margin-bottom: 7px;
	padding-bottom: 3px;
	list-style-type: decimal-leading-zero;
	list-style-image: none;
	list-style-position: inside;
	font-weight: bold;
	color: #444;
	font-size: 15px;
	border-bottom: 1px solid #99CCFF;
}

ol li.cat-item a {
	color: #FF00CC;
	text-decoration: none;
	font-size: 15px;
}

ol li.cat-item a:hover {
	color: #6600CC;
}

.faq .main_content {
	clear: both;
	float: right;
	width: 614px;
}

.faq ul li {
	padding-bottom: 10px;
	list-style-type: none;
}

.faq li p.q {
	color: #444;
}

.faq li p.a {
	color: #FF00CC;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 14px;
}

#content p.top {
	margin-bottom: 14px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	background: transparent url('img/up_arw.gif') no-repeat left center;
}

#content p.top a {
	color: #444;
}

#page_content a {
	color: #FF00CC;
}
/**************************** FAQ Sub-Category Page ************************/

.faq #faq_sub-cat .main_content {
	clear: none;
}

/***************************** TO Events Page ******************************/

#blog div.post-1285 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#blog h1.post-1285 {
	margin-bottom: 0;
	padding-bottom: 4px;
	border-bottom: 5px solid #99CCFF;
}

.blog .content .promo li {
	margin-bottom: 28px;
	padding: 100px 0;
	text-align: center;
	border: 1px solid #999;
}

.blog .content .promo li.last {
	margin-bottom: 0;
}

.blog .content ul.promo {
	margin-bottom: 0;
}

/*************************** Sidebar *******************************/

#sidebar {
	position: relative;
	float: right;
	margin-right: 14px;
	width: 300px;
}

#sidebar #box_ad {
	float: none;
	height: 250px;
	width: 300px;
}

ul.extras {
	padding-bottom: 4px;
	margin-bottom: 14px;
	background: #FF00CC;
	list-style-type: none;
}

.extras li.tags {
	margin: 10px 14px;
	line-height: 1.4;
	list-style-type: none;
}

ul.extras .cat-item, li.tags .wp-tag-cloud {
	font-weight: normal;
	line-height: 1.5;
}

.categories ul, .tags ul {
	margin-top: 3px;
	padding-top: 10px;
}

#sidebar li.cat-item {
	margin: 10px 14px;
	padding-bottom: 3px;
	list-style-image: url('img/list_arw.gif');
	list-style-position: inside;
	border-bottom: 1px solid #FF66CC;
}

#sidebar p {
	padding: 10px 14px;
	color: #FFF;
}

div.tags a {
	padding-right: 5px;
}

#sidebar li a {
	color: #FFF;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar #tags li ul, #sidebar #categories li ul {
	padding-top: 0px;
}

/* Promo Info and About */

#sidebar #info.extras {
	background: #FFFF00;
} 

#sidebar #info h2 {
	padding-left: 38px;
	background: #6600CC url('img/info_abt.gif') no-repeat 14px center;
}

#sidebar #info p, #sidebar #info li a {
	color: #FF00CC;
}

#sidebar .extras li ul {
	padding-top: 10px;
}

#sidebar .extras h2 {
	padding: 10px 14px;
	color: #FFF;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: none;
	background: #0066FF;
}

/* street photos */

#street-photos {
	margin-bottom: 14px;
}

#sidebar #street-photos.extras  h2 {
	padding-left: 38px;
	background: #0066FF url('img/streetphotosicon.gif') no-repeat 14px center;	
}

#sidebar #street-photos.extras li ul {
	padding-top: 0;
}

#latest_photo {
	background: #FF00CC;
	float: left;
	clear: both;
	height: 118px;
	margin: 0;
	width: 143px;
}

#st_photo_nav {
	margin-left: 143px;
	position: relative;
	background: green none repeat scroll 0 0;
	clear: right;
	height: 118px;
	width: 157px;
}

#st_photo_nav ul {
	font-size: 12px;
	line-height: 39px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#st_photo_nav li ul {
	position: absolute;
	background: #FF00CC;
	left: -5000px;
	top: 0;
}

#st_photo_nav #photo2 ul {
	line-height: 38px;
}

#st_photo_nav li li {
	width: 143px;
}

#st_photo_nav li a {
	width: 157px;
	line-height: 39px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #FF00CC;
	text-align: center;
	text-decoration: none;
}

#st_photo_nav li#photo2 a {
	line-height: 38px;
}

li#photo1 a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	background: #FF00CC;
}

li#photo1 a:hover {
	color: #FF00CC;
	background: #FFFF00;
}

li#photo1:hover ul {
	margin-left: -143px;
	left: auto;
	width: 143px;
	height: 118px; 
}

li#photo2 a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	background: #FF00CC;
}

li#photo2 a:hover {
	color: #FF00CC;
	background: #FFFF00;
}

li#photo2:hover ul {
	margin-left: -143px;
	left: auto;
	width: 143px;
	height: 118px; 
}

li#photo3 a {
	color: #FFF;
	background: #FF00CC;
}

li#photo3 a:hover {
	color: #FF00CC;
	background: #FFFF00;
}

li#photo3:hover ul {
	margin-left: -143px;
	left: auto;
	width: 143px;
	height: 118px; 
}

/***************************** Footer ****************************/

#footer_wrap {
	clear: both;
	background: transparent;
	width: 928px;
}

#footer {
	margin-bottom: 14px;
	padding: 0;
	position: relative;
	background: #6600CC;
	font-size: 12px;
}

#recent_comments, #recent_posts {
	width: 286px;
	float: left;
	background: #6600CC;
}

#recent_comments {
	padding-left: 14px;
}

#recent_posts {
	padding-right: 14px;
	float: right;
}

#twitter {
	margin-left: 314px;
	min-height: 255px;
	width: 300px;
}

#footer h2 {
	margin-bottom: 10px;
	border-bottom: 2px solid #9966FF;
}

#recent_comments h2 {
	font-style: normal;
	background: transparent url('img/comment_ftr.gif') no-repeat 0px 10px;
}

#recent_posts h2 {
	background: transparent url('img/posts_ftr.gif') no-repeat 0px 10px;
}

#twitter h2 {
	background: transparent url('img/twitter_ftr.gif') no-repeat 0px 10px;
}

#footer #recent_comments a {
	text-transform: uppercase;	
	font-style: normal;
}

#footer #recent_comments li {
	font-family: georgia, times, serif;
	font-style: italic;
}

#footer li {
	list-style-type: none;
}

#footer li li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	color: #FFFF00;
	font-size: inherit;
	font-family: georgia, times, serif;
	border-bottom: 1px dashed #9966FF;
}

#twitter li li span {
	display: block;
	padding-bottom: 7px;
	font-family: georgia, times, serif;
	font-style: italic;
}

#twitter li li a {
	display: block;
	text-transform: uppercase;
}

#twitter li li span a {
	display: inline;
	text-transform: none;	
}

#twitter-link-wrap {
	margin-top: -8px; /* this makes it sit on top of the dashed line which separates each list item */
	padding: 7px 0 14px;
	border-top: 1px solid #9966FF;
}

#footer a {
	color: #FFF;
	font-size: inherit;
}

#basic_footer {
	padding: 14px;
	clear: both;
	text-align: center;
	background: #FF00CC;
}

#basic_footer ul {
	margin-bottom: 10px;
}

#basic_footer li {
	padding-right: 14px;
	color: #FFF;
	display: inline;
}

#basic_footer p {
	color: #FF66FF;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
}

#basic_footer a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

#basic_footer a:hover {
	text-decoration: underline;
}

/* Ad */

body *|*:-moz-any-link img, body img[usemap], body object[usemap] {
	border: 0;
}