/* @override 
	http://miss-athenes.net/wp-content/themes/ofw/style.css
	http://miss-athenes.net/wp-content/themes/ofw/print.css
*/

/*
Theme Name: Of Few Words
Theme URI: http://www.wordpressdiva.com/themes/14/of-few-words.html
Description: Single column WordPress theme done in black and white.
Author: WordPress Diva
Author URI: http://www.wordpressdiva.com/
Version: 1.0.0
*/

/* =================================
All Rights Reserved.

You are free to use and modify this theme
as long as the included attribution links 
remain intact.

For more information, see:
http://www.wordpressdiva.com/themes/legal/theme-use/

Please note: There are a number of empty CSS 
elements. This is intentional and are there so you 
can have maximum flexibility with customizing 
specific theme elements.

For more information, see:
http://www.wordpressdiva.com/themes/read-me/css/
================================== */

body { 
	color:#FFF;
	font:75%/150% Georgia, "Times New Roman", Times, serif;
	text-align:left;
	background: #e3babf fixed;
	margin:0px;
	padding: 0px;
	}
a { 
	background-image: url(images/body-bg.jpg)
	background-color:#FFF;
	color:#000;
	font-weight:30000;
}

a:hover { 
	border-bottom: 2px solid #000;
	text-decoration:none;
	}

a img { 
	border:none;
	text-decoration:none;
	}

blockquote { 
	background-color:#000;
	color:#fff;
	font:1em/1.5em "Lucida Sans", "Courier New", Courier, "Times New Roman", Times, serif;
	padding:15px;
	}

code,pre { 
	background:inherit;
	font:0.85em/1.5em Monaco, "Courier New", Courier, monospace;
	overflow:scroll;
	color:#444;
	display:block;
	width:100%;
	padding:10px;
	}

h1,h2,h3,h4,h5,h6 { 
	font-weight:400;
	}

h1 { 
	font-size:3.25em;
	}

h3 { 
	font-size:1.5em;
	}

h4 { 
	font-size:1.1em;
	}

#wrap { 
	font-size:1em;
	line-height:1.25em;
	width:700px;
	margin:0 auto;
	background-color: rgba(255,255,255,0);
}

/* Header ----------------------------------------------------------- */

#header h1 {
	background:#FFF url(images/miss-athenes-plate.png) no-repeat 50% 100%;
	color:inherit;
	text-align:center;
	margin: 0 0px 0px;
	padding: 0px 0 0;
	height: 180px;
	border-bottom
}

#header p.tagline { 
	text-align:center;
	margin:10px 0px 0px 0px;
	color: #000;
	border-bottom
	}

/* top navigation --------------------------------------------------- */

ul#mainnav { 
	background:#000;
	color:#FFF;
	list-style:none;
	height:1%;
	margin:10px 26px;
	padding:3px 0;
	visibility:hidden;
	}

#mainnav li { 
	display:inline;
	margin:0 10px;
	}

#mainnav li a { 
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	font-weight:400;
	}

/* Content --------------------------------------------------- */ 

#content { 
	width:700px;
	margin:0 auto;
	}

/* blog posts --------------------------------------------------- */

.post {
	margin-bottom:0px;
	color: #000;	
	width: 700px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.authormeta { 
	background-color:#000;
	color:#FFF;
	margin:0;
	padding:1px;
	visibility: hidden;
	}

.authormeta a { 
	background-color:#000;
	color:#FFF;
	font-weight:700;
	text-decoration:none;
	}

.postdate { 
	font-size:1em;
	background:inherit;
	color:#000;
	text-align: left;
	padding: 5px 5px 5px 10px;
	margin-top: -1px; 
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}

.posttitle {
	line-height: 1.25em;
	margin:35px 0 5px;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}

/* post content headings --------------------------------------------------- */

.postcontent h3 { 
	border-bottom:1px solid #000;
	line-height:1.5em;
	font-weight:700;
	font-size:1.5em;
	}

.postcontent h4 { 
	border-bottom:1px solid #000;
	font-weight:700;
	font-size:1.25em;
	line-height:1.5em;
	}

/* playing with blockquotes --------------------------------------------------- */

.postcontent blockquote .styleleft { 
	width:25%;
	display:block;
	float:left;
	margin:5px 10px 5px 0;
	}

.postcontent blockquote .styleright { 
	width:25%;
	display:block;
	float:right;
	margin:5px 0 5px 10px;
	}

/* post content lists   post content links   post content tables --------------------------------------------------- */

.postcontent table {
	border-collapse:collapse;
	border:1px solid #000;
	width:100%;
	}

.postcontent th { 
	background-color:#000;
	border:none;
	color:#FFF;
	padding:3px;
	}
	
/* post content forms   single page meta info --------------------------------------------------- */

.singlemeta { 
	background-color:#000;
	color:#FFF;
	margin:50px 0;
	padding:15px;
	}

.singlemeta a { 
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	font-weight:700;
	}

/* blog comments --------------------------------------------------- */

#commentwrap { 
	margin:10px;
	}

#comments { 
	font-size:1.75em;
	line-height:1.5em;
	margin:0 5px;
	}

#comments big { 
	font-size:1.25em;
	}

.commentmetadata { 
	font-size:0.9em;
	text-align:right;
	padding:2px;
	}
	
/* individual comments --------------------------------------------------- */

#commentlist { 
	list-style:none;
	margin:25px 0;
	padding:0;
	}

#commentlist li { 
	background-color:#000;
	color:#FFF;
	padding:15px;
	}

#commentlist li a { 
	background-color:#000;
	color:#FFF;
	}

#commentlist li.alt { 
	border-left:5px solid #000;
	background-color:#FFF;
	color:#000;
	}

#commentlist li.alt a { 
	background-color:#FFF;
	color:#000;
	}

#commentlist cite { 
	font-style:normal;
	font-size:1.25em;
	}

#commentform label { 
	font-weight:700;
	display:block;
	padding:3px 0;
	color:#000;
	}

/* pop up comments --------------------------------------------------- */

#commentspopup { 
	background:#FFF url(images/wrap-bg.jpg) repeat-y 50% 0;
	color:#000;
	width:452px;
	margin:0 auto;
	padding:0;
	}

#commentspopup h1#header { 
	background:#FFF url(images/header-bg.gif) no-repeat 50% 100%;
	color:inherit;
	font-size:1.75em;
	line-height:1.25em;
	text-align:center;
	margin:0 30px;
	padding:15px 0 50px;
	}

#popupcontent .interact { 
	border:none;
	text-align:center;
	}

/* Sidebar --------------------------------------------------- */

#sidebar ul { 
	list-style:none;
	margin: 25px 0px;
	padding:0;
	text-align: center;
}

#sidebar li h2 { 
	font-size:1.75em;
	line-height:1.25em;
	margin: 25px 0px 10px 0px;
	}

#sidebar li ul { 
	margin:0 0 50px;
	}

#sidebar li li { 
	}

#sidebar li#search label { 
	font-size:1.75em;
	line-height:1.25em;
	text-indent:0;
	}

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

#footer { 
	border-top:1px solid #000;
	text-align:center;
	margin:0 30px;
	padding:5px 25px;
	color: #000;
	}
	
/* footer credit styling --------------------------------------------------- */

#footer p.credit { 
	background:inherit;
	color:#777;
	font-size:85%;
	visibility: hidden;
	}

#footer p.credit a { 
	background:inherit;
	color:#777;
	font-weight:400;
	text-decoration:none;
	}

/* Various Classes & Image Alignment --------------------------------------------------- */

.center { 
	text-align:center;
	}

.floatleft { 
	float:left;
	margin:5px;
	}

.floatright { 
	float:right;
	margin:5px;
	}

img.center { 
	display:block;
	margin:10px auto;
	}

img.left { 
	display:inline;
	margin:0 10px 5px 0;
	}

img.right { 
	display:inline;
	margin:0 0 5px 10px;
	}

#content,#header,#sidebar { 
	}

.navigation { 
	width: 700px;
	padding:5px 0;
	margin: 25px auto;
	}

.previouslink { 
	float:left;
	width:45%;
	text-align:left;
	font-size: 1.25em;

	}

.nextlink { 
	float:right;
	width:45%;
	text-align:right;
	}

h2,#respond { 
	font-size:1.75em;
	color: #000;
	}

input#s {
	margin: 0px;
	width:  200px;	
}

dd {
	padding: 5px;
	margin: 0px;
}

extarea,td,th,tr { 
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 10px 0px 0px;
	padding: 2px;
	height: 30px;
	width: 300px;
	}

hr,#commentform legend,#sidebar li#search h2,#sidebar li#search 
legend { 
	display:none;
	}

#header h1 a,.posttitle a { 
	text-decoration:none;
	visibility: hidden;
	}

#header h2 a,.posttitle a { 
	text-decoration:none;
	visibility: visible;
}

#mainnav li a:hover,.authormeta a:hover,.singlemeta a:hover { 
	border-bottom:1px solid #FFF;
	}

#commentform dd,#sidebar li#search dd { 
	margin:0;
	}

#commentform fieldset,#sidebar li#search fieldset,#footer p.credit a:hover { 
	border:none;
	}

#commentform input#author,#commentform input#email,#commentform input#url,#commentform textarea { 
	width:98%;
	}

#popupcontent,#popupcontent .commentwrap,#sidebar { 
	margin:0 30px;
	}
	