/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #0050a2;
  background-color: #fff;
  text-align: left;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;

}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
.clear{
   clear: both;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  width: 90%;
  margin-top:10px;
}
.form-item label {
  font-size: 1em;
  color: #222;
  width: 40%;
}
.block-user h2.title{
   font-size: 1em;
   margin: 0;
}
#user-login-form .form-item{
   clear: both;
   margin: 0;
}
#user-login-form .form-item label {
  float: left;
  font-size: 0.8em;
  width: 50%;
  text-align: left;
}

#user-login-form .form-item .form-text {
   float: left;
   font-size: 0.8em;
   width: 80%;
}
#user-login-form .form-submit {
   clear: both;
   font-size: 0.8em;
   float: right;
   margin-top: 5px;
}
#user-login-form .item-list {
   clear: both;
   font-size: 0.9em;
   text-align: left;
   margin-top: 5px;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#sidebar{
   margin: 0;
   padding: 20px 10px;
}
#yui-main {
   padding: 10px;
}
#logo img {
  padding: 0;
  border: 0;
}
#menu {
  float: right;
  width: 50%;
  padding: 0px;
  margin: 0;
  text-align: right;
}
#primary {
  font-size: 1.0em;
}
#primary a {
  font-weight: bold;
  padding: 0 1em;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
}
#secondary a {
  font-weight: bold;
}
#search_theme_form{
   float: right;
   width: 200px;
   padding: 0;
}
#search_theme_form .form-text, #search_theme_form .form-submit {
  border: 1px solid #369;
  font-size: 1em;
  height: 1.2em;
  vertical-align: middle;
}
#search_theme_form .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}
#search .form-submit {
	font-size: 0.9em;
	height: 1.5em;
}

#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  display: none;
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 0.9em;
/*   float: left; */
/*   width: 550px;  */
  width: 90%;
/*   border: 1px solid #666; */
}
#main2 {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 0.83em;
  width: 69%;
  float: left;
}

#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#main2_sidebar{
   float: left;
   padding-top: 40px;
   width: 30%;
}
#main2_sidebar h2.title{
   font-size: 0.9em;
}
.home #main2 {
  width: 35%;
}
.home #main2_sidebar{
   width: 64%;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
  clear: both;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}
/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
ul.menu li.expanded {
  list-style-type: circle;
  list-style-image: url(images/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
ul.menu li.collapsed {
  list-style-type: disc;
  list-style-image: url(images/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
ul.menu li.leaf {
  list-style-type: square;
  list-style-image: url(images/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
ul.menu li a:link {
  color: #fff;
}
ul.menu li a:visited {
  color: #fff;
}
ul.menu li a:hover {
  color: #ddd;
  text-decoration: none;
}
#block-menu-45 h2.title{
   display:none;
}
fieldset.collapsible{
   margin-top: 10px;
}
dl dt{
   margin-top: 5px;
}
dl dd{
   padding-left: 20px;
}
#map {
   clear: both;
   float: left; 
   margin-top: 20px;
   border: 1px solid #666;
}
#map2 {
   float: left; 
   border: 1px solid #666;
width: 350px;
margin-bottom: 10px;
}
#maplist{
   /*float: left;
   width: 175px;
   *width: 170px;*/
   margin-left:5px;
   padding-top: 5px;
}
ul#maplist li{
	list-style: none;
   float: left;
   width: 133px;
}
h1.title {
  border-bottom: 1px solid #aaa;
}
.photo{
   float: left;
   margin-right: 10px;
   width: 45%;
}
#partner .content{
	width: 450px;
}
.node .content{
   float: left;
}
.node .partner{
   width: 600px;
}
.node .content p{
   margin-bottom: 10px;
}
.node .content.twocol {
   width: 450px;
}
.node .content.wphoto{
   width: 350px;
}
#nodecontent {
	position: relative;
}
table#attachments{
   position: absolute;
	 top: 0px;
	 left: 470px;
/*	 *left: 10px;*/
	 width: 230px;	
}

.node .content ul li{
   margin-left: 30px;
   margin-bottom: 5px;
}

.node .photos{
   float: left;
   padding: 0;
   margin: 0 0 20px 0;
   width: 250px;
}

.contact{
   float: right;
   padding: 0;
   border: 1px solid #666;
   margin: 0 0 20px 0;
   width: 180px;
}
.contact div{
   padding: 0 5px 5px 5px;
}
.contact h3{
   background: #39c;
   color: #fff;
   padding-left: 5px;
   margin-bottom: 10px;
}
.contact img {
	width: 140px;
	margin: 0 15px;
}
.representative {
	float: left;
	width: 48%;
	height: 230px;
	padding: 5px;
}
.representative img {
	float: left;
	width: 140px;
	margin: 0 15px 0 0;
}

strong{
   font-weight: bold;
   color: #000;
}
#latestnews{
   float: left;
   width: 60%;
   padding-right: 15px;
}
#latestevents{
   float: left;
   width: 35%;
}
#latestevents table{
   width: 100%;
}
#latestnews .view-data-title a{
   font-weight: bold;
}
#latestnews .view-data-title img {
   vertical-align:  text-top;
   }
.view-EurotownsNews .item-list ul li,
.view-CaptureNews .item-list ul li{
   clear: both;
   list-style: none;
   margin: 0;
   padding: 5px 0;
}
.view-EurotownsNews .item-list img,
.view-CaptureNews .item-list img{
   float: left;
   margin-right: 5px;
}
.view-PartnerRepresentative .content{
   clear: both;
}
.image{
   float: left;
   width: 150px;
}

.news img{
   float: left;
   width: 100px;
   border: 1px solid #666;
   padding: 1px;
}

.view .float{
   width: 320px;
}
.news .float{
   width: 420px;
}
.news p{
   width: 420px;
margin-left: 5px;
*margin-left: 10px;
}

.float{
   float: left;
   margin: 0 0 0 5px;
   width: 320px;
}
.float p {
   margin: 0;
   padding: 0;
   float: left;

}
#main2_sidebar {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #aaa;
}
#main2_sidebar table {
   font-size: 0.8em;
   width: 100%;
}
#main2_sidebar .view-CaptureEvents table .view-field-node_data_field_date_field_date_value{
   width: 80px;
}

#past{
   clear: both;
   float: left;
   width: 420px;
}
#upcoming{
   float: left;
   width: 250px;
margin-top: 20px;
}
.sn-item{
	font-size: 0.9em;
}
ul.menutree a,
ul.menutree ul.menu a{
	color: black;
}
a.email {
font-size: 0.8em;
}