@charset "UTF-8";
/* CSS Document */
/* Theme Name: custom

Theme URI: http://joshpowellstudio.com/
    
Description: A search engine optimized website framework for WordPress.

Author: Xavier F. Division X Design dot com

Author URI: http://divisionxdesign.com/

Version: 1.0

Tags: Comma-separated tags that describe your theme

 ©2010 Xavier F, Division X Design.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
.*/

/* 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');

  /* Import a basic layout 3 collumns*/

 @import url('styles/2c-l.css');

      #wrapper {
margin: 0 auto;
width: 900px;
}

body {
        margin: 1.5em 15%;
		      font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	color: #003333;
}

a {color:#003333;
}

/* =Header
-------------------------------------------------------------- */
#header {max-height:10px;
		clear:both;
}
#branding {
        margin: 0 0 10px -20px;
		overflow:visible;
		height:15px;
		
}
#masthead {
		}

.blog-title {text-align:center;
		     display:none;
}

.blog-title a{ font-family:Times New Roman,Times,serif;
			font-size:3em;
			color:#FFF;
			text-decoration:none;
			display:none;
}
h4.blog-description {font-weight:bold;
					color:#CCC;
					margin-bottom:10px;
					}
/* =Menu
-------------------------------------------------------------- */

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
#jp {
	margin:0px 0px 0px -20px;
	padding:0px 0px 0px 0px;
}
/*main navigation style*/
#main_menu {width: auto;
			background-color: transparent;
			text-align: right;
			float: right;
}

ul.main_menu {list-style-type: none;
				padding-left: 0;
				margin: 0px;
				padding-top: 0px;
				padding-bottom: 5px;
				display: inline;
}

ul.main_menu li {padding: 2px 0px 2px 0px;
					color: #666;
				font-weight:bold;
}

ul.main_menu li a {border: none;
				text-decoration: none;
				color: #666;
				font-weight:bold;
}

ul.main_menu a:hover{
					color: #666;
						font-weight:bold;
					text-decoration: underline;
}

ul.main_menu a:visited {
					color: #666;
				font-weight:bold;
					text-decoration: none;
}


/*submenus*/
.submenu {margin-right:15px;
}

li.sub {font-weight: normal;
				}


.submenu li a:link {font-weight: normal;
				}
.submenu li a:visited {font-weight: normal;
				}
.submenu li a:hover {text-decoration:underline;
}				
				
.submenu li span {font-weight: normal;
				}
/*.skip-link {
        display: none;*/
/*}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
		padding:0px 2px 0px 2px;
}
.menu a {
        display: block;
        float: left;
		margin:0px 6px 0px 0px;
}
*/

/* =Content
-------------------------------------------------------------- */
#main {margin-top:10px;
}
.post {
        margin: 0px 0px 10px 0px;      
}
.entry-meta {padding:0px 0px 0px 1.5em;
			color:#666;
}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
		padding:0px 0px 0px 1.5em;
		color:#000;
}
h1.page-title,
h1.page-title-author {color:#666;
					padding:0px 0px 0px 1.5em;
}
.page-title,
.page-title-author a {color:#666;
					text-decoration:none;
}
.entry-content p { max-width:500px;
					overflow:visible;

}

h1.entry-title {margin:1.5em 0 0 1.5em;
				font-weight:bold;
				color:#CCC;
}

h2.entry-title a{text-decoration:none;
font-weight:bold;
color:#CCC;
}
hr.bottom {background-color:#CCC;
}
span.meta-sep,
span.entry-utility-data {color:#666;
}
/* =Navigation
-------------------------------------------------------------- */

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

.navigation a{
		color:#FFF; 
}
.nav-previous a{color:#FFF;
}

.entry-meta a {color:#666;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {list-style-type: none;
				padding-left: 0;
				margin: 0px;
				padding-top: 0px;
				padding-bottom: 5px;
}
.widget-area ul ul {
        list-style: none;
		text-align:right;
}

.widget-area ul ul li a {border: none;
				text-decoration: none;
				color: #CCC;
}
.widget-area ul ul ul {
}
.widget-container {
        margin: 1em 0 1.5em 0;
}



a.cat-links {color:#FFF;
}

/* =calendar
-------------------------------------------------------------- */

#wp-calendar {width:100%;
}












