/*
Theme Name: IMDA
Theme URI: http://imdalliance.org
Description: The Internet Media Device Alliance
Version: 0.1
Author: IMDA
Author URI: http://imdalliance.org
Tags: IMDA

*/
	


/* Begin Typography & Colors */

.small_text {
	font-size: 0.7em !important;
	}

body {
	font-family: Arial, serif;
	color: #444444;
	}
a {
	color: #68a23b;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#feature a {
	display: block;
	}
#feature a:hover {
	text-decoration: none;

	}
#summary_posts p {
	font-size: 0.9em;
	}
pre {
	background-color:#F9F9F9;
	border:1px dashed #2F6FAB;
	color:black;
	line-height:1.1em;
	padding:1em;
}
#navigation a {
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	}
#navigation a:hover {
	background-color: #afe386;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	}
#navigation ul li.current_page_item a {
	background-color: #afe386;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	}
#navigation ul li.current_page_parent a {
	background-color: #eee;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	}
#navigation ul li.current_page_parent :hover {
	background-color: #afe386;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	}
/* End Typography & Colors */


/* Begin Structure */

.clearfix {
	clear: both;
	}

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 980px;
	}
#header {
	padding-top: 20px;
	padding-left: 55px;
	padding-right: 50px;
	width: 875px;
	}
#headerimg {
	background-image: url('images/imdagraphic.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 82px;
	padding-top: 10px;
	padding-left: 155px;
	}
#navigation ul {
	padding: 0;
	margin-top: 10px;
	}
#navigation ul li {
	display: inline;
	padding: 5px 10px 5px 0px;
	margin: 0px -2px;
	}
#feature_border {
	width: 923px;
	height: 165px;
	padding: 35px 0px 50px 57px;
	background-image: url('images/fpbg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
#feature {
	width: 844px;
	height: 121px;
	padding: 26px 0px 26px 30px;
	background-image: url('images/devices.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	}
	
.normalwidth {
	width: 882px;
	margin: auto;
	margin-top: 20px;
	}
.narrowcolumn {
	width: 600px;
	float: left;
	}

#summary_posts {
	margin-top: 20px;
	}
#summary_posts div {
	width: 280px;
	margin-right: 10px;
	float: left;
	border-right: 1px dotted #ccc;
	padding-right: 10px;
	text-align: justify;
	}
#summary_posts div.farright {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
.hentry  {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	}
	
.founders {
	width: 410px;
	text-align: justify;
	margin: 10px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
	
#registration_form fieldset {
	border: 0;
	text-align: left;
	}
#registration_form fieldset .form_content {
	margin-bottom: 15px;
	}
	
#footer {
	width: 890px;
	margin: auto;
	margin-top: 50px;
	border-top: 2px solid #9bdef8;
	padding-top: 5px;
	clear: both;
	}
#footer p {
	padding: 0px 10px 10px 0px;
	margin: 0;
	font-size: 0.7em;
	}
#footer p.blurb {
	float: right;
	text-align: right;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	color: #017dbd;
	font-weight: normal;
	}

h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
#feature h2 {
	line-height: 1em;
	font-size: 1.8em;
	color: #017dbd;
	letter-spacing: 0.05em;
	}
#feature h2 a {
	color: #017dbd;
	}
#feature h2 strong {
	color: #666666;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#summary_posts h3 a {
	color: inherit;
	}
#summary_posts h3 {
	margin: 0;
	padding: 0;
	color: #017dbd;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
	}
	
h4 {
	margin: 20px 0px 0px 0px;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin-top: 10px;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	float: right;
	width: 240px;
	}
#sidebar ul {
	padding: 5px;
	list-style-type: none;
	margin: 0;
	}
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */