/************************************************
* Resets *
************************************************/
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
textarea{
	width:400px;
	resize:none;
}
a, a:link, a:visited {
	color:#CCC;
}
a:hover, a:active {
	color:silver;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}
body {
	_overflow:hidden;
}
.clear {
	clear:both;
}
iframe {
	/*margin-top:10px;*/
}
/************************************************
* @font-face *
************************************************/
@font-face {
    font-family: 'SkiaRegular';
    src: url('fonts/skia-webfont.eot');
    src: local('?'), url('fonts/skia-webfont.woff') format('woff'), url('fonts/skia-webfont.ttf') format('truetype'), url('fonts/skia-webfont.svg#webfontOimRzxLd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/bebasneue-webfont.eot');
	src: local('☺'), url('fonts/bebasneue-webfont.woff') format('woff'), url('fonts/bebasneue-webfont.ttf') format('truetype'), url('fonts/bebasneue-webfont.svg#webfontJrA6xz6x') format('svg');
	font-weight: normal;
	font-style: normal;
}
/************************************************
* header *
************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333;
}
#head {
	background-color:#1C2324;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	margin: 0;
	height: 60px;
}
#header #logo {
	float:left;
}
#header h1 a, #header h1 a:link, #header h1 a:visited {
	color:silver;
	font-size:12px;
	float:left;
	margin-top:40px;
	text-decoration:none;
}
#header h1 a:active, #header h1 a:hover {
	color:#FFF;
}
#search {
	float:right;
	margin:20px;
}
#search input {
	font-size:16px;
	height: 20px;
	padding:0px 5px;
}
#search input[type=submit] {
	cursor:pointer;
	background-color:#F5467A;
	font-weight: bold;
	color:#FFF;
}
/************************************************
* #main *
************************************************/
  
#main {
	overflow:hidden;
	width:990px;
	z-index:10;
	margin:0px auto;
}

/************************************************
* #content *
************************************************/

#content {
	background-color: #FFF;
	width:620px;
	z-index.:1;
	float:left;
	padding-top:60px;
	padding-bottom:60px;
}
#content .attachment img {
	display:block;
	margin:0px auto;
}
.postTop h2, .postTop h2 a, .postTop h2 a:link, .postTop h2 a:visited {
	color:#F5467A;
	font-weight: bold;
	font-family: 'BebasNeueRegular', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	text-transform: none;
	/*text-shadow: #F5467A 1px 1px 1px;*/
	text-decoration:none;
	border-bottom:none;
}
.postTop h2 a:active, .postTop h2 a:hover {
	color:silver;
}
#innercontent {
	margin:30px;
}
.post .postTop {
	margin-top:30px;
}
.postcontent p {
	margin:10px 0px;
}
/*.post .postTitle {
	border-left: 5px solid #F5467A;
	padding-left: 5px;
}*/
p.postMetadataTop, p.postComments {
	font-size:10px;
	line-height: 1.5em;
	padding: 0.5em 0 1.5em;
	color: #5E5E5E;
}
p.postMetadataTop a, p.postMetadataTop a:link, p.postMetadataTop a:visited {
	color:#FFFFFF;
	background-color: #999999;
	border-left: 3px solid #C6C6C6;
	padding:1px 5px;
	text-decoration: none;
	border-bottom:none;
}
p.postMetadataTop a:hover, p.postMetadataTop a:active {
	color:silver;
}
.post p, .post em {
	color:#708090;
	line-height:20px;
}
.post a, .post a:link, .post a:visited {
	border-bottom: 1px dashed #F5467A;
	color: #F5467A;
	font-weight: normal;
	text-decoration: none;
}
.post a:active, .post a:hover {
	border-bottom: 1px dashed #C0C0C0;
	color: #C0C0C0;
	font-weight: normal;
	text-decoration: none;
}
.post img {
	max-width: 560px;
	border-bottom:16px solid #F5467A;
}
.post p.wp-caption-text{
    padding:0px 4px;
    color:#FFFFFF;
    font-size:75%;
    height:16px;
    line-height:16px;
    margin-top:-16px;
}
.postMetadataBottom .tags, .postMetadataBottom .commentsList, .postMetadataBottom  .readmore {
	font-size:10px;
	color:#C0C0C0;
	margin-top:5px;
}
.postMetadataBottom a, .postMetadataBottom a:link, .postMetadataBottom a:visited {
	color:#444;
	text-decoration: none;
	border-bottom:none;
}
.postMetadataBottom a:active, .postMetadataBottom a:hover {
	color:#C0C0C0;
}
.navigation {
	margin:30px 10px;
	font-size:10px;
	color:#C0C0C0;
}
.navigation a, .navigation a:link, .navigation a:visited {
	color:#444;
	text-decoration: none;
	border-bottom:none;
}
.navigation a:active, .navigation a:hover {
	color:#C0C0C0;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
/************************************************
* Comments *
************************************************/
#adminTag, #comments {
	margin:10px 50px;
	clear:both;
	font-size:10px;
}
#comments h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size:16px;
}
#comments img {
	border-bottom:0px none;
}
.comment-wrap p{
	font-size:12px;
	margin-top:5px;
}
.comment-wrap .reply {
	margin-bottom:5px;
}
#comments {
	margin: 15px 0;
}
#comments h3 {
	font-weight: normal;
}
#comments ul.commentlist li {
	clear: both;
	margin: 10px 0 0 0;
	padding: 15px;
}
#comments .comment-wrap {
	overflow: hidden;
	width: 100%;
}
#comments ul.commentlist li ul.children li {
	clear: both;
	margin: 20px 0 0 20px;
}
#comments img.avatar {
	float: left;
	margin: 0 20px 0 0;
}
#comments .commentbody .author {
	margin-bottom: 10px;
	color: #eee;
}
#comments .commentbody .author a:hover {
	color: #eee;
	border-bottom: 1px dashed #b9ff9d;
}
#comments .commentbody .commentmetadata {
	color: #bbb;
	margin-bottom: 25px;
}
#comments .commentbody .commentmetadata a {
	color: #bbb;
}
#comments .commentbody p {
	padding: 5px 0 8px 0;
}
#comments .commentbody p a {
	color: #b9ff9d;
	border-bottom: 1px dashed #b9ff9d;
}
#comments .commentbody p a:hover {
	color: #eee;
	border-bottom: 1px dashed #b9ff9d;
}
#comments .reply a {
	margin-top: 5px;
	padding: 5px;
	float: left;
	background: #ddd;
	color: #000;
}
#comments .reply a:hover {
	background: #fff;
	color: #111;
}
#comments h3#trackbacktitle {
	padding-top: 10px;
}
#comments ul.trackback {
	margin: 10px 0 0 0;
	padding: 15px;
}
#comments ul.trackback li {
	margin-bottom: 17px;
}
#comments ul.trackback li .commentbody .author {
	margin: 0;
}
#comments a#cancel-comment-reply-link {
	display: block;
	padding: 8px 0;
}
#comments a#cancel-comment-reply-link:hover {
	color: #ccc;
}
#comments #respond {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}
#comments #respond h3 {
	margin-bottom: 15px;
}
#comments #respond input {
	margin: 5px;
	width: 200px;
	background: #efefef;
}
#comments #respond p label {
	font-weight: normal;
}
#comments #respond textarea {
	padding: 10px;
	background: #efefef;
	border: none;
}
#comments #respond .submitbutton {
	background-color:#F5467A;
	font-weight: bold;
	color:#FFF;
}
#comments #respond .submitbutton:hover {
	cursor: pointer;
}
#comments #respond p.subscribe-to-comments label {
	display: inline;
	margin-left: 4px;
}
.commentsList {
	color: #F5467A;
	margin: 5px 0px;
}
/************************************************
* #sidebar *
************************************************/
  
#sidebar {
	position:fixed;
	top:60px;
	left:-1000px;
	width:380px;
	margin-bottom:30px;
}
#social  {
	margin: 40px 0px 10px;
}
#social a, #social a:link, #social a:visited {
	margin: 0px 5px;
}
#social a:active, #social a:hover {
	border-bottom: 1px dashed #F5467A;
}
/* widget */
#sidebar .widget h3 {
	background-color:#1C2324;
	display:inline;
	font-size:24px;
	line-height:54px;
}
#sidebar .widget h3, #sidebar .widget a {
	padding:2px 4px;
	text-decoration:none;
	color:#FFF;
	white-space:nowrap;
	font-family: 'BebasNeueRegular', sans-serif;
	font-weight:normal;
	letter-spacing:1px;
}
#sidebar .widget a, #sidebar .widget a:link, .widget #tagbox a:visited {
	background-color:#F5467A;
	font-size:16px;
	line-height:30px;
}
#sidebar .widget a:hover, .widget #tagbox a:active {
	background-color:#CCC;
}

#sidebar .widget ul {
	display:block;
}
#sidebar .widget ul li {
	display:inline;
	margin:2px 4px;
	color:#FFF;
}

/************************************************
* #footer *
************************************************/

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: #1C2324;
	border-bottom: none;
	width: 100%;
	height: 350px;
	overflow:hidden;
	margin-bottom: -320px;
}
#innerfooter {
	margin:0px auto;
	width:990px;
}
#footer div.footerCont {
	margin:0px 10px;
	float:left;
	color:#FFF;
	font-size:10px;
	width: 200px;
}
#footer li.widget h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	color:#F5467A;
	line-height:30px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}

#footer li.widget li, #footer li.widget li a, #footer li.widget li a:link, #footer li.widget li a:visited, #footer li.widget div {
	color:silver;
	text-decoration:none;
	line-height:16px;
}


#footer li.widget li a:active, #footer li.widget li a:hover {
	color:#FFF;
}
/* footerRight */
a.footerRight .wordpress {
	width:30px;
	height:30px;
	cursor:pointer;
	overflow:hidden;
	float:right;
}
a.footerRight, a.footerRight:link, a.footerRight:visited {
	color:#000;
	text-decoration:none;
	
}
a.footerRight:active, a.footerRight:hover {
	color:#FFF;
}
a.footerRight:active .wordpress img, a.footerRight:hover .wordpress img {
	margin-top: -30px;
}
.footerRight {
	margin:0px 10px;
	float:right;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#FFF;
}
.footerRight .wordpresslabel {
	margin-right:30px;
	line-height:30px;
}
/* footerLeft */
a.footerLeft #p, a.footerLeft:link #p, a.footerLeft:visited #p, a.footerLeft #m, a.footerLeft:link #m, a.footerLeft:visited #m {
	margin:0px 10px;
	float:left;
	width:30px;
	height:30px;
	cursor:pointer;
	overflow:hidden;
}
a.footerLeft:active #p img, a.footerLeft:hover #p img, a.footerLeft:active #m img, a.footerLeft:hover #m img {
	margin-top: -30px;
}

a.footerLeft #m, a.footerLeft:link #m, a.footerLeft:visited #m {
	display:none;
}
