
/*
---------------------------------------------------------
    name: CrISP
	date: july 2006

    the central style sheet that brings all of the others together
----------------------------------------------------------
*/

/*
colour glossary

    footer brown - #960900
    navigation orange - #D83200


*/

#main-content h2 a {
    color:#960900;
}

#docsAddButton, #docsRemoveButton
{
    margin-left: 8px;
}

.form fieldset
{
    border: 0;
}

.form legend
{
    margin-top: 2px;
    font-size: 75%;
    color: #000000;
    font-weight: bolder;
}

.form ul#documentUploadForm li label
{
    font-size: 75%;
}

.form ul#documentUploadForm li
{
    margin-top: 5px;
    list-style-type: none;
}

.form ul#documentUploadForm
{
    margin-left: 9px;
}

p#docsNoMessage
{
    margin-left: 9px;
    margin-top: 3px;
    font-size: 75%;
}

#docsTitle
{
    display: block;
    float: none;
    margin: 0;
    width: 220px;
}

#docsFile
{
    display: block;
    float: none;
    margin: 0;
    width: 222px;
}

.form #docsNewFS legend
{
    margin-top: 20px;
}

#showcaseFileList
{
    list-style-type: none;
    margin-left: 11px !important;
}

#showcaseFileList li
{
    float: left;
}

#showcaseFileList img
{
    border: 1px solid #630B0C;
    margin-left: 5px;
}

.rss
{
    margin-left: 20px;
    font-size: 80%;
}

.rss a
{
    color: #777777;
    text-decoration: none;
}

.rss a:hover
{
    text-decoration: underline;
}

.rss img
{
    margin-bottom: 10px;   
}


/*-------[ clearing default browser ]---------------------------------------*/

form, input, dl, dd, body, ul, li, ol, p {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}


img {
    display: block;
}



/*----------[ page layout ]------------------------*/

body {
    font: small verdana, sans-serif;
    text-align: center; /* center for ie*/
    color: #000; /* main body text colour*/
    background: #fff;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 780px; /*fix size of column*/
    text-align: left;
    background: #fff;
}



/* ---[ header ]----------------------------------------*/

#header {
}


/* ---[ controls ]----------------------------------------*/

#controls {
    background: #960900;
    color: #fff;
    padding: 5px 0;
        width: 780px;
}

#controls div {
    float: left;
    display:inline;
}

#controls input {
    font-size: 75%;
}

#controls #user p {
    float: left;
    font-size: 75%;
    margin-right: 5px;
    display:inline;
}

#controls #login label, #controls #login a, #controls #login strong {
    position: relative;
    top: -0.2em;
    font-size: 75%;
}

#controls a {
    color: #fff;
    text-decoration: none;
}

#controls a:hover {
    text-decoration: underline;
}


.controlSubmit {
    position: relative;
    line-height: 2em;
}

#search {
    margin-left: 5px;
}

#login, #user {
    margin-left: 10px;
}

#forgottenLink {
    margin-left: 10px;
}
/* ---[ main body ]----------------------------------------*/

#main {
    float: right;
    width: 610px;
    display:inline;
}
/* -----------[ navigation ]-----------------*/

#sidebar {
    width: 170px;
    float: left;
    display:inline;
}

#navigation ul {
    margin: 8px 0px 20px 8px;
}

#navigation li {
    font-size: 75%;
    margin-bottom: 10px;
    list-style: none;
    text-transform: uppercase;
    background: url(/images/li.gif) 0 1px no-repeat;
    padding-left: 15px;
    font-weight: bold;
}


#navigation li a {
    color: #960900;
    text-decoration: none;
    display: block;
   width: 140px;
    /*height: 18px;
    text-indent: -9999px;*/
}
/*
#n_home {
    background: url(/images/menu/home.gif) top left no-repeat;
}
#n_news {
    background: url(/images/menu/news.gif) top left no-repeat;
}
#n_industry {
    background: url(/images/menu/industry.gif) top left no-repeat;
}
#n_networks {
    background: url(/images/menu/networks.gif) top left no-repeat;
}
#n_business {
    background: url(/images/menu/help.gif) top left no-repeat;
}
#n_directory {
    background: url(/images/menu/directory.gif) top left no-repeat;
}
#n_forums {
    background: url(/images/menu/forums.gif) top left no-repeat;
}
#n_recruitment {
    background: url(/images/menu/recruitment.gif) top left no-repeat;
}
*/
#navigation .sub {
    margin: 5px 0px 0px 0px;
}

#navigation .sub li {
    background: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 100%;
    font-weight: normal;
}

#navigation .sub li a {
    background: url(/images/nav_dash_on.gif) 0 0.5em no-repeat;
    color: #777777;
    padding-left: 6px;
    text-indent: 0px;
    margin-bottom: 5px;
    width: auto; height: auto;
}


#navigation a:hover {
    text-decoration: underline; /* background: url(images/nav_arrow_on.gif) top left no-repeat;*/
}

#navigation #on a {
    /* color: #D83200;         background: url(/images/nav_arrow_on.gif) top left no-repeat;*/
}

#navigation #on li.sub a {
    /* on sub list link */
    background: url(/images/nav_dash_on.gif) 0 50% no-repeat;
    color: #777777;
}


.subNav {
    border-top: 2px solid #CA847F;
    border-bottom: 2px solid #CA847F;
    background: #F4E6E5;
    margin: 20px 0px 30px 0px;
    padding: 15px 0;
}

.subNav h3 {
    color:#D83200;
    font-size:80%;
    font-weight:bold;
    margin:0pt 15px 12px;
}

.subNav .section {
    margin:0pt 15px 12px;
}

/* ----------------[ homepage forum ]--------------------*/
#featuredForum {
    border-top: 2px solid #CA847F;
    border-bottom: 2px solid #CA847F;
    background: #F4E6E5;
    margin: 20px 20px 30px 20px;
    padding: 15px 0;
}

#featuredForum h3 {
    color: #D83200;
    font-size: 80%;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 20px;
}


.featuredNav {
    border-top: 2px solid #C57873;
    border-bottom: 2px solid #C57873;
    background: #F4E6E5;
    margin-right: 10px;
    margin-bottom: 30px;
    padding: 15px 0;
}

.featuredNav h4 {
    margin: 0 15px 12px 15px;
    color: #D83200;
    font-size: 80%;
    font-weight: bold;
}

#helpSearch h4 {
    margin-bottom: 5px;
    margin-top: 10px;
}

#helpSearch h2 {
    font-family: Century Gothic;
    margin: 0 15px 0 15px;
    font-size: 130%;
    color: #D83200;
}

#helpSearch .btn {
    float: right;
    margin: 10px 14px 0 0;
    display:inline;
}

#helpSearch select {
    width: 130px;
}


.featuredNav p, #featuredForum p {
    margin: 0 14px;
    color: #960900;
    font-size: 80%;
}

#featuredForum p {
    margin: 0 20px;
}

.featuredNav ul {
    margin: 14px 14px 0 30px;
    color: #960900;
    font-size: 80%;
}

.featuredNav li {
    margin-bottom: 10px;
}

.featuredNav a, #featuredForum a {
    color: #D83200;
    text-decoration: none;
}

.featuredNav a:hover, #featuredForum a:hover {
    text-decoration: underline;
}

.featuredNav select {
    width: 105px;
    font-size: 80%;
    margin-left: 14px;
}

/*------[ latest oppotunities] --------------------------*/

#latestOpps h2 {
    font-family: Century Gothic;
    margin: 0 15px 0 15px;
    font-size: 130%;
}


#latestOpps a {
    color: #960900;
}

#latestOpps h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* -----------[ main content ]-----------------*/

#main-content {
    float: left;
    width: 468px;
    display:inline;
}

#main-content h1, #main-content h2 {
    /* margins to elements inside */
    margin: 0 20px;
}


#main-content h2 {
    margin-top: 30px;
    color: #960900;
}

#main-content ul, #main-content ol {
    margin-left: 40px;
    margin-bottom: 10px;
}

#main-content ol {
    margin-left: 27px;
}

#main-content li {
    color: #D83200;
    font-size: 90%;
    margin-bottom: 5px;
}

#main-content .hr, #main-content .featured {
    /* margins to elements inside */
    margin: 0 20px;
    margin-bottom: 10px;
}

#main-content .hr {
    margin-bottom: 10px;
}

#main-content h1 {
    color: #960900;
    font-family: Century Gothic;
    font-size: 280%;
}

.info h3 {
    color: #960900;
    font-family: Century Gothic;
    margin-bottom: 5px;
    margin-left: 20px;
}

#main-content .info li {
    font-size: 75%;
}



h2 {
    color: #D83200;
    font-family: Century Gothic;
    font-size: 180%;
    margin-top: 10px;
    margin-bottom: 10px;
}




.section h3 {
    font-size: 75%;
    font-weight: bold;
    margin-left: 0;
}

.section a {
    color: #D83200;
}

.section p {
    font-size: 75%;
    margin: 3px 0;
    color: #333;
}


/* -----[ featured content ]----------*/

h2.featured {
    color: #960900;
}


.featured h3 {
    font-size: 75%;
    font-weight: bold;
    margin-left: 0;
}

.featured h3 a {
    color: #D83200;
}

.featured p {
    color: #333333;
    font-size: 75%;
}

.featured a.more {
    color: #D83200;
    font-weight: bold;
    display: block;
    font-style: italic;
}

.featured .thumbnail {
    float: left;
    margin: 0 5px 5px 0;
    display:inline;
}

.featured {
    margin-top: 0px;
    margin-bottom: 0px;
}

.featured a {
    text-decoration: none;
}

.featured a:hover {
    text-decoration: underline;
}

.featured .item {
    padding-bottom: 10px;
    width: 100%;
}


/* ------[ breadcrumb ]----------------*/

#breadcrumb {
    font-size: 65%;
    margin: 10px 20px;
    color: #D83200;
    text-transform: uppercase;
}

#breadcrumb span {
    color: #960900;
}

#breadcrumb a {
    text-decoration: none;
    color: #D83200;
}

#breadcrumb a:hover {
    text-decoration: underline;
}


/* -----------[ detail ]-----------------*/

#detail {
    width: 140px;
    float: right;
    display:inline;
}

#detail img {
    display: block;
    margin-bottom: 10px;
}



/* -------[ footer ]-----------------------------*/

#logos {
    background: url(/images/footer_border.gif) 0 0 repeat-x;
    padding-top: 4px;
    width: 780px;
    margin-top: 15px;
}

#logos img {
    float: left;
    display:inline;
}

#logos #nwda {
    margin-left: 85px;
}

#logos #arts {
    margin-left: 36px;
}

#logos #cheshire {
    margin-left: 34px;
}

#logos #eu {
    margin-left: 32px;
}

#logos #mid-cheshire {
    margin-left: 30px;
}

#logos #england {
    margin-left: 35px;
}


#footer {
    border-top: 1px solid #E5C1BF;
    background: #960900;
    color: #fff;
    padding: 2px 5px;
    clear: both;
}

#footer p {
    font-size: 75%;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}



/*------------------[ helper classes ]-----------------*/

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.pkg {
    display: inline-block;
}

.hide {
    display: none;
}


div.hr {
    position: relative;
    background: url(/images/dark_hr.gif) 0 0 repeat-x;
    height: 2px;
    overflow: hidden;
    clear: both;
}


/* ------- 2 col list ----------------*/
.twoColList h3 {
    float: left;
    clear: both;
    display:inline;
}


.twoColList .row {
    float: left;
    margin: 0 20px;
    margin-bottom: 10px;
    width: 430px;
    display:inline;
}

.twoColList p {
    font-size: 75%;
}

.twoColList a {
    text-decoration: none;
    color: #D83200;
}

.twoColList a:hover {
    text-decoration: underline;
}

.twoColList p.lhs {
    float: left;
    width: 48%;
    display:inline;
}

.twoColList p.rhs {
    float: right;
    width: 48%;
    display:inline;
}

..twoColList { margin-bottom: 15px }

/*  --------------------------- information list ------------------------*/

.informationListTwo {
    margin: 0 20px;
    padding-bottom: 10px; /*background:pink;*/
    width: 428px;
}


.informationListTwo .row {
    /* float:left;*/
    padding-bottom: 5px;
    clear: right;
    width: 100%;
}

.informationListTwo .image {
    float: left;
    display:inline;
}

.informationListTwo .image img {
    padding-right: 10px;
    float: left;
}

.informationListTwo .text {
   /* float:left;
    width: 300px;*/
}

.informationListTwo .text .listTitle {
}

.informationListTwo p {
    font-size: 100%;
    color: #333;
}

.informationListTwo a {
    text-decoration: none;
    color: #D83200;
}

.informationListTwo a:hover {
    text-decoration: underline;
}

.informationListTwo .text-only p {
    margin-left: 0;
    padding: 0;
}

.informationListTwo .row .listTitle {
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
    color: #D83200;
    font-size: 75%; /*background:blue;*/
    display:inline;
}

.informationListTwo .text .row .listContent {
    width: 73%;
}



.informationListTwo .row .listContent {
    margin: 0;
    float: left;
    width: 70%;
    font-size: 75%; /*background:red;*/
    display:inline;
}

.informationListTwo .row .listContent, .informationListTwo .row .listContent p {
    color: #D83200;
}

.informationListTwo .date {
    font-size: 75%;
    color: #D83200;
    margin-bottom: 5px;
}


div.listContent p {
    margin: 0;
}

.informationList {
    margin: 0 20px;
}

.informationList p {
    color: #333;
    margin-bottom: 10px;
}

.informationList a {
    font-size: 75%;
    color: #D83200;
    margin-bottom: 10px;
}


.infomationList .row {
    float: right;
    margin-bottom: 5px;
    display:inline;
}


.informationList .row .listTitle {
    float: left;
    width: 15%;
    font-size: 75%;
    color: #960900;
    display:inline;
}

.informationList .row .listContent {
    float: left;
    width: 43%;
    display:inline;
}

.informationList img {
    float: left;
    clear: left;
    display:inline;
}


/* ----------------[ freeform ]-------------------------------*/

.freeform {
    margin: 0 20px;
    margin-bottom: 20px;
}

.freeform h4 {
    margin: 10px 0px;
    color: #D83200;
    font-size: 90%;
    font-weight: bold;
}

.freeform h3 {
    font-family: Century Gothic;
    color: #D83200;
    margin: 10px 0;
    font-size: 130%;
}

#main-content .freeform h2, #main-content .freeform h2 a {
    font-family: Century Gothic;
    margin: 10px 0;
    margin-left: 0px;
    color: #960900;
    margin-right: 0px; /* remove margin set in #content h2*/
}

.freeform p, .text-only p {
    color: #333333;
    margin-bottom: 5px;
}

.freeform li {
    margin-bottom: 5px;
}

#main-content .freeform ul {
    margin-left: 20px;
    color: #D83200;
}

#main-content .freeform ol {
    margin-left: 24px;
}

.freeform a {
    text-decoration: none;
    color: #D83200;
}

.freeform a:hover {
    text-decoration: underline;
}

.freeform img { margin: 0 7px 5px 7px }
.freeform img[align=left] { margin-left: 0; }
.freeform img[align=right] { margin-right: 0; }

/* ------------------[ form ]----------------------------*/

.form {
    width: 446px;
}

.form .row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display:inline;
}

.form .formFieldCaption, .form .formFieldCaptionError {
    padding: 0;
    margin: 0;
    width: 110px;
    float: left;
    text-align: left;
    color: #333;
    font-size: 75%;
    font-weight: bold;
    margin-left: 20px;
    display:inline;
}

form .formFieldCaptionError {
    color: #ff0000;
}

.form .formFieldText, .form .formFieldTextArea, .form .formFieldDropDown {
    padding: 0;
    margin: 0;
    float: right;
    width: 300px;
    display:inline;
    border: 1px solid #ABABAC;
}


.form .formFieldDropDown {
    width: 304px;
}

.form .formFieldHelp {
    padding: 0;
    margin: 0;
    width: 300px;
    float: right;
    color: #333;
    font-size: 75%;
    display:inline;
}

.form .btn {
    padding-left: 160px;
    clear: both;
    margin-top: 24px;
    padding-bottom: 30px;
    position: relative;
    background: url(/images/dark_hr.gif) 0 100% repeat-x;
    margin-bottom: 160px;
}

.form table {
    float: right;
    width: 300px; /*        background:pink;*/
    display:inline;
}

.form table .formFieldHelp {
    width: auto;
    text-align: left;
}

#main-content .form .checkbox table {
    float: right;
    margin-right: 12px;
    width: 250px;
    display:inline;
}

#main-content .form .thumbnailUpload table {
    width: 300px;
    margin-left: 0px;
    padding: 0;
}

#main-content .form .thumbnailUpload table p {
    margin-left: 0px;
    padding: 0;
}

#main-content .form .thumbnailUpload table .formFieldHelp {
    float: left;
    display:inline;
}



#main-content .form .checkbox table .formFieldHelp {
    float: left;
    display:inline;
}

.form .checkbox table .formFieldHelp {
    width: 220px;
}

.form .date {
    float: right;
    margin-right: 20px;
    display:inline;
    margin:10px 0pt 0pt;
    width:300px;
}

.form .formFieldDropDownNonSized {
    display: inline;
}

.formErrors {
    margin: 0 15px;
    padding: 5px;
    margin-bottom: 10px;
}

.formErrors p {
    color: Red;
    font-size: 75%;
}

#content .formErrors ul {
    margin-top: 5px;
    margin-left: 20px;
}

#content .formErrors li {
    color: Red;
}

.form .fBtn {
    width: 60px;
}

.btn p {
    text-align: center;
    width: 300px;
}

.fBtn {
    font-size: 75%;
    color: #960900;
    background: transparent;
    border: 0;
    cursor: pointer;
}

/* --------[ paging ]--------------------*/

.pageControls {
    margin: 0 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 428px;
}

p.noresult {
    margin: 0 20px;
    padding-bottom: 15px;
    color: #333;
    font-size: 75%;
}

.noresult a {
    color: #D83200;
    text-decoration: none;
}
.noresult a:hover {
    text-decoration: underline;
}

.pageControls p, .pageSelector, .objectsResultsPageSizeSelector {
    color: #333333;
    font-size: 75%;
}

.searchCriteria {
    float: left;
    padding-top: 10px;
    display:inline;
}

.pageControls .lhs {
    padding-top: 3px;
    width: 40%;
    float: left;
    display:inline;
}

.pageControls .rhs {
    float: right;
    width: 55%;
    display:inline;
}

.pageSizeSelector table {
    float: right;
    display:inline;
}

.pageControls .objectsResultsPageSizeSelector {
    color: #333;
}

.pageSelector {
    color: #D83200;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 20px;
}

.pageSelector .pagingNavigation, .pageSelector a {
    color: #960900;
}

.pageSizeSelector {
    text-align: right;
    margin-top: -1px;
}

.go_btn {
    font-size: 75%;
    color: #960900;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.objectsResultsPageSizeSelector {
    position: relative;
    top: 2px;
}

/* ------[ calendar ]-------------------------*/

.calendar td {
    font-size: 75%;
}

.calendar td div {
    border: 1px solid #5B5D58;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
    background: #fff;
}

.calendar .calendarDay0, .calendar .calendarDay1, .calendar .calendarDay2 {
    padding: 1px;
}


.calendar .calendarDay2 {
    background: #D83200;
}

.calendar .calendarDay2 a {
    color: #fff;
}

.calendar .calendarDay1 {
    background: #ebede9;
}

.calendar a {
    text-decoration: none;
}

.calendarDropdown {
    margin-bottom: 5px;
}

/* ------- forums ----------------*/

.forum {
    padding: 10px 0;
}

.forumInfo {
    margin-bottom: 10px;
}

.forumInfo p {
    float: left;
    padding-left: 20px;
    display:inline;
}

.posting-count {
    background: url(/images/forum/postedBy.gif) left center no-repeat;
    line-height: 1.5em;
}

.last-posting {
    background: url(/images/forum/postedOn.gif) left center no-repeat;
    line-height: 1.5em;
}

.forumInfo .discussionForumLabel {
    margin: 0;
    padding: 0;
}

.posting {
    border-top: 2px solid #CA847F;
    border-bottom: 2px solid #CA847F;
    background: #F4E6E5;
    margin: 0px 20px 20px 20px;
    padding: 10px 0;
}

.posting h3 {
    font-family: Century Gothic;
    font-size: 130%;
    margin: 0pt 20px;
    color: #D83200;
}


.postingInfo p {
    float: left;
    color: #960900;
    font-size: 75%;
    padding-bottom: 5px;
    display:inline;
}

.postingInfo p.listTitle {
    width: 100px;
    padding-bottom: 5px;
    margin-left: 20px;
    clear: left;
}

.postingInfo p.listContent {
    margin-left: 20px;
    width: 250px;
}

.postingInfo a {
    color: #D83200;
    text-decoration: none;
}

.postingInfo a:hover {
    text-decoration: underline;
}

.posting .summary {
    margin: 0 20px;
    color: #333;
    font-size: 75%;
}

.posting .summary p {
    margin-bottom: 5px;
    color: #333;
}

.forumInfo2 p {
    margin: 0 20px;
    color: #333;
    font-size: 75%;
    margin-bottom: 5px;
}

.forumInfo2 a {
    color: #D83200;
    text-decoration: none;
}

.forumInfo2 a:hover {
    text-decoration: underline;
}

.forumInfoSummary {
    margin: 0 20px;
    margin-bottom: 20px;
    color: #333;
    font-size: 75%;
}

.forumInfoSummary p {
    margin-bottom: 5px;
}

.forumTable {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.forumTable th {
    padding: 0;
    margin: 0;
    padding: 5px;
    font-weight: normal;
}

.forumTable td {
    padding: 0;
    margin: 0;
    padding: 5px;
    font-size: 75%;
    color: #960900;
}

.forumTable h4 {
    color: #D83200;
    font-size: 80%;
    font-weight: bold;
}

.forumTable a {
    color: #D83200;
}

.forumPosting {
    margin-top: 20px;
}

.forumPosting h3 {
    color: #960900;
    font-family: Century Gothic;
    margin-bottom: 5px;
    margin-left: 20px;
}

#main-content .forumTable th p, #main-content .forumTable td p {
    padding: 0;
    margin: 0;
}

.forumTable .forums {
    width: 300px;
}

.forumTable .number {
    width: 150px;
    text-align: center;
}

/*-------------[ myprofile page ]------------------------------*/

.orgInfo p {
    color: #333;
    font-size: 75%;
    margin-bottom: 5px;
}

.orgInfo td {
    padding-bottom: 5px;
}

.orgInfo .listTitle {
    margin-left: 20px;
    margin-right: 20px;
}

.orgInfo .listContent {
    margin-right: 20px;
}

.orgInfo .listContent a {
    text-decoration: none;
    color: #D83200;
}

.orgInfo .listContent a:hover {
    text-decoration: underline;
}

