/*  
Theme Name: IDEAcon
Theme URI: http://ideaconference.org/
Description: Adapted from Almost Spring
Version: 1
Author: Christian Crumlish
Author URI: http://christiancrumlish.com
*/


*
{
	padding: 0px;
	margin: 0px;
	border-style: none;
	text-decoration: none;
	color: #333;
	text-align: left;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

body 
{
	margin: 0;
	padding: 0;
}

a 
{
	text-decoration: underline;
	color: #3300FF;
}

strong
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}


#iai_branding 
{
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;

	background: repeat-x url(/assets/top-gradient.png);
/*	top: 0; */
}

#primary_idea_branding 
{
	height: 66px;
	display: block;
	position: relative;
/*	top: 24px;  */
	left: 0;
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 30px; 
	margin-top: 20px;
	padding: 0;
	width: 97%;
}

#primary_brand_logo
{
	display: block;
	float: left;
	padding-right: 20px;
}


#primary_brand_text 
{
	display: block;
	text-decoration: none;
	font: normal normal 12px/15px Verdana, sans-serif;
	color: #777777;
	padding-top: 20px;
}



.layout_buffer
{
	padding: 0 36px 0 20px;
}

.layout_buffer_content
{
	padding: 0 36px 0 36px;
}

a.navigation 
{
	padding: 0 0 0 16px;
}

#content 
{
	position: relative;
/*	top: 210px; */
	width: 100%;
}

.content_cols_1_to_2 
{
	width: 40%;
	left: 0%;
}

.content_cols_1_to_3 
{
	width: 58%;
	float: left;
/*	margin-right: 10px; */
}

.content_cols_4_to_5 
{
    width: 275px;
	float: right;
	margin-left: 0;
list-style-type : none;
/*	padding-left: 10px; */
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover 
{
	font: bold 16px/20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 16px;
text-decoration: none;
color: #cc0099;
}

h3 
{
	font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 16px;
	color: #CC0099;
	clear: none;
}

p 
{
	margin-bottom: 16px;
	line-height: 22px;
	font-size: .8em;
	color: black;
	margin-top: 8px;
}

.smallerp, .postfeedback, .content_cols_4_to_5 li
{
	line-height: 20px;
	font-size: 12px;
}

.content_cols_4_to_5 li
{list-style-type : none; }

img.left_floater 
{
	float: left;
	display: block;
	margin-right: 16px;
	margin-bottom: 36px;
}

p.legal 
{
	margin-bottom: 40px;
	line-height: 15px;
	font-size: 10px;
	color: #66666;
	margin-top: 8px;
}

.green_type, .green_type a
{
        font: bold 16px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #cc0099;
text-decoration: none;


}

.right_side_element 
{
	margin-bottom: 32px;
}

#footer {
	width: 100%;
	position: relative;
	clear: both;
	text-align: center;
}

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
.small {
	font-size: 0.9em;
	color: #999;
}
/* Calendar */
#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 190px;
	border: 1px solid #E8E7D0;
	background: #FAFAF0;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 188px;
} 
html>body #wp-calendar {
	width: 188px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	background: #9BBB38;  
	color: #FFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Blog */

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 10px;
	background: #9BBB38 url(images/posttitle.gif) no-repeat top right;
}
.posttitle a:link, .posttitle a:visited {
	color: #FFF;	
}
.posttitle a:hover, .posttitle a:active {
	background: #E8E7D0 url(images/posttitle.gif) no-repeat 100% -91px;
	color: #80904F;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 12px;
	color: #999;
}
.postentry {
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 1px 20px;
	background-color: #FFF;
}
.alt {
	background-color: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

.blockwidth {
display: block;	
width: 275px;
}