/*
//  ######                             
//  #     # ######  ####  ###### ##### 
//  #     # #      #      #        #   
//  ######  #####   ####  #####    #   
//  #   #   #           # #        #   
//  #    #  #      #    # #        #   
//  #     # ######  ####  ######   #  
*/

/*  CLEARING THE BOOKS  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 102%;
	font-family: Arial, sans-serif;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: #2B332E;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/*  REWRITING THE LAW  */

html, body {
	height: 100%;	
	}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 190%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }

big { font-size: 115%; }
small { font-size: 85%; }
strong { font-weight: bold; }
em { font-style: italic; }

a {
	color: #4d96bf;
	text-decoration: none;
	}

a:hover,
a:focus {
	color: #4d96bf;
	text-decoration: underline;
	}

p, hr, ul, ol, h1, h2, h3 {
    border: none !important;
	padding: 10px 0;
	}

p {
	line-height: 1.3em;
	}

ul {
	list-style: disc outside;
	margin-left: 20px;
	}
	
	ul ul {
		list-style: circle outside;
		margin: 0 0 0 20px;
		}	

ol {
	list-style: decimal outside;
	margin-left: 20px;	
	}
	
	ol ol {
		list-style: lower-roman outside;
		margin: 0 0 0 20px;
		}

sup {
	font-size: 75%;
	vertical-align: super;
	padding-top: 2px;
	}
				
hr {
	height: 1px;
	background: #9AB2B8;
	padding: 0;
	margin: 10px 0px;
	}

table {
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccbdb2;
	}	

	table td {
		padding: 10px;
		}

form {
	padding: 10px 0;
	}
	

/*
//  #######                             
//     #     ####   ####  #       ####  
//     #    #    # #    # #      #      
//     #    #    # #    # #       ####  
//     #    #    # #    # #           # 
//     #    #    # #    # #      #    # 
//     #     ####   ####  ######  ####  
*/

/*  CLEAR  */
.clear {
	clear:both;
}

/*  SEO INDENTS  */
							
.indent { display: inline-block; text-indent: -9999px !important; }

/*  FLOATS (but not the root beer kind) */

.fright { float: right; }
.fleft { float: left; }

/*
//  #     #                 
//  ##   ##   ##   # #    # 
//  # # # #  #  #  # ##   # 
//  #  #  # #    # # # #  # 
//  #     # ###### # #  # # 
//  #     # #    # # #   ## 
//  #     # #    # # #    # 
*/

/*  BODY & WRAPPER  */

body {
	background: #d1e4e9 url(/images/backgrounds/body.png) repeat-x;
	margin: 0 auto;
	}

body.admin {
    background-position: 0 30px;
}

.headerbg {
    height: 100%;
	background: transparent url(/images/backgrounds/wrapper.jpg) no-repeat center top;
	}
			

.wrapper {
	width: 970px;
	position: relative;
	margin: 0 auto;
	}
	
/*  OVERRIDES  */

cite {
    font-style: italic;
    border-left: 5px solid #999;
    padding-left: 10px;
    margin: 15px 10px;
    display: block;
    }
			
/*  BAR  */

#bar {
    text-align: right;
    height: 31px;
    padding-top: 7px;
    font-style: italic;
}

    #bar span, #bar div, #bar em {  
        color: #4a5457;
        font-size: 16px;
        font-family: Georgia, Times New Roman, serif;
        font-weight: normal;
        vertical-align: middle;
    }
    
    #bar em {
        color: #a24545;
        font-size: 14px;
    }
    
    #bar form {
        display: inline;
    }
    
    #bar input {
        background-color: #272a2a;
        color: #4a5457;
        border: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 5px;
        vertical-align: middle;
    }
    
    #bar input.submit {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 0;
    }

    #bar a {
        float: right;
        display: block;
        padding-left: 10px;
        color: #8b6e1f;
        font-size: 11px;
        font-family: Georgia, Times New Roman, serif;
        text-align: left;
    }
    
    #bar div {
        float: right;
        padding: 1px 15px;
    }
    
    #bar .menu {
        padding: 5px;
        list-style: none;
    }
    
        #bar .menu li {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        #bar .menu li .menu {
            display: none;
        }
        
/*  HEADER  */

#header {
    margin: 30px 0px;
    }

    #header .menu {
        float: right;
        list-style: none;
        margin: 30px 30px 0 0;
        text-shadow: 1px 1px #000;
        }
    
		#header .menu li {
            position: relative;
  			float: left;
  			list-style: none;
  			margin-left: 30px;
    		}
		
            #header .menu li a {
        		color: #a9882e;
        		font-size: 11pt;
        		}
            
            #header .menu li.active-trail a {
        		color: #4d96bf;
        		text-decoration: underline;
        		}
    			
        #header .menu li img {
        	cursor: pointer;
        	cursor: hand;
        	}
        	
        /* Drop Down */
        #header .menu ul {
            position: absolute;
            display: none;       
            background: url(/images/backgrounds/grey.bg.png) repeat;
            border-radius: 5px;
            -moz-border-radius: 5px;
            padding: 0;
            margin-right: 0;
            margin-top: 10px;
            right: 0;
            white-space: nowrap;
        	}
        	
            #header .menu ul li {
                float: none;
                margin-left: 0px;
                color: #d1e4e9;
                font-size: 8pt;
                padding: 5px 10px;
                line-height: 14px;
            	}
            	            
                #header .menu ul li a {
        			font-size: 10pt !important;
                    color: #a9882e !important;
                    text-decoration: none !important;
                	}

#logo {
    background-image: url(/images/menus/ia.png);
    width: 347px;
    height: 79px;
    text-indent: -9999px;
    padding: 0px !important;
    }

/*  BREADCRUMBS  */

#breadcrumbs {
    color: #d1e4e9;
    font-size: 18pt;
    margin-top: 30px;
    padding-left: 10px;
    text-shadow: 1px 1px #000;
}

    #breadcrumbs a {
        font-size: 14pt;
    }

/*  CONTENT  */

#content {
    background: #e2ebee;
    margin: 10px auto 0px;
    width: 960px;
    padding: 0;
    padding-bottom: 20px;
    border: 1px solid #e9f2f5;
    font-size: 12px;
    line-height: 1.5em;
    overflow: hidden;
}

    #content #bumper {
        height: 5px;
        background: #ced8db;
        border-bottom: 1px solid #e9f2f5;
    }
    
    #content #left {
        float: left;
        padding: 0px 10px;
        width: 580px;
        }

        #content #left h4 {
            text-transform: uppercase;
            color: #444;
            }
    
    #content #right {
        float: right;
        width: 300px;
        }
        
        #content #right h3 {
            text-align: center;
            margin: 0px;
            }
    
    #contentwrap {
        min-height: 220px;
        padding: 0px 20px;
    }
    
    #content h2 {
        font: normal 26px Georgia,"Times New Roman",serif;
        text-align: center;
        text-shadow: 0 1px #fff;
        color: #5b707a;
        width: 85%;
        margin: 0 auto 10px;
        }
    
    #content h3 {
        color: #363636;
        margin: 10px 5px;
        }


.infobox {
    float: left;
    background: #f8fafc;
    font-size: 14px;
    text-align: left;
    width: 255px;
    padding: 10px 20px;
    margin-bottom: 10px;
    }
    
    #content .sidebarbox h3 {
        margin: 0px 5px;
        }

.sidebarbox {
    float: left;
    background: #ecf1f3;
    font-size: 14px;
    text-align: center;
    border: solid 1px #d7e1e4;
    width: 255px;
    padding: 10px 20px;
    margin-bottom: 10px;
    }
    
    #content .sidebarbox h3 {
        margin: 0px 5px;
        }

.featurebox {
    background: #f8fafc;
    font-size: 14px;
    padding: 10px;
    margin: 10px 0px;
    border-left: solid 5px #b6cfd6;
    }
    
    .featurebox img {
        float: left;
        margin-right: 15px;
        vertical-align: middle;
        display: block;
        }

/*  FRONT PAGE  */
	
body#front {
	background: #d1e4e9 url(/images/backgrounds/body-front.png) repeat-x;
	}

body#front.admin {
    background-position: 0 30px;
}

.headerbg-front {
    height: 100%;
	background: transparent url(/images/backgrounds/wrapper-front.jpg) no-repeat center top;
	}

body#front #breadcrumbs {
    margin-top: 20px;
    }

#intro {
    font-size: 140%;
    color: #d1e4e9;
    text-shadow: 1px 1px #333;
    height: 175px;
    }

    #introtext {
        float: right;
        width: 500px;
		line-height: 32px;
        }

	    #introtext h2 {
	        display: inline;
	        padding: 0;
	        font-size: 25px;
	        font-weight: normal;
    	    }
	
    #introbuttons {
        float: left;
        padding-top: 60px;
        }

#content.front {
    margin-top: 70px;
    padding-bottom: 5px;
}

.frontbox {
    float: left;
    margin: 5px;
    margin-top: 9px;
    width: 305px;
    height: 320px;
    color: #fff;
    border: 1px solid #fff;
    }

    #infobox {
        background: #383838;
        margin-left: 9px;
        }
        
        #infobox h3 {
            margin: 5px 20px;
            padding-bottom: 0px;
            font-size: 160%;
            font-weight: normal;
            color: #b9d6de;
            }
        
        #infobox p {
            color: #ecf3f5;
            margin: 0px 20px 5px;
            padding-top: 5px;
            }
            
        a.translink {
            color: inherit;
            }
            
        a.translink:hover {
            text-decoration: none;
            }
        
    #photobox {
        background: #9e3b8c;
        }
        
        #photobox p {
            font-size: 150%;
            width: 100%;
            margin: 10px 0px 5px;
            text-align: center;
            }
    
        #photobox ul {
            margin: 6px;
            list-style: none;
            }
        
    		#photobox ul li {
    			float: left;
    			list-style: none;
    			margin: 0px;
    			padding: 10px;
                }
                
                #photobox ul li span {
                    display: block;
                    overflow: hidden;
                    width: 75px;
                    height: 67px;
        			border: solid 1px #fff;
                    }
        
        #photobox .more-link {
            display: none;
            }
            
        #photobox .real-more-link {
            float: right;
            margin: 15px 25px;
            color: #fff;
            font-size: 150%;
            text-decoration: underline;
            }
    
    #mapbox {
        display: block;
        font-size: 15px;
        line-height: 14px;
        padding: 0px;
		background: url(/images/backgrounds/map.jpg) no-repeat center top;
        }
        
    #mapbox:hover {
        text-decoration: none;
        color: #fff;
        }
        
        #mapbox b {
            display: block;
            color: #fff;
            font-size: 19px;
            font-weight: bold;
            margin-left: 10px;
            margin-top: 16px;
            }
        		
        #mapbox p {
            margin: 0 10px 0;
            }
        
        #mapbox span {
            display: block;
            font-size: 15px;
            padding: 0px;
            margin-left: 10px;
            }

/*  JOIN US  */

.pricebox {
    float: left;
    background: #ecf1f3;
    font-size: 14px;
    border: solid 1px #d7e1e4;
    width: 255px;
    height: 300px; 
    padding: 10px 20px;
    margin-right: 7px;
    }
    
    #content .pricebox h3,
    #content .addonbox h3 {
        color: #363636;
        text-align: center;
        font-size: 26px;
        margin: 0px;
        }

    .pricebox h4,
    .addonbox h4 {
        text-align: center;
        font-size: 18px;
        }
        
		h4.oldprice {
			color: #a33;
			font-weight: normal;
			font-size: 15px;
			}

        h4.premium {
            color: #3c873c;
            }

        h4.desk {
            color: #2b7ba7;
            }
        
        h4.full {
            color: #9a3994;
            }
        
        h4.occa {
            color: #c68508;
            }
            
    .pricebox li,
    .addonbox li {
        margin: 10px 0px;
        }

.addonbox {
    background: #ecf1f3;
    border: solid 1px #d7e1e4;
    font-size: 14px;
    padding: 10px;
    margin: 10px 15px 10px 0px;
    }

#node-36 {
    margin: 0px 235px;
    padding: 10px;
    background: #f8fafc;
    border: 1px solid #d7e1e4;
    }

#edit-submitted-message {
    width: auto;
    }

/*  THE SPACE  */

.views-view-grid {
    border: none;
    margin: 0 auto;
    }
    
    .views-view-grid tbody {
        border: none;
        }

    .views-view-grid td {
        padding: 10px 25px;
        }

    .views-view-grid .field-content div {
        padding-top: 10px;
        text-align: center;
        font-size: 125%;
        }
        
#content .image-gallery-nodes {
    margin-top: 30px;
}

.imagenode .image {
    margin-top: 10px;
}

/*  EVENTS  */

.calendar-calendar .links {
    display: none;
    }

#content .date-nav {
    background-color: transparent;
    border: none;
    }

#content .date-prev a, #content .date-next a {
    background: #ecf1f3;
    border: solid 1px #d7e1e4;
    color: #4d96bf;
    font-size: 16px;
    margin-top: 20px;
    width: auto;
    padding: 5px;
    }

.week {
    display: none;
    }

/*  COLUMNS  */

#left-column {
	width: 48%;
	float: left;
	padding: 0;
}

#right-column {
	width: 48%;
	float: right;
	padding: 0 0 0 1.5em;
	border-left: 1px solid #9ab2b8;
}

/*  FAQ  */

#faq-list dd {
	margin-top: 1em;
}
#faq-list dd p {
	padding: 0;
	margin: 0;
	margin-bottom: 0.75em;
}
#faq-list dt {
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 1.5em;
} 

#faq-list dt .q {
	vertical-align: -10%;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0.25em 0 0;
}
#faq-list dd .a {
    color: #666;
	vertical-align: -40%;
	font-size: 1.7em;
	font-weight: bold;
	float: left;
	margin: 0 0.25em 0 0;
}
#faq-list blockquote {
	margin: 0 2em;
	font-style: italic;
}


/*  BLOG  */

div.blog div.item-list li {
    list-style: none;
    margin: 5px 0;
    }

.blognode {
    margin: 10px 0;
    }

body#page .blog h2,
body#page h1.blog {
    text-align: left;
    width: auto;
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    }
    
    body#page h1.blog a,
    body#page h1.blog a:hover {
        color: #000;
        text-decoration: none;
        }

#block-blog-0 .more-link,
body#page .blog_usernames_blog,
body#page .comment_add {
    display: none;
    }
    
h1.blog {
    padding: 0;
    margin: 15px 0 5px;
    }
    
#disqus_thread {
    margin-top: 15px;
    border-top: 1px solid #9AB2B8;
    }

/*  MEMBERS AREA  */

#paypal {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    }

    #paypal form {
        float: right;
    }

    #paypal input {
        vertical-align: middle;
    }

.addonbox img {
    vertical-align: text-top;
    }
    
.member_error {
    color: #900;
    font-weight: bold;
    }

.member_warning {
    color: #770;
    font-weight: bold;
    }

.member_success {
    color: #090;
    font-weight: bold;
    }

.billing ul {
    padding: 0;
    }
    
.billing li {
    margin: 0;
    }

.doorcode {
    font-size: 175%;
    padding: 10px 0;
    }
    
    .doorcode strong, .doorcode span {
        background: #ecf1f3;
        border: solid 1px #d7e1e4;
        padding: 5px;
        }

    .doorcode span {
        color: #900;
        font-weight: bold;
        font-size: 16px;
        }

/*  FOOTER  */

#footer {
    border-top: solid 1px #9ab2b8;
    margin: 15px 4px;
    padding-top: 15px;
    color: #425256;
    font-size: 80%;
    }
    
    #footer .menu {
        margin: 0px;
        padding: 10px 0px;
        list-style: none;
        }
    
		#footer .menu li {
			float: left;
			list-style: none;
			margin: 0px;
			padding: 0px 15px;
			border-left: solid 1px #9ab2b8;
            }
		
		#footer .menu li.first {
			padding-left: 0px;
			border-left: none;
            }
		
            #footer a, #footer .menu li a {
    			color: #6c7d82;
    			font-size: 90%;
                }
			
    #footer #block-block-1 {
        float: right;
        margin-top: -10px;    
    	background: url(/images/backgrounds/twitter.png) no-repeat center top;
        width: 406px;
        height: 59px;
        line-height: 14px;
        }
        
        #footer #block-block-1 a.twitter {  
            display: block;
            overflow: hidden;
            color: #6c7d82;
            font-size: 80%;
            width: 360px;
            height: 38px;
            padding: 21px 0px 0px 45px;
            }
    

#block-menu-devel {
	font-size: 10px
	}

#block-menu-devel h2 {
	font-size: 14px;
}

#block-menu-devel ul {
	list-style: none;
	padding: 0;
	}

#block-menu-devel ul li {
	list-style: none;
	float: left;
	margin-left: 0;
	margin-right: 3px;
}

#block-menu-devel ul li a {
	color: #6C7D82;
	}

/*** GARLAND CRAP ***/


span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}



/**
 * Nodes & comments
 */

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/* COWORKING LOCATIONS */

#coworking-locations h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#coworking-locations li {
	margin-bottom: 0.25em;
}

 