/*
Theme Name: Community Shorts
Theme URI: http://communityshorts.com
Description: Custom theme for community shorts
Version: 0.1 beta
Author: Josh Malmuth
*/


/*-----------Block Level Elements--------------*/

*{margin:0; padding:0;}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0;
	}

a:link, a:visited {color: black; text-decoration: underline;}

a:hover, a:active {text-decoration: none;}

img {
	border: none;
	margin: 0;
	}
	
#wrapper {
	display: block;
	width: 100%;
	}	
	
#header {
	display: block;
	float: left;
	width: 100%;
	height: 150px;
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/cs/images/header-gradient.png);
	}

#headerimg {
	display: block;
	position: relative;
	width: 154px;
	height: 84px;
	margin-top: 50px;
	margin-left: 15px;
	background-image: url(http://images.communityshorts.com/docs/community_shorts-000.jpg);
	background-repeat: no-repeat;
	}
	
#featured {
	display: block;
	float: left;
	width: 100%;
	}
	
#featured_bar {
	display: block;
	float: left;
	width: 100%;
	height: 15px;
	background-color: #000;
	background-image: url(http://felipelima.com/scratch/stars.png);
	background-repeat: repeat;
	}
	
#featured_bar_bottom {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
	border-bottom: 0px solid #000;
	background-color: #000;
	color: white;
	font-size: x-large;
	font-weight: lighter;
	background-image: url(http://felipelima.com/scratch/stars.png);
	background-repeat: repeat;
	}
	
#featured_bar_bottom a {
	color: white;
	}

#content_featured {
	display: block;
	float: left;
	width: 100%;
	height: 360px;
	background-color: #111;
	background-position: center;
	background-image: url(/wp-content/themes/cs/images/featured-bg.png);
	background-repeat: no-repeat;
	}
	
.poster_frame {
	height: 360px;
	width: 850px;
	background: transparent;
	}

.poster_frame img {
	margin-top: 0;	
	}

#left-panel {
	display: block;
	float: left;
	height: 360px;
	width: 180px;
	}	
	
#featured_post {
	display: block;
	float: left;
	width: 850px;
	height: 360px;
	background-repeat: no-repeat;
	}
	
#right-panel {
	display: block;
	float: right;
	height: 360px;
	width: 180px;

	}
	
#featured_container {
	display: block;
	position: relative;
	width: 847px;
	margin: 0 auto;
	}
	
#page_wrapper {
	display: block;
	float: left;
	width: 100%;
	}

#page {
	display: block;
	position: relative;
	width: 902px;
	margin: 0 auto;
	}


#content {
	display: block;
	float: left;
	padding: 25px 0 0 0;
	}

#previously {
	display: block;
	float: left;
	width: 480px;
	text-align: center;
	font-size: medium;
	}

#prev_thumbs {
	display: block;
	float: left;
	width: 480px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 30px;
	}

.prev_thumb {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 0px;
	margin-right: 15px;
	text-align: center;
	font-size: medium;
	}

.prev_thumb img {
	border: none;
	margin-top: 5px;
	}

.prev_thumb_tall {
	display: block;
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-right: 15px;
	text-align: center;
	font-size: medium;
	}

.prev_thumb_tall img {
	border: none;
	margin-top: 5px;
	}

.prev_thumb_last {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font-size: medium;
	}

.prev_thumb_last img {
	border: none;
	margin-top: 5px;
	}

#main_blog {
	display: block;
	float: left;
	width: 480px;
	}

#last_week {
	display: block;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	margin-top: 67px;
	border-right: 1px solid #000;
	}
	
#last_week_home {
	display: block;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	margin-top: 67px;
	border-right: 1px solid #000;
	}
	
#last_week_null  {
	display: block;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	margin-top: 67px;
	}
	
	
#last_week_sub {
	display: block;
	width: 180px;
	padding-top: 15px;
	text-align: right;
	font-size: medium;
	}
	
#last_week_sub p {
	 margin-bottom: 10px;
	 }

#next_week {
	display: block;
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 67px;
	border-left: 1px solid #000;
	margin-bottom: 50px;
	}
	
#next_week_null {
	display: block;
	float: right;
	margin-left: 0;
	padding-left: 15px;
	margin-top: 67px;
	margin-bottom: 50px;
	}
	
#next_week_sub {
	display: block;
	width: 180px;
	padding-top: 15px;
	text-align: left;
	font-size: medium;
	}
	
#next_week_sub p {
	 margin-bottom: 10px;
	 }

#footer {
	display: block;
	clear: both;
	padding: 15px;
	background-color: #000;
	color: white;
	font-size: medium;
	font-weight: lighter;
	background-color: #000;
	background-image: url(http://felipelima.com/scratch/stars.png);
	background-repeat: repeat;
}

#footer a {
	color: white;
	}

#about {
	display: block;
	float: left;
	}
	
#copyright {
	display: block;
	text-align: right;
	}

#crown {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #000;
	overflow: hidden;
	font-size: x-small;
	color: white;
	background-image: url(http://felipelima.com/scratch/stars.png);
	background-repeat: repeat;
	}

#crown a {
	text-decoration: underline;
	color: white;
	}

#crown a:hover {
	text-decoration: none;
	color: white;
	}

blockquote {
	border-left: 1px solid #000;
	margin-left: 15px;
	padding-left: 15px;
	}

.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}

/*-------------Headings-------------*/

h1 {

}

h2.headline {
	color: #000;
	font-size: x-large;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 130%;
	}
	
h2.headline a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

h3 {

}

h4 {

}

h5 {

}

#blue_text {
	color: #000;
	}
	
#blue_text a {
	color: #000;
	text-decoration: underline;
	}

#blue_text a:hover {
	color: #000;
	text-decoration: none;
	}
	
#byline {
	font-size: medium;
	}
	
#byline a {
	text-decoration: underline;
	}

#byline a:hover {
	text-decoration: none;
	}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	display: block;
	margin-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid black;
	font-size: medium;
	line-height: 150%;
	}

	
.post_pl {
	display: block;
	height: 360px;
	}

.post p {
	margin-bottom: 15px;
	}
	

.post a {

}

.post ul {

}

.post li {

}

.post1 {
	display: block;
	margin-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: medium;
	line-height: 150%;
	}

.post1 p {
	margin-bottom: 15px;
	}


.entry {
	display: block;
	margin-top: 15px;
	}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	font-size: medium;
	margin-bottom: 25px;

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

div.see_more div.over {
	background-color: white;
	display:none;
	position:absolute;
	width: 640px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 15px 0;
	z-index:299;
	margin-left: 40px;
}
div.see_more:hover div.over,
div.see_more_on div.over {
	display:block;
}

#excerpt {
	display: block;
	font-size: medium;
	margin-left: 15px;
	}
	
#no_line a, #no_line a:hover {
	text-decoration: none;
	}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/







