/*
Theme Name: travelify child
Theme URI: http://josephus.orient.ox.ac.uk
Author: Cassiope Sydoriak
Author URI: http://cassiopesydoriak.com
Description: An online Dictionary and resource for the AHRC Reception of Josephus project at the University of Oxford.
Version: 0.1
License: GNU General Public License
License URI: license.txt
Template: travelify

*/

@import url("../travelify/style.css");


Dark Purple: 780851
Light Purple: a34b84
Light Green: 4ba36a
Dark Green: 08782f


*/ -------------- People photograph effect

#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}

#columns {
	width: 290px;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: 290px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 290px;
	padding: 5px 15px;
	float: left;
}

#pagewrap img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

#mainwrapper {  
  font: 10pt normal Arial, sans-serif;  
  height: auto;  
  margin: 0 auto 0 auto;  
  text-align: center;  
  width: 1000px;  
}  

#mainwrapper .box h5 {
	text-align: left;
}


#mainwrapper .box h3 {
	text-align: left;
}

    #mainwrapper .box {  
        border: none;  
        cursor: pointer;  
        height: 240px;  
        width: 180px;  
        float: left;  
        margin: 3px;  
        position: relative;  
        overflow: hidden;  
    }  
      
    #mainwrapper .box img {  
        position: absolute;  
        left: 0;  
        -webkit-transition: all 300ms ease-out;  
        -moz-transition: all 300ms ease-out;  
        -o-transition: all 300ms ease-out;  
        -ms-transition: all 300ms ease-out;  
        transition: all 300ms ease-out;  
	margin: 0 10px 0 0;
    }  
    #mainwrapper .box .caption {  
        background-color: rgba(255,250,250,0.8);  
        position: absolute;  
        color: #fff;  
        z-index: 100;  
        -webkit-transition: all 300ms ease-out;  
        -moz-transition: all 300ms ease-out;  
        -o-transition: all 300ms ease-out;  
        -ms-transition: all 300ms ease-out;  
        transition: all 300ms ease-out;  
        left: 0;  
    }  
    #mainwrapper .box .full-caption {  
        width: 160px;  
        height: 240px;  
        top: -280px;  
        text-align: center;  
        padding: 10px;
	margin: 20px 0 0 0;  
    }  
    #mainwrapper .box:hover .full-caption {  
        -moz-transform: translateY(100%);  
        -o-transform: translateY(100%);  
        -webkit-transform: translateY(100%);  
        transform: translateY(100%);  
    }    

*/ -------------- Fonts

#site-title {
	font: 36px 'Raleway', sans-serif;
	line-height: 42px;
}

.entry-title {
	font: 24px 'Raleway', sans-serif;
	line-height: 1.4em;
}

body,input,textarea,article {
	color: #1d1d1d;
	font: 14px Raleway, sans-serif;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	color: #555;
}
h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
}
h3 {
	font-size: 26px;
	line-height: 32px;
}
h4 {
	font-size: 20px;
	line-height: 22px;
	text-align: left;
}
h5 {
	font-size: 14px;
	line-height: 16px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}
p {
	text-align: justify;
}

*/ -------------- Footer modifications

