/*
Theme Name: Symphonic Pixels
Theme URI: http://symphonicpixels.com
Description: .
Author: Courtney Kim & her awesome developer
Author URI: http://courtneykim.com/
Template:
Version: 1.0
Symphonic Pixels
*/

body {
    padding:0;
    margin:0;
}

body.home {
    background:url('images/bg_1.png') fixed no-repeat 1050px 170px;
}

body.page-id-3 {
    background:url('images/bg_2about.png') fixed no-repeat 585px 0px;
    }

body.page-id-5 {
    background:url('images/bg_2contact.png') fixed no-repeat 0px 375px;
    }

a { color:#666; text-decoration:none; }
a:hover { text-decoration:underline; }

a img { border:0; }

#sidebar { 
    float:left;
    width:200px;
    height:500px;
    position:fixed;
    top:0;
    left:0;
    margin-right:37px;
    }

#logo {
    background:url('images/logo_sp.png') no-repeat center center;
    height:180px;
    width:200px;
    margin:0;
    padding:0;
    }

#logo a {
    display:block;
    height:180px;
    width:150px;
}

#navigation {
    margin-left:40px;
    width:90px;
}

#navigation ul {
    border-top: solid 1px #000;
    width:120px;
    padding:0;
    margin:0;
    margin-bottom:10px;
    padding-top: 10px;
}

#navigation ul li {
    list-style:none;
    font-family:Times;
    text-align:right;
    height:17px;
}

#navigation ul li a {
    font-size:12px;
    color:black;
    text-decoration:none;
}

#navigation ul li a:hover {
    color:#666;
}
.navigation a {
	color:#000;
	padding-top: 30px;
	padding-bottom:30px;
	font-size:12px;
	
}

#content {
    width:700px;
    margin-top:160px;
    margin-left:200px;
    }

#content h2 {
    font-size:14px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    text-decoration:italic;
    border-bottom:solid 1px #000;
    margin-top:0;
    margin-bottom:10px;
    padding-bottom:4px;
}

#content h2,
#content h2 a {
    color:#000;
}
.p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#content .post {
    border-bottom:solid 1px #000;
    margin-bottom:20px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:12px;
}

#footer {
    position:fixed;
    right:0;
    bottom:0;
    width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding-bottom:20px;
}
# staticList {
	font-family:Times;
	height:17px;
	list-style:none outside none;
	text-align:right;
}
.likeFB {
	
	margin-top: 20px;
}
