/*
 *    Copyright 2008-2010 Laurent Eschenauer and Alard Weisscher
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 *  
 *  Based on the Wordpress Colorbold theme by http://site5.com 
*/

@import "../../style/public.css";
@import "css/blue.css"; 

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0;
	padding:0;
	background:url(images/bk_body.jpg);
	line-height:135%;
}

ul {
	list-style:none;
}

a {
	color:#0093CA;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0;
}

h1, h2 {
	font-size:28px;
	color:#0093CA;
	letter-spacing:-1px;
	font-weight:normal;
	line-height:100%;
	padding-bottom:10px;
}

h2 {
	font-size:20px;
	color:#333;
	padding-top:10px;
}

img {
	border: none;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#pagewrapper {
	background:url(images/bk_mainwrapper.png) 0 0 repeat-x;
	min-width:1024px;
}

#page {
	margin:0 auto;
	width:976px;
}


#header-wrapper {
	height:155px;
	position:relative;
	padding:0 8px;
}

#content-wrapper {
	padding:0 8px 20px;
	background:url(images/bk_content.png) 0 0 repeat-y;
	display: block;

}

#content {
	margin-top: -70px;
}

#left-column-wrapper{
	width:616px;
	padding:20px 30px 17px 25px;
	background:url(images/bk_colleft.png) 0 0 repeat-x;
}

#right_column {
	width:287px;
	float:right;	
	padding:0 1px;
	position:relative;
}

#footer {
	border-bottom:6px solid #282828;
	background:#000 url(images/bk_footer.jpg) 0 0 repeat-x;
	padding:20px;
	width:920px;
	margin:10px -25px -137px;
	color:#666;
	position:relative;
	font-size:11px;
	min-height:44px;
}

/* HEADER ELEMENTS
------------------------------------------*/
/* -- title -- */
div.titlewrapper h1.title {
	position: absolute;
	top: 30px;
	left: 30px;
	color: white;
	font-weight: bold;
	font-size: 35px;
}

/* -- tagline --*/

div.descriptionwrapper div.description {
	position: absolute;
	top: 65px;
	left: 210px;
	color: #ccccdd;
	font-size: 20px;
}

/* -- main menu --*/

div.tabMenu {
	width:960px;
	height:47px;
	position:relative;
	top: -76px;
	left: -25px;
	margin-top: 9px;
	padding-left: 10px;
	text-transform: uppercase;
}

div.tabMenu table.tabMenu {
	margin-top: 13px;
	width: 100%;
}

table.tabMenu td a {
	background-color: transparent;
	color: #AED1E2;
	display:block;
	padding:2px 4px;
	text-decoration:none;
	border-right:1px solid #3B8FBB;
	height: 100%;	
}

table.tabMenu td.arrow {
	background-color: transparent;
	vertical-align: middle;
	padding:0px;
	border-bottom: none;
	width: 24px;
	max-width: 24px;
}
	
table.tabMenu td.unselected {
	background-color: transparent;
	vertical-align: middle;
	padding:0px;
	border-bottom:none;
}
	
table.tabMenu td.arrow div div {
	position: absolute;
	border: none;
	background-color: transparent;
	left: -1px;
	top: 0px;
	width: 150px;
}
	
table.tabMenu td.arrow div{
	position: relative;
	z-index: 10;
	text-align: left;
}
	
table.tabMenu td.arrow div ul {
	list-style: none;
	padding: 0px;
	margin: 5px;
}
	
table.tabMenu td ul a:hover {
	background-color: none;
}

table.tabMenu td.arrow a {
	background-color: none;
	height: 16px;
	padding: 2px 4px;	
}

table.tabMenu td a:hover {
	background-color: transparent;
	text-decoration:underline;	
	color: white;
}

table.tabMenu td {
	border: none;
	padding: 0;
	text-align: center;
	background-color: transparent;
}
	
table.tabMenu td:hover {
	background-color: transparent;
}

table.tabMenu td.spacer {
	border: none;
	background-color: transparent;
	width:5px;	
}

table.tabMenu td.last  {
	border: none;
	background-color: transparent;
}

table.tabMenu td.active a {
	background-color: transparent;
	color:white;
}

table.tabMenu td.active a:hover {
	background-color: transparent;
	color: white;
}

table.tabMenu td.active {
	border: none;
	background-color: transparent;
	width: 75px;
}
	
table.tabMenu td.inactive {
	width: 75px;
	cursor: pointer;
}


/*------------------------*/


#topMenu {
	position:absolute;
	right:8px;
	bottom:48px;
	background:url(images/bk_topmenu.png);
}

#topMenu ul li{
	float:left;
	padding:7px 15px;
	font-size:11px;
	color:#ccc;
}

#topMenu ul li a {
	color:#ccc;
}

#topMenu ul li a:hover {
	color:#FFF;
	text-decoration:none;
}

#site5top {
	position:absolute;
	top:37px;
	right:8px;
}

.rssTag {
	position:absolute;
	width:63px;
	height:71px;
	background:url(images/rss_tag.png) 0 0 no-repeat;
	text-indent:-9999px;
	right:7px;
	top:105px;
	z-index:9999;
}

/* COL LEFT ELEMENTS
-------------------------------------------*/

#breadcrumb {
	border-bottom:1px solid #E2E2D8;
	padding:0 0 10px;
	margin-bottom:15px;
}

#left-column ul li {
	background:url(images/bullet_left.png) 0 10px no-repeat;
	padding:5px 0 5px 14px;
}

#left-column div.item_right {
	border-left:1px solid #D8D8D8;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:10px;
	position: relative;
}

#left-column div.item_right div.footnote {
	border-bottom:1px dotted #CDCDCD;
	border-top:1px dotted #CDCDCD;
	font-size:11px;
	padding:6px 0;
}

div.item_content div.footnote a {
	color: #0093CA;
}

div.item {
	margin: 10px 0px;
}

div.item_left {
	margin-top: 10px;
}

#content div.date {
	background-color:#444444;
	color:white;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	padding:5px;
}

div.item_right {
	min-height: 50px;
}

/* COL RIGHT ELEMENTS
------------------------------------------*/

#right_column #twitter {
	border-top:1px solid #CDCDCD;
	background:url(images/bk_grad_down.jpg) 0 0 repeat-x;
	padding:15px 13px;
	font-size:11px;
	color:#666;
	line-height:120%;
	margin:0;
	min-height:38px;
}

#right_column #twitter a img {
	float:left;
	border:none;
	margin:0 10px 0 0;
}

#right_column #twitter span {
	font-size:14px;
	color:#0FACEE;
	text-transform:uppercase;
	font-weight:bold;
	line-height:130%;
}

/* ads */

#right_column #ads {
	border-top:1px solid #CDCDCD;
	background:url(images/bk_grad_down.jpg) 0 0 repeat-x;
	padding:12px 0 8px 13px;
	margin:0;
}

#right_column #ads a {
	float:left;
	margin:0 8px 7px 0;
	border:none;
}

#right_column #ads a img {
	border:none;
}

#right_column h2 {
	font-size:14px;
	text-transform:uppercase;
	height:28px;
	padding:10px 15px 0;
	font-weight:bold;
}

#right_column ul {
	margin:0 15px 15px;
	border-bottom:1px solid #cdcdcd;
}

#right_column div.widget-content {
	margin:5px;;
}

#right_column div.widget-content p {
	margin:0 15px 15px;
}

#right_column ul li {
	padding:5px 0 5px 14px;
	font-size:12px;
}

#right_column ul li a {
	color:#333;
}

#right_column ul li:hover a, #right_column ul li a:hover{
	text-decoration:none;
}

/* flickr */

#right_column #ads a img {
	border:none;
}

#right_column #flickr {
	margin-top:10px;
}

#right_column #flickr a {
	border:none;
}

#right_column #flickr a img {
	border:none;
	padding:9px 10px 0 0;
}

#right_column #flickr .flickr_tit{
	margin:0;
	padding:0;
}


/* FOOTER ELEMENTS
-------------------------------------------*/

#footerMenu li{
	float:left;
	padding-right:12px;
	padding-top:5px;
}

#site5bottom {
	position:absolute;
	right:20px;
	top:20px;
}

/*COMMENTS
---------------------------------------------*/
#left-column ul.commentlist {
	margin:15px 0;
	list-style-type:none;
}

#left-column ul.commentlist li {
	background:none;
	padding:0;
}

#left-column ul.commentlist li .comment-metaLeft {
	float:left;
	width:50px;
	text-align:center;
	padding-right:15px;
	padding-top:14px;
}

#left-column ul.commentlist li .commentRight {
	float:left;
	width:526px;
	border-left:1px solid #D8D8D8;
	padding:15px 0 10px 20px;
	position:relative;
	font-size:11px;
}

#left-column ul.commentlist li .commentRight .text {
	border-bottom:1px dotted #ccc;
	font-size:14px;
}

#left-column ul.commentlist li .commentRight .text img {
	border:none;
	background:none;
	padding:0;
}


#left-column ul.commentlist li .avatar {
	border:5px solid #E6E6E6;
	padding:1px;
	background:#fff;
}

#left-column ul.commentlist li .reply {
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
}

#left-column ul.commentlist li em {
	font-size:12px;
	padding-top:5px;
	display:block;
}


#left-column ul.commentlist li .commentRight .commentBullet {
	position:absolute;
	left:-1px;
	top:15px;
	width:12px;
	height:22px;
	background:url(images/bullet_tit.jpg) 0 0 no-repeat;
}

#left-column ul.commentlist li .commentRight strong {
	background:#009CDC;
	padding:3px 5px;
	font-size:12px;
}

#left-column ul.commentlist li .children .commentRight {
	padding-left:40px;
	width:500px;
	background:url(images/ico_reply.png) 20px 15px no-repeat;
}


/* FORMS
-------------------------------------------*/
#right_column div.search {
	background:url(images/bk_grad_up.jpg) 0 100% repeat-x;
	padding:20px 0;
	padding-left:13px;
	margin:0;
}

#right_column div.search h2.title{
	display: none;
}

#formSearch {
	margin: 0px;
}

#formSearch input {
	border:none;
	border-left:1px solid #CDCDCD;
	border-top:1px solid #CDCDCD;
	background:#fff;
	padding:6px 4px 7px 25px;
	color:#666;
	width:157px;
	float:left;
	background:#fff url(images/ico_search.jpg) 5px 50% no-repeat;
}

#formSearch input#searchsubmit {
	width:72px;
	height:30px;
	border:none;
	background:url(images/but_search.jpg) 0 0 no-repeat;
	cursor:pointer;
	padding:0;
	text-align:center;
	color:#ccc;
	font-size:12px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:107px;
	height:31px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/but_send.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	border:1px solid #9FD9FF;
	background:#EAF7FF;
	color:#00BFF5;
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:520px;
}

#commentform input#submit{
	border:none;
	width:107px;
	height:31px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/but_send.jpg) 0 0 no-repeat;
	
}

/* LOGIN BOX
---------------------------------------------------*/

div#header div#login {
	position: absolute;
	left:930px;
	position:absolute;
	top:125px;
	z-index:100;
}

div#header div#login  img {
	border: none;
}

/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

/* STREAM CONTENT
---------------------------------------------------*/

/* -- storytlr blog post --*/

div.storytlr_blog div.title {
	color:#0093CA;
	font-size:28px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:100%;
	padding-bottom:10px
}

div.storytlr_blog div.content {
	text-align: justify;
}

div.storytlr_blog div.titbullet {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/bullet_tit.jpg) no-repeat scroll 0 0;
	height:22px;
	left:-1px;
	position:absolute;
	top:15px;
	width:12px;
	display: block;
}


/* -- stories page --*/

div.stories div.item_wrapper {
	height: 70px;
}

div.stories div.title, div.stories div.subtitle {
	margin-bottom: 0;
}

/*-- profile widget -*/
#profile {
	position: relative;
}

#profile #avatar{
}

#profile #avatar img{
	margin-right: 10px;
}

#profile img{
	float: left;
}

#profile #alias {
	font-size: 18pt;
	margin-bottom: 5px;
}

#profile #bio {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 0.85em;
}

#profile #location {
	font-weight: bold;
}


/*-- link widget --*/
div.links div.widget-content img {
	border: none;
	vertical-align: middle;
}
/*-- disqus commenting -*/

#left-column div.disqus {
	font-size:16px;
	font-weight:bold;
	height:40px;
	line-height:30px;
	text-align: center;
}

/*  Accordion
	-------------------------------
*/

.accordion_toggle {
	background:#EEE;
	border-bottom:1px solid #DDD;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0 5px;
	text-decoration:none;	
}

.accordion_toggle_active {
	background:#444;
	color:#FFFFFF;
}

.accordion_content {
	background-color:#FFFFFF;
	color:#444444;
	overflow:hidden;
	font-size: 12px;
	padding: 5px 5px 0px 5px;
}

#accordion_archive {
	margin-bottom: 5px;
}

#left-column a.more-link, a.start-link {
	border:medium none;
	display:block;
	font-size:12px;
	height:24px;
	line-height:22px;
	margin-top:10px;
	padding-left:10px;
	width:91px;
}
