/*  
Theme Name: GDNM (3 columns)
Version: 3.3
Theme URI: http://gdnm.org/
Description: This is the GDNM.org theme.
Author: Tom Lynch
Author URI: http://unknowndomain.co.uk
*/

html, body {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	height: 100%;
}

a:link, a:visited {
	text-decoration: none;
}

.wrapper {
	padding-left: 14px;
	padding-bottom: 0;
	padding-right: 14px;
	padding-top: 0;
	width: 946px;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
}

.userbar {
	width: 942px;
	height: 30px;
}

.userbar li {
	float: right;
	margin: 10px 10px 0 0;
}

.userbar li.break {
	border-left: dotted 1px;
	width: 1px;
	height: 20px;
	margin: 5px 10px 5px 0;
}

.userbar li.left {
	float: left;
	margin: 10px 0 5px 10px;
}

#loginbar {
	width: 942px;
	float: left;
	display: block;
}

#loginbar h2 {
	float: left;
	font-weight:bold;
	margin-bottom:10px;
}

#loginbar p {
	float: left;
	margin-bottom: 10px;
}

#loginbar .login {
	float: left;
	padding: 0 15px;
	margin: 15px 0;
	border-right: 1px dotted;
	display: block;
	width: 202px;
}

#loginbar .register a {
	float: left;
}

#loginbar .login a {
	float: left;
	margin-bottom: 10px;
}

#loginbar .register {
	float: left;
	padding: 0 15px;
	margin: 15px 0;
	display: block;
	width: 202px;
}

#loginbar #username,
#loginbar #password,
#loginbar #submit {
	float: left;
	clear: left;
	border:1px solid !important;
	margin-bottom:10px;
	padding:5px;
	width:190px;
}

#loginbar #remembermelabel {
	float: left;
	clear: left;
	margin-bottom:10px;
}

#loginbar #submit {
	width: auto;
	margin-bottom: 0;
}

.menubar {
	width: 942px;
	display: block !important;
}

.menubar li {
	float: left;
	border-right: dotted 1px;
	height: 43px;
}

.menubar li a {
	font-size: 11px;
	float: left;
	width: 110px;
	height: 22px;
	padding: 7px 0 14px 7px;
}

.menubar li.end {
	border: none;
}

.menubar em {
	text-transform: uppercase;
	float: left;
	clear: both;
}

.menubar span {
	text-transform: lowercase;
	float: left;
	clear: both;
}

.submenu {
	float:left;
	font-size:11px;
	height:30px;
	width:942px;
}

.submenu li {
	float:left;
	height:10px;
	margin:4px 0;
	padding:6px 10px;
}

.divider {
	border-right: dotted 1px;
}

.notice {
	border-top: 1px dotted #bfbfbf;
	border-bottom: 1px dotted #bfbfbf;
	float: left;
	padding: 15px;
	margin-top: 15px;
	width: 912px;
}

.notice h1 {
	font-weight: bold;
	float: left;
	font-size: 20px;
	margin-bottom: 10px;
}

.notice a:link,
.notice a:visited {
	border-bottom: 1px dotted;
}

.notice.red {
	background-color: #fad5e5;
	border-bottom: 1px dotted #ed1c24;
	border-top: 1px dotted #ed1c24;
	padding: 15px;
	width: 912px;
}

.notice.green {
	border-bottom-color: #2eb900;
	border-top-color: #2eb900;
	background-color: #b6fab6;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	padding: 15px;
	width: 912px;
}

.notice.red h1 {
	color: #ed1c24;
}

.notice.red a:hover {
	color: #ed1c24;
}

.notice.yellow {
	background-color: #fffcd5;
	border-bottom: 1px dotted #ff9100;
	border-top: 1px dotted #ff9100;
	padding: 15px;
	width: 912px;
}

.notice.yellow h1 {
	color: #ff9100;
}

.notice.yellow a:hover {
	color: #ff9100;
}

.notice p {
	clear: left;
	margin-top: 15px;
}

.notice p.admin {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	clear: none;
	margin: 0;
}

.headlines {
	border-top: 1px dotted;
	float: left;
	margin: 15px 0 0 0;
	padding: 15px 0;
	width: 942px;
	height: 304px;
	position: relative;
}

.headline {
	width: 304px;
	margin-left: 14px;
	float: left;
	height: 304px;
}

.headlines ul#first li {
	left: 0;
}

.headlines ul#second li {
	left: 319px;
}

.headlines ul#third li {
	left: 638px;
}

.headlines li span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: white;
	font-size: 11px;
	background: transparent url(images/background.png) repeat scroll 0 0;
}

.headlines li {
	position: absolute;
	top: 15px;
	width: 304px;
	height: 304px;
}

.headlines li span a:link,
.headlines li span a:visited {
	color: white;
}

.tinted {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*

.headline:first-child {
	margin-left: 0;
}

.headlines p {
	background: transparent url(images/background.png) repeat scroll 0 0;
	height: 23px;
	margin-top: 262px;
	padding: 10px;
	width: 284px;
	font-size: 11px;
}

.headlines p,
.headline p a:link, 
.headline p a:visited {
	color: white;
}
*/

ul.posts {
	font-size: 11px;
	width: 225px;
	margin: 0 0 15px 14px;
	float: left;
}

ul.posts,
ul.posts li {
	width: 304px;
}

ul.posts li {
	border-top: dotted  1px;
	padding: 4px 0 3px 0;
}

ul.noborder li {
	border-top: 0;
}

ul.posts li h3 {
	font-weight: bold;
}

ul.posts li:first-child {
	border-top: 0;
}

ul.posts.first {
	margin-left: 0;
}

ul.posts li span {
	margin-left:10px;
}

ul.posts span.year {
	margin-left:0 !important;
	margin-right:14px;
}

.content {
	float: left;
	margin: 15px 0;
	width: 467px;
}

.post {
	margin-bottom: 15px;
}

.post strong {
	font-weight: bold;
}

.post em {
	font-style: italic;
}

.post ul,
.post ol {
	clear:left;
	float:left;
	list-style-position:outside;
	margin:10px 0 10px 18px;
}

.post ul li {
	list-style-type: disc;
}

.post ol li {	
	list-style-type: decimal;
}

.post ol li ol {	
	margin: 0 0 0 18px;
}

.post ol ol li,
.post ol li ol li {	
	list-style-type: lower-alpha;
}

.post ol ol ol li,
.post ol li ol li ol li {	
	list-style-type: lower-roman;
}

.post p {
	clear: left;
	margin: 10px 0;
	line-height: 15px;
}

.post h1.title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	float: left;
}

.post h1.title a {
	float: left;
}

.post h1.title span {
	clear: left;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	visibility: hidden;
}

.post h1.title:hover span {
	visibility: visible;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	clear:left;
	font-weight:bold;
	margin-bottom:5px;
	font-size: 15px;
}

.post .admin h2 {
	font-size: 11px;
}

.post div.admin h2 {
	font-weight: normal;
	margin-bottom: 0;
}

.post div.admin {
	margin-bottom: 5px;
	background-image: url(images/dot.gif);
	background-position: 0 5px;
	background-repeat: repeat-x;
	float: left;
	width: 467px;
	font-size: 11px;
}

.post div.admin h2 {
	clear: none;
	float: right;
	text-transform: uppercase;
	padding-left: 4px;
	visibility: hidden;
}

.post div.admin:hover h2 {
	visibility: visible;
}

.post div.admin p {
	text-transform: uppercase;
	clear: none;
	float: right;
	padding-left: 4px;
	margin: 0;
	line-height: 11px;
}

.post div.admin a.comments {
	background-position: 3px -1px;
	background-repeat: no-repeat;
	clear: none;
	float: right;
	padding-left: 19px;
}

.pagination {
	float: left;
	border-top: dotted  1px;
	border-bottom: dotted  1px;
	width: 467px;
	font-weight: bold;
	font-size: 11px;
}

.previous {
	float: left;
	margin: 5px 0;
}

.next {
	float: right;
	margin: 5px 0;
}

.comments {
	float: left;
}

.comment {
	background: none repeat scroll 0 0;
	float: left;
	padding: 10px 0;
	width: 467px;
}

.alt {
	background: none !important;
}

.comments h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

.comment p a:link,
.comment p a:visited {
	border-bottom: 1px dotted;
}

.comment p {
	float:left;
	margin: 10px 10px;
	clear: left;
}

.comment p.admin {
	margin: 0 10px;
	clear: none;
	text-transform: uppercase;
	float: right;
	margin-left: 0;
	font-size: 11px;
}

.comment p.admin a:link {
	border-bottom: none;
}

.comment p.username {
	clear: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 10px;
}

.comment p.date {
	clear: none;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 10px;
	visibility: hidden;
}

.comment:hover p.date {
	visibility: visible;
}

.comment img {
	float: left;
	margin-left: 10px;
}

.comments img.wp-smiley {
	margin: 0;
	float: none;
}

.comments form {
/* 	border-top:1px dotted; */
	float:left;
	padding-top: 15px;
}

.comments form p {
	margin-bottom: 15px;
}

.comments input,
.comments textarea,
recaptcha_response_field {
	width: 190px;
	border: 1px solid !important;
	float: left;
	clear: left;
	padding: 5px;
	margin-bottom: 10px;
}

.comments textarea {
	min-height:100px;
	max-width:467px;
	min-width:467px;
}

.comments input#submit {
	width: auto;
}

#recaptcha_area {
	float: left;
	margin-bottom: 10px;
	margin-left: 1px;
}

#recaptcha_table {
	width: 466px;
}

.sidebar {
	font-size: 11px;
	width: 225px;
	margin: 12px 0 15px 14px;
	float: left;
}

.widget {
	margin-bottom: 15px;
}

.widget h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
}

.widget ul,
.widget li {
	width: 225px;
}

.widget li {
	border-top: dotted  1px;
	padding: 4px 0 3px 0;
}

.widget input {
	border: 1px solid !important;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

.footermenu {
	border-top: 1px dotted;
	font-size: 11px;
	float: left;
	clear: both;
	padding: 15px 0;
}

.footermenu h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
}

.footermenu ul,
.footermenu li {
	width: 146px;
}

.footermenu ul {
	float:left;
	margin-right: 14px;
}

.footermenu ul li:first-child {
	border-top: none;
	font-weight: bold;
}

.footermenu li {
	border-top: dotted 1px;
	padding: 4px 0 3px 0;
}

.footermenu ul.last {
	margin-right: 0px;
}

.footermenu ul.seventh {
	display: none;
}

.footermenu ul.first li {
	border: 0;
}

.footer {
	width: 946px;
	border-top: 1px dotted;
	font-size: 11px;
	float: left;
	clear: both;
	padding: 15px 0;
}

.footer p.left {
	float: left;
}

.footer p.right {
	float: right;
}

hr {
	border: 0;
	border-top: 1px dotted;
}

.content a:link,
.content a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.content a:hover {
	border-bottom: 1px dotted;
}

.content h1 a:link,
.content h1 a:visited,
.content h1 a:hover,
.content a.post-edit-link:link,
.content a.post-edit-link:visited,
.content a.post-edit-link:hover,
.content div.admin a:link,
.content div.admin a:visited,
.content div.admin a:hover {
	border-bottom: none;
}

.mu_register {
	background-image:url(images/dot.gif);
	background-position:0 5px;
	background-repeat:repeat-x;
	float: left;
	width: 467px !important;
	margin: 15px 0 !important;	
}

.mu_register #submit, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
	width: auto !important;
}

.mu_register h2 {
	font-weight: bold !important;
	font-size: 20px !important;
	margin-top: 20px;
}

.mu_register #submit {
	float: left;
	clear: left;
}

.mu_register p {
	float: left;
}

.mu_register p.error {
	float: none;
}

.mu_register p #submit {
	clear: left;
}

.addthis_toolbox a:link,
.addthis_toolbox a:visited,
.addthis_toolbox a:hover {
	border: 0;
}

.print, .animation, .visual, .interaction, .workshops, .training {
	font-size:16px;
	font-weight:bold;
}

a.print:hover {
	background: #e7ffff;
	color: #333333;
}

a.visual:hover {
	background: #c7f4d1;
	color: #333333;
}

a.interaction:hover {
	background: #fff1a5;
	color: #333333;
}

a.animation:hover  {
	background: #ffe8e8;
	color: #333333;
}

a.workshops:hover  {
	background: #dbcfe9;
	color: #333333;
}

a.training:hover  {
	background: #f2c7d8;
	color: #333333;
}

.widget .bens-thing li {
	border-top:0;
}

.gallery {
	float:left;
	margin:auto;
	width:100%;
}

.rsswidget img {
	display: none;
}

.pointer {
	cursor: pointer;
}

#cloud {
	background:url("/wp-content/themes/gdnm.org_3.3_3_column/images/cloud.png") no-repeat scroll right bottom transparent;
	color:white;
	font-size:17px;
	height:55px;
	margin-left:270px;
	padding:10px;
	position:absolute;
	text-align:center;
	top:251px;
	vertical-align:middle;
	width:230px;
	z-index:1000;
}

#cloud a:link,
#cloud a:visited {
	color: #0094D5;
}

.alignright {
	float: right;
}