/*
Theme Name: Pugtionary
Theme URI: http://wordpress.org/
Description: Pugtionary
Version: 1.0
Author: Anne Dorko
Author URI: http://www.annedorko.com/
Tags: Pugtionary

	Pugtionary v1.0
	 http://pugtionary.com

	This theme was designed and built by Anne Dorko.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* { 
	padding: 0;
	margin: 0;
}
body {
	font: 90%/130% Arial, Verdana, sans-serif;
}
body a {
	color: #E81478;
}
#wrapper {
	width: 747px;
	margin: 0 auto;
}
#header span {
	display: none;
}
#header .logo a {
	display: block;
	width: 244px;
	height: 53px;
	float: left;
	background: url(images/logo.png) no-repeat;
	margin: 15px 0 0 0;
}
#header .twitter {
	display: block;
	width: 403px;
	height: 74px;
	float: right;
	background: url(images/twitter.png) no-repeat;
	padding: 5px 0 5px 15px;
}
#header .twitter .tweet {
	font: 8pt/12pt Arial, sans-serif;
	color: #444;
	width: 240px;
	float: left;
}
#header .twitter .follow a {
	display: block;
	width: 158px;
	height: 74px;
	float: left;
}
#header .search {
	clear: both;
	display: block;
	height: 32px;
	background: url(images/search_box.png) no-repeat;
	padding: 20px;
}
#header .search label {
	display: none;
}
#header .search #s {
	display: block;
	width: 545px;
	height: 25px;
	padding: 3px 0 0 5px;
	border: 1px solid #8BCBDF;
	float: left;
	margin: 0 6px;
	font: 12pt 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #666;
}
#header .search #searchsubmit {
	display: block;
	width: 140px;
	height: 28px;
	border: none;
	background: url(images/search_button.png) no-repeat;
	font-size: 1px;
}

#page {
	margin: 0 25px 10px 25px;
}
#page .browse {
	font: 9pt/12pt Arial, Verdana, sans-serif;
	color: #444;
	padding: 6px 0 6px 0;
	margin: 0 0 13px 0;
	border-bottom: 1px dotted #CCC;
	text-align: center;
}
#page .alphabet {
	list-style: none;
	display: inline;
}
#page .browse li {
	display: inline;
	margin: 0 0 0 13px;
}

#content {
	float: left;
}
#sidebar {
	float: right;
}
.clear {
	clear: both;
}

#footer {
	clear: both;
	background: url(images/footer.jpg) repeat-x;
	height: 89px;
}
#footer p {
	margin: 10px 0 0 0;
	color: #444;
}
#footer .links {
	float: left;
	margin-left: 10px;
	font-size: 11pt;
}
#footer .credits {
	float: right;
	margin-right: 10px;
	font-size: 9pt;
}

/* Font styles */
#content h3 {
	font: 18pt/24pt Georgia, 'Times New Roman', Times, serif;
}
#content h4 {
	font: 14pt/20pt Georgia, 'Times New Roman', Times, serif;
}
#content p.info {
	font-size: 9pt;
	color: #444;
	padding: 0 0 5px 0;
}
#content p.definition {
	font-size: 11pt;
	color: #333;
	padding: 0 0 8px 0;
}
#content p.origin {
	font-size: 9pt;
	color: #444;
}

.single #content h2 {
	font: 24pt/30pt Georgia, 'Times New Roman', Times, serif;
}


/* Archive styles */

.archive #content h2 {
	font: 24pt/30pt Georgia, 'Times New Roman', Times, serif;
}
.archive .definitions_list {
	padding: 5px 0;
	border-top: 1px dotted #666;
}
.archive #content {
	width: 410px;
}
.archive #sidebar {
	width: 270px;
	margin: 0 0 0 15px;
}
.archive #sidebar ul {
	list-style: none;
}
.archive #sidebar h2 {
	font: 18pt/24pt Georgia, 'Times New Roman', Times, serif;
	color: #333;
}
.archive #sidebar li {
	font-size: 10pt;
	color: #666;
}

/* 404 styles */
.error404 h2 {
	font: 22pt/26pt Georgia, 'Times New Roman', Times, serif;
	padding: 0 0 20px 0;
}
.error404 p {
	font-size: 10pt;
	line-height: 14pt;
	padding: 0 0 5px 0;
	color: #333;
}
.error404 a.hide {
	color: #222;
	text-decoration: none;
}

/* Search page styles */
.search #content h2 {
	font: 22pt/26pt Georgia, 'Times New Roman', Times, serif;
	padding: 0 0 20px 0;
}
.search #content {
	width: 410px;
}
.search #sidebar {
	width: 270px;
	margin: 0 0 0 15px;
}
.search .definitions_list {
	padding: 5px 0;
	border-top: 1px dotted #666;
}
.search #sidebar ul {
	list-style: none;
}
.search #sidebar h2 {
	font: 18pt/24pt Georgia, 'Times New Roman', Times, serif;
	color: #333;
}
.search #sidebar li {
	font-size: 10pt;
	color: #666;
}

/* Just page styles */
.page #content h2 {
	font: 22pt/26pt Georgia, 'Times New Roman', Times, serif;
	padding: 0 0 20px 0;
}
.page #content {
	width: 410px;
}
.page #sidebar {
	width: 270px;
	margin: 0 0 0 15px;
}
.page .definitions_list {
	padding: 5px 0;
	border-top: 1px dotted #666;
}
.page #sidebar ul {
	list-style: none;
}
.page #sidebar h2 {
	font: 18pt/24pt Georgia, 'Times New Roman', Times, serif;
	color: #333;
}
.page #sidebar li {
	font-size: 10pt;
	color: #666;
}

/* Front page styles */
.front_definition {
	padding: 5px 0;
	border-top: 1px dotted #666;
}

.random {
	display: block;
	background: #EFEFEF url(images/random_front.png) top right no-repeat;
	padding: 15px;
}
.random h2 {
	font: 22pt/26pt Georgia, 'Times New Roman', Times, serif;
}
.random p.info {
	font-size: 9pt;
	color: #444;
	padding: 0 0 5px 0;
}
.random p.definition {
	font-size: 12pt;
	color: #000;
	padding: 0 0 8px 0;
}
.random p.origin {
	font-size: 9pt;
	color: #444;
}

.funfact {
	text-align: right;
	padding: 20px 0 0 0;
}
.funfact h2 {
	font: italic 18pt/24pt  Georgia, 'Times New Roman', Times, serif;
}
.funfact p {
	font-size: 10pt;
	padding: 0 15px 2px 30px;
	border-right: 3px solid #E81478;
	margin-top: 5px;
	color: #444;
}
.home #content {
	width: 300px;
}
.home #sidebar {
	width: 375px;
}

/* Contribute page styles */
.wpcf7 p {
	font-size: 10pt;
	color: #333;
	margin: 0 0 10px 0;
} 
.wpcf7 input[type=text], .wpcf7 textarea {
	width: 300px;
	border: 1px solid #666;
	font: 9pt/14pt Arial, Verdana, sans-serif;
	color: #666;
	padding: 3px 5px;
}
.wpcf7 textarea {
	height: 150px;
}
