/*
Theme Name: Basic White
Theme URI: http://ianlynam.com/
Description: Black & white
Version: 3.0
Author: Ian Lynam
Author URI: http://ianlynam.com/

*/


/*** basic typography ***/



@font-face { 
	font-family: "Dolly";
	src: url("fonts/Dolly.eot");
	src: url("fonts/Dolly.eot?#iefix") format("embedded-opentype"),
			 url("fonts/Dolly.woff") format("woff"),
			 url("fonts/Dolly.ttf") format("truetype"),
			 url("fonts/Dolly.otf"),
			 url("fonts/Dolly.svg#filler") format("svg");
	font-weight: normal;
	font-style:  normal;
	}

@font-face { 
	font-family: "Dolly";
	src: url("fonts/Dolly-Bold.eot");
	src: url("fonts/Dolly-Bold.eot?#iefix") format("embedded-opentype"),
			 url("fonts/Dolly-Bold.woff") format("woff"),
			 url("fonts/Dolly-Bold.ttf") format("truetype"),
			 url("fonts/Dolly-Bold.otf"),
			 url("fonts/Dolly-Bold.svg#filler") format("svg");
	font-weight: bold;
	font-style:  normal;
	}

@font-face { 
	font-family: "Dolly";
	src: url("fonts/Dolly-Italic.eot");
	src: url("fonts/Dolly-Italic.eot?#iefix") format("embedded-opentype"),
			 url("fonts/Dolly-Italic.woff") format("woff"),
			 url("fonts/Dolly-Italic.ttf") format("truetype"),
			 url("fonts/Dolly-Italic.otf"),
			 url("fonts/Dolly-Italic.svg#filler") format("svg");
	font-weight: normal;
	font-style:  italic;
	}

@font-face { 
	font-family: "DollySC";
	src: url("fonts/DollySC.eot");
	src: url("fonts/DollySC.eot?#iefix") format("embedded-opentype"),
			 url("fonts/DollySC.woff") format("woff"),
			 url("fonts/DollySC.ttf") format("truetype"),
			 url("fonts/DollySC.otf"),
			 url("fonts/DollySC.svg#filler") format("svg");
	font-weight: normal;
	font-style:  normal;
	}


body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Dolly, "Hoefler Text", Constantia, Georgia, "Hiragino Mincho ProN", Meiryo, serif;
    background-color: white;
    color: black;
    font-style: normal;
    text-align: left;
    border-top: 5px solid black;
    padding: 0;
    margin: 0;
    }

body.ja {  }

a:link    { color: black; background-color: white; text-decoration: none; }
a:active  { color: white; background-color: gray;   text-decoration: none; }
a:visited { color: black; background-color: white; text-decoration: none; }
a:hover   { color: black; background-color: gray;   text-decoration: none; }
.current-cat a { color: black; text-decoration: none; }

#page {
    border: none;
    padding: 0;
    text-align: left;
    width: 1000px;
    position: relative;
    margin: 12px auto 7px;
    }



/* header */

#floatingheader, #header, #sidebar { 
    font-size: 14px;
}

#header {
    position: relative;
    margin-bottom: 50px;
    }



#header p {
    margin: 0px;
    }
    
.logo {
    width: 350px;
    height: 50px;
    }
    

#floatingheader .logo,
#header .logo {
    font-family: DollySC, "Hoefler Text", Constantia, Georgia, "Hiragino Mincho ProN", Meiryo, serif;
    text-transform: lowercase;
    }

#header .name a,
#floatingheader .name a
 { 
    font-size: 17px;
    letter-spacing: 2px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    height: 38px;
    padding: 5px 0 0 55px;
    display: block;
    width: 325px;
    }
    
#header p.description,
#floatingheader p.description { /* japanese text */
    letter-spacing: 2px;
	line-height: 24px;
	position: relative;
	margin: 0;
	top: -20px;
	left: 54px;
	}

#floatingheader p.description { /* japanese text */
	top: -34px;
	}

#header .description a,
#floatingheader .description a { /* japanese text */
	font-size: 15px;
	}
	

    
#header .name a:hover,
#header .description a:hover,
#floatingheader .name a:hover,
#floatingheader .description a:hover 
	{ 
	background-color: white; 
	}


.ja #floatingheader .name a,
.ja #header .name a {
    font-size: 14px; 
    }

.ja #floatingheader .description a,
.ja #header .description a {
    font-size: 17px; 
    letter-spacing: 3px;
    }







#twitter {
    width: 300px;
    position: absolute;
    right: 0;
    text-align: right;
    padding-bottom: 13px;
    }
    
/*
#expander {
    background-image: url("images/expand.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 13px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    }
  */

    



#contactinfo {
    width: 350px;
    position: absolute;
    left: 400px;
    top: 0px;
    }
    
    
#floatingheader {
    position: fixed;
    z-index: 800;
    top: 0px;
    background-color: white;
    display: none;
    border-bottom: 1px solid black;
    border-top: 3px solid white;
    width: 1000px;
    -moz-box-shadow: 7px 5px 8px #888;
    -webkit-box-shadow: 7px 5px 8px #888;
    box-shadow: 7px 5px 8px #888;
    height: 80px;
}

#floatingheader ul {
    position: absolute;
    top: 10px;
    left: 360px;
    font-size: 12pt;
}

#floatingheader li {
    list-style-type: none;
    display: inline;
    margin-right: 1em;
}
    
    
    
#floatingheader .closeheader {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: -10px;
    }
    
#floatingheader .closeheader a {
    display: block;
    background-image: url(images/closeBox.gif);
    width: 17px;
    height: 0px;
    padding-top: 17px;
    overflow: hidden;
    }
    
    
    
    
    
/* sidebar */
    
    
#sidebar {
    width: 400px;
    float: left;
    }

#sidebar h2 {
    margin-bottom: 2px;
    margin-top: 0;
    color: gray;
    font-weight: normal;
    font-size: 100%;
    }
    
#sidebar ul {
    margin: 0px;
    margin-bottom: 1em;
    padding: 0px;
    }
    
#sidebar li {
    list-style-type: none;
    line-height: 120%;
    margin-bottom: 4px;
    }
    
.columnone {
    float: left;
    width: 170px;
    margin-right: 20px;
    }
    
.columntwo {
    float: left;
    width: 170px;
    margin-right: 20px;
    
    }

#sidebar p { 
	margin-top: 0; 
	line-height: 130%; 
	}


.copyright {
    width: inherit;
    color: gray;
    }
   
/*
#copydate {
    position: absolute;
    bottom: 0px;
  }
*/
/*** main content ***/

#content {
    font-size: 12pt;
    font-style: normal;
    letter-spacing: .5px;
    line-height: 130%;
    width: 600px;
    margin-left: 400px;
    }

#content.gallery div.post {
    width: 200px;
    height: 160px;
    float: left;
/*    border: 1px solid red; */
    margin: 0 0px 5px 0;
    }
    
#content.gallery div.post h3 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    margin-top: 3px;
    }

/* make the news titles not look like links */
#content.news h3 a:hover { background-color: white; }

.entry a { color: #9e1f63; }

/*** single ***/

#content.single {
    width: 600px;
    }
    
#content.single h2 {
    font-family: "Dolly", "Hoefler Text", "Sun Serif", Georgia, Times, "Times New Roman", serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 10px;
    }
    
#content.single .entry p {
    margin-top: 0;
    }


#content.news h3,

#content.page h3 {
    font-family: "Dolly", "Hoefler Text", "Sun Serif", Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12pt;
    }

#content.page ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    }
#content.page li {
    list-style-type: none;
    }

/*** sideshift gallery ***/

#slidegallery {
    overflow: auto;
    position: relative;
    width: 600px;
    }

#slidegallery #slider {
    position: absolute;
    }

#slidegallery #slider div {
    float: left;
    text-align: center;
    }

#gallerycontrol {
    text-align: center;
    margin-top: 5px;
    padding-top: 10px;
    position: relative;
    height: 27px;
    display: none;
    width: auto;
    overflow: hidden;
    }
    
#gallerycontrol a {
    font-family: "Dolly", "Hoefler Text", "Sun Serif", Georgia, Times, "Times New Roman", serif;
    color: #D7DF23;
    font-weight: normal;
    padding: 3px;
    width: 95px;
    display: block;
    position: absolute;
    }

#gallery_prev { right: 105px; background-color: black; }
#gallery_next { right: 0px;   background-color: black; }

#indicator {
    background-color: #ccc;
    height: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    }

.gallery {
  overflow: hidden;
  font-size: 9px;
}

table td {
  margin: 0;
  padding: 0;
}

/** shortcodes **/

.columnleft { 
    width: 45%;
    float: left;
    }

.columnright {
    width: 45%;
    float: right;
    }

#content.single .entry h3.show {
    margin-bottom: 5px; 
    }

#content.single .entry h3.show a {
/* we want the bar clickable, not just the text */
    background-color: black;
    color: white;
    display: block;
    font-weight: normal;
    padding: 5px;
    width: 100%;
}

#footer { clear: both; }

/** menus **/

.entry a,
.current-menu-item a,
.current-post a,
.current-menu-parent a { color: #9E1F63; }


/* general purpose & cms-expected */


.hidden { display: none; }

.alignright {
        float: right;
        }
        
.alignleft {
        float: left
        }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img { border: none; }

i, em { font-family: "Hoefler Text", "Sun Serif", Georgia, Times, "Times New Roman", serif; }


/* page-specific mod */

#content #post-1424 h3 ,
#content #post-8362 h3 {
	font-family: DollySC;
	text-transform: lowercase;
}





@media only screen and (max-device-width: 1024px) { 

    body {  }
    
    #page { 
        width: 960px; 
        padding: 15px;
    }

    #sidebar { width: 340px;  }

    .columnone{ 
        width: 150px; 
        margin-right: 10px; 
    }

    .columntwo { 
        width: 170px; 
        margin-right: 0px; 
        }

    #content { 
        margin-left: 360px; 
        }

    #contactinfo { left: 360px; }
}


@media only screen and (max-device-width: 480px) { 

/*
body { background-color: #ffffaa; }
*/

}


