@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"); */
*, *:before, *:after {
	box-sizing: border-box;
  }

:root{
	--base-width: 1100px;
  }

body    {font-family: "Roboto", Helvetica, sans-serif;}
p.empty {margin: 0;padding: 1em;line-height: 1.6em;}
section	{display: block;}
nav		{display: block;}
wrapper {display: block;margin: 0 auto;padding: 0;width: var(--base-width);min-height: calc(100vh - 70px);}

header {background:#FFFFFF;border-bottom: 1px solid #ccc;padding: 1em 0 .5em 0;position:sticky;top:0;}
header nav ul {font-size:.9em;padding:0;list-style:none;margin:0;}
header nav ul li.logo {margin-right:1.5em;}
header nav ul a {text-decoration:none;}
header nav ul li.links a {color:#0a2691;display:block;font-weight:normal;margin-right: .5em;padding: .75em .75em;}
header nav ul li.links a:hover {background:#0a2691;color:#FFFFFF;}
header nav ul li.links a.chosen {background:#F2F2F2;color:#0A2691;}
header nav ul li.links i {margin-right:.25em;}

.disabled {background: #E6EFC2;}

.header-nav {display:flex; align-items:center;}
.search_form {display:flex;align-items:center;margin:0 0 0 auto;}
.search_form input {border:1px solid #ccc;font-size:1em;height: 2em;margin:0;padding-left:.25em;width: 14.75em;}
.search_form i {color:#0a2691;margin-right:.25em;}
.search_form a {color:#0A2691;display:inline-block;font-weight:normal;margin-left:.5em;padding:.75em .75em .75em .75em;}
.search_form a:hover {background:#0A2691;color:#FFFFFF;}
.search_form a:hover i {color:#FFFFFF;}

h1.results {background:#F2F2F2;border-bottom: 1px solid #CCC;font-weight:700;font-size:1.2em;padding:.5em;}

.content                      {margin: 0 auto;width: var(--base-width);}
.content a                    {color: blue;text-decoration: none;}
.content a:visited            {color: blue;}
.content a:hover              {text-decoration: none;}

.content p                    {padding-bottom: 8px;}

.admin {
	display: flex;
	justify-content: top;
	margin: 0;
	padding: 0;
}

.admin-content{
	/* width: 75%; */
}

.side-navigation{
	margin: 0 1em 0 0;
	padding: 0;
	/* width: 25%; */
}
.side-navigation li {
	border-bottom: 1px solid #CCC;
}
.side-navigation li.title {
	font-weight: 700;
	padding: .5em;
}
.side-navigation li.indent a {
	color: #000000;
	font-size: .9em;
	display:block;
	padding: .65em .5em .65em 1em;
}
.side-navigation li.indent a:hover {
	background: #F2F2F2;
	color: #1e345e;
}
.side-navigation li a.chosen{
	background: #31569a;
	color: #FFFFFF;
}

.site_editor{
	border-top: 1px solid #31569a;
	display:flex;
}



/* second draft */
.feed_processor               {font-size: 1em;padding: 1em;}
.feed_processor a             {color: #31569a;}
.feed_processor a:hover       {text-decoration: underline;}

.checklist_title              {background: #31569a;color: #e0e6f0;font-weight: bold;margin: 0;padding: 8px 4px;text-align: center;}
.checklist                    {margin: 0;padding: 0;width:100%;}
.checklist ul {
	align-items: center;
	list-style:none;
	margin: 0;
	overflow:hidden;
	padding: 0;
}
.checklist ul li.title {
	float:left;
	font-weight: 700;
	padding: .5em;
}
.checklist ul li.calendar{
	padding: .5em;
	text-align:right;
}
.checklist ul.bottom{
	border-bottom: 1px solid #31569A;
}
.checklist ul li.count{
	float: left;
	font-size: .8em;
	padding: .75em;
	text-transform: uppercase;
}
.checklist ul li.links {
	float:right;
	display: flex;
	justify-content: flex-end;
}
.checklist ul li.links a {
	display: block;
	font-size: .8em;
	padding: .75em 1.25em;
}
.checklist ul li.links a:hover {
	background: #F2F2F2;
}
.checklist ul li.links select {
	border: none;
	padding-left: .5em;
}
.checklist ul li.links span {
	display: block;
	font-size: .8em;
	padding: .75em 1em;
}

.checklist table tr.hover     {background: #e0e6f0;cursor: pointer;}
.checklist table th           {
	background: #e0e6f0;
	border-top: 1px solid #31569a;
	border-bottom: 1px solid #31569a;
	color: #000000;
	font-size: .9em;
	font-weight: bold;
	padding: .75em .5em;
	text-align: left;
}
.checklist table th.title     {
	background: #31569a;
	color: #e0e6f0;
	padding: 0;
	position: relative;
	text-align: center;
}
.checklist table th.title div {float: left;margin: 0 auto;padding: 8px 4px;}
.checklist table th.title a   {background: #F2F2F2;border: 1px solid #E5E5E5;color: #31569a;float: right;font-size: 12px;margin: 3px;padding: 5px 15px;}
.checklist table th.title a:hover {background: #31569a;color: #F2F2F2;}
.checklist table th.check     {background: #319a5d;color: #e0e6f0;text-align: center;}
.checklist table th.right     {text-align: right;}
.checklist table th.hover     {background: #9a3131;color: #FFF;cursor: pointer;}
.checklist table td           {border-bottom: 1px solid #E9E9E9;font-size: .85em;padding: .75em .5em;vertical-align: top;}
.checklist table td.link      {padding: 0;}
.checklist table td.link a    {display:block;padding:.75em .5em;}
.checklist table td.link a:hover {background: #31569a;color: #FFF;}
.checklist table td.header    {border-top: 1px solid #E9E9E9;color: #31569a;}
.checklist table td.menu      {margin: 0;padding: 0;text-align: center;vertical-align: middle;}
.checklist table td.menu ul   {list-style: none;margin: 0;padding: 0;}
.checklist table td.menu ul li {float: right;text-align: center;}
.checklist table td.menu ul li.left {float: left;}
.checklist table td.menu ul li.status {margin-left: 2px;padding: 5px;}
.checklist table td.menu ul li a {color: blue;display: block;font-size: 1em;padding: .7em 1em;}
.checklist table td.menu ul li a:hover {background: #31569a;color: #FFF;}

.checklist input.button       {background: #31569a;border:  1px solid #2A1F55;color: #FFF;font-size: 12px;font-weight: bold;margin: -3px 0 0 8px;overflow: visible;padding: 3px 5px;text-align: center;}
.checklist input.hover        {background: #319a4a;cursor: pointer;}
.checklist iframe             {border: none;height: 600px;width: 960px;}

iframe.transfer               {border: 1px solid black;height: 600px;margin: 15px 0 0 0;width: 960px;}

.archive                      {margin:0;padding:1em 0;}
.archive h1                   {font-size:1.1em;font-weight:700;padding: 0 0 .75em 0;}
.archive p                    {font-size:.9em;font-weight:300;padding: 0 0 .5em 0;line-height:1.25em;}
.archive img                  {float:right;padding: 0 0 1em 1em;}

.articles {
	margin: 0;
	padding: 0;
	width: 100%;
}
.articles th.title {
	background:none;
	overflow:hidden;
	padding: 0;
	text-align: left;
}
.articles th.title h1{
	float: left;
	font-size: 1.1em;
	font-weight: 500;	
	padding: .75em .5em;	
}
.articles th.title select{
	border: none;
	float:right;
	padding: .75em .5em;
}
.articles th {
	background: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	font-size: .9em;
	font-weight: 700;
	padding: .65em .5em;
	text-align:left;
}
.articles td{
	border-bottom: 1px solid #CCCCCC;
	font-size: .9em;
	font-weight: 300;
	line-height: 1.6em;	
	padding: .65em .5em;
	vertical-align: top;
}
.articles tr:last-child td{
	border-bottom: none;
}
.articles td.link{
	padding: 0;
}
.articles td.link a {
	color: #0a2691;
	display:block;
	padding: .65em .5em;
}
.articles td.link a:hover{
	background: #E2E2E2;
}

.close {
	display: flex;
	align-items:center;
	justify-content: flex-end;	
	margin: 0 0 .25em 0;
	padding: 0;
}
.close li.title {
	flex: 1;
	font-weight: 700;
	font-size: 1.1em;
}
.close li.link{
	flex: 0;
}
.close li a {
	background: #b30505;
	color: #FFFFFF;
	display:block;
	padding: 1em;
}
.close li a:hover {
	background: #F2F2F2;
	color: #0a2691;
}
.article_content {
	padding: 0 0 2em 0;
}
.article_content dl {
	margin: 0;
	padding: 0;
}
.article_content dl dt {
	font-weight: 700;
	font-size: 1.1em;
	padding: 1em 0;
}
.article_content dl dd {
	line-height: 1.5em;
}
.article_content dl dd.link {
	padding-bottom: 1em;
}
.article_content dl dd p {
	line-height: 1.5em;
	padding-bottom: .5em;s
}

.detail-nav {
	background: #FFFFFF;
	border-bottom: 1px solid #CCC;
	display:flex;	
	margin: 0;
	overflow:hidden;
	padding: 0;
}
.detail-nav li a {
	background:#FFFFFF;
	border-right: 1px solid #CCCCCC;
	color: #0a2691;
	display:block;
	padding: .75em 1.5em;
	text-decoration: none;
}
.detail-nav li a:hover {
	background: #3858d3;
	border-right: 1px solid #3858D3;
	color: #FFFFFF;
}
.detail-nav li a.chosen {
	background: #0a2691;
	border-right: #012691;
	color: #FFFFFF;
}
.detail-nav li a.closed {
	background: #b30505;
	color: #FFFFFF;
}

.site_detail                 		{margin:0;padding: 0;}
.site_detail div.detail       		{overflow:hidden;padding:1em;}
.site_detail div.detail a           {color:#3858d3;text-decoration:none;}
.site_detail div.detail a:hover     {color:#3858d3;text-decoration:underline;}
.site_detail div.detail h1          {font-size:1.6em;font-weight:700;margin:0;padding:0 0 .1em 0;}
.site_detail div.detail h2          {font-size:1em;font-weight:500;margin:0;padding:0 0 .5em 0;}
.site_detail div.detail h3          {font-size:.8em;font-weight:300;margin:0;padding:0 0 .75em 0;text-transform:uppercase;}
.site_detail div.detail p           {font-size:1em;font-weight:300;margin:0;padding:0 0 .5em 0;line-height:1.3em;}
.site_detail div.detail ul          {font-size:.9em;font-weight:300;margin:0;padding:0 0 .5em 1em;line-height:1.25em;}
.site_detail div.detail ul li       {padding: 0 0 1em 0;}
.site_detail div.detail dl          {font-size:1em;padding:.25em 0;}
.site_detail div.detail dl dt       {font-weight:700;padding: 0 0 .5em 0;}
.site_detail div.detail dl dd       {font-weight:300;line-height:1.6em;padding: 0 0 .75em .75em;}
.site_detail div.detail ul.footer_info {font-size: .7em;margin-top: 2em;text-transform: uppercase;}
.site_detail div.detail ul.footer_info li {padding: 0 0 .5em 0;}
.site_detail div.detail div.logo {float:right;padding: 0 0 1em 1em;}

.site-info {
	background: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 1em;
}
.site-info h1          {font-size:1.6em;font-weight:700;margin:0;padding:0;}
.site-info h2          {font-size:1em;font-weight:500;margin:0;}

a.website{
	text-decoration:none;
}

.screenshot {
	margin: 0;
	overflow:hidden;
	padding: 1em;
}
.screenshot img {
	padding: 0;
	width: 100%;
}


.site-grid {display:flex;flex-wrap: wrap;align-items:baseline;flex-direction:row;justify-content:space-between;margin: 1em auto 0 auto;padding:0;}
.site-grid div.entry {display:flex;margin-bottom: 1.5em;}
.site-grid div.entry a {border: 1px solid #FFF;color:#000;padding: .5em;text-decoration:none;}
.site-grid div.entry a:hover {background:#f5f5f5;border-color: #31569a;color:#31569a;}
.site-grid div.entry ul {margin:0;padding:0;}
.site-grid div.entry ul li.site_title {font-weight: 600;}
.site-grid div.entry ul li.site_editor {font-size: .8em;text-transform:uppercase;padding-top:.25em;}
.site-grid div.first {border-bottom: 1px solid #CCC;order:-1;width:100%;}
.site-grid div.first a:hover {background:none;border-color:#FFF;}
.site-grid div.entry ul.details {display:none;padding:0 8px;margin:0;width:100%;}
.site-grid div.entry ul.details li.site_topic {font-weight:600;line-height:1.5em;}
.site-grid div.entry ul.details li.site_details {line-height:1.5em;}
.site-grid div.entry ul.details li.site_url a {border:none;color:#3858d3;display:block;margin: .5em 0 .5em;padding:.5em .25em;}
.site-grid div.entry ul.details li.site_url a:hover {background:#3858d3;color:#FFFFFF;}

div.entry {display:grid;list-style:none;margin:1em 0 0 0;padding:0;grid-auto-rows:1fr;grid-template-columns:1fr 1fr 1fr;}
div.entry a {border:1px solid #FFFFFF;color:#000000;display:flex;text-decoration:none;}
div.entry a:hover {background:#F2F2F2;border-color:#0a2691;}
div.entry ul {display:block;margin:1em auto;padding:0;list-style:none;width:260px;}
div.entry ul li.site_image {width:100%;}
div.entry li.site_title {font-weight: 600;padding-top:.25em;}
div.entry li.site_editor {font-size: .8em;text-transform:uppercase;padding-top:.25em;}
div.entry li.site_topic {display:none;}

div.entrylist {display:block;font-size:.9em;}
div.entrylist a {border-bottom:1px solid #CCC;color:#000;display:block;padding:.75em .25em;}
div.entrylist a:hover {background:#f5f5f5;border-color: #31569a;}
div.entrylist ul {display:flex;}
div.entrylist ul li {line-height: 1.4em;padding: .25em;}
div.entrylist ul li.site_image {display:none;}
div.entrylist ul li.site_title {font-weight:700;width:30%;}
div.entrylist ul li.site_editor {width:25%;}
div.entrylist ul li.site_topic {width:45%;}

.library                         {margin: 0 auto;padding: 0;width: 960px;}
.library > dl                    {float: left;height: 250px;margin: 0;overflow: hidden;padding: 0;width: 262px;}
.library > dl.hover              {cursor: pointer;}
.library > dl.gutter             {margin-right: 57px;}
.library > dl > dt               {font-weight: 600;padding: .65em .5em;}
.library > dl > dt > span        {display: block;font-size: 11px;font-weight: 300;line-height: 1.2em;text-transform: uppercase;}
.library > dl > dt > span.url    {text-transform: lowercase;}
.library > dl > dt > span.url a  {color: blue;}
.library > dl > dd               {font-size: 12px;font-weight: 300;margin: 0;padding: 0;vertical-align:top;}
.library > dl > dd > img         {border: 1px solid #ddd;}
.library > dl > dd.summary       {line-height: 1.5em;padding: 0 4px 8px 4px;}
.library > dl.chosen             {background: url('images/site_chosen.png') bottom center no-repeat;}
.library > dl.chosen > dd.image img {border-color: #BBB;}

.closer                          {margin: 0;position: relative;text-align: right;}

.bookshelf                       {background: #F2F2F2;border-top: 1px solid #31569a;border-bottom: 1px solid #31569a;clear: both;display: none;margin: 0 0 20px 0;padding: 0;}
.bookshelf div.left              {float: left;padding: 4px 12px 24px 12px;width: 23em;}
.bookshelf div.right             {float: left;padding: 4px 12px 24px 12px;overflow: hidden;width: 37em;}
.bookshelf img                   {border: none;}
.bookshelf a                     {border: none;}
.bookshelf h1                    {font-size: 20px;font-weight: bold;}
.bookshelf h2                    {font-size: 16px;font-weight: 700;}
.bookshelf p                     {font-weight: 400;line-height: 1.2em;padding: 8px 0;}

.hide                            {display: none;}

.feeds                           {margin: 0;padding: 0;}
.feeds ul                        {list-style: none;margin: 0;padding: 0;}
.feeds > ul > li                 {margin: 0;padding: 0;}
.feeds > ul > li.title           {font-weight: 700;margin: 12px 0 6px 0;}
.feeds > ul > li.title > span    {font-weight: normal;font-size: 12px;}
.feeds li a                      {border: 1px solid #E5E5E5;color: #31569a;display: block;font-size: 13px;margin: 0 0 5px 0;text-decoration: none;}
.feeds li a strong               {font-weight: 700;}
.feeds li a.website              {background: url('images/icon_www.png') 1% 50% no-repeat #F2F2F2;padding: 7px 3px 7px 30px;}
.feeds li a.website:hover        {background: url('images/icon_www.png') 1% 50% no-repeat #F5F5F5;border-color: #31569a;font-weight: bold;color: #31569a;text-decoration: none;}
.feeds li a.subscribe            {background: url('images/icon_subscribe.png') 1% 50% no-repeat #F2F2F2;padding: 7px 3px 7px 30px;}
.feeds li a.subscribe:hover      {background: url('images/icon_subscribe_hover.png') 1% 50% no-repeat #F5F5F5;border-color: #31569a;font-weight: bold;color: #31569a;text-decoration: none;}
.feeds li a.checked              {background: url('images/icon_checked.png') 1% 50% no-repeat #F2F2F2;padding: 7px 3px 7px 30px;}
.feeds li a.checked:hover        {background: url('images/icon_checked_hover.png') 1% 50% no-repeat #F5F5F5;border-color: #31569a;font-weight: bold;color: #31569a;text-decoration: none;}
.feeds li a.chosen               {background: #e0e6f0;border-color: #31569a;color: #31569a;font-size: 14px;font-weight: bold;}

.search                          {margin: -10px 0 0 0;padding: 0 0 10px 0;}
.search ul                       {list-style: none;margin: 0;padding: 0;}
.search > ul > li                {display: inline-block;margin-left: -1.25px;padding: 0;}
.search li.title                 {color: #31569a;font-size: 16px;font-weight: bold;margin: 0;padding: 5px 5px 6px 5px;vertical-align: middle;}
.search input.button             {background: #31569a;border:  1px solid #2A1F55;color: #FFF;font-size: 12px;font-weight: bold;margin: -3px 0 0 8px;overflow: visible;padding: 3px 5px;text-align: center;}


.alphabet                     {background:#FFFFFF;position:sticky;top:67px;border-bottom:1px solid #CCC;line-height: 1em;margin: 0;padding: .75em 0 .75em .1em;}
.alphabet ul                  {display:flex;justify-content: space-between;list-style: none;margin: 0;padding: 0;}
.alphabet > ul > li           {display: inline-block;margin-left: -1.25px;padding: 0;}
.alphabet li.title            {color: #0a2691;font-size: 16px;font-weight: bold;margin: 0;padding: 5px 5px 6px 5px;vertical-align: middle;}
.alphabet li a                {background: #F2F2F2;border: 1px solid #cccccc;color: #0a2691;display: block;font-size: 14px;margin: 0;padding: 5px 0;text-align: center;text-decoration: none;width: 26px;}
.alphabet li a.switch         {background:#FFFFFF;border: 1px solid #FFFFFF;}
.alphabet li.empty a          {color: #DDD;}
.alphabet li a.all            {width: 30px;}
.alphabet li a:hover          {background: #f5f5f5;border-color: #0a2691;font-weight: bold;color: #0a2691;font-size: 14px;text-decoration: none;}
.alphabet li a.switch:hover   {background: #F5F5F5;border-none;font-weight:bold;color:0A2691;}
.alphabet li.empty a:hover    {background: #F2F2F2;border-color: #CCCCCC;color: #DDD;cursor: default;}
.alphabet li a.chosen         {background: #e0e6f0;border-color: #0a2691;color: #0a2691;font-size: 14px;font-weight: bold;}

footer                       {background:#FFFFFF;border-top:1px solid #CCC;height:2em;line-height: 1em;margin: 0 auto;padding: .75em 0 .75em .1em;text-align:center;width:var(--base-width);}
footer img                   {height:2em;}


form.site                     {margin: 0;padding: 0;}
form.site h1                  {color: #31569a;font-size: 16px;font-weight: 700;margin: 0 0 12px 0;padding: 17px 5px 10px 5px;}
form.site label               {display:block;font-size: .9em;font-weight: 500;padding:.5em;}
form.site div.holder          {padding: 0 0 .5em .5em;}
form.site div.radio {
	display:flex;
	align-items:center;
	padding: .5em;
}
form.site div.flex {
	display:flex;
}
form.site label.right         {padding-left: 4px;padding-right: 12px;text-align: right;}
form.site label.message       {color: #8a1f11;font-size: 18px;}

form.site input, form.site select {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	padding: .4em;
}
form.site input[type="file"]{
	border:none;
}
form.site textarea{
	border: 1px solid #CCC;
	font-size: 1.2em;
}
form.site textarea.normal{
	padding: 0;
}

.buttons {
	list-style:none;
	margin: 0;
	padding: 0;
}
.buttons li {
	margin: 1em;
}
.buttons li a {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	display:block;
	padding: 1em;
	text-align:center;
}
.buttons li a:hover {
	background: #31569a;
	color: #FFFFFF;
}
.buttons li a.delete:hover{
	background: #8a1f11;
	color: #FFFFFF;
}

form.site input.submit        {background: #319a4a;border:  1px solid #2A1F55;color: #FFF;display:block;font-size: 20px;font-weight: bold;margin: 0 auto;overflow: visible;padding: 25px 0;text-align: center;}
form.site input.cancel        {background: #31569a;border:  1px solid #2a1f55;color: #FFF;font-size: 16px;margin: 15px auto 0 auto;overflow: visible;padding: 8px 0;text-align: center;}
form.site input.delete        {background:#8a1f11;border:  1px solid #8a1f11;color: #FFF;font-size: 16px;margin: 15px auto 0 auto;overflow: visible;padding: 8px 0;text-align: center;}
form.site input.hover         {background: #565656;cursor: pointer;}
form.site img                 {margin: 15px 0 0 0;}
form.site fieldset            {float: left;}

/* FORM GRID STUFF */

.status ul              {border-bottom: 1px solid #CCC;list-style:none;display:flex;font-size:.8em;align-items:center;justify-content:center;margin:0;padding:.5em 0;}
.status ul li a         {background: #F2F2F2;border: 1px solid #cccccc;color: #0a2691;display: block;font-size: 14px;margin: 0 .25em;padding: .5em;text-align: center;text-decoration: none;width:112px;}
.status li a:hover      {background: #f5f5f5;border-color: #31569a;color: #31569a;font-weight:700;text-decoration: none;}
.status li a.chosen     {background: #e0e6f0;border-color: #0a2691;color: #0a2691;font-size: 14px;font-weight: bold;}



.pad-top	{padding-top: 8px;}
.pad-bottom	{padding-bottom: 8px;}
.separator	{padding-bottom: 16px;}

/* .grid-1		{width: 30px;}
.grid-1-5	{width: 45px;}
.grid-2		{width: 66px;}
.grid-3		{width: 102px;}
.grid-4		{width: 138px;}
.grid-5		{width: 174px;}
.grid-6		{width: 210px;}
.grid-7		{width: 246px;}
.grid-8		{width: 282px;}
.grid-9		{width: 318px;}
.grid-10	{width: 354px;}
.grid-11	{width: 390px;}
.grid-12	{width: 426px;}
.grid-13	{width: 462px;}
.grid-14	{width: 498px;}
.grid-15	{width: 534px;}
.grid-16	{width: 570px;}
.grid-17	{width: 606px;}
.grid-18	{width: 642px;}
.grid-19	{width: 678px;}
.grid-20	{width: 714px;}
.grid-21	{width: 750px;}
.grid-22	{width: 786px;}
.grid-23	{width: 822px;}
.grid-24	{width: 858px;}
.grid-25	{width: 894px;}
.grid-26	{width: 930px;}
.grid-27	{width: 960px;}*/

.grid-1 {width:5%;}
.grid-2 {width:10%;}
.grid-3 {width:15%;}
.grid-4 {width:20%;}
.grid-5 {width:25%;}
.grid-6 {width:30%;}
.grid-7 {width:35%;}
.grid-8 {width:40%;}
.grid-9 {width:45%;}
.grid-10 {width:50%;}
.grid-11 {width:55%;}
.grid-12 {width:60%;}
.grid-13 {width:65%;}
.grid-14 {width:70%;}
.grid-15 {width:75%;}
.grid-16 {width:80%;}
.grid-17 {width:85%;}
.grid-18 {width:90%;}
.grid-19 {width:95%;}
.grid-20 {width:100%;}

.row-1 {height:2.5em;}
.row-2 {height:5em;}
.row-3 {height:7.5em;}
.row-4 {height:10em;}
.row-5 {height:12.5em;}
.row-6  {height: 15em;}
.row-7  {height: 17.5em;}
.row-8  {height: 240px;}
.row-9  {height: 270px;}
.row-10 {height: 300px;}
.row-11 {height: 330px;}
.row-12 {height: 360px;}
.row-13 {height: 390px;}
.row-14 {height: 420px;}
.row-15 {height: 450px;}
.row-16 {height: 480px;}
.row-17 {height: 510px;}
.row-18 {height: 540px;}
.row-19 {height: 570px;}
.row-20 {height: 600px;}

.gutter			{margin: 0 6px 0 0;}

.error, .notice, .success
{
	padding: 8px 10px;
	border:2px solid #ddd;
	width: 594px;
}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}

.error h2
{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
}
.error p
{
	font-size: 14px;
	padding: 0;
}

/* form grid stuff */

.orange	{background: orange;}
.lime	{background: lime;}
.yellow	{background: yellow;}
.cyan	{background: cyan;}

.hide
{
	display: none;	
}

/* content choice */
.clear
{
	clear: both;	
}
.clearfix:before, .clearfix:after
{
	content: ".";    
	display: block;    
	height: 0;    
	overflow: hidden;	
}
.clearfix:after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
} /* IE < 8 */