/*   
Theme Name: girls
Theme URI: joojjoo
Description: girlsonthewing
Author: hero
Author URI: noidea
Template: girlsonthewing
Version: 1.0
.
General comments/License Statement if any.
.
*/

/* @override 

	http://www.girlsonthewing.com/wp-content/themes/girlsonthewing/style.css
*/

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

	Project:		Girls on the wing
	Version:		1.0
	Created:		23/09/08
	Modified:		23/09/08
	
		[Table of contents]
		1. Reset
		2. Typography
			2.1	Headings
			2.2	Text elements
			2.3	Lists
			2.4	Tables
			2.5	Forms
		3. Structure
			3.1	Header
			3.2	Navigation
			3.3	Content
			3.4	Footer
		4. Clear floats
	
----------------------------------------------------------- */

//@import "diagnostics.css"; /* Remove this before the site goes live!!! */


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

	Reset
	
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 			{ border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th 	{ vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }


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

	Typography
	
----------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 87%;
	color: #3e3d3d;
	line-height: 1.5;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #623494; font-family: Georgia,"Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: -2px;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; height: 1.25em; letter-spacing: -1px; font-family: arial,helvetica !important; font-weight: bold;}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #623494; text-decoration: none; outline: 0; font-family: Georgia,arial; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


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

label { font-weight: bold; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


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

	Structure
	
----------------------------------------------------------- */

body {
	background: #f4f4f2;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}

#page {
	margin: auto;	
	position: relative;
	background: transparent;
	width: 960px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
}


/* Header
-------------------------------------------------------------- */
.header {
	width: 960px;
	height: 110px;
	padding-top: 53px;
}
.header h1 {
	margin: 0;
	width: 440px;
	height: 60px;
	xposition: absolute;
	xleft: 10px;
	xtop: 0;
	text-indent: -9000px;
	background: transparent url(img/new_girlsonthewing.png) no-repeat 0 0;
}
.header h1 a {
	display: block;
	width: 440px;
	height: 60px;
	
}
.header p {
	position: relative;
	xleft: 154px;
	xtop: 111px;
	margin-left: 154px;
	color: #333333;
	padding-left: 8px;
	font-size: 12px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	width: 290px;
	height: 35px;
	letter-spacing: 0;
	margin-bottom: 0;
	display: block;
	
}
.first-quote {
	font-size: 60px;
	color: #623494;
	font-family: georgia;
	position: absolute;
	left: -32px;
	top: -18px;
}
.second-quote {
	font-size: 60px;
	color: #623494;
	font-family: georgia;
	position: absolute;
	right: -5pxpx;
	top: 0px;
}

.newheader {
	position: absolute;
	right: 5px;
	top: 00px;
	width: ;
}



/* Navigation
-------------------------------------------------------------- */
.content-wrapper {
	background: #ffffff;
	width: 960px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-top: 40px;
	border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	-moz-border-radius: 5px 5px;
	padding-bottom: 20px;
}
.content-wrapper h2, .content-wrapper h3 {
	margin: 0;
	color: #333333;
}
.titlewrapper {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	background: transparent url(img/dottedborder.jpg) no-repeat left bottom;
	position: relative;
}
.titlewrapper h2 {
	width: 400px;
}
.titlewrapper a {
	font-family: georgia !important;
}
.h2 #object, .content-wrapper h3 a{
	text-decoration: none;
	color: #000000;
}

/* Content
-------------------------------------------------------------- */
.content {
	width: 630px;
	_width: 540px;
	_margin-right: -20px;
	float: left;
	display: inline;
	padding-left: 20px;
	text-align: justify;
}
.content h2 a, h2.otsikko  {
	color: #333333 !important;
}
.content a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content p {
	width: 560px;
	
}
.content img {
	border: 10px solid #f0f0f0;
}
.narrowcol {
	float: left;
	display: inline;
	width: 250px;
	padding-left: 20px;
}
.narrowcol h2 {
	font-size: 20px !important;
	margin-bottom: 4px;
}
.narrowcol a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.narrowcol-item ul {
	padding: 0;
	margin: 0;
}
.narrowcol-item ul ul {
	padding-left: 10px;
	padding-bottom: 20px;
}
#bottom {
	clear:both;
	
	xbackground: transparent url(img/bottom.jpg);	
	xheight: 128px;
	xmargin-left: -5px;
}
.titlewrapper .info {
	font-size: 12px;
	width: 180px !important;
	position: absolute;
	right: 72px;
	text-align: right;
	bottom: 5px;
	font-family: georgia, arial;
	font-style: italic;
	margin-bottom: 0;
}
.sender {
	font-size: 13px;
	margin-bottom: 30px;
	xborder-bottom: 1px solid #e5e5e5;
	background: transparent url(img/dottedborder.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	clear: both;
	font-family: georgia, arial;
	font-style: italic;
}
.sender span {
	padding-left: 15px;
	xbackground: transparent url(img/bubble.jpg) no-repeat 0 2px;
}
.sender a {
	font-family: georgia, arial;
}
.order {
	float: left;
	display: inline;
	position: relative;	
}
#rss {
	position: absolute;
	right: -20px;
	top: 3px;
	border: none;
	font-size: 13px;
}
.narrowcol ul {
	list-style-type: none;
	padding: 0;
}
.comment {
	clear: both;
}
.narrowcol-item {
	width: 240px;
}
.narrowcol-item h3 {
	margin-bottom: 8px;
}
.narrowcol-item li {
	list-style-type: none;
}

h3.screen-reader-text {
	margin-bottom: 0 ;
	padding-bottom: 0;
}

#commentform input {
	xbackground: transparent url(img/inputbg.jpg) no-repeat 0 0;
	background: #ededed;
	border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	-moz-border-radius: 5px 5px;
	border: 0;
	height: 29px;
	width: 219px;
	line-height: 32px;
	padding-top: 3px;
	font-size: 14px;
	text-indent: 7px;
	font-family: georgia, arial;
	font-style: italic;
	color: #333333;
	margin-top: 8px;

}
#comment {
	xbackground: transparent url(img/textarea.jpg) no-repeat 0 0;
	background: #ededed;
	border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	-moz-border-radius: 5px 5px;
	border: 0;
	height: 124px;
	width: 430px;
	font-family: georgia, arial;
	font-style: italic;
	font-size: 14px;
	color: #333333 ;

}
.laheta {
	color: #686868 !important;
	background: #f6f6f6 !important;
	width: 82px !important;
	font-weight: bold;
	text-align: center !important;
	height: 30px !important;
	line-height: 30px !important;
	border: 0;
	padding: 0 !important;
	cursor: pointer;
	margin-top: 0 !important;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#comments {
	padding-bottom: 20px;
}

#searchform input  {
	xbackground: transparent url(img/inputbg.jpg) no-repeat 0 0;
	background: #ededed;
	border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	-moz-border-radius: 5px 5px;
	border: 0;
	line-height: 32px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	text-indent: 7px;
	height: 29px;
	width: 185px;
	margin-top: 8px;
	padding-right: 25px !important;
	font-family: georgia, arial;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	
}
input#searchsubmit {
	background: transparent url(img/search.png) no-repeat 0 0 !important;
	background: #f6f6f6;
	width: 20px ;
	height: 20px ;
	border: 0;
	text-indent: -9000px !important;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 30px;
	
}
.hakushetti {
	position: relative;
	width: 220px;
	margin-bottom: 20px;
}
.entry {
	overflow: hidden;
	xborder-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.postmetadata {
	clear: both;
	font-family: georgia, arial;
	font-style: italic;
}
.navigation {
	margin-bottom: 30px;
	overflow: hidden;
	font-family: georgia, arial ;
	font-style: italic;
	font-size: 12px;
	width: 560px;
}
.navigation a {
	
	xfont-weight: bold;
	font-style: normal;
	letter-spacing: 0;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navigation .alignleft {
	float: left;
	display: inline;
	padding-right: 20px;
}
.navigation .alignright {
	float: left;
	display: inline;
} 
#div-comment {
	
}
.vcard {


}

.comment-body {
	xborder-bottom: 1px solid #e5e5e5;
	background: transparent url(img/dottedborder.jpg) no-repeat left bottom;
	margin-bottom: 20px;
	font-family: georgia, arial;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 5px;
}
.comment-body p {
	padding-left: 80px;
	clear: both;
	width: 466px;
}
#respond {
	clear: both;
	padding-top: 10px;
	font-family: georgia, arial;
	font-style: italic;
	font-size: 13px;
}
#respond h3 {
	margin-bottom: 10px;
	font-style: normal !important;
}

.avatar {
	border: none !important;
	padding: 0px 40px 10px 10px ;
	float: left;
	display: inline;
	
}
.comment-meta {
	width: 190px;
	font-size: 11px;
}
#osallistujat {
	padding-bottom: 20px;
	
}
#osallistujat a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.plusone {
	position: fixed;
	left: 10px;
	top: 10px;
}
#uusimmat {
	margin-bottom: 20px;
}
#uusimmat li {
	clear: both;
}
#uusimmat ul {
	overflow: hidden;
	
}
#uusimmat li a {
	float: left;
	text-align: left;
}

#uusimmat li small {
	float: right;
}

#esittely p {
	text-align: justify;
	font-size: 12px;
	letter-spacing: 0px;
}

#collapsible-archive {
	list-style-type: none;
	margin-bottom: 20px;
}

/* Footer
-------------------------------------------------------------- */




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

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }

