
/*
Title:      Ogonfonden
Author:     janne@eastwest.se
Copyright:  2010, Ogonfonden.  All rights resevered (please don't re-use without permission).
*/

/* Basic HTML
----------------------------------*/

html, body {
	height: 100%;
} 

a {
	text-decoration: underline;
	color: #000;
}

a:active, a:focus {
	outline: 0;
} 


/* Page elements
----------------------------------*/

#header {
	height: 134px;
	width: 940px;
	/*background: url(img/header.jpg) no-repeat;*/
}

.wrapper {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;	
}

.container-wrapper {
	background: url(img/container_bg.png) repeat-y;
	margin-bottom: 100px;
}   

.container-wrapper-article {
	background: url(img/container_article_bg.png) repeat-y;
	margin-bottom: 100px;  
	margin-top:20px;
}

.footer {
	position: fixed;
	z-index: 3;
	/*bottom: -6px;*/
	padding: 0;
	text-align: center;
	display:none;	
}
 
.footer-links {
	position: fixed;
	z-index: 2;
	bottom: -6px;
	padding: 0; 
	display:none;
	width: 720px;
	padding-top: 5px;
	background-color: #fff;
	
}

.footer-links ul
{
	margin: 0 0 0 50px;
	padding: 0;
}

.footer-links li
{
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

.footer-links a
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;	
	
}

.footer-links .copyright
{
	text-transform: uppercase;	
	
	padding-left: 50px;
	font-size: 9px;
}


.addthis_toolbox
{
	float: left;
}

.footer-links .bar
{
	background-color: #000;
	height: 22px;
	margin-top: 10px;
}

.last-column {
	padding-left: 10px;
	padding-right: 10px;
	
}

.first-column {
	padding-right: 10px; 
	padding-left: 10px;
	
} 

.article-column {
	padding-right: 30px; 
	padding-left: 10px;
	padding-bottom: 60px;
	
}

.middle-column {
	padding-right: 10px;
}

/* Navigation level 1
----------------------------------*/

#navbar {
	/*height: 60px;*/
	background-color: #000;
	/*margin-bottom: 52px;*/
}

#navbar ul, #subnav {
	margin: 0;
	padding: 0;
	width: 940px;
} 

#navbar #main li {
	margin: 0;
	margin-top: 20px;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	/*padding-right: 18px;*/
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	height: 55px;
	border-right: 1px solid white;
} 

#navbar #main .selected {
	margin-top: 0;
	padding-top: 25px;
}

#navbar #main a {
	color: #000;
	text-decoration: none;
	font-size: 20px;  
	font-family: 'Myriad Pro', 'Myriad', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma;
}

#navbar #main li span {
	display:block;
	font-size: 13px; 
}

#navbar #main .btn-1 {
	background-color: #ffdf00;
	width: 181px;
}

#navbar #main .btn-2 {
	background-color: #b1cd49;
	width: 181px;
	
}

#navbar #main .btn-3 {
	background-color: #ffa000;
	width: 128px;
	
}

#navbar #main .btn-4 {
	background-color: #85e0fd; 
	width: 128px;
	
}

#navbar #main .btn-5 {
	background-color: #04caff; 
	width: 128px;
	
}

#navbar #main .btn-6 {
	background-color: #bd85bd; 
	width: 129px;
	border: 0;
}


/* Navigation level 2
----------------------------------*/

#subnav {
	/*height: 60px;*/
	/*background-color: #000;*/
	/*margin-bottom: 52px;*/
}
  
#subnav li {
	   margin: 0;
	margin-top: 20px;
 	margin-right: 20px;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

#subnav ul {
	
	padding-left: 0;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 20px;	
} 

#subnav .selected {
	font-weight: bold;
} 

#subnav ul a {
	text-decoration: none;
	color: #000;	
}  

#subnav ul a:hover {
	text-decoration: underline;
	color: #000;	
}


/* Mops standard
----------------------------------*/

.imageText {
	padding-top: 5px;
	font-size: 80%;
	font-style: italic;    
	width:200px;
}

.imageLeft {
	float:left;
	margin-right: 15px;
}

.imageRight {
	float:right;
	margin-left: 15px;
}

.imageCenter {
	width: 100%;
	text-align:center;
}     
  

/* Forms
----------------------------------*/

#form-indicator {
	display: none;
} 

#form-indicator img {
	position:relative;
	top:3px;
}

.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }


/* Donation cards
----------------------------------*/

.donation-card .breadcrumb .current {
	font-weight: bold;
}

.donation-card .breadcrumb {
	margin-bottom: 20px;
}   

.donation-card .breadcrumb .disabled {
	color: #a1a1a1;
}

.donation-cards .wrapper {
	height: 215px;
	width: 136px;
	float: left;
	padding: 0;
	margin: 0;  
	text-align: left; 
	position: relative;
}  



.donation-cards a {
	text-decoration: none;
 
}

.donation-cards .description {
	display: block;  
	margin-left: 25 px;
}
  
#donation-form li  {
         padding: 0;
				margin: 0;
}         

#donation-form .stdInput {
	padding:0;
	width:300px;
}

#donation-form fieldset ol {
	list-style-image: none;
	list-style-type: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0em;
}   

#donation-form  label {  
	display: block;
	font-weight: bold;
	margin-bottom: 0.3em;
}  


/* Add this
----------------------------------*/

.addthis_toolbox
{
	/*margin-top: 10px;
	padding-top: 10px;*/
	/*border-top: 2px solid #ccc;*/
	/*display: block;
	clear: both;
	position: relative;
	right: 1px;
	width: 100%;*/
}

#facy-info {
	width: 400px;
	display: none;
}

#facybox
{
	width:400px;	
}


/* Dibs form
----------------------------------*/

.dibs-form
{
	
}

.dibs-form .width-l {
    width: 450px;
}

.dibs-form .width-m {
    width: 250px;
}

.dibs-form .width-s {
    width: 100px;
}

.dibs-form th, .dibs-form td
{
	padding: 3px 6px 3px 0;
	vertical-align: middle;
	
}

.dibs-form th
{
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	padding: 0 10px 0 0;
}

.dibs-form tr.padding-above th, .dibs-form tr.padding-above td {
    padding-top: 16px;
}


#crumbs {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px -10px;
	height: 2.3em;
	border: 1px solid #dedede;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        margin-bottom: 20px;
	
}

#crumbs li {
	float: left;
	line-height: 2.3em;
	color: #777;
	padding-left: .75em;
		margin: 0;
}

#crumbs li span {
	background: url(img/crumbs.gif) no-repeat right center;
	display: block;
	padding: 0 15px 0 0;
}

#crumbs .current
{
	color: #000;
	font-weight: bold;
}

#crumbs li a:link,
#crumbs li a:visited {
	color: #777;
	text-decoration: none;
}


/* Donation card-stuff
----------------------------------*/

.donation-card
{
	margin-left: -10px;
	border: 1px #ccc solid;
	padding: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f1f1;
	margin-bottom: 5px;
}

.login-box
{
	margin-left: -10px;
	border: 1px #ccc solid;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f1f1;
	margin-bottom: 10px;
}

.wrapper .placeholder {
	width: 32pc;
	height: 36px;
	display: block;
	position: absolute;
	top: 80px;
	left: 47px;
}

.error-field
{
	background-color: #FFE5E5;
}

.wrapper
{
	margin-bottom: 10px;
}

.card-thumb
{
	opacity: 0.7;
	border: 2px #eee solid;
	
}

.selected .placeholder  {
	background: url(img/check.png) no-repeat;
	
}

.selected img
{
	opacity: 1;
	border: 2px #84AFBF solid;
	
}

.errors {
	padding:.8em;
	margin-left: -10px;
	margin-bottom:1.6em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

input[type="text"], textarea {
    -moz-box-shadow: 0 2px 5px #D3E7EF inset;
    -moz-box-sizing: border-box;
    border-color: #84AFBF #B3CFD9 #B3CFD9 #84AFBF;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    width: 100%;
}

input[type="password"], textarea {
    -moz-box-shadow: 0 2px 5px #D3E7EF inset;
    -moz-box-sizing: border-box;
    border-color: #84AFBF #B3CFD9 #B3CFD9 #84AFBF;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    width: 100%;
}

textarea
{
	height: 200px;
}


.collection-info
{
	margin-left: -10px;
	border: 1px #ccc solid;
	padding: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
}

.amount p
{
	font-size: 24px;
	font-weight: bold;
}

.start-date p
{
	font-size: 18px;
	font-weight: bold;
	
}

.user p
{
	font-size: 18px;
	font-weight: bold;
}

.collections-short
{
	width: 100%;
}

.collections-short td
{
	
	text-align: right;
	font-weight: normal;
	padding: 5px ;
	
}

.my-collections
{
	background-color: #e9f5f9;
}

.collections-short th
{
	text-align: left;
	font-weight: normal;
	margin-right: 20px;
	padding: 5px ;
}

.collections-short tr
{
	border-bottom: 1px solid #e6e6e6;
	
}

.ui-tabs ul li a
{
	font-size: 12px;
}
