/*------------------------------------------------------------------------
 *
 *	Uniao Da Mocidade Theme, Drupal 6
 *	by Stathis Portaritis
 *	Live Demo: 
 *	Project Page: http://www.udmsamba.com/
 *
 *----------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------
 COMMON
------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
  	/* background: #344E74 url('images/bg-body.jpg') repeat-x left top; */
  	background-color: #FFF;
  	color: #111;
	line-height: 18px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 13px;
}

b, strong {
	font-weight: 700;
}

caption {
	text-align: left;
}

fieldset {
	border: 1px solid #e0e0e0;
	padding: 5px;
}

i, em {
	font-style: italic;
}

li, form {
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 1.75em;
}

ul, ol {
	clear: both;
	list-style: none;
	margin: 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 10px 5px;
}

tbody {
	border: none;
}

th {
	border: none;
	border-bottom: 1px solid #bbb;
	padding: 3px;
}

td {
	border-bottom: 1px dotted #CCC;
	padding: 5px 2px 5px 8px;
	font-size: 11px;
}

thead th {
	/*background:url('images/bg-th.jpg');*/
	border-bottom:1px solid #bbb;
	font-weight:700;
	text-align:left;
	padding: 2px 5px;
}

u {
	text-decoration:none;
}

code {
	color:#777;
	font-size:12px;
}

fieldset legend {
	color: #555;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

blockquote, cite {
	background: url('images/bg-cite.gif') no-repeat;
	clear: both;
	color: #666;
	display: block;
	font-style: italic;
	padding-left: 45px;
	padding-top: 10px;
}

acronym, abbr {
	border-bottom: 1px dotted;
}

acronym:hover, abbr:hover {
	cursor:help;
}

dl {
	width:100%;
	margin:5px 0;
}

dt {
	font-weight: 400;
	padding: 2px 0;
	border: none;
}

dd {
	margin:0;
	padding:10px 0;
}

dl.node-type-list dd {
	border-bottom:solid 1px #bbb;
}

dl.node-type-list dt {
	font-size:14px;
	font-weight:bold;
	margin: 10px 10px 0 0;
}

/*------------------------------------------------------------------------
 LINKS
------------------------------------------------------------------------*/
a img {
	border: none;
}

a:active {
	color: #666;
}

a:hover {
	color: #000;
}

a:link {
	color: #314c74;
	text-decoration: none;
}

a:visited {
	color:#314c74;
	text-decoration:none;
}

/*------------------------------------------------------------------------
 HEADINGS
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	color: #333;
	display: block;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 140%;
}
/*------------------------------------------------------------------------
 LAYOUT
------------------------------------------------------------------------*/
#wrapper {
	background: #FFF;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	width: 940px;
	margin: 0px auto;
}

#page {
  	overflow: hidden;
  	padding-bottom: 25px;
  	width: 790px;
}

#IE page {
  	width: 790px;
}

body.both #page {
	float: right;
	width: 790px;
}

body.left #page {
	float: right;
}

body.right #page {
	float: right;
}

#content {
	width: 540px;
}

body.both #content {
	float: left;
	width: 540px;
	margin-left: 20px;
}

body.left #content {
	float: left;
	width: 540px;
	margin-left: 20px;
}

body.right #content {}

.container {
	clear:both;
}

.push {
	clear: both;
	height: 2em;
}
#footer {
	border-top: 1px solid #CCC;
	clear: both;
	font-size: 10px;
	height: auto;
	min-height: 5em;
	text-align: center;
	width: 940px;
	margin: 0px auto;
	padding: 1em 0;
	color: #6e6e6e;
}

#footer a {
	margin: 0 2px;
	text-decoration: none;
}

#footer a:hover { 
	text-decoration: underline; 
}

/* height must match .push margin top vertical total     */
#content_top {
	clear: both;
}

#content_bottom {
	clear: both;
}

/*------------------------------------------------------------------------
 HEADER
------------------------------------------------------------------------*/
.header_title {}

#header {
	/*background:#5B789F url('images/bg-header.jpg') no-repeat left top;*/
	background-color: #002;
  	border-bottom: #EEE;
  	height:auto;
	margin-bottom: 15px;
}

#header .site_name {
	display: block;
	font-size: 3.7em;
	line-height: normal;
	margin-left: 15px;
	padding: 10px 0;
}

#header .site_name a {
	color: #fff;
}

#header img.logo {
	background-color: #002;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-top:5px;
}

#header .slogan {
	clear:left;
	color:#fff;
	float:left;
	font-style:italic;
	margin-left:15px;
}

/*------------------------------------------------------------------------
 HEADER > PRIMARY LINKS
------------------------------------------------------------------------*/
#header .navigation {
	/* background:#fff url('images/bg-primary-1.jpg');	*/
	background-color: #002;
	clear: both;
	height: 35px;
	width: 100%;
	height: 2em;
	line-height: 2em;
	padding: 4px 0px;
	border-top: 1px solid #322369;
}

#header .navigation .links {
	/*background:#fff url('images/bg-primary-1.jpg');
	height: 35px;  */
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

body.left #header .navigation .links {
	float: left;
}

body.right #header .navigation .links {
	float: left;
}

#header .navigation .links li {
	float:left;
}

#header .navigation .links li a {
	color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	padding:0 0 0 8px;
}

#header .navigation .links li a span {
	display:block;
	float:left;
	padding:0 8px;
}

#header .navigation .links li a.active {
  	/*background:#fff url('images/bg-primary-3.jpg'); */
	color:#FFF;
}

#header .navigation .links li a.active span {
  	/*background:#fff url('images/bg-primary-3.jpg') no-repeat right bottom;*/
	background-color: #660000;
}

#header .navigation .links li a:hover {
	/*background:#fff url('images/bg-primary-2.jpg');*/
}

#header .navigation .links li a:hover span {
	/*background:#fff url('images/bg-primary-2.jpg') no-repeat right bottom;*/
	color: #94bee5;
	background-color: #004;
}

#header .navigation .links li.active a:hover {
	/*background:#fff url('images/bg-primary-3.jpg');*/
	color: #FFF;
	cursor: default;
}

#header .navigation .links li.active a:hover span {
	/*background:#fff url('images/bg-primary-3.jpg') no-repeat right bottom;*/
}

/*------------------------------------------------------------------------
 HEADER > SECONDARY LINKS
------------------------------------------------------------------------*/
#page .secondary_links {
	clear:both;
	height:35px;
	width:auto;
}

body.left #page .secondary_links {
	float:right;
}

body.right #page .secondary_links {
	float:left;
}

body.left #page .secondary_links .links {
	background:url('images/bg-secondary-links.jpg') no-repeat left top;
}

body.right #page .secondary_links .links {
	background:url('images/bg-secondary-links-right.jpg') no-repeat right top;
}

#page .secondary_links .links {
	color:#fff;
	float:left;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	width: auto;
}

#page .secondary_links .links span {
	color: #fff;
	font-weight: 400;
	line-height: 35px;
}

/*------------------------------------------------------------------------
 MAIN 
------------------------------------------------------------------------*/
#page .breadcrumb {
	clear: both;
	margin: 0 0 10px;
	padding: 5px 0 0;
}

#page .title {
  	color: #333;
	font-size: 18px;
}

/*------------------------------------------------------------------------
 MAIN > BLOCKS
------------------------------------------------------------------------*/
#content .block {
margin-bottom: 15px;
}

#content .block .content {
  padding: 0px;
}

#content .block .title {
  	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #BBB;
	margin-bottom: 5px;
	padding: 2px;
}

/*------------------------------------------------------------------------
 NODES
------------------------------------------------------------------------*/
.node {
	float: left;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;
}

.node .title a {
	color: #314c74;
	font-size: 18px;
}

.node .content {
	padding: 0px;
}

.node .content ol {
	list-style-type: none;
}

.node .content ul {
	list-style-type: circle;
	margin-left: 15px;
}

.node .content li {
	padding: 3px 0;
}

.node dl {
	width:100%;
}

.node dt {
	background: url('images/bg-dt.jpg') repeat-x left bottom;
	border: 1px solid #bbb;
	font-weight:700;
	padding: 4px 0 4px 8px;
}

.node dd {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------------
 NODE > LINKS
------------------------------------------------------------------------*/
.node .links {
	float: left;
	background: #FFF;
	font-size: 0.95em;
	height: 28px;
	list-style: none;
	margin: 10px 0;
}

.node .links span {
  font-weight:400;
}

.node .links li {
  float:left;
}

.node .links li a {
  background:#fff url('images/bg-node-links.jpg');
  color:#777;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:400;
  height:26px;
  line-height:26px;
  text-align:center;
  text-decoration:none;
  padding:0 0 0 8px;
}

.node .links li a span {
  background:url('images/bg-node-links.jpg') no-repeat right bottom;
  display:block;
  float:left;
  padding:0 16px 0 8px;
}

.node .links li a:hover {
  background:#fff url('images/bg-node-links.jpg');
}

.node .links li a:hover span {
  color:#111;
}

.node .links li.comment_forbidden {
  background:none;
  display:inline;
  float:none;
}

.node .links li.comment_forbidden span {
  background:url('images/bg-node-links.jpg') no-repeat left top;
  display:block;
  float:left;
  width:260px;
  padding:0 0 0 8px;
}

.node .links span.comment_forbidden a {
  background:none;
  display:inline;
  float:none;
  padding:0;
}

.node .links span.comment_forbidden a:hover {
  background:none;
  color:#314c74;
}

.node .links li.comment_forbidden + li {
  background:none;
  display:inline;
  float:none;
}

.node .links li.comment_forbidden + li a span {
  float:left;
  position:static;
}

.node .links li.comment_forbidden + li a {
  float:none;
  display:inline;
  position:absolute;
}

/*------------------------------------------------------------------------
 NODE > POST INFORMATION
------------------------------------------------------------------------*/
.node .info {
	color: #777;
	font-size:11px;
	margin-bottom: 5px;
}

.node .info .picture {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}

.node .info ul.links li a {
	background: none;
	color: #314c74;
	display: inline;
	float: none;
	font-weight: 400;
	text-align: left;
	padding: 0;
}

.node .info ul.links li a:hover {
	background: none;
	color: #111;
}

.node .info ul.links, .node .info ul.links li, .node .info ul.links li a, .node .info ul.links li a span {
	background: none;
	clear: none;
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------------
 COMMENTS
------------------------------------------------------------------------*/
.box {
	clear: both;
}

.box .title {
	display: block;
	font-size: 1.5em;
	line-height: 2em;
}

#comments {
	padding: 15px 0px;
}

#comments .box {
	clear: both;
	margin-top:25px;
}

.comment {
	border-bottom: 1px solid #999;
	clear: both;
	display: block;
	margin-bottom: 8px;
	background-color: #EFEFEF;
}

.comment .title {
	display: none;
	font-size: 1.5em;
	line-height: 2em;
	text-indent: 8px;
}

.comment .title .new {
	color: #C00;
	padding-left: 4px;
}

.comment .picture {
	float: left;
	width: 65px;
	height: 65px;
	margin: 10px;
	display: block;
}

.comment .picture img {
}

.comment .content {
	float: right;
	width: 450px;
	margin: 10px 0px;
	display: block;
}

.comment .info {
	color: #777;
	display: block;
	font-size: 11px;
}

.comment .comment-links {
	clear: both;
	display: block;
	text-align: right;
}

.comment .links {
	/* background:url('images/bg-comment.jpg') left bottom; */
	font-size: 10px;
	line-height: 35px;
	padding: 0px 10px;
}
/*------------------------------------------------------------------------
 SIDEBARS
------------------------------------------------------------------------*/
#leftSidebar, #rightSidebar {
	overflow: hidden;
	padding: 0px;
}

#leftSidebar {
	width: 150px;
	float: left;
}

#rightSidebar {
	width: 200px;
	display: block;
	min-height: 100%;
	float: right;
	background-color: #F0F0F0;
	border: 1px solid #CCC;
}

/*------------------------------------------------------------------------
 SIDEBAR > BLOCKS
------------------------------------------------------------------------*/
#leftSidebar .block {
	overflow: hidden;
	width: 150px;
	margin: 0 0 10px;
}

#rightSidebar .block {
  	overflow: hidden;
	width: 200px;
}
#leftSidebar .content {
  	padding: 0px;
}

#rightSidebar .content {
  	padding: 10px;
}

#leftSidebar .content-menu, #rightSidebar .content-menu {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

#leftSidebar #user-login-form {
  text-align: left;
}
/*------------------------------------------------------------------------
 SIDEBAR > TITLES
------------------------------------------------------------------------*/
#leftSidebar .title, 
#rightSidebar .title {
	color: #002;
	display: block;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 24px;
	text-align:left;
	text-indent:10px;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	background-color: #CCC;
}

body.left #leftSidebar .title, body.both #leftSidebar .title {
	background-color: #002;
	color: #FFF;
}

/*------------------------------------------------------------------------
 SIDEBAR > MENUS
------------------------------------------------------------------------*/
#leftSidebar ul.menu, #rightSidebar ul.menu {
	background-color: #FEFEFE;
	border-bottom: 1px solid #BBB;
}

#leftSidebar ul.menu ul, #leftSidebar ul.menu ul ul {
	border: none;
}

#rightSidebar ul.menu ul, #rightSidebar ul.menu ul ul {
	border: none;
}

#leftSidebar ul.menu li, #rightSidebar ul.menu li {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#leftSidebar ul.menu a, #rightSidebar ul.menu a {
	border-bottom: 1px solid #EEE;
  	color: #777;
  	display:block;
  	line-height: 24px;
  	text-transform:capitalize;
  	/*width:228px;*/
	width: auto;
}

#leftSidebar ul.menu a:hover, #leftSidebar ul.menu a.active {
  	color:#006 !important;
}

#rightSidebar ul.menu a:hover, #rightSidebar ul.menu a.active {
  	color:#006 !important;
}

#leftSidebar ul.menu li a, #rightSidebar ul.menu li a {
  	text-indent: 14px;
}

#leftSidebar ul.menu li li a, 
#rightSidebar ul.menu li li a {
  	line-height: 24px;
  	text-indent: 18px;
}

#sidebar ul.menu li li li a {
	text-indent: 30px;
}

#leftSidebar ul.menu li a.active, 
#rightSidebar ul.menu li a.active {
	border-bottom: 1px solid #CCC;
	line-height: 24px;
}

#leftSidebar ul.menu li a:hover, 
#rightSidebar ul.menu li a:hover {
  background: #EEE;
  border-bottom:1px solid #CCC;
  color:#111;
  line-height: 24px;
}

#leftSidebar ul.menu ul, 
#rightSidebar ul.menu ul {
  background:none;
  padding-top:0;
}

/*------------------------------------------------------------------------
 SIDEBAR > UNORDERED LISTS
------------------------------------------------------------------------*/
#leftSidebar .item-list h3, 
#rightSidebar .item-list h3 {
	font-size: 12px;
	background-color: #EEE;
}
#leftSidebar .item-list ul, 
#leftSidebar .item-list ul li {
	list-style: none;
	margin: 0px;
	border: none;
	padding: 4px 0px;
}

#rightSidebar .item-list ul, 
#rightSidebar .item-list ul li {
  	list-style:none;
  	margin: 5px 0px;
	border: none;
	padding: 0px;
}

/*------------------------------------------------------------------------
 POLLS
------------------------------------------------------------------------*/
#rightSidebar .block-poll .content .choices, 
#rightSidebar .block-poll .content .title {
	background: none;
	font-size: 11px;
	line-height: 18px;
	text-indent: 0;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px;
}

#rightSidebar .block-poll .content .choices .form-item label {
	letter-spacing:normal;
	color:#000;
	font-weight:400;
	margin-bottom:10px;
	padding:0;
	font-size:12px;
}

#rightSidebar .block-poll .content ul {
	margin:0;
	padding:0;
}

#rightSidebar .block-poll .content ul li {
	display:block;
	padding:0;
}

#rightSidebar .block-poll .content ul.links li a {
  display:block;
  line-height:2em;
}

#rightSidebar .block-poll div.links {
	padding:5px 0;
}

#rightSidebar .form-item {
	margin:0 0 5px;
}

.poll {
	color:#231222;
	clear:both;
}

.poll .bar {
	background:#eee url('images/bg-poll-background.jpg');
	height:18px;
	padding:0;
}

.poll .bar .foreground {
	background:#344E74 url('images/bg-poll-foreground.jpg');
	height:18px;
}

.poll .form-item {
  color:#532F50;
}

.poll .vote-form .choices {
	display:table;
	margin:0;
	text-align:left;
}

.poll .vote-form, .node-poll .vote-form, .poll .total {
	text-align:left;
}

/*------------------------------------------------------------------------
 FEED ICON
------------------------------------------------------------------------*/
body.left .feed-icon {
  float:right;
  padding-right:5px;
  clear:both;
}

body.right .feed-icon {
  float:left;
  padding-left:5px;
  clear:both;
}

/*------------------------------------------------------------------------
 DRUPAL CSS OVERRIDES
------------------------------------------------------------------------*/
ul.menu, ul.menu ul, ul.menu ul ul, ul.menu li, ul.menu li li, ul.menu li li li {
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

li a.active {
  color:#314C74;
  font-weight:700;
}

.error {
  border-color: red;
}

.messages {
  margin-bottom: 10px;
}

.mission {
  background: #fff url('images/bg-mission.jpg') repeat-x left bottom;
  border:1px solid #bbb;
  margin: 15px 0;
  padding: 15px;
}

.tabs {
  margin: 10px 0 0;
}

td.menu-disabled {
  background:#eee;
  border-bottom:1px solid #ccc;
}

tr.even, tr.odd {
	background-color:#fff;
	border-bottom:none;
	padding:0;
}

.marker, .form-required {
	color:#c00;
}

.form-item label {
	color:#555;
	font-size:12px;
}

.form-item input, .form-item textarea {
	background:url('images/bg-input.jpg') repeat-x;
	border:1px solid #bbb;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
}


.form-item li {
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #777;
}

.form-checkboxes, .form-radios, .form-item select {
	font-size: 12px;
	margin: 0;
	padding: 2px;
}

input.form-radio {
  background:none;
  border-style:none;
}

.form-item .description {
  color:#777;
}

ul.tips li {
	font-size: 9px;
}

div.error {
	/*background:#eee url('images/bg-error.gif') no-repeat left top;*/
	background-color: #eee;
	border:1px solid #aaa;
	margin-bottom:15px;
	padding: 10px;
}

div.status {
	/*background:#eee url('images/bg-message.gif') no-repeat left top;*/
	background-color: #EEE;
	border:1px solid #aaa;
	margin-bottom:15px;
	/*padding:45px 10px 10px;*/
	padding: 10px; 
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
	border:1px solid #C00;
	color:#111;
	font-size:12px;
}

.admin-list dt {
  border-bottom:1px solid #eee;
}

.admin-list dd {
  font-size:0.95em;
  margin:0;
  padding:5px 0 15px;
}

#blocks td.block {
  border-bottom:1px solid #bbb;
  border-left-style:none;
  border-right:1px solid #bbb;
  border-top-style:none;
  margin:0;
  padding:2px 2px 2px 8px;
  font-size:12px;
}

#blocks td.region {
  background:#eee;
}

.profile .picture {
  float: left;
}

.profile dt {
margin: 0px;
padding: 0px;
width: 200px;
float: left;

}
.profile dd {
margin: 0px;
padding: 0px;
}

.images .image {
 margin: 5px;
border: 1px solid #CCC;
padding: 4px;

}
.images h3{ 
display: none;
}

.item-list ul li {
border-bottom: 1px solid #CCC;
padding: 0.5em 0px;
display: block;
}

.node .content .field {
	margin-bottom: 5px;
}

.node .content .field .field-label-inline-first {
	width: 150px;
	float: left;
}

.node .content .field .field-label {
	width: 100px;
	float: left;
	margin-bottom: 0px;
	color: #666;
	font-weight: normal;
	font-size: 11px;
}

.node .content .field-items {
	width: 400px;
	float: left;
	margin-bottom: 0px;
}

.field-items .node {
	padding: 0px;
}

.field-items .node .title a {
	font-size: 11px;
}

.views-field-created {
	color: #999;
	font-size: 9px;
	line-height: 13px;
}

.views-field-body p {
	margin-top: 2px;
}

.submitted,
.views-field-field-rhs-date-value,
.views-field-field-vnt-date-value { 
	display: block;
	font-size: 11px;
	color: #777;
}

.fieldgroup {
 width: 100%;
}