/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: CC
	Author Site	: http://www.as3dp.com
	Style Name	: AS3DP
	Style URI	: 
	Version		: 0.1
	Comments	:
*/

/*- Page Structure */

body {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 62.5%;
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header { /* Contains the H1 and menu */
	background-image: url(wp_image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
	}
	
h1 { /* H1 is the title in the header */
	font-size: 3em;
	letter-spacing: 0.1em;
	}
	
.description, .menu { /* Tagline and global navigation menu */
	font-size: 1.2em !important;
	letter-spacing: 0.15em !important;
	}
	
#sidebar-alt ul, #sidebar-alt p { 
	letter-spacing: 0.12em !important;
	}
	
/*- Headings */

h3.entry-title, #commentformbox h4, .comments h4 {
	font-size: 2em !important;
}

h2, h2 a, .secondary h2 { 
	/* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	}

.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

/*- Primary Contents */

#footer {
	
}

/*- Styling recent comments in sidebar */
.recentcomments {
	padding-bottom: 0.5em !important;
}

/*- Styling recent posts in sidebar */
#recent-posts li {
	padding-bottom: 0.5em !important;
}

/*- Styling RSS widget in sidebar */
.widget_rss li {
	padding-bottom: 0.5em !important;
}

/*- WP-Syntax Plugin */
/*- http://wordpress.org/extend/plugins/wp-syntax/ */

.wp_syntax {
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid silver;
	margin: 0 0 1.5em 0;
	overflow: auto;
	line-height: 1.2em;
	font-size: 1.2em;
}

/* IE FIX */
.wp_syntax { 
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td { 
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
}

/* 
 *Left align the Creative Commons image button
 * generated using the CC plugin
 */
 
.cc-block {
	font-size:0.8em;
	line-height:1.3em;
	text-align: left !important;
	width: 100% !important;
}

.cc-block br {
	display: none;
}

.cc-button {
	float:left;
	margin-right:10px;
}

/* Begin Tweet Stream Plugin */

.tweets
{
	font-family: Georgia, serif;
	font-size: 120%;
        text-align: left;
}
.tweets .tweet_list
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	webkit-border-radius: .5em;
}
.tweets .tweet_list li
{
	overflow: auto;
	padding: .5em;
}
.tweets .tweet_list li a
{
	color: #0C717A;
}
.tweets .tweet_list .tweet_even
{
}
.tweets .tweet_list .tweet_avatar
{
	float: left;
	padding-right: .5em;
}
.tweets .tweet_list .tweet_avatar img
{
	vertical-align: middle;
}

/* End Tweet Stream Plugin */