/*
 * Theme Name: SO Base
 * Description: Custom starter theme for SmashOrbit
 * Version: 1.0
 * Author: smashorbit
 * Author URI: http://smashorbit.com 
**/

/*	body {
		font-family: arial, serif;
		color: #000000;
	}

	#wrapper {
		display: block;
		width:980px;
		margin:0px auto;
		text-align: left; 
	}

	ul {
		padding: 0;
		list-style: none;
	}

	a:link {
		color: #000;	
	}
	
	a:visited {
		color: #000;
	}
	
	a:hover {
		color: #000;
	}
	
	#header {
		border-bottom: 1px solid #eee;
	}

	#left-column {
		padding-top: 15px;
	}

	#right-column {
		padding-top: 15px;
		border-left: 1px solid #eee;
	}

	#footer {
		border-top: 1px solid #eee;
		padding: 10px 0 10px 0;
	}

	#footer p {
		font-size: 0.9em;
	}*/

/* comments */
	#comments {
		font-size: 0.9em;	
	}
	#comments ol {
		margin: 0;
	}
	#comments li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#comments li ul {
		padding-left: 10px;
		margin-bottom: 0;
	}
	#comments .comment-body {
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ccc;
	}
	#comments .comment-meta {
		font-size: 0.8em;
		padding-bottom: 0.5em;
	}
	#comments .reply {
		padding-bottom: 10px;
		font-size: 0.8em;
	}
	#comments .thread-even {
		background: #eee;	
	}
	#comments .thread-odd {
		background: #ddd;	
	}
	#respond {
		margin-top: 30px;
		padding: 10px;
	}
	#respond label {
		display: block;
	}
	#respond input, #respond textarea {
		font-family: Helvetica, sans-serif; 
		font-size: 10pt;
}
 
/* wordpress classes */
	.alignleft {
		float: left; 
		padding: 2px 8px 8px 2px;
	}
	.alignright {
		float: right;
		padding: 2px 2px 8px 8px;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption-text, .gallery-caption { 
		color: #666; 
		font-size: 0.8em; 
		padding: 3px 0; 
	}
	.gallery {
		padding: 10px 10px 25px 10px;
	}

/* customize search widget here */
	.widget_search #searchform {
	}
	.widget_search #searchform label {
		display: block;
	}
	.widget_search #searchform #s {
		width: 100px;
	}
	.widget_search #searchsubmit {	
	}

