/*   
Theme Name: Frosh Connexion 2011
Description: AFC Frosh Connexion 2011 theme
Author: Kimberly Lam (www.paper-heart.org)
Credits: Based on Michael Tyson's Elegent Grunge wordpress theme (http://michael.tyson.id.au/wordpress)
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #4c4c4c url('images/bg.jpg');
	font-family: Tahoma, sans-serif;
	color: #ffffff;
}

a {
	color: #3ea7ef;
	text-decoration: underline;
}

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

img {
	border: 0;
}



/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	vertical-align: text-top;
	background-color: #191919;
	height:2.5em;
	border-bottom: 1px solid #373737;
	font-size: 12px;
	padding-bottom: 3px;
	
}

#menu ul {
	width: 800px;
	margin: 0;
	padding-left: 17px;
	bottom: 0;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu .searchfor{
	padding-top: 3px;
}

#menu .page_item a {
	display: block;
	padding-right: 40px;
	line-height: 3.0em;
	color: #ffffff;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #3ea7ef;
	text-decoration: underline;
}

/* Header */

#header {
	height: 252px;
	background: url('images/header.jpg') no-repeat;
}



/* Content */

#content-container {
	background: #000000;
	width: 516px;
}

#content {
	margin-left: 17px;
}

#body {
	float: left;
	width: 490px;
	padding-right: 40px;
}


/* Footer */

#footer {
	width: 482px;
	background: url(images/footer.jpg) no-repeat center top;
	margin: 0;
	padding:17px;
	margin-bottom:0px;
	min-height: 30px;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
}

.post .ptunderline{
	height: 30px;
	border-bottom: 1px solid #3ea7ef;
}

.post h2{
	color: #3ea7ef;
}

.post .entry {
	padding-top:10px;
	font-size: 0.8em;
	line-height: 1.3em;
	clear: both;
}

.post .author {
	position: relative;
	top: -1.5em;
}

.post .date {
	font-size: 0.75em;
	text-align: right;
	float: right;
	margin-top: 12px;
}

.metadata {
	padding: 7px;
	margin-top: 40px;
	text-align: left;
	font-size: 0.7em;
	background-color: #666;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	padding-left: 30px;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result .metadata {
	margin-top: 10px;
	text-align: left;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	border: 10px solid #666;
	background: #666;
	margin-top: 16px;
	max-width: 460px;
}


.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}


/****************************
 **   Footer
 ****************************/

#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-left: 21px;
}

#footer {
	line-height: 1.1em;
	font-size: 0.8em;
}

#footer h2 {
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

