/*
Theme Name: MPYBLACKTWO
Theme URI: http://michaelpaulyoung.com/
Description: From the artist/designer/creative Michael Paul Young
Version: 2.0
Author: Michael Paul Young
Author URI: http://michaelpaulyoung.com/
Tags: minimal,black,toolbar
*/

/* Main */

body {
	font-size: 9px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	color: #000000;
	background: black;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

img {
	margin-bottom: -3px;
	line-height: 0px;
	padding: 0px;
	border: 0px;
}
.clearme {
	clear: both;
}
.green {
	color: #11bb29;
}
.blue {
	color: #0b99ce;
}
.yellow {
	color: #eee10d;
}
.magenta {
	color: #e70795;
}
.orange {
	color: #f5940a;
}
a:link, a:visited  {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
    padding: 0px;
    margin: 0px;
}

/* header */
.header {
	width: 100%;
	background: red;
	height: 60px;
}
.headerBar{
	width: 810px;
	padding: 5px 20px 5px 20px;
}


/*toolbar*/
.logo {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	background: red;
	height: 40px;
	z-index:99;
	float:left;
	position: absolute;
	margin-right: 10px;
	width: 35px;
	text-align: center;
	margin-top: -10px;
	padding: 4px 5px 2px 5px;
}
.tool {
	border-width: 1px;
	border-bottom-color: #363636;
	border-bottom-style: solid;
	background-color: #1f1f1f;
	width: 100%;
	height: 102px;
	z-index: 999;
	position: fixed;
}

.toolBar{
	min-width: 980px;
	padding: 10px 30px 10px 30px;
}


.sectionTitle {
	margin: 20px 0 20px 0;
}

.dividerLine {
	border-bottom:thin; 
	border-color: #2b2b2b; 
	border-bottom-style:solid; 
	margin: 0px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
.dividerLineDark {
	border-bottom:thin; 
	border-color: #bebebe; 
	border-bottom-style:solid; 
	margin: 0px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.dividerLineThick {
	border-bottom:5px; 
	border-color: #323232; 
	border-bottom-style:solid; 
	margin: 0px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
.copyright {
	color: #efefef;
	font-size: 9px;
	font-style: italic;
}

/*index*/
.indexPost {
	float: left;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	height: 200px;
	overflow: hidden;
}
.singleFade{

}

/* content */
.main {
	width: 100%;
	text-align: left;
	z-index: 1;
	padding-top: 103px;
}

.singleContent{
	width: 300px;
	background-color: black;
	color: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 20px;
	z-index: 50;
	position: fixed;
	left: 30px;
	top:131px;
	-moz-box-shadow: rgba(51,51,51,.1) -1px 4px 5px;
	-khtml-box-shadow: rgba(51,51,51,0.1) -1px 4px 5px;
}

.singleImages {
	z-index: 1;
}
.singleVideo {
	margin-left: 400px;
	margin-top: 28px;
	width: 600px;
	padding: 20px;
	background: black;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-bottom: 30px;
}
.singleText {
	/* nothing */
}

.title {
	font-size: 9px;
	background-color: black;
	color: white;
	padding: 5px;
	position: absolute;
	z-index: 40;
	overflow: hidden;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}
.singleTitle {
	font-size: 14px;
	color: white;
	line-height: 12px;
}

.indexPostImg img {
	opacity: 0;
}
.cat {
	font-size: 7px;
	color: #7c7c7c;
}
.gallery {
	float:left; 
	width: 525px;
	overflow: hidden;
	text-align: center;
}

.gallery img {
	margin-bottom: 2px;
}
.details {
	width: 275px;
	margin-right: 10px;
	float: left;
}

.date {
	font-size: 9px;
}

#slider {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#slider li {
	margin: 0px;
	padding: 0px;
	list-style:none; 
}
#slider ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#control {
	position: absolute;
	left: 295px;
	top: 2px;
}

#footer{
	color: #7d7d7d;
	font-size: 9px;
	width: 290px;
	padding: 5px;
	background-color: black;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	position: fixed;
  	bottom: 0px;
  	z-index: 100;
  	left: 0px;
  	opacity: 0.9;
}

#footer a:link, #footer a:visited  {
	color: #7d7d7d;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
    margin: 0px;
}

#footer a:hover {
	color: #0b99ce;
	text-decoration: none;
	font-weight: bold;
    padding: 0px;
    margin: 0px;
}

