/*
Theme Name: Merry
Theme URI: http://artmsilva.com
Version: 0.1
Author: Art Silva
Author URI: http://artmsilva.com
*/

/* Colors
	FAA51B,BF511F,2C445E,2F6D82,5EE4EB
*/


@import url(http://fonts.googleapis.com/css?family=Crimson+Text);


p {
  font-size: 1em;
  padding: 3% 0 0 0;
}

p {
  text-indent: 1em;
  margin-bottom: 24px;
}

p+p {
  text-indent: 1em;
  margin-top: -24px;
}


img{border:none;}

div{display: block;}

body {
	margin: 0 auto;
	font-size: 1.025em;
	padding: 0;
	width: 960px;
	background: url(images/bg.jpg) top center fixed #070200;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	color: #000;
	font-family: 'Crimson Text', arial, serif;
	padding-bottom: 40px;
  text-rendering: optimizeLegibility; 
}

#column-wrap{
	margin: 0;
	padding: 0;
}

/*#ajax-loader{
  display: none;
  position: absolute;
}*/

a {
	text-decoration: none;
	color: #2F6D82;
-o-transition-property: color;
-webkit-transition-property: color;
-moz-transition-property: color;
transition-property: color;
-o-transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
}

a:hover {
	color: #5EE4EB;
}

p{
	line-height: 1.5em;
	font-family: arial, serif;
	font-size: .9em;
}

#fixheader{
	padding-bottom: 150px;
}

header{
	width: 960px;
	display: block;
	padding: 15px 0;
	margin: 0;
	position: fixed;
	z-index: 3;
/*  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; */
	background: url(images/bg.jpg) top center fixed #070200;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	/* background-color: rgba(255, 255, 255, 0.3);*/
}

header h1{
	float: left;
	font-size: 2.8em;
	color: #BF511F;
	margin: 0;
}

h1 a{
	color: #CB431B;
}

h1 a:hover {
	color: #CB431B;
}

header nav{
	float: right;
	margin: 0 0 0 0;
}

header nav ul {
	list-style: none;
}

header nav ul li {
	float: left;
	margin: 0 0 0 15px;
}

header nav ul li a {
	text-decoration: none;
	padding: 10px;
	background: ;
/*  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;*/
}

header nav ul li a:hover{
	color: #5EE4EB;
	background: #;
}

header #current {
	color: #2F6D82;
}

header span{
	float: left;
	clear: both;
	margin: 10px 0 5px 2px;
	padding: 0;
	font-size: .9em;
}

#main-content{
	float: left;
	clear: both;
	width: 650px;
	margin: 0px 0px 25px 0;
	padding: 10px;
/*  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; */
	background: rgba(255,255,255,0.3);
	color: #2D2D2E;
}

article{
	margin: 0:
	padding: 0;
}

article posttitle{
	margin: 0px;
	padding: 0px;
	display: block;
}

article h1{
  margin: -5px 0;
}

article h2{
	margin: 0;
	padding: 0;
	color: #2F6D82;
}

article h2 a {
	border: none;
}

article h2 a:hover {
	border: none;
}

article h3{
	float: right;
	clear: both;
	color: #FAA51B;
	font-size: 1em;
	margin-top: -50px;
	padding: 5px;
}

article post{
	margin: 0;
	padding: 0 10px 10px 0;
}

article .postinfo{
	margin-bottom: 25px;
	float: left;
	padding: 5px;
	color: #2F6D82;
}

article .postinfo a{
	border-bottom: 1px solid #2F6D82;
}

article .postinfo a:hover{
	border-bottom: 1px solid #5EE4EB;
}

.alignleft {float: left; clear: both;margin: 10px 10px 10px 0; padding: 10px 10px 10px 0;}
.alignright {float: right; clear: both;margin: 10px 0 10px 10px; padding: 10px 0 10px 10px;}

article p img{
	border: none;
	display: block;
	padding: 10px;
	margin: 15px;
/*  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;*/
}

article footer{color: #000;}

article form p{
	float: left;
	clear: both;
}

article #respond, #comments{font-size: 1.3em;}

#comments{
	font-size: 1.1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.comment{
	float: left;
	width: 640px;
	margin: 15px 0 15px 5px;
	position: relative;
	display: block;
}

.comment p{
	display: block;
	float: left;
	margin: 10px 5px 5px 75px;
}

.reply{
	text-align: right;
	clear: both;
	font-size: .9em;
}

.vcard{

}

img.avatar{
	left: 0;
	top: 0;
	position: absolute;
}

.comment-author ava{
	top: -0px;
	left: 75px;
	position: absolute;
}

.comment-meta{
	text-align: right;
	font-size: .7em;
}

#commentform{
	float: left; 
	clear: both;
	margin: 10px;
	padding: 10px;
}

#commentform label{
	margin: 15px 5px 0 0;
	padding: 5px 3px 3px 3px;	
}

#commentform #comment{
	float: left;
	clear: both;
	width: 450px; 
	margin: 0 0 5px 0;
	padding: 10px;
	-moz-border-radius:10px;
}
#commentform text-area{margin-left: 3px;}
textarea{width: 400px;}
input,  textarea{
	font-family: arial, serif;
	font-size: .8em;
	float: left;
	clear: both;
	display: inline-block;
	outline: none;
	margin: 5px 0 5px 0;
	text-decoration: none;
	padding: .3em 1em .33em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #da7c0c;
}

#commentform textarea{
	margin-top: 5px;
}

#commentform input:focus{
	background: #F4F6F6;
}

#commentform input:hover{
	border: solid 1px #f47a20;
}
#form-submit{font-size: 1em;}
#commentform #send, .button{
	margin-top: 5px;
	font-size: .8em;
	float: left;
	clear: both;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .3em 1em .33em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

#send:hover, .button:hover{
	text-decoration: none;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
#send:active, .button:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.wpcf7-form p{float: left;line-height: normal;margin: 5px 5px 0 5px; padding: 5px;}
.wpcf7-form{float: left;margin: 10px; padding: 10px;}

.wpcf7-response-output{float: left;clear:both;margin:0;}

hr {
	border-style: inset;
	border-width: 0px;
	margin: 0.5em auto;
}

.hr {
	border-top: 1px solid #0f0f0f;
	clear: both;
	height: 0px;
	margin: 50px 0 25px 0;
}

aside{
  color: #2D2D2E;
	position: fixed;
	display: block;
	margin: 0px 0 15px 680px;
	padding: 0 15px 0 15px;
	width: 250px;
/*  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; */
	background: rgba(255,255,255,0.3);
}

aside img{
	width: 80px;
	margin: 0;
	border: none;
}

aside a img:hover{
	width: 100px;
}

#qik{
	height: 23px;
	width: 35px;
}

aside h3{
	margin: 5px 0;
	padding: 0;
}

aside p{
	margin: 0;
}
aside ul {
	list-style: circle;
	margin: 0;
}

aside ul li {
	line-height: 1.5em;
}

aside ul li a {
	text-decoration: none;	
	border-bottom: 1px solid #2F6D82;
}

aside ul li a:hover{
	border-bottom: 1px solid #5EE4EB;
}

.audioplayer_container{
	line-height: .8em;
	margin: 0;
	padding: 0;
}

.pagination{
	margin: 0;
	font-size: 1.5em;
}

.pagination .newer { float: right; }
.pagination .older { float: left; }

footer{
	margin: 0;
	clear: both;
	float: left;
	width: 650px;
	padding-bottom: 25px;
	color: #fff;
}

footer span{
	float: left;
}
#copyright {
	float: right;
}


/*#fotobook-main a {
  font-weight: bold;
}

#fotobook-main {
  width: 100%;
  border-spacing: 0;
}

#fotobook-main img {
  border: 0;
}

#fotobook-main small {
}

#fotobook-main td, #fotobook-main th {
  border-bottom: solid 1px #D8DFEA;  
  margin: 0px; padding: 10px;
  vertical-align: middle;
}

#fotobook-main th {
  text-align: center;
  width: 130px;
}

#fotobook-album {
  margin: 0px;
  padding: 5px;
  width: 100%;
  border-bottom: solid 1px #D8DFEA;
}

#fotobook-album td {
  width: 150px;
  padding: 3px 2px;
  text-align: center;
  vertical-align: middle; }

#fotobook-album img {
  padding: 6px;}

#fotobook-album img:hover { }
  
#fotobook-info {
  margin-top: 10px;
  text-align: left;
}

#fotobook-info th, #fotobook-info td {
  padding: 3px;
}

#fotobook-info th {
  font-weight: bold;
  vertical-align: top;
}

.fotobook-subheader {
  text-align: right;
  margin: 0px;
  padding: 3px 10px 4px;
  border-bottom: solid 1px #D8DFEA;
}

.fotobook-subheader .main {
  float: left;
  text-align: left;
}

.fotobook-subheader .pagination {
  padding-left: 4px;
  text-align: right; 
}

.fotobook-subheader .pagination b {
  padding: 2px;
  font-style: normal;
  font-weight: bold;
  color: #3B5998;
  border-bottom: solid 2px;
}

.fotobook-subheader .pagination a {
  font-weight: normal;
  margin: 0px;
  padding: 3px 3px; 
}

.fotobook-subheader .pagination a:hover {
  color: white;
  margin: 0px;
  padding: 3px 3px;
  background: #3B5998; 
  text-decoration: none;
}

.fotobook-subheader-bottom {
  border-bottom: 0;
}

.fotobook-subheader-bottom .pagination b {
  border-bottom: 0;
  border-top: solid 2px;
}*/
