/*
File:			custom.css
Description:	Custom styles for the FinnMob  theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/

/* Big things */
.custom {font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida sans", sans-serif; background: url(images/bodybg.gif) repeat-x left bottom;}

.custom a {color: #237fbe; text-decoration: none;}
.custom a:hover {text-decoration: underline;}

.custom #content_box {background: url(images/content_bg.gif) repeat-y 0 0; padding: 0; width: 885px;}
.custom #content_box .sidebar {float: right; display: inline; padding: 0 0 0 12px; width: 203px; margin: 0;}
.custom #content {float: right; display: inline; width: 450px; margin: 0; padding: 0;}
.custom #content_box #left_bar {background: url(images/sidebarheader.gif) no-repeat right top; padding-top: 10px;}
.custom #content_box #right_bar {background: url(images/sidebarheader.gif) no-repeat right top; padding-top: 10px;}

.custom .navigation {width: auto; padding: 0; margin: 0 9px 0 9px; border: none;}
.custom #footer {background: url(images/footerbg.gif) no-repeat left top; border: none;}

/* Logo */
.custom #masthead {position: relative;}
.custom #logo {width: 188px; height: 53px; overflow: hidden;}
.custom #logo a {display: block; background: url(images/logo.gif) no-repeat left top; padding: 188px 0 0 53px;}
.custom #masthead h1 {display: none;}
.custom #tagline {display: none;}

/* Header stuff */
.custom #subtitle {position: absolute; left: 286px; top: 20px;}
.custom #rotating_image {position: relative;}
.custom #mainpicoverlay {position: absolute; left: 5px; top: 141px; width: 738px; height: 40px; background: url(images/thefinnishmobileassociationblog.png) no-repeat left top;}
.custom #rotating_image {width: 865px; height: 180px; margin: 0 0 20px 0; border: 10px solid #eee;}
.custom #masthead #rss_subscribe a {position: absolute; right: 0; top: 0; width: 15px; height: 15px; background: url(images/rss.gif);}

.custom #headerslides {position: relative; width: 855px; height: 190px; margin: 0 0 20px 0; border: 15px solid #eee;}
.custom #headerslides .member {position: absolute; width: 825px; height: 160px; padding: 15px;  overflow: hidden; z-index: 10;}
.custom #headerslides .member .logo {float: left; display: inline; margin: 0 30px 0 0; width: 397px; height: 160px; background: red;}
.custom #headerslides .member .name {font-size: 24px; margin: 0 0 5px 0;}
.custom #headerslides .member .content {font-size: 14px; margin: 0 0 5px 0;}
.custom #headerslides .member .content p {margin-bottom: 5px;}
.custom #headerslides .member .url {font-size: 14px; color: inherit; text-decoration: none;}
.custom #headerslides .member .url:hover {text-decoration: underline;}
.custom #headerslides #prevbtn {position: absolute; left: -21px; top: 81px; width: 27px; height: 27px; background: url(images/prevbtn0.png); z-index: 100; outline: none;}
.custom #headerslides #prevbtn:hover {background-image: url(images/prevbtn1.png);}
.custom #headerslides #nextbtn {position: absolute; right: -21px; top: 81px; width: 27px; height: 27px; background: url(images/nextbtn0.png); z-index: 100; outline: none;}
.custom #headerslides #nextbtn:hover {background-image: url(images/nextbtn1.png);}


/* Widgets */
.custom .widget {width: 100px;}
.custom .widget h2 {font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida sans", sans-serif; font-size: 12px; font-weight: normal; text-transform: uppercase; border: 0;}


/* Content */
.custom #content_inner {padding-top: 30px;}
.custom #content_inner h2 {font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida sans", sans-serif; font-size: 18px; font-weight: normal; text-transform: uppercase; border-color: #000000; border-top-style: solid; width: auto; margin: 0 9px 20px 0;}
.custom #content_inner h2.top {border-top: none;}
.custom #content h1 {font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida sans", sans-serif; font-size: 18px; font-weight: normal; text-transform: uppercase; border: none; background: none; margin: 0 9px 10px 0; text-align: left; width: auto;}
.custom #content_inner h1 {font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida sans", sans-serif; font-size: 18px; font-weight: normal; text-transform: uppercase; border-color: #000000; border-top-style: solid; border-top: none;}
.custom .post_author, .custom .post_author em {font-style: normal; color: #000000;}
.custom .date {color: #000000;}
.custom #content_inner .more-link {background: none; color: #237fbe;}
.custom .alignleft {float: left; margin: 0 15px 10px 0; padding: 0;}
.custom .wp-caption {color: #666666;}

/* Author info */
.custom .post_author {clear: both; width: auto; margin: 0px 9px 20px 10px; padding: 20px 0 0 0; font-size: 12px;}
.custom .format_text .post_author {margin-left: 0;}
.custom .avatar {float: left; display: inline; margin: -3px 5px 0 0;}
.custom .post_author a {color: #237fbe; text-decoration: none; background: none;}
.custom .post_author a:hover {text-decoration: underline;}

/* Comments */
.custom .comments_intro {width: 427px; margin: 0 0 0 9px; padding: 0 0 0 10px;}
.custom #comment_list {width: auto; padding: 0; margin: 0 0 0 9px; width: 437px;}
.custom #comment_list .comment {width: auto;}
.custom #respond {margin-top: 20px; font-size: 18px; border: 0;}
.custom #comment_list .avatar {margin: -4px 5px 0 9px;}

/* Events */
.custom .ec3_schedule {width: 100%; margin: 0 0 20px 0; border: none; background: #f0f0f0;}
.custom .ec3_schedule .ec3_start, .custom .ec3_schedule .ec3_end {color: #000000;}
.custom .ec3_schedule .ec3_to {color: #666666;}

/* User listing */
.custom .usertile {float: left; display: inline; width: 100%; margin: 0 20px 20px 0; background-color: #ffffff; overflow: hidden;}
.custom .usertile:hover {background-color: #f0f0f0; text-decoration: none;}
.custom .usertile .avatar {float: left; display: inline; margin: 0 10px 0 0; border: 5px solid #efefef;}
.custom .usertile .avatar img {float: none; margin: 0; padding: 0; border: 0;}
.custom .usertile .firstname {font-size: 14px; font-weight: bold;}
.custom .usertile .lastname {font-size: 14px; font-weight: bold;}
.custom .usertile .author {font-size: 14px; margin: 0 0 5px 0; font-style:italic; font-size: 14px;}
.custom .usertile .description {display: block; font-size: 12px; margin: 0 0 10px 0; width: 100%;}
.custom .sorttoggles {padding: 5px; background: #efefef;margin: 0 0 20px 0;}

/* Registration form */
.custom #registerform label {margin: 0; text-align: left;}
.custom #registerform input {width: 410px; margin: 0;}

