/*
Theme Name: asoQ

Description: Tuned by asoQ - Original design: PinkBird by Randa Clay
Version: 1.0
Author: asoQUIET
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/




html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	margin: 0px;
	font: 62.5% Arial, Verdana; /* Resets 1em to 10px */
        height: 100%; 
	background: #FFF;
        background-image: url(images/bodybcklarge.gif);
        background-position: top center;
        background-repeat: no-repeat;
	color: #323232;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
        background-color: #ffffff;
}

#wrap {
    padding: 35px 0px 0px 0px;
    width: 1120px; margin-left: auto; margin-right: auto;        
    background-color: #ffffff;
}


/************************************************
*	Header, Headings, etc.									*
************************************************/

#head{
        height: 266px;
        width: 1120px; margin-left: auto; margin-right: auto;
        background-color: yellow; /* #ffffff */
        margin: 0 auto; /* Centers the header on the page*/
}

#headflash{ 
        height: 266px;
        width: 808px;
        background-color: white;
        background-image: url(http://glider.phpwebhosting.com/~calibre/wp-content/themes/pinkbird/images/place.gif);
        background-repeat: no-repeat;
        float: left;
}

#headsplit {
        height: 266px;
        width: 5px;
        background-color: #FFF;
        float: left;
}

#headright {
        height: 266px;
        width: 307px;
        background-image: url(http://glider.phpwebhosting.com/~calibre/wp-content/themes/pinkbird/images/headright.gif);
        background-repeat: no-repeat;

        background-color: white;
        float: left;
}

#headspacer {
        height: 0px;
        width: 1120px; margin-left: auto; margin-right: auto;
        background-color: #ffffff;
        margin: 0 auto; /* Centers the header on the page*/
        overflow:hidden;
}




/*- Main Menu in Header */
#nav{
        height: 34px;                    /* -- hoogte menu bar -- */
        padding: 0px 0px 0px 0px;        
        background-color: #000000/* green */;
        overflow:hidden;
}

#navcenter{
        height: 34px;                    /* -- hoogte menu bar -- */
        width: 1120px;
        margin: 0 auto; /* Centers the header on the page*/
        padding: 0px 0px 0px 0px;        
        background-color: #000000/* fuchsia */;
        overflow:hidden;
}

#navmenu{
        height: 34px;                    /* -- hoogte menu bar -- */
        width: 808px;        
        background-color: #000000/*red*/;
        float: left;
        overflow:hidden;
}


#navicons{
        height: 34px;                    /* -- hoogte menu bar -- */
        width: 307px;      
        background-color: #000000;
        float: right;  
        vertical-align: top;
}

.centeredImage
    {
    text-align:center;
    display:block;
    }


#nav a:link, #nav a:visited	{ color:#d7d7d7; text-decoration:none; }
#nav a:hover, #nav a:active	{ color:#00ace8; text-decoration:none; }


ul.menu {
        font-size: 2.2em;                 /* -- menu text hoogte 22 -- */
        font-color: #d7d7d7;
        font-weight:bold;
        font: Arial, Verdana; 
        text-transform:lowercase;
        margin-left: auto; margin-right: auto;
        list-style-type: none; list-style-image: none;
        margin-left: 0px;
        margin-top: 0px;
}

ul.menu li {

	display: inline;
        padding: 0px 30px 0px 0px;       /* -- extra marge menu bar -- */
	}




/************************************************
*	Links and Headings									*
************************************************/


a img,:link img,:visited img { border:none }    



a, a:link {
	color: #00ace8;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

h1 {
        font-size: 2.2em;
	color: #00ace8;
        font-weight: normal;
        margin: 0px;
        padding-bottom: 0px;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #00ace8;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #2a2a2a;
         font-variant: small-caps;
	font-weight: normal;
         text-transform: uppercase;
         padding: 15px 0px 5px 0px;
         border-bottom: 1px dashed #2a2a2a;
}


h5 {
        color: #333333;
        margin: 8px 0px 0px 0px;
        padding: 0px;
        font-size: 0.9em;
        font-variant: small-caps;
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: 1px solid #cccccc;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/


#content {
        width: 510px;
        float: left;
        padding: 0px 0px 0px 10px;
}

.item {
    padding: 0px 0px 10px 0px;
    margin-bottom: 1.5em;
    color: #333333;  
    border-bottom: 1px dotted #2a2a2a;
    text-align: justify;
}


.item p {
        font-size: 1.6em;
        line-height: 1.3em;	
}

.item p a{
	text-decoration: underline;



}

.item p a:hover{
	color: #00ace8;
}

.item img {
        border: 0px dotted #00ace8;
        padding: 0px 0px 10px 0px;
        margin: 0px;
        background: #ffffff;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
         text-align: justify;
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
         text-align: justify;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 7px;
        margin-bottom: 18px;
}

.itemhead h3{
	display: inline;
}

.date{
	display: inline;
	text-align: right;
	font-size: 1.1em;
        margin-bottom: 20px;
}

input{
	font-size: 80%;
}

.metadata{
	font-size: 1.2em;
        line-height: 220%;
        margin-top: 20px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #00ace8;
}

cite{
	font-size: 1.1em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
         text-align: justify;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/************************************************
*	Sidebar									*
************************************************/

#secondary {
        width: 525px;
	padding: 0px;
	float: right;
}

#l_sidebar {
	float: left;
	width: 200px;
	padding: 0px 5px 20px 0px;
         text-align: justify;
	}
	
#l_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
         font-size: 1.2em;
         color: #333333;
	}
	
#l_sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 3px;
         font-size: 1.2em;
         list-style-type: disc;
         list-style-position: outside;
         color: #333333;
}

#l_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #333333;
}
#l_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#l_sidebar ul li a {
	color: #00ace8;
	text-decoration: none;
}

#l_sidebar ul li a:hover {
	color:#333333;
}

#l_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        font-size: 1.2em;
        color: #333333;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#l_sidebar ul ul li{
	margin: 0px;
}

#l_sidebar ul ul ul{
	margin-top:0; 
        margin-bottom:0;
	padding: 0px 0px 0px 14px;
        font-size: 1.2em;
        color: #333333;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#l_sidebar ul ul ul li{
	margin: 0px;
}


#r_sidebar {
	float: right;
	width: 300px;
	padding: 0px 5px 20px 15px;
         text-align: justify;
	}

#r_sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        font-size: 1.2em;
        color: #333333;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#r_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #333333;
}
#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#r_sidebar ul li a {
	color: #00ace8;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	color:#333333; 
}

#r_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        font-size: 1.2em;
        color: #00ace8;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#r_sidebar ul ul li{
	margin: 0px;
}

#r_sidebar ul ul ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        font-size: 1.2em;
        color: #00ace8;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#r_sidebar ul ul ul li{
	margin: 0px;
}
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 17px;
        font-size: 1.2em;
        color: #333333;
	}
	

li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}

.feedarea  {
	height: 30px;
	background-image:url(images/feedicon.png);
        background-repeat: no-repeat;
	padding-left:20px;
}


.feedarea  a {
       color: #333333;
}

.twitter  {
	height: 30px;
	background-image:url(images/iconTw.gif);
        background-repeat: no-repeat;
	padding-left:20px;
}

.facebook  {
	height: 30px;
	background-image:url(images/iconFB.gif);
        background-repeat: no-repeat;
	padding-left:20px;
}

.myspace  {
	height: 30px;
	background-image:url(images/iconMS.gif);
        background-repeat: no-repeat;
	padding-left:20px;
}

.flickr  {
	height: 30px;
	background-image:url(images/iconFl.gif);
        background-repeat: no-repeat;
	padding-left:20px;
}

.youtube  {
	height: 30px;
	background-image:url(images/iconYT.gif);
        background-repeat: no-repeat;
	padding-left:20px;
}




/************************************************
*	Comment Area									*
************************************************/


#comment {
	width: 470px;

	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
        font-size: 1.3em;
}
	
#comment {
    padding: 10px 20px 20px 20px;
    border: 1px solid #cccccc;
    margin-bottom: 3em;
    color: #333333;  
}

   
#comment  a{
	text-decoration: underline;
}

#comment a:hover{
	color: #00ace8;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
        font-weight: normal;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 450px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
        font-size: 1.3em;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #00ace8;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/************************************************
*	Calendar									*
************************************************/


#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	color: #333333;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: ;
	color: #00ace8;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
*	Footer									*
************************************************/



#foot {
        width: 100%; 
        height: 0px;	
        text-align: right;
        margin-top: 0px;
        background: #FFFFFF;
        color: #FFFFFF;
        font-size: 0px;
        padding: 0px 0px 0px 0px;
}

#foot a:link, #foot a:hover, #foot a:visited{
        color: #FFFFFF;
        text-decoration: none;
}

#footQ {
        width: 100%; 
        background-image: url(images/xx.gif);
        background-color: #000000;
        background-repeat: repeat-x;
        height: 30px;	
        text-align: right;
        margin-top: 0px;
        color: #000000;
        font-size: 1.1em;
        padding: 0px 0px 0px 0px;
}

#footQ a:link, #foot a:hover, #foot a:visited{
        color: #00ace8;
        text-decoration: none;
}
