/*==============================
 		Title:LAP OF LUXURY
		Author: Bloggy
 =============================*/
body {
	font-family        :Verdana,Arial,Tahoma,Georgia, Lucida,Helvetica, sans-serif;
	font-style         :normal;
	font-variant       :normal;
	text-align         :center;
	background         :#070707 url(http://www.porous-studios.com/wp-content/uploads/2010/06/porous_site_background_dark_grunge04.jpg) no-repeat top center;
}
* {
	list-style-image   :none;
	list-style-position:outside;
	list-style-type    :none;
	margin             :0;
	padding            :0;
	outline-style      :none;
	outline-width      :0;
}
img,fieldset {
	border             :none;
}
ul,ol,li {
	list-style         :none;
}
input, textarea, select {
	font-family        :inherit;
	font-size          :inherit;
	font-weight        :inherit;
}
a {
	text-decoration    :none;
	color:#2666bb;
}
a:visited {
	text-decoration    :none;
}
a:hover {
	text-decoration    :underline;
        color:#c3e604;
}
.hide {
     position          : absolute;
     left              : -9999px;
}
/*----------------------- Page Structure ---------------------*/
/*----------------------- Start wrapper ----------------------*/
#wrapper{
	margin:0 auto;
	text-align:left;
	width:960px;
}
/*-----------------------  Start header  ---------------------*/
#header{
	width:960px;
	overflow:hidden; 
        padding-bottom:20px;
        padding-top:0;
        background: url(http://www.porous-studios.com/wp-content/uploads/2010/06/Porous_site_logo_and_texture.png) no-repeat left center;
}
.logo{
        padding:0;
        margin:0;
        top:85px;
	float:left;
	font:bold 40px Arial;
	letter-spacing:-1px;
	width:320px;
        height:40px;
	text-transform:uppercase;
	color:transparent;
        position:relative;
}
.logo:hover{ 
        text-decoration:none;
        color:transparent;
}
#header ul{
        padding:41px 0 14px;
	float:left;
}
#header ul li{
	float:left;
	padding-right:20px;
}
#header ul li a{
	float:left;
	height:16px;
}

/**************************************
Navigation Style JQuery Dropdown
**************************************/

.nav{cursor:default;list-style-type:none;font-size:23px;float:right;margin:92px 50px 0 0;padding:20px 5px 10px;}
.nav a{display:block;text-decoration:none;padding:0 5px;color:#909090;letter-spacing:0px;margin:0px 15px;text-transform:uppercase;}
.nav li{float:left;position:relative;padding:0;color:#fff;}
.nav li a:hover {text-decoration:none;color:#2666bb;}
.nav ul{position:absolute;display:none;top:35px;list-style-type:none;text-align:left;padding:0;color:#fff;font-size:18px;width:800px;}
.nav li ul{padding-top:0 !important;}
.nav ul li{float:left !important;}
.nav li ul a{height:auto;float:left;padding-left:5px;}
.nav li:hover ul ul,.nav li:hover ul ul ul,.nav li:hover ul ul ul ul{display:none;}
.nav li:hover ul,.nav li li:hover ul,.nav li li li:hover ul,.nav li li li li:hover ul{display:block;}

/*
.nav { margin-top:18px; }
.nav li a { font:bold 12px "Hand Of Sean", akashi, "BankGothic Md BT", Arial, serif; 
        color:#aeaeae; 
        letter-spacing:0px;
        margin:0px 15px; 
        text-transform:uppercase;  }
.nav li a:hover {text-decoration:none;
        color:#2666bb; 
}
.nav .current_page_item a,
.nav .current_page_parent a,
.nav .current_page_ancestor a {
        font:bold 12px "Hand Of Sean", akashi, "BankGothic Md BT", Arial, serif; 
        color:#ffffff; 
        text-decoration:none; 
} */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
} 


/*-----------------------  Start mainBody  ---------------------*/
#mainBody{
	width:909px;
	overflow:hidden;
	margin-top:30px;
	padding-bottom:8px;
}
/*-----------------------  Start mainArea  ---------------------*/
.mainArea{
	background:url(http://www.porous-studios.com/wp-content/uploads/2010/06/rightBg.png) repeat-y right top;
	overflow:hidden;
}
*+ html .mainArea{
	background:url(http://www.porous-studios.com/wp-content/uploads/2010/06/rightBg.png) repeat-y right top;
	overflow:hidden;
}
/*-----------------------  Start main  ---------------------*/
.main{
	width:571px;
	float:left;
}
/*-----------------------  Start contentArea  ---------------------*/
.contentArea{
	margin-bottom:12px;
}
.contentArea h2{
	font:normal 34px "Lucida Sans", Verdana, Arial, Georgia, "Times New Roman", Times, serif;
        color:#b9d9ea;
        letter-spacing:-2px;
	line-height:36px;
	margin:-5px 0 9px;
	padding-bottom:10px;
	width:539px;
	border-bottom:1px solid #3b3b3b;
}
.contentArea h2 a:hover {text-decoration:none;
        color:#c3e604; 
}
.contentArea h2 span{
	font-size:11px;
	color:#2666bb;
        letter-spacing:0px;
	font-weight:normal;
	display:block;
	margin-bottom:-10px;
}
.contentArea h2 a{
	color:#b9d9ea;
}
/*-----------------------  Start gallery  ---------------------*/
.gallery,.bigGallery{
	width:536px;
	height:252px;
	margin-bottom:10px;
	border:1px solid #151515;
}
.bigGallery{
	height:273px;
}
.gallery * ,.bigGallery *{
    vertical-align: middle;
}
.gallery span ,.bigGallery span{
	display: inline-block;
	height:100%;
}
.contentArea .entry-content{
	color:#cccccc;
	font-size:13px;
	padding:0 20px 5px 0;
	line-height:17px;
	margin-bottom:10px;
}

.entry-content p {
	margin-bottom:15px;
}
.contentArea .gallery p ,.contentArea .bigGallery p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 536px;
    height: 252px;
	overflow:hidden;
	background:#323232;
	padding:0;
}
.contentArea .bigGallery p{
	height:273px;
	overflow:hidden;
}

.link{
	font-weight:normal;
	font-size:13px;
}
.link a{
	font-size:13px;
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
}
.link a:hover{
	text-decoration:none;
}
.comment{
	width:533px;
	border:1px solid #151515;
	border-width:1px 0 1px 0;
	margin:16px 0 0;
	padding-left:5px;
	height:36px;
	line-height:36px;
	display:block;
}
.comment b,.comment a{
	background:none;
	font-weight:bold;
	font-size:13px;
	color:#b9d9ea;
	padding-left:0px;
}
.comment b{
	color:#333333;
}
.comment b a{
	background:none;
	padding:0;
	margin-right:33px;
}
.comment a:hover{
        color:#c3e604;
}
.bottom{
	margin:46px 0 0px;
}
/*-----------------------  Start side  ---------------------*/
.side{
	width:338px;
	float:right;
}
/*-----------------------  Start rightContent  ---------------------*/
.rightArea{
	background: none;
	width:339px;
	padding-top:33px;
}
/*-----------------------  Start rightContent  ---------------------*/
.rightContent{
	width:339px;
	overflow:hidden;
}
.rightContent h3{
	font-size:11px;
	color:#cccccc;
	font-weight:normal;
	padding:0 0 13px 19px;
}
.add{
	width:300px;
	height:250px;
	display:block;
	background:#0c0c0c;
	margin:0 0 47px 19px;
}
/*-----------------------  Start list  ---------------------*/
.list{
	width:142px;
	float:left;
	margin:0 15px 0 22px;
	min-height:300px;
	height: auto !important;
	height: 300px;
}
.list2{
float:left;
width:142px;
}

.list .widget, .list2 .widget { margin-bottom:10px; }
.list h3, .list2 h3 {
	font:bold 16px Verdana, "Lucida Sans", Arial, Serif, Georgia;
	letter-spacing:-1px;
	color:#c3e604;
        text-transform:uppercase;
	padding:0;
	margin-bottom:5px;
}

.rightContent h2{
	border-bottom:1px solid #2666bb;
	height:17px;
	margin-right:15px;
	overflow:hidden;
	padding-bottom:7px;
	margin-bottom:3px;
}
.list .rightContent h2{
	margin-right:0;
}
.rightContent ul{
	padding-bottom:25px;
}
.rightContent ul li{
	line-height:16px;
}
.rightContent ul li a{
	font-size:13px;
	color:#aeaeae;
	text-decoration:none;
}
.rightContent ul li a:hover{
	color:#2666bb;
        text-decoration:none;
}
/*-----------------------  Start footer  ---------------------*/
#footer{
	width:909px;
	clear:both;
	border-top:1px solid #5d5d5d;
	margin-top:43px;
	padding:18px 0 388px;
	float:left;
}
#footer p{
	font-size:11px;
	color:#7e7e7e;
	line-height:15px;
}
#footer p a{
	color:#aeaeae;
	text-decoration:none;
}
#footer p a:hover{
	color:#c3e604;
        text-decoration:underline;
}
/*-----------------------  Start sub page  --------------------------*/
/*-----------------------  Start responsesArea  ---------------------*/
.responsesArea{
	float:left;
	margin-top:-2px;
}
.responsesArea h2{
	font:normal 21px Verdana, Georgia, "Times New Roman", Times, serif;
	color:#b9d9ea;
	margin:20px 0 21px;
}
.responsesArea ul li{
	width:500px;
	background:#323232;
	border:7px solid #070707;
	padding:11px 12px 12px;
	margin-bottom:15px;
}
.responsesArea ul li .photo {
	float:left;
	border:1px solid #151515;
	margin-right:12px;
}
.responsesArea ul li h3{
	float:left;
	font:bold 14px Verdana, Georgia, "Times New Roman", Times, serif;
}
.responsesArea ul li h3 a{
	font-size:12px;
	font-weight:normal;
	display:inline;
	text-decoration:underline;
	color:#2666bb;
}
.responsesArea ul li h3 a:hover{
	text-decoration:none;
}
.responsesArea ul li .comment-content{
	color:#b9d9ea;
	font-size:12px;
	float:top;
        clear:both;
	padding:13px 80px 5px;
	line-height:16px;
}
/*-----------------------  Start contactArea  ---------------------*/
.contactArea{
	padding:16px 18px 18px 16px;
	border:7px solid #3b3b3b;
	width:490px;
	clear:both;
	background:#323232;
	overflow:hidden;
}
.contactArea h2{
	font:bold 20px "Trebuchet MS", "Lucida Sans", Verdana, Georgia, "Times New Roman", Times, serif;
        letter-spacing:1px;
	color:#aeaeae;
	padding-bottom:10px;
}
.contactArea p{
	font-size:13px;
	color:#b9d9ea;
}
.contactArea input{
	width:255px;
	height:20px;
	font-size:12px;
	margin-right:13px;
	border:1px solid #333333;
	margin-bottom:14px;
	padding:3px 5px 0;
}
.contactArea textarea{
	margin-bottom:11px;
	border:1px solid #333333;
	width:478px;
	height:98px;
	font-size:12px;
	padding:2px 5px 0;
}
.contactArea input:focus,.contactArea textarea:focus{
	background:#b9d9ea;
}
.contactArea .post{
	width:120px;
	height:27px;
	background:url(http://www.porous-studios.com/wp-content/uploads/2010/06/Post_Comment.png) no-repeat;
	padding:0;
	margin:0;
	float:right;
	border:none;
	cursor:pointer;
}
.contactArea .post:focus{
	background:url(http://www.porous-studios.com/wp-content/uploads/2010/06/Post_Comment_Focus.png) no-repeat;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
