/* 01.Layout */
body {
	margin: 0;
	padding: 200px 0 0;
	color: #9f9f9f;
	background: #2a2a2a url(/img/design/body.gif) no-repeat 50% 30px;
	font: normal normal normal 1.06em/1.3em Georgia, "Times New Roman", Times, serif;
}
/* 02.Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	margin: 0 0 20px;
	padding: 58px 30px 28px;
	color: #f82d96;
	background: transparent url(/img/design/h1.gif) no-repeat 0 0;
	font-size: 1.41em;
}

h2 {
	margin: 0;
	padding: 15px 0 15px;
	color: #d4d4d4;
	font-size: 1em;
}
div.footer h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: .71em;
	text-transform: uppercase;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

/* 03.Paragraphs */
p {
	margin: 0 0 15px;
	padding: 0;
	font-size: 1em;
	line-height: 1.6em;
}
div.footer p {
	color: #3d3d3d;
	font-size: .71em;
}
div.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .71em;
	color: #9f9f9f;
}
div.content p.date {
	margin: -10px 0 0;
	padding-bottom: 5px;
	font-size: .59em;
	color: #1d1d1d;
	text-transform: uppercase;
}
div.content fieldset .input, div.content fieldset p {
	margin: 0;
	padding: 5px 0 10px;
	border-top: 1px solid #313131;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
div.content fieldset p.buttons, div.content fieldset .message {
	border-top: 0;
}
div.content p.category, div.content p.edit, div.content p.order {
	margin: 0;
	padding: 0;
	color: #1e1e1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .71em;
}
div.content p.category {
	padding-bottom: 5px;
	border-bottom: 1px solid #585858;
}
div.content p.image {
	padding: 15px 0 10px;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	text-align: center;
}
div.content fieldset p.image {
	border-bottom: 0;
}
div.content p.edit, div.content p.order {
	margin: -10px 0 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #313131;
}

/* 04.Lists */
ul, ol {
	margin: 0;
	padding: 0 0 15px;
	list-style-position: outside;
	list-style-type: circle;
	font-size: 1em;
}
ol {
	list-style-type: decimal;
}
div.footer ul {
	list-style: none;
	font-size: .71em;
}
ul.navigation, fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages {
	margin: 15px 0 0;
	padding: 0;
	width: 100%;
	display: inline;
	float: left;
	list-style: none;
	font-size: .88em;
}
ul li, ol li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
ul.navigation li, fieldset li {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #363636;
}
ul.navigation li.first_child {
	border-top: 0;
}
ul.pages li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}
ul.pages li.first_child {
	margin-left: 15px;
	float: left;
}
ul.pages li.last_child {
	margin: 0px 15px 0px 0px;
	float: right;
}
/* 05.Images */
img, a img {
	border: 0;
	margin: 0 auto;
	display: block;
}
/* 06.Semantic */

/* 07.Non-semantic and Presentational */
span.optional {
	color: #313131;
}
/* 08. Tables */

/* 09.Widgets */
form {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	
}
input.text {
	margin: .25em 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #fff;
	background: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.text:focus {
	background: #515151;
}
textarea {
	margin: .25em 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #fff;
	background: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea:focus {
	background: #515151;
}
.btn {
	margin: 0;
	padding: 5px 10px;
	border: 0;
	width: 5em;
	display: inline;
	float: left;
	list-style: none;
	color: #616161;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	margin-left: 5px;
	float: left;
}
.reset {
	margin-left: 5px;
	float: left;
}
.submit {
	margin-right: 5px;
	float: right;
	text-align: right;
}

input[type="text"], input[type="password"], input.text {
	margin: .25em 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #fff;
	background: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input[type="text"]:focus, input[type="password"]:focus {
	background: #515151;
}
input.text {
	margin: .25em 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #fff;
	background: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.text:focus {
	background: #515151;
}
textarea {
	margin: .25em 0 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #fff;
	background: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea:focus {
	background: #515151;
}
/* 10.Links */
a:link, a:visited, a:hover, a:focus, a:active {
	color: #9f9f9f;
	text-decoration: none;
}

a:hover {
	color: #f82d96;
	text-decoration: none;
}
div.footer a:link, div.footer a:visited, div.footer a:hover, div.footer a:active {
	color: #3d3d3d;
}
div.footer a:hover {
	color: #fff;
}
ul.pages a:link, ul.pages a:visited, ul.pages a:hover, ul.pages a:active {
	color: #616161;
}
ul.pages a:hover {
	color: #fff;
}
div.content p a:link, 
div.content p a:visited, 
div.content p a:hover, 
div.content p a:active {
	color: #f82d96;
}
div.content p a:hover {
	color: #fff;
}
fieldset ul li a:link, 
fieldset ul li a:visited, 
fieldset ul li a:hover, 
fieldset ul li a:active {
	padding: 0 0 0 15px;
	display: block;
	background: transparent url(/img/design/ul_li_a.gif) no-repeat 0 50%;
}

.error-message {
	color: #c00;
}

div.content p a.btn, div.content p a.btn:link, div.content p a.btn:visited {
	color: #616161;
}

div.content p a.btn:hover {
	text-decoration: none;
}

a.read-more {
	float: right;
}

body.card div.wrapper {
	width: 760px;
}
body.card h1 {
	margin: 0;
	padding-bottom: 25px;
	background: transparent url(/img/design/h1_card.gif) no-repeat 0 0;
	text-align: center;
}
body.card h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #363636;
	color: #9f9f9f;
}
body.card div.content p {
	margin: 0;
	padding: 5px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
body.card div.content p.card {
	padding: 0 0 25px;
}

.sheep-wrapper {
	text-align: center;
	margin-top: -200px;
}

.sheep {
	sposition: absolute;
	display: block;
	width: 113px;
	height: 177px;
	margin: 20px auto 0px auto;
}

div.content p .tags a {
	color: #767676;
}

div.content p .tags a:hover {
	color: #ffffff;
}