/*   
Theme Name: CC Lab Music Factory
Author: Ryan Raffa
Author URI: http://www.ryanraffa.com/

Based on Theme: Shapes (Thank you, Shapes!)
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Shapes Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 0em auto;
	width: 900px;
	position: relative; 
}

/* =Header
-------------------------------------------------------------- */

#masthead {
}


#branding {
	margin: 0 0 0 0;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}

.menu {
	margin-left: .5em;
}

.menu li {
	font-size: 2em;
	}

.menu ul {
	list-style: none;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}

.menu ul li a {
	text-decoration: none;		/*takes out the underline*/
	padding: 0px 20px 0px 0px;			/* spaces the bullets out*/
	color: #FF4B99;				/*pink header */
}
	
.menu ul li a:hover {
	color: #666666;				/* grey header */
}



/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
	border: 2px #666666;
}

.category-title {
	font-size: .8em;
	}

.category-title a {
	text-decoration: none;		/*takes out the underline*/
	color: #FF4B99;				/*pink header */
}
	
.category-title a:hover {
	color: #FF4B99;				/* pink header */
	text-decoration: underline;		/*underline*/

}

.entry-meta a {
	text-decoration: none;		/*takes out the underline*/
	color: #000000;				/*pink header */
}
	
.entry-meta a:hover {
	color: #666666;				/* grey header */
}

.entry-title {
	line-height: 120%;
	padding: .2em 0 .2em 0;
}

.entry-title a {
	color: #000000;				/* black header */
	text-decoration: none;		/*takes out the underline*/
}

.entry-title a:hover {
	text-decoration:underline;
}

.entry-utility a {
	color: #000000;				/* black header */
	text-decoration: none;		/*takes out the underline*/
}

.entry-content {
	margin: 1.5em 0 0 0;
}

.entry-content a {
	color: #FF4B99;				/* pink header */
	text-decoration: none;		/*takes out the underline*/
}

.entry-content a:hover {
	text-decoration:underline;
	color: #FF4B99;				/* grey header */
}

.entry-summary {
	margin: 1.5em 0 0 0;
}

.entry-summary a {
	color: #FF4B99;				/* pink header */
	text-decoration: none;		/*takes out the underline*/
}

.entry-summary a:hover {
	text-decoration:underline;
	color: #FF4B99;				/* grey header */
}


.tag-links a:hover {
	text-decoration:underline;
}

.comments-link a:hover {
	text-decoration:underline;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
	}

.navigation a {
	text-decoration: none;		/*takes out the underline*/
	color: #FF4B99;				/*pink header */
}
	
.navigation a:hover {
	color: #666666;				/* grey header */
}

/* =Footer Areas
-------------------------------------------------------------- */

#site-info {
	color: #666666;				/* grey header */
	margin: 0 0 0 3em;
	font-size: .8em;

}


#site-info a {
	color: #666666;				/* grey header */
	text-decoration: none;		/*takes out the underline*/
}

#site-info a:hover {
	text-decoration:underline;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area {
	margin-top: 2.5em;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

.widget-area ul li a {
	text-decoration: none;		/*takes out the underline*/
	padding: 0px 10px 0px 0px;			/* spaces the bullets out*/
	color: #FF4B99;				/*pink header */
}
	
.widget-area ul li a:hover {
	color: #666666;				/* grey header */
	text-decoration:underline;
}


/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */























