/*
Theme Name: ISMRM
Theme URI: http://ismrm.org
Description: Custom theme for ISMRM built by Optimum Blue.
Version: 1.0
Author: Optimum Blue
Author URI: http://optimumblue.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";

/* LAYOUT */

html 								{height: 100%;background: #fff url(style/images/head_tile.jpg) repeat-x;}
body								{height: 100%;}
#page-wrap 							{min-height: 100%;margin-bottom: -168px;position: relative;}
#content-wrap 						{margin: 0 auto;width: 960px;}
#header								{margin: 0 auto;width: 960px;height: 224px;}
#logo								{width: 390px;float: left;}
#top-nav							{width: 550px;float: right;margin-top: 152px;}
ul.top								{list-style: none;margin: 0px;}
ul.top li							{display: inline;}
ul.top li a							{margin-left: 18px;font-size: 12px;color: #666}
ul.top li a:visited					{color: #666;}
ul.top li a:hover					{text-decoration: underline;}
#main-nav							{width: 960px;margin: 17px 0 0 22px;float: left;}

#clock								{float: right;height: 50px;}

#home-top							{margin: 35px 0 25px 0;}
.home-left							{width: 610px;float: left;margin-bottom: 25px;}
#home-right							{width: 320px;float: right;margin-bottom: 25px;}

#sub-main-content					{background: #0a4b8c;margin-top: 35px;}
#sub-page-content					{background: #fff; width: 765px; margin: 0 auto;padding: 0 20px;}
#custom-main-content				{background: #fff;margin-top: 35px;width: 960px;}

.clearfooter 						{height: 168px;clear: both;}
#footer 							{position: relative;height: 168px;background: #0a4b8c;}
#footer-content						{width: 960px;height: 150px;margin: 0 auto;color: #ccc;}
#address							{padding-top: 10px;font-size: 14px;float: left;}
#address a, #address a:visited		{color: #ccc;}
#address a:hover					{text-decoration: underline;}
#social								{width: 192px;float: right;padding-top: 10px;}
#social p 							{margin-bottom: 5px;font-size: 16px;}
ul.social-icons						{list-style: none;margin: 0 0 0 23px;}
ul.social-icons li					{display: inline;}
#copy								{width: 190px;float: right;padding-top: 10px;}
#copy p								{font-size: 11px;margin-bottom: 0px;}
#copy a, #copy a:visited			{color: #ccc;}
#copy a:hover						{text-decoration: underline;}

#submit								{margin: 20px 0;}
ul.children							{list-style: none;}
ol.commentlist						{list-style: none;margin: 28px 0;}
ol.commentlist li					{margin: 14px 0;}
.comment-body						{}
.commentlist .comment				{padding: 5px 10px;}
.commentlist .thread-odd 			{background: #ccc;}



