/* Links */
a, a:link, a:visited {
 text-decoration: none;
 color: darkblue;
}
a:link:hover, a:visited:hover {
 text-decoration: underline;
 color: red;
}

img {
	border: 0;
}

/* Page */
body {
	margin: 0px; 
	padding: 0px;
	min-width: 570px;
	
	color: black;
	background: white; /*rgb(233,238,249);*/ 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "verdana", "lucida", sans-serif;
}

#container {
	margin: 0px; 
	padding: 0px;
}

#footer {
	clear: both;
	text-align: center;
	height: 50px;
	
	border-top: 1px solid #B7B7B7;
	background: rgb(233,238,249);
}
#footerfixed {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	
	border-top: 1px solid #B7B7B7;
	background: rgb(233,238,249);
}

/* Banner */
#titlecontainer {
/*	height: 24px; */
	text-align:center;
	padding-top: 1px;
	padding-left: 16px;
	padding-right: 16px;
	
	background: #336699;
	color: white;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 44px;
	/*text-shadow: 2px 2px 3px gray;*/
}
#titlecontainer a:link, #titlecontainer a:visited { color: white; }

/* Tabs */
#nav{ display:none; }
#navcontainer{ 
	display:none;
	text-align: right;
	padding: 4px 16px 5px 0px;
	background: #336699;
}
.navtab, .navtabcurrent, .navtabtraccurrent {
	width: 60px;
	height: 22px;
	padding: 3px 12px 4px 12px;
	margin: 0px -2px 0px -2px;
	border: none;
}
.navtab {
	background: #fff url(../images/tab_off_bg.gif) repeat-x;
	border: 1px solid #cccccc;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: black;
}
.navtab:link, .navtab:visited { color: black; text-decoration: none }
.navtab:hover, .navtab:visited:hover { color:black; text-decoration: none; background: white; }

.navtabcurrent {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-size: 12px;
	color: black;
}
.navtabcurrent:link, .navtabcurrent:visited { color: black; text-decoration: none }
.navtabcurrent:hover, .navtabcurrent:visited:hover { color: black; text-decoration:none; background: white }

#subnavcontainer {
	padding: 0 0 20px 0;
}

/* Content */
#content {
	padding: 20px 20px 20px 20px;
	margin: 0px auto 0px auto;
	
	background: #ffffff;
	font-size: 13px;
}
#content p {
	margin: 0px;
	padding-bottom: 8px;
	clear: both;
}

/* Download */
#content .download {
	text-align: center;
	padding-top: 3px;
}
#content .downloadSub {
	text-align: center;
	padding-top: 6px;
}
#content .downloadlink {
	#display: block;
}
#content .downloadicon {
	width: 128px;
	height: 128px;
	padding-bottom: 6px;
}
#content .overview {
	text-align: center;
	font-size: 13px;
	margin: 15px auto 15px auto;
	width: 520px;
}
#content .oldversionwarning {
	font-size: 11px;
	text-align: center;
	margin-bottom: 25px;
}

.downloadSub {
	color: #888888;
	font-size: 11px;
}
.downloadInfo:link, .downloadInfo:visited {
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}
.downloadInfo:hover {
	color: #888888;
	text-decoration: underline;
}

/* Blog */
.blogPost {
	padding-bottom: 16px;
	clear: left;
}
.postAvatar {
	width: 70px;
	float: left;
}
#archives {
	text-align: center;
}
.blogDateHeader {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 13px;
	color: black;
	margin-bottom: 10px;
	clear: left;
}
.postTitle {
	margin-left: 80px;
	font-size: 12px;
	font-weight: bold;	
}
.postContent {
	margin-left: 80px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 12px;
}
.postInfo {
	font-size: 11px;
	color: #AAAAAA;
	margin-left: 80px;
}
.postlink:link, .postlink:visited {
	font-size: 11px;
	text-decoration: none;
}
#archives {
	border-top: 1px solid #B7B7B7;
	padding-top: 10px;
	font-size: 9px;
}

h2 { font-size: 15px; }

#sidebar a { font-size: 12px; }

/* Powered by icons */
#powered, #bloggerpowered {
	float: right;
	margin: 8px;
}
#powered .libgaim {
	text-align: center;
	clear: both;
	width: 88px;
	height: 31px;
}	
#powered .networkredux {
	text-align: center;
	clear: both;
	width: 140px;
	height: 31px;
}	

/* Supported service icons */
#services {
	text-align: center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	clear: both;
}

/* Screenshots */
.screenshots {
	width: 640px;
	height: 180px;
	margin: 0px auto 0px auto;
}
.screenframe {
	text-align: center;
	width: 170px;
	padding: 10px 18px 10px 18px;
	float: left;
}
.screenimage {
	width: 160px;
	height: 120px;
	border: 1px solid #B7B7B7;
}
.screencaption {
	font-size: 11px;
	display: block;	
}
.screenshot {
	background-color: #FFF;
	text-align: center;
}
.singlescreenimage {
	border: 1px solid #B7B7B7;
}

/* Footer */
.footer > div{ 
	height: 30px;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 0.8em;
	display: inline-block;
}
/* Donate */
.donate {
	height: 30px;
/*	float: left; */
	padding-top: 4px;
	padding-left: 2px;
	text-align: left;
	background-position: 0px 0px;
	width: 176px;
}
.donate a, .donate a:link, .donate a:hover, .donate a:active, .donate a:visited {
	padding-left: 44px;
	height: 30px;
	display: block;
	padding-top: 12px;
	font-size: 12px;
	background-position: 0px -42px;
    width: 176px;
}
.donate a { background: url(../images/logo_flap.gif) no-repeat }
.donate a:hover { background: url(../images/logo_flap.gif) no-repeat }

/* Slogan */
/*
#footer .slogan {
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
}
*/