/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	border-top: 5px solid #000;
	color: #333;
	padding: 0 0 40px;
	background-repeat: repeat;
	background-image: url(bg_alt.jpg);
}


/* anchors
----------------------------------------------- */
a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}

.grid_6 a, .grid_7 a,  .grid_9 a {
	color:#00F;
	font-weight:bold;
	text-decoration: underline;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12
{
	font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;

}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.4em;
	margin-bottom:0em;
}
h2 {margin-top:1em;}
h5 {
	font-size:1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 5px;
}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:bold;
	font-size:2.5em;
	text-align:left;
	margin-bottom:0;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #666666;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F9F9F9;
	padding-right: 0px;
	padding-left: 0px;
}
.box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #4F4F4F;
	background-repeat: repeat;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	display:block;
	border:none;
	background-color: #666;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	margin-top: -6px;
	margin-right: -6px;
	margin-bottom: -6px;
	margin-left: -8px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {

}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top: 3px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:0.5em;
	font-size: 12px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding-bottom: 0.4em;
	border-left-color: #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	margin:0px;
	padding: 0px;
}
ul.menu li a {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	background-position: 95% 55%;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
ul.menu li a:hover {
	background-color: #CCC;
}
ul.menu li a:active {
	background:#ccc;
}

/* menus, hack helder
----------------------------------------------- */
.block h6 {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	background-position: 95% 55%;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-transform:none;
}
.block h6 a {

	display: block;
}
.block h6 a:hover {
	background-color: #CCC;

}
.block h6 a:active {
	background:#ccc;
}





/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:20px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:none;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background-color: #F9F9F9;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	position:relative;
	margin-bottom:10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:99%;
}

fieldset p textarea {
	width:99%;
	height: 150px;
}
fieldset p select {
	width:98%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:60%;
}
input.search.button {
	width:35%;
}


/* articles
----------------------------------------------- */
.articles {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
	background-color: #F9F9F9;
}
.article {
	padding-top:0em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	padding-bottom: 2em;
}
.box .article {
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:0.2em;
	font-size:1.4em;
	font-weight: bold;
	color: #333333;
}
.box .first {
	border-top-style: none;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 18px;
}
.article h4 {
	font-size:1.8em;
	margin-bottom:0.5em;
	font-weight: bold;
	color: #333333;
}
.article a.image {
	float:left;
	border:1px solid #bbb;
	background:#fff;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 3px;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
}
.article p.breadcrumbs {
	color:#666;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	font-size: 10px;
}



/* site information
----------------------------------------------- */
#site_info .box {
	color:#333333;
	margin-bottom:2px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 2px;
}
#site_info a {
	/*color:#333333;*/
	font-size: 11px;
}
#site_info a:hover {
	color:#666666;
}



/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {

}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	font-size:1em;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	cursor: pointer;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #f5f5f5;
	border-bottom-color: #999999;
	background-color: #F9F9F9;
}
.toggler:hover   { background:#eee; }  

.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.float-right {
	padding:10px 20px;
	float:right;
}


#accordian-block {
	padding-bottom:20px;
	padding-right: 5px;
	padding-left: 5px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box {
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 155px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 155px;
	width: 175px;
	background: #fff;
}

#kwick .kwick span {
	color:#fff;
}

.box .second {
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #F9F9F9;
}
.article h5 {
	margin-bottom:0.2em;
	font-size:1.4em;
	color: #333333;
}
.article01 {
	padding-top:0.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 1em;
}
.box .third {
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #F9F9F9;
}
.container_12 .grid_12 .mainmenu {
	margin-bottom: 10px;
}
.box .fourth {
	border-top-style: none;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	background-color: #F9F9F9;
}
.box .fifth {
	border-top-style: none;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.box .sete {
	border-top-style: none;
	border-bottom-style: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}
a.facebook {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	text-indent: 18px;
	background-image: url(BlogMarks_16x16.png);
}
a.sapo {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	background-image: url(Sapo_16x16.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 18px;
}
a.podomatic {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	background-image: url(Podomatic_16x16.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 18px;
}
a.flickr {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	background-image: url(Flickr-16x16.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 18px;
}
.box .sete .gallery {
	border-top-style: none;
	border-bottom-style: none;
	padding-bottom: 5px;
	padding-top: 0px;
	width: 219px;
	float: left;
	clear: none;
	padding-left: 5px;
	padding-right: 5px;
}


#articles_alt_2 .article {
	padding-top:0;
	float: left;
	width: 235px;
	margin-right:10px;
}