/*
 Theme Name:     Spacious Child Theme
 Theme URI:      http://themegrill.com/themes/spacious
 Description:    Spacious Child Theme
 Author:         ThemeGrill
 Author URI:     http://themegrill.com
 Template:       spacious
 Version:        1.0.0


*/
@import url("../spacious/style.css");





.gallery-caption{
color: black;
font-weight: bold;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); 

border-radius: 0px 0px 10px 10px; 
-moz-border-radius: 0px 0px 10px 10px; 
-webkit-border-radius: 0px 0px 10px 10px; 
}

.entry-date{
display:none;
}


.date{
display:none;
}

.author{
display:none;
}


.next{
display:none;
}


.previous{
display:none;
}

.autopagerize_page_separator{
display:none;
}


.autopagerize_page_info{
display:none;
}

.autopagerize_link{
display:none;}

.wp-caption {
border: 1px solid #ddd;
text-align: center;

padding-top: 4px;
margin: 10px;


color: black;
font-weight: bold;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); 

border-radius: 0px 0px 15px 15px; 
-moz-border-radius: 0px 0px 15px 15px; 
-webkit-border-radius: 0px 0px 15px 15px; 

}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.entry-content p, ul{
font-family: Arial, Helvetica, sans-serif;
}

.menu-item a{
    font-family: Arial, Helvetica, sans-serif;
}


