/*
Theme Name: Mobarts 
Theme URI: http://www.mob-arts.com
Description: A clean and minimal theme that is completely compatible with WordPress 3.0
Author: Bojan Wilytsch	
Author URI: http://mob-arts.com/page
Version: v3.2
*/


body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000000;
	background-color: #000;
	margin-top: 0px;
	padding-top: 0px;
}

li {
	list-style:none;
}

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

img {
	border:none;
}

a:hover {
	color: #d5d5d5;
}

h1 {
	margin: 0px 0px;
	padding: 0px 0px;
}

.clear {
	clear: both;
}

#wrapper_bg {
	width: 100%
	height: auto;
	background-color: #efefef;
	border-bottom: 1px solid #d5d5d5;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	padding-top: 36px;
	height: auto;
	clear:both;
}

#header {
	width: 960px;
	height: 32px;
	margin: 1px auto;
}

#header h1 a{
	height: 32px;
	width:32px;
	display: block;
	float: left;
	background-image: url(home_icon.png);
	background-repeat: no-repeat;
	border-right: 1px solid #efefef;
	text-indent: -9999px;
}

#header h1 a:hover{
	background-color: #e0e0e0;
}



.pagenav {
	text-indent: -9999px;
	background-color:none;
}

#nav li a{
	height: 32px;
	padding: 0px 25px;
	float:left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 31px;
	background-color: #d5d5d5;
	background-image: -webkit-gradient(
    				linear,
   				left bottom,
   				left top,
    				color-stop(0, rgb(181,181,181)),
    				color-stop(0.72, rgb(213,213,213))
				);
	background-image: -moz-linear-gradient(
    				center bottom,
    				rgb(181,181,181) 0%,
   				rgb(213,213,213) 72%
				);		
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #6b6b6b;
	color: #000000;
	font-size: 12px;
	text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
	-webkit-text-shadow: 0px 1px 1px #fff;
}

#nav li a:hover{
	background: #e0e0e0;
}

#nav li a:active{
	background: #e0e0e0;
}


#nav_bar{
	height: 33px;
	width: 100%;
	position:absolute;
	border-top: 1px solid #fff;
	background-color: #d5d5d5;
	background-image: -webkit-gradient(
    				linear,
   				left bottom,
   				left top,
    				color-stop(0, rgb(181,181,181)),
    				color-stop(0.72, rgb(213,213,213))
				);
	background-image: -moz-linear-gradient(
    				center bottom,
    				rgb(181,181,181) 0%,
   				rgb(213,213,213) 72%
				);
	box-shadow: -4px 2px 4px #555555;
	-moz-box-shadow: -4px 2px 4px #555555;
	-webkit-box-shadow: -4px 2px 4px #555555;
	border-top: 1px solid #eeeeee;
	z-index: 100;
}

#nav .lastChild {
	border-right:none;
}

#main {
	padding-top: 15px;
	height: auto;
}

/* Post-Items */

.post-item {
	position: relative;
	float:left;
	height: 210px;
	width: 319px;
	text-align: center;
	background: black;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.post-item h3{
	color: #efefef;
	font-size: 24px;
	margin-top: 68px;
	margin-bottom: -8px;
	padding: 0px 20px;	
}

.thumb img {
	border: none;
	width: 319px;
	height: 210px;
}

.post a{
	color: #efefef;
}

.post p{
	color: #efefef;
}


.thumb {
	position: absolute;
	top:0;
	left:0;
	height: 210px;
	width: 319px;
	-moz-transition: opacity 0.5s ease-in;
  	-webkit-transition: opacity 0.5s ease-in;
  	-o-transition: opacity 0.5s ease-in;
  	transition: opacity 0.5s ease-in;
}

.thumb:hover {
	opacity: 0.3;
}

.main-meta {
	margin-bottom: -18px;
	color: #efefef;
	font-weight: bold;
}

.category a{
	color: #5c5c5c;
	font-size: 12px;
}

.category a:hover{
	color: #efefef;
}


/* Page Numbers */

.navigation{
	font-size: 14px;
	text-align: center;
	color: #000000;
	clear: both;
	padding: 20px 0px 30px 0px;
}

/* Old Buttons

.buttons a{
	color: #fbfbfb;
	background: #a7a7a7;
	border-radius: 4px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.buttons a:hover, a:focus {
	background: #000000;
	color: #efefef;
}

*/

.navigation a{
	color: #fbfbfb;
	background: #a7a7a7;
	border-radius: 4px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.navigation a:hover, a:focus {
	background: #000000;
	color: #efefef;
}



/* Footer */


#footer {
	margin: 0px auto;
	padding: 30px 0px 10px 0px;	
	width: 100%;
	height: auto;
}

#footerCont ul{
	list-style:none;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0px;
}

#footerCont li{
	float: left;
	width: 298px;
	height: 257px;
	padding: 2px 10px;
}

#footerCont li#firstChild .cat-item-16 {
	height: auto;
	padding: 10px 0px;
	margin-bottom: 0px;
	border-right: none;
}

#footerCont li .cat-item-16 a{
	color: #fff;
}


#footerCont li#firstChild ul {
	width: 298px;
	height: auto;
	margin-left: 0px;
	padding-left: 0px;

}

#footerCont li#firstChild ul li.monMusic{
	width: 298px;
	font-size: 14px;
	height: auto;
	padding: 10px 0px;
	border-right: none;
	margin-left: 0px;
}

#footerCont li#firstChild ul li.monMusic a {
	color: #a7a7a7;

}

#footerCont li#firstChild ul li.monMusic a:hover {
	color: #000000;

}


.clear {
	text-align:center;
	font-size: 9px;
	clear:both;
	padding-top: 20px;
}

.clear a{
	color: #000000;
}

.clear a:hover{
	color: #d5d5d5;
}

#footerCont li#firstChild {
	border-left: none;
	color: #efefef;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 22px;
}



#footerCont li#lastChild {
	border-right: none;
	
}

#footerCont h2{
	color: #fff;
	font-size: 17px;
	margin-top: 0px;
	letter-spacing: 1px;
	border-top: 5px solid #939598;
	padding-top: 12px;
}

#footerCont p{
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #a9a9a9;
}

#footerCont p a{
	color: #fff;
}

#footerCont p a:hover{
	color: #d5d5d5;
}

.rss a{
	height:40px;
	width: 40px;
	display: block;
	background-image: url(rss_icon.png);
	background-color: #fff;
}

.rss a:hover{
	background-image: url(rss_icon_active.png);
}

#mobileAbout {
	display: none;
}

/* Single.php */


#blog {
	width: 100%;
}

.singlePost .singleContent {
	width: 630px;
	float: left;
	font-size: 12px;
}

.singlePost .singleContent img{
	width: 630px;
	height: auto;
	margin-bottom: 10px;
	border:1px solid #d5d5d5;
}

.information {	
	width: 310px;
	height: auto;
	float: right;
	color: #a7a7a7;
	font-size: 12px;
}

.singlePost .information h3 a{
	font-size: 16px;
	color: #000000;
}

.information .singleMeta a{
	color: #000000;
}

.information .singleMeta a:hover{
	color: #d5d5d5;
}


.information p.singleMeta {
	margin-top: 0px;
}


.leftButton a{
	width: 60px;
	height: 120px;
	position: fixed;
	top: 42%;
	left:10px;
	text-indent: -9999px;
	background: url(http://www.mob-arts.com/blog/wp-content/themes/mobarts_3.2/images/arrowSingle.png) no-repeat;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.rightButton a{
	width: 60px;
	height: 120px;
	position: fixed;
	top: 42%;
	right:10px;
	text-indent: -9999px;
	background: url(http://www.mob-arts.com/blog/wp-content/themes/mobarts_3.2/images/arrowSingle.png) no-repeat;
	background-position: -60px 0px;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
}



.leftButton a:hover, .rightButton a:hover{
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* page.php */

.page {
 	width: 630px;
 	color: #000000;
}

.page .pageEntry {
	font-size: 12px;
}

#blog h2 {
	font-size: 18px;
	margin-bottom: -20px;
}

/* mobileApp site */

#mobileInfo {
	width: 320px;
	height: auto;
	float:left;
}

#mobileInfo p {
	color: #a7a7a7;
}

#mobileInfo h3{
	font-weight: normal;
}

#appBox {
	margin-top: 20px;
	width: 120px;
	height: 41px;
	background: url(images/smartButton.png) no-repeat;
}

#appBox:hover {
	background: url(images/smartButtonActive.png) no-repeat;
}



#phoneWrap {
	height: 620px;
	width: 960px;
	
}

#phoneVert {
	clear: both;	
	margin-left: 70px;
	float: left;
	height: 323px;
	width: 500px;
	margin-top: 60px;
	background:url(images/phoneHor.png) no-repeat;
}

#phoneHor {
	margin-right: 100px;
	margin-top: -183px;	
	text-align: center;
	float: right;
	height: 580px;
	width: 256px;
	background:url(images/phoneVert.png) no-repeat;
}



/*------------------------------------*\
	IPHONE
\*------------------------------------*/

@media screen and (max-device-width: 480px){
/*--- iPhone only CSS here ---*/

#nav #mobile {
	display: none;
}

.page-item-836 {
	display: none;
}

#nav_bar {
	box-shadow: -4px 2px 4px #000;
	-moz-box-shadow: -4px 2px 4px #000;
	-webkit-box-shadow: -4px 2px 4px #000;
}

#wrapper_bg {
	background-color: #000000;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px#000;
	box-shadow: inner 0 0 5px #000;
	}

#wrapper {
	width: 100%;
	margin: 0px auto;
	padding-top: 36px;
	margin-bottom: 5px;
	height: auto;
	clear:both;
}

#header {
	width: 100%;
	height: 32px;
	margin: 1px auto;
}


#footerCont #firstChild {
	display: none;
}

#footerCont #facebook {
	display: none;
}

#footer {
	float: left;
	width: 100%;
	height: 150px;
	margin-right: 5%;
	margin-left: 3%;
}

#footerCont ul{
	width: 100%;
}

#footerCont ul h2{
	padding-top: 20px;
}

#mobileAbout {
	display:block;
	font-weight: bold;
}



.post-item {
	width: 80px;
	height: 80px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #000000;	
	background-color: #5e5e5e;
	float: left;
	margin: 3% 4%;
	overflow: hidden;
	color: #000000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	
}

.post-item a {
	color: #000000;
}

.post-item h3{
	display:none;	
}


.thumb img {
	height: 80px;
	width: 122px;
	margin-left:-21px;
}


.thumb {
	width: 80px;
	height: 80px;
}

.clip {
	width: 80px;
	height: 80px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;

}

.singlePost .singleContent {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #fbfbfb;
}

.singlePost .information {
	float: left;
	color: #fbfbfb;
	margin: 0 5%;
}

.singlePost .information a{
	color: #fbfbfb;
}

.singlePost .information h3 a{
	font-size: 1.5em;
	width: 90%;
	color: #fbfbfb;
	margin-left: auto;
	margin-right: auto;
}

.singlePost .singleContent p{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


.singlePost .singleContent img{
	width: 100%;
	height: auto;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px#000;
	box-shadow: 0 0 10px #000;
	border-radius: 4px;
}

.singlePost .singleContent iframe{
	width: 100%;
	height: auto;
}

.navigation{
	width: 100%
	color: #000000;
	clear: both;
	height: auto;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
}

.buttons a{
	margin: 0 5%;
	font-size: 1.4em;
	color: #fbfbfb;
	background: #a7a7a7;
	float:left;
	margin-top: 10px;
	border-radius: 4px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.buttons a:hover, a:focus {
	background: #000000;
	color: #efefef;
}

.main {
	width: 100%;
}

.page {
	width: 100%;
}

.pageEntry {
	margin: 0 5%;
	width: 90%;
}

.page .pageEntry p{
	font-size: 1.6em;
	color: #fbfbfb;
}

.page .pageEntry a {
	color: #fbfbfb;
}

.clear {
	display: none;
}



}
