/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


body{
	background-attachment:fixed;
}

#component h1,#component h2,#component h3{
	color: #333;
}

#component h2{
	position: relative;
	top: -10px;
}

#logo{
	height: auto;
	overflow: hidden;
	min-height: 150px;
	background: #333;
	margin-top: 15px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 10px;
}

#logo{
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#logo img{
	margin-top: 15px;
}

#logo a{
	margin: auto;
}

#socialicons{
	width: 200px;
	height: 30px;
	display: block;
}

#socialicons a{
	margin-left: 5px;
}

#twitter{
	display: block;
	background-color: #C8C8C8;
	border-radius: 3px;
	width: 91px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

#socialicons #twitter{
	background-image:url(../images/twitter-02.png);
}

#socialicons #facebook{
	background-image:url(../images/facebook-01.png);
}

#social{
	position: fixed;
	height: 750px;
	text-indent: 10px;
	padding-top: 5px;
}

#social h1,h2,h3,h4{
	color: #F0F0F0;
}

#menu{
	margin-left: 10px;
	margin-right: 10px;
}

#menu ul li{
	float: left;
}

#menu ul li a{
	font-size: 20px;
	background: #C8C8C8;
	line-height: 40px;
	border-radius: 3px;
	text-align:center;
	padding: 5px 10px;
}

#component ol li h3, #right-panel ol li h3{
    display: block;
    left: -18px;
    padding-left: 21px;
    padding-right: 21px;
    position: relative;
    text-align: center;
    text-indent: 0;
    top: -18px;
    width: 540px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #F0F0F0;
}

#component ol li h3.date{
	border-radius: 0 0 3px 3px;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: left;
    top: 18px;
	text-indent: 0px;
	display: block;
	height: 20px;
}

#component ol li h3.date cufon{
	position: relative !important;
	top: -8px !important;
	left: -10px !important;
}

#description{
	margin-top: -15px;
}

#component ol{
	list-style:none;
}

#component ol li, #right-panel ol li{
    background: #F7F7F7;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: -30px;
    padding: 18px;
    width: 546px;
}

#right-panel ol li{
    height: auto;
    margin-left: -89px;
    overflow: hidden;
    width: 300px;
}

#right-panel ol li h3{
	width: 294px;
}

#component ul.chat li, #component li.text li{
	box-shadow: none;
	width: 500px;
	display: block;
	height: 30px;
	background: #F0F0F0;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

#right-panel h2{
	color: #333;
	font-size: 28px;
}

#component ul.chat li span .label{
	background: #333;
}

#right-panel ol li ul.pages li{
	box-shadow: none;
    display: block;
    margin-left: -23px;
    padding: 0;
    width: 300px;
}

#right-panel ol li ul.pages li a{
	background: #F0F0F0;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 283px;
	font-size: 20px;
	border: 1px solid #E2E2E2;
}

#component ul.tags li{
	float: left;
}

div#component.eleven ol#posts li.post span.quote p{
	font-size: 40px;
}

div#right-panel.five ol li ul.following li{
	background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #E2E2E2;
    box-shadow: none;
    display: block;
    margin-left: -26px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 246px;
	font-size: 20px;
}

div#right-panel.five ol li ul.following li a{
	border-bottom: none;
}

html.cufon-active body div#wrapper.container div#right-panel.five ol li div#likes_container ul#likes li.like_post{
	background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #E2E2E2;
    box-shadow: none;
    display: block;
    margin-left: -26px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 246px;
	font-size: 20px;
}

html.cufon-active body div#wrapper.container div#right-panel.five ol li div#likes_container ul#likes li.like_post a{
	border-bottom: none;
}

div#right-panel.five ol li ul.following li a{
	position: relative;
	top: -9px;
	left: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #social{
	   left: 1080px;
   }
   #name{
	   margin-left: 138px;
   }
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/