@charset "utf-8"; 
/* $Id: style.css,v 1.1.6.2 2008/11/28 06:14:30 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comment
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {
  background: #000;
  /*  background-image:url(images/back1.jpg); */
  color: #333;
  font: 75% Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

h3 {
 
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a:link, a:visited {
  color: #646464;
  text-decoration:underline;
}

a:focus {
  outline: 1px dotted;
}

a:hover {
  color: red;
  outline: none;
  text-decoration: none;
}

a:hover, a:active, li a.active {
  color: red;
  outline: none;
  text-decoration: underline;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  width: 860px;
}

#container {
background:#FFFFFF;
  margin:0;
}

/* 1 column */
#ic_title {
  margin: 0 0 0px;
  position: relative;
  background:#FFFFFF;
  margin-top:20px;
}


#language_switch{
position:relative;
float:right;
top:132px;
padding-right:45px;
color:#fff;
font-size:0.8em;
}

#language_switch a{
color:#fff;
 
text-decoration:none;
font-weight:bold;

}

#language_switch a:hover{
color:red;

}


#center  {
background:#FFFFFF;


}

#center p {
margin:0 0 0.5em;
}


#center .field-item {
background:#FFFFFF;
padding:10px;
margin:10px;
width:auto;
float:left;

}


#center .field-label{
display:none;
}


#center .views-field-title{
margin-top:10px;

}


#center .field-content {

color:#000;
font-size:1.0em;
font-weight:bold;
}

#center .field-content img{
border:#000000 solid 3px;

}

#center .field-item img{
border:#000000 solid 3px;

}

#content-frontpage .field-content {

color:#fff;
font-size:1.0em;
font-weight:bold;
}

#content-frontpage  {
color:#fff

}

#center-popup{
background:#FFFFFF;

padding-bottom:10px;


}
#popup-content{
background:#000000;
width:265px;
height:480px;
padding:10px;

text-align:left;
color:#777777;

}

#center-popup span.submitted {
display:none;

}

#content-frontpage .item-list  ul{
 
color:#fff;
margin-top:-6px;
}

#content-frontpage .item-list  ul li{
background:#000;
 
list-style:none;
list-style-image:none;
list-style-type:none;
background:url(http://www.ftwo-international.com/cms/themes/framework/images/front_back.png);
background-repeat:no-repeat;
background-position:95% 100%;

 
}


#content-frontpage .views-field-title{
color:#fff;
font-size:1.2em;
font-weight:bold;
}

#content-frontpage .views-field-field-content1-value .field-content{
color:#969696;
font-size:0.9em;
font-weight:normal;
}

#content-frontpage .views-field-created .field-content{
color:#969696;
font-size:0.9em;
font-weight:normal;
}


#content-frontpage .views-field-title{
color:#fff;
font-size:1.2em;
font-weight:bold;
}


#content-frontpage  a{
color:#fff;
text-decoration:underline;

}

#content-frontpage  a:hover{
color:red;

}


/* 3 columns */
body.sidebars #center {
 
  float: left;
  padding: 0 10px;
  width: 860px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
 
  float: left;
  background-color:#FFFFFF;
 
  width: 860px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #b4d7f0;
  float: left;
  padding-right: 10px;
  width: 780px;
}

/**
 * 3.HEADER
 */
#header {
  margin: 0;
  padding:0;
  background-image:url(images/header.jpg);
  background-repeat:no-repeat;
  width:860px;
  height:180px;
  margin-bottom:10px;
}

#header h1 {
  float: left;
}

#header #logo {
  float: left;
  padding: 15px 10px 0 0;
}

#header #sitename {
  display: block;
}

#header #siteslogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
  float: right;
  margin: 2.5em 0 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#toplogo {
 
  height:127px;
  
  }

#nav {
 display:block;
  font-size: 1em;
  margin: 0 0 10px;
  margin-left:20px;
}

#nav ul.primary-links {
  background: #d4e7f3;
  font-weight: 700;
  padding: 5px;
}

#nav ul.primary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 5px 0;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
  text-decoration: underline;
}

#nav ul.secondary-links {
  border-top: 1px solid #b4d7f0;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}

#sub_nav {

display:block;
 

}


/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 1em;
  margin: 0 0 -1.25em;
  padding: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}


/**
 * NODES FRONTPAGE
 */
#frontpage-wrapper {
width: 860px;
height: 535px;
background:#fff;
margin-top:10px;
padding-bottom:10px;

}

 
#flash-wrapper {
padding-top:10px;
float:left;
display:block;
	width: 525px;
 
	background:#fff;
}

#flash-wrapper-2 {
display:block;
	width: 525px;
 
	background:#fff;
}


#flash1 {

height:320px;
padding-left:10px;
padding-bottom:10px;

}

#flash2 {
	float:left;
	width:335px;
	height:200px;
	padding-left:10px;
	background:#fff;
}

#flash3 {


	float:right;
	width: 165px;
	height: 200px;
	padding-right:10px;

}


#news {
float:right;
background:#000;
width:325px;
height:527px;
margin-right:10px;
margin-top:10px;
 

}

#content-footer {
background:#fff;
padding-top:10px;

}

#footer-content {
background:#000000;
 
margin-left:10px;
margin-right:10px;
color:#FFFFFF;
}

#footer-title-inner {


padding-top:10px;
margin-left:10px;
color:#777777;
}



#footer-content-inner  {
font-size:0.9em;
padding-top:10px;
margin-left:30px;
margin-right:30px;
color:#777777;
}


#footer-content-inner h2{
font-size:0.9em;
line-height:100%;
padding:0;
margin:0;

color:#fff;
}


#content-frontpage{

	padding-top:10px;
	margin-bottom:20px;
}

h4 {
font-size:2.8667em;
font-weight:bolder;
color:#fff;
}

#f2-gallery{

padding-left:10px;
padding-top:10px;

}


#content-gallery .field-item { 
background:#FFFFFF none repeat scroll 0 0;
float:left;
margin:0px;
padding:0px;
padding-right:4px;
margin-right:4px;
margin-bottom:0px;
width:202px;
}


/**
 * BOARD NODES
 */
 
#boards-wrapper {
width: 860px; 
background:#fff;

}

#boards-navigation{
width: 860px; 
height:310px;
background:#fff;

}

#boards-boys{
float:left;
width: 430px;
height:300px;
 background-image:url(images/boards/navi_boys.jpg);

}

#boards-girls{
float:right;
width: 430px;
height:300px;
background-image:url(images/boards/navi_girls.jpg);

}

#boards-pic{

width:836px;
background:#666666;
margin-left:10px;
border:#000000 solid 2px;
 
}

#pic_title{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:1.1em;
font-weight:bolder;
 
}

#pic_title a{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:1.1em;
font-weight:bolder;
text-decoration:none;
 
}

#pic_title a.pretty-hover{
color:red;
}

#pic_title a.red{
color:red;
}



#content-wrapper{
display:block;

background:#FFFFFF;

}

#content-boards-wrapper{
 
background-color:#000;
 

}

#content-boards-1{
 
padding-left:20px;
float:left;
background:#FFFFFF;
width:320px;
}

#content-boards-1 tbody th { 
 
background:#000000;
color:#FFFFFF;
font-size:1.2em;
font-weight:bolder;
padding:0px;


}

#content-boards-1 tr.spheight td{ 
 
padding-top:11px;
 

}

#content-boards-1 td { 
 
padding-top:3px;
 

}
 
#content-boards-2{
 
float:left;
padding-left:20px;
background:#fff;
width:280px;
margin-right:20px;
padding-top:13px;

}

#content-boards-2 h2{
margin:0;
padding:0;
 line-height:100%;
 font-size:1.2em;
 margin-bottom:10px;
}


#content-boards-3{
float:left;
background:#fff;
width:180px;
padding-top:10px;
}


#content-boards-3 a{
color:#646464;
}

#content-boards-3   a:hover {
  color: red;
  outline: none;
  text-decoration: underline;
}


#content-boards-3 img{
border:#000000 solid 3px;
}


/**
 * BINDING NODE
 */
 #bindings-wrapper {
width: 860px; 
background:#fff;

}

#bindings-navigation{
width: 860px; 
height:310px;
background:#fff;

}

#bindings-boys{
float:left;
width: 430px;
height:300px;
 background-image:url(images/bindings/navi_boys.jpg);

}

#bindings-girls{
float:right;
width: 430px;
height:300px;
background-image:url(images/bindings/navi_girls.jpg);

}
 

#content-bindings-wrapper{
 
background-color:#000;

}

#content-bindings-1{
 padding-top:3px;
 padding-left:20px;
 float:left;
 background:#FFFFFF;
 width:430px;
}

#content-bindings-1 h2{
 margin:0;
 padding:0;
 line-height:100%;
 font-size:1.2em;
 margin-bottom:10px;
}

#content-bindings-1 tbody th { 
 
background:#000000;
color:#FFFFFF;
font-size:1.2em;
font-weight:bolder;
padding:0px;

}

 
#content-bindings-2{
 
float:left;
padding-left:30px;
background:#fff;
width:348px;
margin-right:20px;
 
padding-top:2px;

}

#content-bindings-2 img{
border:#000000 solid 1px;
}

#binding-pic img{
border:#000000 solid 2px;
}

#colorlink{
position:absolute;
color:#646464;
font-weight:normal;
top: 503px;
margin-left:140px;
}

#content-bindings-2 a{
font-family:Arial, Helvetica, sans-serif;
color:#646464;
font-size:1.1em;
font-weight:normal;
line-height:90%; 
}

#content-bindings-2  a:hover {
  color: red;
  outline: none;
  text-decoration: underline;
}

#colorlink a.pretty-hover{
color:red;
}

#colorlink a.red{
color:red;
}


/**
 * TEAM NODE
 */
 #team-wrapper {
width: 860px; 
background:#fff;

}

#team-navigation{
width: 860px; 
padding-bottom:40px;
background:#fff;

}

#team-title-back{

 background-image:url(images/team/team-title.png);
 background-repeat:no-repeat;
 height:65px;
 font-size:1.4em;
 font-weight:bold;
 color:#FFFFFF;
}

#team_menu{

padding-top:10px;
}


#team-title{
	padding-top:20px;
	padding-right:60px;
}


#content-team-wrapper{
 
background-color:#000;

}

#content-team-1{
 padding-top:22px;
 padding-left:10px;
 float:left;
 background:#FFFFFF;
 width:260px;
}


#team-gallery{
 float:left;
 padding-top:22px;
 width:50px;
}

#content-team-1 img{

}


#content-team-1 h2{
 margin:0;
 padding:0;
 line-height:100%;
 font-size:1.2em;
 margin-bottom:10px;
}

#content-team-1 tbody th { 
 
background:#000000;
color:#FFFFFF;
font-size:1.2em;
font-weight:bolder;
padding:0px;

}

 
#content-team-2{
 
float:right;

background:#fff;
width:507px;
margin-right:20px;
padding-top:20px;

}


/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #999;
  font-size: .8333em;
  font-weight: 700;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  border: 1px solid #999;
  color: #666;
}

.item-list ul.pager li.pager-current {
  background-color: #069;
  border: 1px solid #069;
  color: #fff;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment .picture {
  float: right;
  margin: .3em 0 .1em .3em;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 160px;
}

#sidebar-left {
position:absolute;
left:0px;
top:0px;
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  margin-left: 9px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}

.block h3 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer {
  position: relative;
background:url(images/footer.jpg);
background-repeat:no-repeat;
height:70px;
 


}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }


/* menu boards boys */
 
#boards_menu ul.menu { margin: 0; padding: 0; margin-top:250px; margin-left:25px;  padding-right:10px;}
#boards_menu ul.menu li { background:url(images/boards/list-back.png); border:none; list-style-image: none; list-style-type: none; margin: 0; padding: 0; background:#000; display:inline; padding-right:5px; margin:0; margin-right:-3px; padding-bottom:2px; padding-top:2px;}
#boards_menu ul.menu li a {  padding:0; margin:0; font-size: 1.2em; font-weight:bold; color:#FFFFFF;  display:inline; text-decoration:none;  background:url(images/boards/list-back.png); background-repeat:no-repeat; padding-left:12px; padding-right:2px;  }
#boards_menu ul.menu li a:hover {  color:red; }
#boards_menu ul.menu li a.active{ color:red; }
#boards_menu ul.menu li ul li { background:none; border:none;}
#boards_menu ul.menu li ul li a { padding-left: 0em; }
#boards_menu ul.menu li ul li ul li {  }
#boards_menu ul.menu li ul li ul li a { padding-left: 0em; }
#boards_menu ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
#boards_menu ul.menu li ul li ul li ul li a { padding-left: 0em; }
#boards_menu ul.menu li.expanded { padding-bottom: 0; border:none; }
#boards_menu ul.menu li.expanded ul { margin-top: 0; border:none;}


/* menu team boys */
 
#team_menu ul.menu { margin: 0; padding: 0; margin-top:20px; margin-left:10px;  padding-right:30px;}
#team_menu ul.menu li { background:url(images/boards/list-back.png); border:none; list-style-image: none; list-style-type: none; margin: 0; padding: 0; background:#000; display:inline; padding-right:5px; margin:0; margin-right:-3px; padding-bottom:2px; padding-top:2px;}
#team_menu ul.menu li a {  padding:0; margin:0; font-size: 1.2em; font-weight:bold; color:#FFFFFF;  display:inline; text-decoration:none;  background:url(images/boards/list-back.png); background-repeat:no-repeat; padding-left:12px; padding-right:2px;  }
#team_menu ul.menu li a:hover {  color:red; }
#team_menu ul.menu li a.active{ color:red; }
#team_menu ul.menu li ul li { background:none; border:none;}
#team_menu ul.menu li ul li a { padding-left: 0em; }
#team_menu ul.menu li ul li ul li {  }
#team_menu ul.menu li ul li ul li a { padding-left: 0em; }
#team_menu ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
#team_menu ul.menu li ul li ul li ul li a { padding-left: 0em; }
#team_menu ul.menu li.expanded { padding-bottom: 0; border:none; }
#team_menu ul.menu li.expanded ul { margin-top: 0; border:none;}



#sub_nav ul.menu { margin: 0; padding: 0; margin-left:40px; margin-top:17px; }
#sub_nav ul.menu li { background:none; border:none; list-style-image: none; list-style-type: none; margin: 0; padding: 0; display:inline; padding-right:5px; margin:0; margin-right:-3px; padding-bottom:2px; padding-top:2px;}
#sub_nav ul.menu li a {  padding:0; margin:0; font-size: 1.2em; font-weight:bolder; color:#000;  display:inline; text-decoration:none;  padding-left:12px; padding-right:2px;  }
#sub_nav ul.menu li a:hover {  color:red; }
#sub_nav ul.menu li a.active{ color:red; }
#sub_nav ul.menu li a.active-trail{ color:red; }

#sub_nav ul.menu li ul li { background:none; border:none;}
#sub_nav ul.menu li ul li a { padding-left: 0em; }
#sub_nav ul.menu li ul li ul li {  }
#sub_nav ul.menu li ul li ul li a { padding-left: 0em; }
#sub_nav ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
#sub_nav ul.menu li ul li ul li ul li a { padding-left: 0em; }
#sub_nav ul.menu li.expanded { padding-bottom: 0; border:none; }
#sub_nav ul.menu li.expanded ul { margin-top: 0; border:none;}



#footer div.content { float:right; }


#footer ul.menu { background:none;  margin: 0; padding: 0; margin-top:5px; width:208px;   }
#block-menu-menu-footer-german ul.menu { background:none;  margin: 0; padding: 0; margin-top:5px; width:250px;   }

#footer ul.menu li { background:none;  border:none; list-style-image: none; list-style-type: none; margin: 0; padding: 0; display:inline;  margin:0; margin-left:4px; padding-bottom:2px; padding-top:2px;}

#footer ul.menu li span.linebr {  padding:0; margin:0; font-size: 1.3em; font-weight:bolder; color:#fff;  display:inline; text-decoration:none;}
#footer ul.menu li.last span.linebr { display:none;}

#footer ul.menu li a {  padding:0; margin:0; font-size: 1.3em; font-weight:bolder; color:#fff;  display:inline; text-decoration:none;    }
#footer ul.menu li a:hover {  color:red; }
#footer ul.menu li.linebr {  font-size: 1.3em; font-weight:bolder; color:#fff;  display:inline; text-decoration:none;    }
#footer ul.menu li a:hover {  color:red; }
#footer ul.menu li a.active{ color:red; }
#footer ul.menu li a.active-trail{ color:red; }

#footer ul.menu li ul li { background:none; border:none;}
#footer ul.menu li ul li a { padding-left: 0em; }
#footer ul.menu li ul li ul li {  }
#footer ul.menu li ul li ul li a { padding-left: 0em; }
#footer ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
#footer ul.menu li ul li ul li ul li a { padding-left: 0em; }
#footer ul.menu li.expanded { padding-bottom: 0; border:none; }
#footer ul.menu li.expanded ul { margin-top: 0; border:none;}


/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%}
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#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; }

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 h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; 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: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
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; }

/* custom style for F2 News */

.view-content {
padding-left:10px;
padding-right:10px;


}



.views-table th, tr, td{
margin:0;
padding:0;
border-style:none;

}

.views-table tr.odd, tr.info, tr.even, tr.odd, tbody th { 
background-color:#fff;
border-color:#fff;
border-style:none;
border-width:0;
}

.views-table tr{
background:url(http://www.ftwo-international.com/cms/themes/framework/images/stuff/table_back.jpg);
background-repeat:repeat-x;
background-position:0 100%;


}

.views-table td img{
margin-top:3px;
border:#000000 solid 3px;
}

.views-table td.views-field-iid{

margin:0;
padding:0; 
width:270px;

}

.views-table td.views-field-created{

margin:0;
padding:0; 
width:77px;
padding-top:3px;

}

.views-table td.views-field-nid{

margin:0;
padding:0; 
width:77px;
padding-top:3px;

}


.views-table  td.views-field-body {

padding-top:4px;
}


.views-table  td p { 
	margin-top:0;
	
}

 

.views-table  td h2{
 margin:0;
 padding:0;
 line-height:100%;
 font-size:1.2em;
 margin-bottom:10px;
}

/*         VIEWS STUFF               */
/* */


div.view-Stuff {

  
}

.views-table td.views-field-field-img-fid{

margin:0;
padding:0; 
width:265px;

}
