ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	
	padding-top: 0;
	padding-bottom: 0;
	color: #333333;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 240%;
}
h2 {
	font: bold 28px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	font:  20px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 70%;
}
h6 {
	font-size: 50%;
}
code, pre {
	/* Firefox needs this */
	font-family: Arial, Helvetica, sans-serif;
}
table {
	font-size: 100%;
}
td, th {
	vertical-align: top;
}
a.posts {
	text-decoration: none;
	}
a.posts:hover {
	text-decoration: underline;
	}
/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
Credits:
Layout and browser compatibility hacks based on Ruthsarian's Skidoo Redux 
http://webhost.bridgew.edu/etribou/layouts/ - ruthsarian AT gmail DOT com
*/

body {
	background-color: #1a1a1a;
	color: #333333;
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 915px;
	margin: 0px auto;
}
#page-container {
	/* font-size: will be set in style.php */ 
	background: #fff;
	width: 912px;
	padding: 0px 0px 0px 9px;/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
	}
#outer-column-container {
	background-color: #66CC00;
	clear: both;
	float: left;
}
#inner-column-container {
	width: 660px;
	background-color: #cccccc;
}
#source-order-container {
	float: left;
	width: 900px;
	background-color: #00CC00;
}
#right-column {
	float: right;
}
#main_holder {
	width:903px; height: auto; background-color: #e0e0e0; clear: both; float: left; border: solid 1px #ffffff; border-width: 0px 9px 0px 9px;
}
#right_side_bar {
	width: 642px;
	height: auto;
	background-color: #cccccc;
	float: left;
}
#right_side_bar_main {
	width: 642px;
	height: auto;
	background-color: #ffffff;
	clear: both;
	float: left;
	padding: 20px 0px 0px 22px;
	*padding: 20px 0px 0px 22px;
	_padding: 20px 0px 0px 17px;
}
#left_side_bar {
	width:231px;
	height: auto;
	background-color: #e0e0e0;
	clear: both;
	float: left;
	padding: 20px 0px 0px 8px;
}
img.nav_news {
	margin: 0px -4px 0px 0px;
}
a.login {
	font: 16px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
a.newslinks {
	font: 22px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a.newslinks:hover {
	text-decoration: underline;
}
.signupform {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	background-image: url(http://collaborativemedia.com/wp-content/themes/atahualpa/images/signupformbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #999999;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 5px;
	height: 19px;
}
hr {
	color: #cccccc;
	background-color: #cccccc;
	margin: 20px 0px 20px 0px;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
img.headerimg {
	margin: 0px 0px -3px 0px;
 	*margin: 0px 0px -3px 0px;
	_margin: 0px 0px -3px 0px;
	padding: 3px 0px 0px 0px;
}
a.linkbtn {
	background-image: url(images/linkbtn.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 118px;
	height: 18px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a.linkbtnbig {
	background-image: url(images/linkbtnbig.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 138px;
	height: 18px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in style.php */
}
h3.widgettitle {
	/* color: will be set in style.php */
	width: 100%;
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* uncomment the next style if you are using text widgets without heading 
and you want more space above the widget */
/*		
div.textwidget {
	margin-top:15px;		
	}				
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside ul, #right-column .inside ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left-column .inside ul li, #right-column .inside ul li {
	margin: 2px 0 2px 0;
}
#left-column .inside ul li ul li, #right-column .inside ul li ul li {
	margin: 2px 0 2px 5px;
}
#left-column .inside ul li a, #right-column .inside ul li a {
	text-decoration: none;
	font-weight: normal;
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px;
	/* border-left: will be set in style.php */ 
	display: inline-block;
}
#left-column .inside ul li a:hover, #right-column .inside ul li a:hover {
/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */ 
	}
div#search {
	float: right;
	width: 15em;
	text-align: right;
	padding: 0.6em 0 0.2em 0;
	margin: 0 1em;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST TITLE --------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;/* color: will be set in style.php */ 
	}
h2 a:link, h2 a:visited, h2 a:active {
	/* color: will be set in style.php */ 
	text-decoration: none
}
h2 a:hover {
	/* color: will be set in style.php */ 
	text-decoration: none
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST BODY ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

.post {
	margin-bottom: 20px;
}
.post-last {
	margin-bottom: 20px; 	/*different style for last post on page*/
}

.entry {
	margin: 0px;/*overflow-x: hidden; */
	}
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST META DATA ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.postmetadata {
	clear:both;
	margin: 15px 0 15px 0;
	padding: 5px;
	color: #999;
	background: #f4f4f4;
}
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #777;
	font-weight: normal;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #777;
	font-weight: normal;
	text-decoration: underline;
}
/***************************************************/


.line1pix {
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0;
	margin: 10px 0 10px 0;
	display: block;
	font-size: 1px;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.headerleft {
	float: left;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	padding-bottom: 0;
}
.searchbox {
	float:right;
	/* width: will be set in style.php */ 
	padding: 0;
	margin: 10px -1px 0 0;
	background: #fff;
	border-width: 1px 1px 0 1px
}
.searchbox-form {
	margin: 5px 10px 5px 10px;
}
h1 {
	letter-spacing:-1px;
	line-height: 1.0em;
	margin: 10px 20px 0 0;
	padding:0;/* font-family: and font-size: will be set in style.php */
	}
a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none;/* color: will be set in style.php */
	}
p.header {
	float: left;
	margin: 0 10px 8px 0px;
	font-size:1.2em;
	font-weight: bold;/* color: will be set in style.php */ 
	}
.rss-icon {
	width: 20px;
	height: 20px;
	float: right;
	margin: 10px 0 0 0; /* might be overwritten in style.php */
}
.logo-icon {
	margin: 10px 5px 10px 0; /* might be overwritten in style.php */
	padding: 0;
	border: 0;
	float: left;
}
.blogtitle-box {
	float: left;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top {
	font-size: 1px;
	clear: both;
	height: 5px;
	padding: 0;
	width: 100%;
	background: #fff;
}
#headerimage-bottom {
	font-size: 1px;
	clear: both;
	height: 5px;
	padding: 0;
	width: 100%;
	background: #fff;
}
a.bottomnav {
	padding: 0px 10px 0px 0px;
	color: #666666;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- BLOCKQUOTES -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */		
	
blockquote {
	height: 1%;
	color: #555;
	padding: 1em 1em;
	background: #f4f4f4;
	border: solid 1px #e1e1e1;  	/* hack for IE6 and older*/
}
blockquote blockquote {
	height: 1%;
	color: #444;
	padding: 1em 1em;
	background: #e1e1e1;
	border: solid 1px #d3d3d3;  	/* hack for IE6 and older*/
}
blockquote p {
	margin-top: 0
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- FOOTER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
#footer {
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	clear: both;
	float: left;
	width: 647px;
	height: auto;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.older {
	float: left;
	width: 49%;
	text-align: left;
	margin:0;
	padding:0;
}
.newer {
	float:right;
	width: 49%;
	text-align: right;
	margin:0;
	padding:0;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- COMMENTS ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

ol.commentlist {
	margin: 15px 0 25px 0;
	list-style-type: none;
	padding: 0;
	border-top: dotted 1px #ccc;
}
ol.commentlist li {
	border-bottom: dotted 1px #ccc;
	padding: 15px 10px;
	height: 1%; /* for IE6 */
}
ol.commentlist li.alt {
	background-color: #f6f6f6;
	border-bottom: dotted 1px #ccc;
	height: 1%; /* for IE6 */
}
ol.commentlist li.authorcomment {
	background-color: #ffecec;
}
ol.commentlist li p {
	margin: 2px 0 5px 0;
}
/* Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ 
*/

#modernbricksmenu {
	padding: 0;
	width: auto;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#modernbricksmenu ul {
	font: bold 0.85em Arial;
	margin:0;
	margin-left: 0px;
	padding: 0;
	list-style: none;
}
#modernbricksmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}
#modernbricksmenu li:first-child {
	margin-left: 1px;
}
#modernbricksmenu a {
	float: left;
	display: block;
	height: 34px;
	width: 110px;
	text-align: center;
	color: #ffffff;
	margin: 0 0 0 0; 		/*Margin between each menu item*/
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #1a1a1a;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
}
#modernbricksmenu a:hover {
	color: #ffffff;
	background-color: #333333;
}
#modernbricksmenu li.current_page_item a {
	color: #ffffff;
	background-color: #1a1a1a;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left;
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
}
img.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
img.alignright {
	float: right;
	margin: 10px 0 5px 10px;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, div.alignright {
	float: right;
	margin: 10px 0 5px 10px;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0 0 0;
	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 13px;
	padding: 2px 4px 5px;
	margin: 0;
	color: #666;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- SMILEYS ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */
		
img.wp-smiley {
	float: none;
	border: none;
	margin: 0 1px -1px 1px;
	padding: 0;
	background: none;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- CALENDAR TABLE ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

#calendar_wrap {
	padding: 0;
	border: solid 1px #ccc;
}
table#wp-calendar caption {
	width: auto;
	background: #eee;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #666;
}
table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #fff;
	margin: 0 auto;
}
table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
}
table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-width: 0;
	display: inline-block; /* \*/
	display: block;
}
* html .clearfix {/* \*/
	height: 1%;
}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */
