﻿
body {
    background: url(/Content/Images/borders.png) center repeat-y #4D7DAD;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}
.page {
    width: 950px;
    clear: both;
    margin: 0px auto;
}
a {
    text-decoration: none;
    font-weight: bold;
    color: #446ea0;
}
a:hover {
    color: #1d60ff;
}
a:active {
    color: #0a0;
}
a img{
    border:none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}
.notice {
    color: #0a0;
}
.notes {
    font-size: 11px;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 2em;
    color: #446ea0;
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 1.8em;
    padding: 0 0 0px 0;
}
h3 {
    font-size: 1.5em;
    font-style: italic;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}
hr {
    margin-bottom: 1em;
    color: #ddd;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
    display: block;
}
#nav {
    display: block;
}

#titleLink {
	margin: 1em;
    width: 409px;
    height: 150px;
    display: block;
    background: url(/Content/Images/TinyMissionBanner-small.png);
}

#main {
    padding: 30px;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    min-height: 500px;
    display: block;
}

#footer {
    color: #999;
    padding: 24px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    margin-top: 4em;
    font-size: .9em;
    background: url(/Content/Images/footer-bg.png) left top repeat-x;
    border-top: 1px solid #aaa;
    vertical-align: top;
    display: block;
}
.footer-section {
    display: inline-block;
    zoom:1;
    *display: inline;
    _height: 32px;
    width:180px;
    padding: 1em;
    font-size: smaller;
    vertical-align: middle;
    text-align: center;
}
.footer-divider {
	display: inline-block;
    zoom:1;
    *display: inline;
    _height: 32px;
	width: 40px;
	height: 128px;
    background: url(/Content/Images/footer-divider.png) left top no-repeat;
    vertical-align: middle;
}



/* TAB MENU   
----------------------------------------------------------*/

ul#menu {
    padding: 0px;
    position: relative;
    margin: 0px;
    text-align: center;
    background: url(/Content/Images/menubar-background.png) repeat-x;
    display: block;
}

ul#menu li {
    display: inline-block;
    zoom:1;
    *display: inline;
    _height: 49px;
    width: 118px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(/Content/Images/menubar.png) no-repeat;
    clear: none;
}

ul#menu li .menu-item {
    display: inline-block;
    zoom:1;
    *display: inline;
    _height: 49px;
    width: 120px;
    padding: 2px 0px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
    font-size: 16px;
    text-shadow: #000 1px 1px 2px;
}
.menu-social {
	padding-top: 10px;
}
ul#menu li.hoverable:hover {
    background-position: -120px 0px;
    text-decoration: none;
}

ul#menu li.current {
    background-position: -240px 0px;
}

ul#menu li a:active {
    background-color: #9AC0E5;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}
li.no-background {
	background-image: none !important;
}
a.menu-image-link {
	display: inline-block;
    zoom:1;
    *display: inline;
    _height: 32px;
	width: 24px;
	height: 24px;
	height: 24px;
    margin: 0px 8px;
    padding: 0px 0px;
    margin-bottom: 4px;
    vertical-align: middle;
    line-height: 1em;
}
#menu-link-facebook {
	background: url(/Content/Images/Icons/iconsetc-facebook.png) no-repeat;
}
#menu-link-facebook:hover {
	background: url(/Content/Images/Icons/iconsetc-facebook-hover.png) no-repeat;
}
#menu-link-twitter {
	background: url(/Content/Images/Icons/iconsetc-twitter.png) no-repeat;
}
#menu-link-twitter:hover {
	background: url(/Content/Images/Icons/iconsetc-twitter-hover.png) no-repeat;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}
fieldset p {
    margin: 2px 12px 10px 10px;
}
fieldset label {
    display: block;
    margin-bottom: 4px;
}
fieldset label.inline {
    display: inline;
}
legend {
    font-size: 16px;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #696969;
}
input {
    margin-bottom: 1em;
}
select {
    margin-bottom: 1em;
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 250px;
    font-size: 14px;
    padding: 0.25em;
}
input.long {
    width: 300px;
}
textarea {
	width: 400px;
	height: 200px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    margin-bottom: 1em;
}
.editor-label {
    margin-bottom: 0.5em;
}
.inactive-submit {
	visibility: collapse;
}
.active-submit {
	visibility: visible;
	border: 2px solid green;
	color: Green;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}
table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}
table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* jQuery UI  
----------------------------------------------------------*/
.ui-button {
    padding: 0.5em;
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}
.error {
	border: 2px solid red;
	padding: 1em;
	background: #f88;
    color: Red;
    font-weight: bold;
    font-size: 16px;
}
.success {
	border: 2px solid #080;
	padding: 1em;
	background: #afa;
    color: #080;
    font-weight: bold;
    font-size: 16px;
}
div#title {
    display: block;
    float: left;
    text-align: left;
}
#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}
#logindisplay a:link {
    color: white;
    text-decoration: underline;
}
#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}
#logindisplay a:hover {
    color: white;
    text-decoration: none;
}
.field-validation-error {
    color: #ff0000;
}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}


/* Products
----------------------------------------------------------*/
.product-desc {
    margin-bottom: 32px;
}
.product-desc-area {
	width: 700px;
}
.product-link {
    margin: 0.3em;
    display: block;
}
.ios-link {
    margin-left: -10px;
    margin-bottom: -20px;
}
.client-title {
    font-size: 18px;
    font-style: italic;
}
.product-item-top {
    display: block;
    clear: both;
    height: 32px;
    width: 100%;
    background: url(Images/raised-border-top.png) no-repeat;
}
.product-item-bottom {
    display: block;
    clear: both;
    height: 32px;
    width: 100%;
    background: url(Images/raised-border-bottom.png) no-repeat;
}

/** Apps Page **/
.app-logo {
    max-width: 200px;
    margin: 1em;
}
.app-screenshot {
    margin: 0.5em;
}
.app-item-left {
    display: inline-block;
    zoom:1;
    *display: inline;
    _height: 32px;
    width: 250px;
    border-right: 1px solid #ccc;
    vertical-align: top;
    text-align: center;
    margin: 12px 0px;
}
.app-item-right {
    display: inline-block;
    zoom:1;
    *display: inline;
    _height: 32px;
    width: 600px;
    padding-left: 2em;
    vertical-align: top;
    margin: 12px 0px;
}

/** Web Page **/
.web-logo {
    max-width: 200px;
    margin: 1em;
}
.web-screenshot {
    margin: 0.5em;
}
.web-item-left {
    display: inline-block;
    width: 320px;
    border-right: 1px solid #ccc;
    vertical-align: top;
    text-align: center;
    margin: 12px 0px;
}
.web-item-right {
    display: inline-block;
    width: 500px;
    padding-left: 2em;
    vertical-align: top;
    margin: 12px 0px;
}

/** Product Link Form **/
.product-link-field {
    display: inline-block;
    margin-right: 1em;
}
.product-link-save {
    display: inline-block;
}
.product-link-delete {
    display: inline-block;
}
.product-link-create {
    display: inline-block;
}
.product-link-delete form {
    display: inline-block;
}
.product-link-form {
    display: inline-block;
}

/** Product Image Form **/
.product-image-form-fields {
	display: inline-block;
	width: 600px;
	vertical-align: top;
}
.product-image-field {
    display: inline-block;
    margin-right: 2em;
    width: 240px;
    vertical-align: top;
}
.description-field {
    display: inline-block;
    width: 400px;
    vertical-align: top;
}
.description-field input {
	width: 500px;
}
.product-image-save {
    display: inline-block;
    vertical-align: top;
}
.product-image-delete {
    display: inline-block;
    vertical-align: top;
}
.product-image-create {
    display: inline-block;
    vertical-align: top;
}
.product-image-delete form {
    display: inline-block;
}
.product-image-form {
    display: inline-block;
}
.product-image-preview {
    display: inline-block;
    margin-right: 2em;
}
.product-image-preview img {
    max-width: 180px;
}


/* Services  
----------------------------------------------------------*/
.servicesLogos {
	text-align: center;
}
.servicesLogos img {
    padding: 8px;
}


/* Two Column Layout
----------------------------------------------------------*/
#twocol-left {
	display: inline-block;
    zoom:1;
    *display: inline;
    _height: 32px;
	width: 570px;
	border-right: 1px solid #ccc;
	padding-right: 2em;
}
#twocol-right {
	display: inline-block;
    zoom:1;
    *display: inline;
    _height: 32px;
	width: 256px;
	margin-left: 2em;
	vertical-align: top;
}
.right-col-tab {
	background: url(/Content/Images/right-col-tab.png) top right no-repeat;
	min-height: 170px;
	padding-top: 24px;
	padding-right: 28px;
	margin-right: -16px;
}
.right-col-tab h2 {
	margin: 6px 0px 0px 0px;
	font-size: 18px;
}
.right-col-tab p {
	margin: 6px 0px 0px 0px;
	font-size: 11px;
}

/* News Items 
----------------------------------------------------------*/
.news-list {
    margin: 1em 0em;
}
.news-item {
    margin: 1em 0em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.news-item p {
    margin: 0px;
}
.dateline {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0px;
}
.dateline .title {
    font-weight: normal;
    font-size: 14px;
}


/* Tag Cloud
----------------------------------------------------------*/
ul.tagcloud {
	list-style: none;
	padding: 0px;
}
ul.tagcloud li {
	display: inline;
}
a.biggest {
	font-size: 16px;
}
a.big {
	font-size: 14px;
}
a.small {
	font-size: 12px;
}
a.smallest {
	font-size: 10px;
}
