/*
Theme Name: Dynagirl - Swiss Army
Theme URI: http://dynagirl.com/
Description: sweet
Version: 5.00
Author: Miriam Frost Jungwirth
Author URI: http://dynagirl.com/
Tags: dynagirl
	 
	 Dynagirl.com Swiss Army 2004 v5.00
	 http://dynagirl.com/
*/
/* GENERAL LAYOUT STUFF --------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, Vera, sans-serif;
	background: url('img/background-swissarmy.png') no-repeat #000; }
#wrap {
	width: 940px;
	min-height: 1410px;
	margin: 0px auto;
	padding: 0px;
	background: url('img/background-swissarmy.gif') no-repeat; }
#content {
	float: left;
	clear: none;
	width: 520px;
	margin: 0 0 0 100px;
	padding: 20px 35px 20px 40px;
	background: url('img/yellowtop-swissarmy.png') no-repeat #FFE823;
	font-size: 13px; }
/* HEADER ----------------------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	text-indent: -6666px;
	border: 0; }
h1 a:link, h1 a:visited, h1 a:hover { /* dynagirl.com header */
	display: block;
	width: 659px;
	height: 107px;
	margin: 0 0 0 150px;
	padding: 0;
	border: 0;
	background: url('img/header-swissarmy.png') no-repeat; }
a#skiplink {
	display: block;
	margin-left: -666px; }
/* GENERAL COPY STUFF ----------------------------------------- */
acronym, abbr { border-bottom: 1px dashed #081c8c; }
acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em; }
#content a {
	color: #4A55D6;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none; }
#content a:visited { font-weight: normal; }
#content a:hover { text-decoration: underline; }
#content a[rel="amazon"] { font-style: italic; }

blockquote {
	border-left: 1px solid #000;
	margin-left: 1.5em;
	margin-top: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	background-color: #FFF8BF;}
.floatleft { float: left; }
.small, .via { font-size: 9px; }
.update { color: #ef2b2d; }
.s { text-decoration: line-through; }
.yes { color: #363; font-weight: bold; }
.no { color: #900; }
.never { text-decoration: underline; }
li em { color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none; }

/* BLOG POSTS ------------------------------------------------- */
.entry {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px #ccc; }

.post {
	margin: 0 0 35px 0;
	padding: 0;
	overflow: hidden; }

h3 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #FFE823;
	margin-bottom: 0; }

h4, h4 a:link, h4 a:active, h4 a:visited { /*post time and title*/
	color: #777 !important; 
	font-size: 13px;
	font-weight: normal !important;
	text-transform: uppercase; }
h4 { font-weight: normal !important; }
h3, h4 { margin-bottom: 0; }

h4+div { margin-top: 0; }


.entry p { line-height: 140%; }
.entry p.twitter { width: 380px; }

.entry img {
	display: block;
	margin: 0 4px 4px 0;
	padding: 2px;
	background-color: #FFE823;
	border: 1px solid #4A55D6;
	/* float: left; */ }
.entry .ff img,
.entry .twitter img {
	border: 0px solid #fff;
	float: left;
	margin: -2px 4px 0 0;
	padding-bottom: 30px;
	border-right: 1px solid #ADBDEF; }

/*------------------------------------ post category & comments */
.postmetadata,
.postmetadata a,
.postmetadata ul a,
.postmetadata ul a:visited {
	color: #777 !important;
	font-size: 10px;
	font-weight: normal;}

.postmetadata ul {
 display: inline;
 margin: 0;
 padding: 0;
 list-style: none; }

.postmetadata li {
	margin: 0;
	display: inline; }

#commentlist li {
	background-color: #D6DDFC;
	padding: 0 0 0 5px; }

/* SINGLE ENTRY PAGE ------------------------------------------ */
.navigation { overflow: hidden; }
.navigation div { float: left; }
.navigation div+div { float: right; }
/* COMMENT FORM ----------------------------------------------- */
input, select, textarea {
	color: #000;
	background-color: #f9fbff;
	border: 1px solid #666; }

textarea#comment { width: 400px !important; }
input.button {
	color: #fff;
	background-color: #081c8c;
	border: 1px solid #036; }

input.button:hover {
	color: #c00;
	background-color: #fff;
	border: 1px solid #c00; }
#commentform {
	width: 500px;
	margin-left: 30px; }

label {
	display: block;
	margin: 3px 5px 0 0;
	color: #676767;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase; }
div.row {
	width: 100%;
	clear: both;
	margin: 0 auto; 
	padding: 0 0 12px 0; }
#commentform input[type="text"],
.post #searchform input[type="text"] {
	width: 470px;
	margin: 5px 5px 1px 0;
	padding: 2px;
	border: 1px solid #999;
	background: #fbfcfc url('img/input.gif') no-repeat top left; }
#commentform textarea {
	width: 470px;
	padding: 2px;
	border: 1px solid #999;
	background: #fbfcfc url('img/input.gif') no-repeat top left; }

#commentform p { margin: 5px 0; }

/* --------------- FORMS: required/errors ------------------- */
.required abbr {
	display: block;
	width: 18px;
	height: 18px;
	margin: 4px 0 0 0;
	cursor: help;
	float: right;
	text-transform: none;
	text-indent: -6666px; }
.required abbr[title="required"] { background: url('img/required.gif') no-repeat; }
.required abbr.ok { background: url('img/required_ok.gif') no-repeat !important; }
.required abbr.oops {
	display: block; /* because some fields themselves are not required, but do have formatting reqs. */
 	background: url('img/required_oops.gif') no-repeat !important; }
div.validation-advice {
	color: #cf7b19;
	font-size: 11px; }

/* SIDE MENU -------------------------------------------------- */
#sidebar {
	float: left;
	clear: none;
	width: 200px;
	margin: 0 0 0 5px;
	padding: 0;
	color: #fff; }
/* ----------------------------------------- h2 section headers */
#archives,
#books,
#colophon,
#galleries, #projects, #searchh2, #status, #music, #linksh2 {
	width: 194px;
	height: 0px !important; 
	height /**/:35px; /*BMH*/
	margin: 15px 0 10px 0;
	padding: 35px 0 0 0;
	overflow: hidden; }
#status { background: url('img/recent-swissarmy.png') no-repeat; }
#galleries { background: url('img/galleries-swissarmy.png') no-repeat; }
#projects { background: url('img/projects-swissarmy.png') no-repeat; }
#music { background: url('img/music-swissarmy.png') no-repeat; }
#books { background: url('img/books-swissarmy.png') no-repeat; }
#archives { background: url('img/archives-swissarmy.png') no-repeat; }
#colophon { background: url('img/colophon-swissarmy.png') no-repeat; }
#linksh2 { background: url('img/links-swissarmy.png') no-repeat; }
#searchh2 { background: url('img/search-swissarmy.png') no-repeat; }
h2.statuspress { display: none; } /* this is the ugly one */
/* ------------------------------------------------------ links */
#sidebar h3 {
	margin: 5px 0 3px 40px;
	font-size: 14px; }
.blogrollmain {
	margin-left: 40px;
	font-size: 11px; }
#sidebar ul {
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none;
	font-size: 11px; }
#sidebar ul li ul { margin-left: 4px; }

#sidebar dl { margin: 0; }
#sidebar dd { margin: 0 0 0 0px; }
#sidebar a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-size: 11px; }
#sidebar a:hover {
	color: #dd333f;
	background-color: transparent;
	text-decoration: underline;}

#sidebar img {
	border: 0px solid #4A55D6;
	float: none;
	margin: 0 4px 4px 0;
	padding: 0;
	background-color: #transparent; }
/* ---------------------------------------------- search form */
#sidebar form {
	margin: 0 0 0 40px;
	padding: 0; }
fieldset {
	margin: 0;
	padding: 0;
	border: 0; }
#sidebar input[type="text"] { width: 100px; }

/* FOOTER --------------------------------------------------- */
#chicky {
	float: left;
	margin: 0 0 -90px -140px;
	padding: 288px 0 0 0;
	overflow: hidden;
	background: url('img/chicky-swissarmy.gif') no-repeat;
	height: 0px !important; width: 519px;
	height /**/:212px; /*BMH*/}

#footer {
	clear: both;
    background-color:#cc9; }
img#wpstats{ display:none; }
