@charset "iso-8859-1";
/*
Theme Name: 
Theme URI: 
Author: 
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Global section */

/* Header */

/* Content */

/* Footer */

/* Widjet */

/* *--* */
/* Plugin */

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #222222;
	font: 0.95em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
	border-radius: 4px 4px 4x 4px;
}
body {
	background: #575759 url(img/bkg.jpg) top repeat;
}

/* Headings */
h1{
	font-size:2.5em;
}
h2{
	font-size:2em;
	color: #ffffff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */

ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text]{
	width: 220px;
}
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	border: 0px;
	border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
	color: #888;
	-moz-transition: 600ms;
	-o-transition: 600ms;
	-webkit-transition: 600ms;
}
input:hover,
textarea:hover{
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.15);
	-moz-transition: 600ms;
	-o-transition: 600ms;
	-webkit-transition: 600ms;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=5);
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 228px;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #111111;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

#content{width:100%;height:250px;}