/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#apDiv1 {
	position:fixed;
	width:75px;
	z-index:1;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 70px;
}
.conversation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px;
	letter-spacing: 1px;
	color: #FF0000;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-style: normal;
	text-align: left;
	margin: 15px;
}
.video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 15px;
}
.audio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 15px;
}
.posthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 7px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	margin: 15px;
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	margin: 15px;
}
.chat {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-size: 12px;
	line-height: 18px;
	margin: 15px;
	list-style-type: none;
	list-style-position: outside;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: justify;
}
.textbody img {
	border:1px solid #000;
	background:#fff;
	padding:3px;
	max-width: 500px !important;
}
.photo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: justify;
}
.photo img {
	border:1px solid #000;
	background:#fff;
	padding:3px;
}
#share {
	border:0px solid #000;
	background:#fff;
	padding:0px;
}
#apDiv2 {
	position:absolute;
	list-style-type:none;
	width:538px;
	min-height: 100%;
	z-index:1;
	left: 160px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
}

.ends {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: -30px 5px 30px 5px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.quotemark {
	font-size: 36px;
	color: #CCCCCC;
	vertical-align: text-bottom;
}
.conversation ul {
	width:500px;
	list-style-type:none;
	margin:0;
	padding:0 0 0 1px;
}

.conversation ul li {
font-size:12px;
color:#000;
margin-bottom:1px;
padding:4px;
}

.conversation ul li span.label {
font-weight:700;
font-size:11px;
text-transform:uppercase;
letter-spacing:1px;
}

.conversation ul li span.user_1 {
	color:#FF0000;
}

.conversation ul li span.user_2 {
	color:#FF6600;
}

.conversation ul li span.user_3 {
	color:#FFCC00;
}

.conversation ul li.odd {
background-color:#FFF;
}

.conversation ul li.even {
	background-color:#F7F7F7;
}

body,td,th {
	color: #000000;
}

blockquote {
    border : 1px dashed #000000;
    margin : 1em 40px;
    padding: 0 15px;
    background-color: #eeeeee;
}


#apDiv3 {
	position:absolute;
	width:250px;
	z-index:1;
	margin-top: 10px;
	margin-right: 300px;
	margin-bottom: 30px;
	margin-left: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



#apDiv3 ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#apDiv3 ul li{
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}

#apDiv3 ul li ul{
	list-style-type:square;
	margin:0;
	padding:0 3px;
}

#apDiv3 ul li ul li{
	list-style-type:none;
	background:transparent url(http://www.droptonestudio.com/blog/wp-content/themes/pop-blue/images/li.gif) no-repeat 0 3px;
	border:0;
	margin:0;
	padding:0 0 3px 15px;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

label.screen-reader-text {
	display: none;
}
