/*   
Theme Name: Jason
Theme URI: www.kumargrant.co.uk 
Description: A minimalist photo and video portfolio and gallery 
Author: Kumar Grant
Author URI: www.kumargrant.co.uk 
Template: 
Version: 1.0
. 
General comments/License Statement if any. 
. 
*/

/* @group General */

body {
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    font-family: Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
}

p, li, h2, h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    color: #888888;
    font-style: normal;
}

p {
   margin-bottom: 10px; 
}

a {
    color:#888888;
    /*outline-style:none;
    outline-width:medium;*/
    text-decoration:none;
}

a:hover {
    color: #5a5a5a;
}

/*

h1 {
    text-indent:-9999px;
    margin-bottom: 20px;
}

h1 a {
    background-image:url(img/jason-logo.gif);
    background-repeat:no-repeat;
    display:block;
    height:35px;
    width:220px;
}
h1 a:hover {
    background-position: -220px 0;
}

*/
    
h1 {
    font-size: 21px;
    margin-bottom: 20px;
}



h2, h3 {
	font-weight: bold;
}

li.current {
	font-weight: bold;
}

#back {
	position: absolute;
	top: 50%;
	left:  0;
	margin-left: 10px;
}

/* @group container */

#container {
    background: url(img/12_col.gifx) repeat-y;
    background-color: #fff;
    position:  relative;
    margin-top: 30px;
    height: 500px;
}

/* @end */

/* @group Col1 */

#col1 p {
	margin-top:  10px;
}

/* @end */

/* @group Footer */

#footer {
	position:absolute;
	bottom: 0;
	left: 0;
}

#footer li {
	color: #b5b5b5;
	text-align: left;
}
#footer a {
	color: #b5b5b5;
}
#footer a:hover {
	color: #888;
}

/* @end */



#secondary2 span {
    font-style:  italic;
    font-weight: normal;
}

/* @end */

/* @group Homepage */


/* 
#homepage {
    margin-top: 150px;
}

#homepage h1 a {
    background-image:url(img/jason-long-logo.gif);
    height: 40px;
    width: 835px;
}

#homepage h1 a:hover {
    background-position: -835px;
}

*/

 #homepage {
    position: absolute;
    top: 45%;
    left: 20%;
}

#homepage h {
    font-size:;
}


/* @end */

/* @group Press */

#press ul li {
	margin-bottom: 20px
}

#press ul li ul li {
	text-align: right;
	font-style: italic;	
}

/* @end */

