/*********** RESET ****************/
    html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
    pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
    h1,h2,h3,h4,h5,h6,strong { font-weight: bold; margin: 0; padding: 0; }
    cite, em { font-style:italic; }
    ul, ol { margin: 0 0 0 0; list-style-type: none; }
    fieldset,img { border: 0; }
    caption,th { text-align: left; }
    table { border-collapse: collapse; border-spacing: 0; }
/*********** Globals ****************/
    body { 
        width: 100%;
        text-align: center;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        background-color: #132b42;
    	background-image: url(/media/images/site/bg.jpg);
		background-repeat: repeat-x;
    }
    
    body * { 
        text-align: left;
    }
    
    .hidden {
        display: none;
    }
    
    .clear-all {
    	clear: both;
    }
/*********** Fonts ****************/
    h1,h2,h3,h4,h5,h6 { 
        font-family: Verdana,Arial,Helvetica,sans-serif;
        color: #ea9306;
        }
    
    h1 {
        font-size:24px; 
        margin-bottom: 7px;
    }

    h2, h2 a {
        font-size:15px;
        font-weight: bold; 
        padding: 0 0 4px 0;
        color: #000066; 
    }
    
    #content p {
        font-size:15px;
        padding: 0 0 7px 0;    
    }

    #content li {
    	list-style: disc;
        font-size:15px;
        padding: 0 0 7px 0;
        margin-left: 28px;    
    }
    
/*-------------------------------- Page Layout ------------------------------------*/

#page {
	display: block;
	width: 925px;
	margin: 0px auto;
	height: 100%;
}


#header {
	width: 100%;
	height: 110px;
	background-color: #000033;
	background-image: url('/media/images/site/tl.jpg');
	background-repeat: no-repeat;
}

#top-nav {
	width: 100%;
	height: 25px;
}

#top-nav ul {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
}

#top-nav li {
	float:left;
	margin-right:10px;
}


#footer {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #d8dbe0;
	color: #000000;
	font-size: 12px;
}

#footer img {
	vertical-align: middle;
	padding-right: 5px;
}

#footer * {
	text-align: center;
}

#header-top {
	width: 100%;
	height: 60px;
	background: url('/media/images/site/tr.jpg') no-repeat top right;

}

#header-top #logo {
	padding-top: 10px;
	width: 75%;
	float: left;
}

#header-top #logo img {
	margin-left: 28px;
}

#header-top #siteby {
	padding-top: 10px;
	width: 25%;
	float: right;
	text-align: right;
}

#header-top #siteby img {
	margin-right: 28px;
}

#header-left {
    	float: left:
}

#navbar {
	height: 40px;
}

#navbar-left {
	width: 875px;
	height: 100%
	float: left;
}

#main-nav ul {
	margin-left: 28px;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 25px;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#main-nav li {
	float:left;
	margin-right:30px;
}


#main-nav a { color: #cccccc;  font-weight: bold; text-decoration:none;}
#main-nav a.selected { 
	color: #ffffff; 
	border-bottom: solid #ffffff;
	}
	

.page-border-runner {
	width: 100%;
	height: 5px;
	background-color: #1b00a1;
}

#findbar {
	width: 100%;
	height: 50px;
	background-color: #00006b;
	color: #cccccc;
}

#findbar #find {
	width: 60%;
	float: left;		
}

#findbar #add {
	width: 40%;
	float: right;
}

#findbar #find form {
	margin-left: 28px;
	padding-top: 15px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#findbar #location_query {
	width: 300px;
	background-color: #cccccc;
}

#findbar #submit {
	background-color: #cccccc;
}

#findbar #add {
	color: #ffffff;
	float: right;
	display: block;
	width: 300px;
	margin-top: 7px;
	text-align: right;
}

#findbar #add div {
	float: right;
	margin-right: 28px;
}

#findbar #add .left {
	width: 8px;
	height: 36px;
	display: block;
    background-image: url(/media/images/site/add_button_left.jpg);
    background-repeat: no-repeat;
    float: left;
}

#findbar #add label {
    background-image: url(/media/images/site/add_button_bg.jpg);
    background-repeat: repeat-x;
    padding-top: 8px;
    padding-bottom: 5px;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#findbar #add .right {
    background-image: url(/media/images/site/add_button_right.jpg);
    background-repeat: no-repeat;
	width: 10px;
	height: 36px;
	display: block;
	float: left;
}



#content {
	padding: 10px 28px;
}

#content-container {
	width: 100%;
	background-color: #ffffff;
}

/*-------------------------------- Link Displays ------------------------------------*/

.gutter {
	float: left;
}

#link-gallery-header {
	float: left;
	width: 90%;
}

#link-gallery-rss {
	float: right;
	text-align: right;
	width: 10%;
}
.link-gallery .left {
	clear: both;
	margin-right: 28px;
}

.link-gallery .link-container  {
	width: 415px;
	float: left;
}

.project-logo {
	width: 125px;
	float: left;
}
.project-link {
	float: right;
	width: 290px;
}

.resource-link {
	clear:both;
	font-size: 15px;
}

.resource-link .meta {
	width: 100%;
	clear: both;
}

.resource-link .meta-left {
	float: left;
	width: 10%;
}


.resource-link .meta-right {
	float: right;
	width: 90%;
}

.resource-link .link-left {
	width: 7%;	
	float: left;
}

.resource-link .link-right {
	width: 93%;
	float: right;
}

.resource-link .meta-line1 {
	width: 100%;
	clear: both;
}

.resource-link .meta-line2 {
	clear: both;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-top: -2px;
}



.resource-link .name {
}

.resource-link .linksrc {
	padding-top: 5px;
	color: #666666;
	font-size: 10px;
}

.resource-link .linksrc a {
	text-decoration: none;
}

.resource-link .project-name {
	width: 260px;
	float: right;
}

.project-country {
	width: 30px;
	float: left;
}


.resource-link .project-organization {
	text-align: center;
	float: right;
	width: 15%;
}

.resource-link .country {
	text-align: left;
}

.resource-link .desc {
	clear: both;
	font-size: 12px;
	width: 100%;
	color: #333333;
	margin-bottom: .5em;
}

.resource-link .tags {
 	font-size: 12px;
	width: 45%;
	text-align: left;
	float: right;

}

.resource-link .ratings-box {
	width: 55%;
	height: 50px;
	float: left;
 	font-size: 12px;
}

.avgstars {
	height: 20px;
}

.your-rating {
	display: none;
	width: 100%;
}

.your-rating form {
	float: right;
	width: 70%;
}

.your-rating .label {
	float: left;
	width: 30%;
}


.resource-link .edit {
	width: 10%;
	float:right;
	text-align:right;
}

.resource-link .link-footer {
	margin-bottom: 50px;
}


#countries {
	min-height: 16px;
}

#selection-menu {
	width: 100%;
	display: block;
	padding-bottom: 20px;
}


#selection-menu label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 12%;
}

#selection-menu ul {
	float: left;
	width: 88%;
}

#selection-menu ul li {
	float:left;
	list-style-type:none;
	margin:0 0 0 7px;

}

#selection-menu ul li a { 
	font-size: 12px;
	text-decoration: none; 
	color: #666666;
	font-weight: bold;
}

#selection-menu ul li a.selected { border-bottom: solid #666666; }

#link-sources td { 
padding-left: 5px;
padding-right: 5px;
}

#add-link {
	margin: 15px auto;
	width: 600px;
}

#add-link .errorlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0px;
	padding:0px;
 	font-size: 10px;
 	color: #ff0000;
}

#add-link th { 
 font-weight: bold;
 font-size: 12px;
 text-align: right;
} 

#add-link td {
 font-size: 15px;
 text-align: right;
}

#add-link input[type="text"] { width: 400px; }

#add-link-msg {
	margin: 15px auto;
	width: 600px;
	font-style: italic;
	font-size: 15px;
	color: #ea9306;
	text-align: center;	
}

/*------------------------------ contact form -------------------------*/

.narrow-content-container {
	text-align: center;
}

.narrow-content {
	width: 500px;
	margin: 0px auto;
}

#contact-form {
	border-top:2px solid #ea9306;;
	border-bottom:2px solid #ea9306;;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 15px;
}

#contact-form th {
	padding-right:5px;
	font-size: 12px;
	text-align:right;
	vertical-align:top;
	font-weight: bold;
}

#contact-form input[type="submit"]
{
	width:100px;
	text-align: center;
	float: right;
}

#contact-form td,th {
	padding-bottom:2px;
	padding-top:2px;
}

#contact-form td input[type="text"],textarea 
{
	width:350px;
}

.thanks {
	margin-bottom: 30px;
	margin-top: 15px;
}

.thanks a {
	text-align: right;
}
