/*
----------------------------------

Funkycorp

copyright 2008

----------------------------------
*/

/*
----------------------------------

BODY

----------------------------------
*/

body {
	background-color: #ffffff;
}

/*
----------------------------------

CONTENT (WRAP)

----------------------------------
*/

#content {
    background: transparent url(../images/showcase-content-bg.gif) 0 0 repeat-y;
}

#left-wrapper {
    /*width: 475px;*/
	width: 550px;
    float: left;
}

#left {
    /*width: 455px;*/
	width: 530px;
}

#left h2 {
    padding: 15px 0 3px 0;
    font-size: 2.8em;
    font-family: georgia, "times new roman", serif;
    border-bottom: 1px solid #d7d7d7;
}

#screenshot {
    display: block;
    /*cursor: pointer;*/
}

#sreenshots-btn {
    float: right;
    width: 154px;
    height: 24px;
    margin-top: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/project-screenshots.jpg);
}

#sreenshots-btn:hover {
    background-position: 0 -24px;
    text-decoration: none;
}


#data {
    clear: both;
    margin-top: 15px;
    font-size: 1.2em;
}

#data th {
    padding: 3px 5px 3px 0;
    color: #464646;
    font-weight: bold;
    text-align: left;
}

#data td {
    padding: 3px 0 3px 10px;
    color: #464646;
}

#data td a, #data td a:visited {
    color: #464646;
    text-decoration: none;
}

#data td a:hover, #data td a:active {
    text-decoration: underline;
}

#data td p {
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;
    font-size: 11px;
    line-height: 150%;
}

#right-wrapper {
    float: left;
}

#right {
    /*width: 475px;*/
	width: 400px;
	position: relative;
}

#callout {
	position: absolute;
	background-color: #e1e1e1;
	font-size: 11px;
	line-height: 18px;
}

#right h1 {
    margin-left: 15px;
    padding-bottom: 15px;
    font-size: 2em;
    font-family: georgia, "times new roman", serif;
}

#showcase-title {
    float: left;
}

#login, #logout {
    float: right;
}

#login a {
    display: block;
    width: 51px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/login.jpg);
}

#logout a {
    display: block;
    width: 51px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/logout.jpg);
}

#login a:hover, #logout a:hover {
    background-position: 0 -20px;
    text-decoration: none;
}



#pdf {
    margin-bottom: 15px;
}

#pdf a, #pdf a:visited, #pdf a:hover, #pdf a:active	{				
	display: block;
    margin-left: 15px;
    color: #464646;
    font-size: 1.4em;
	padding: 5px 0 5px 70px;
	line-height: 40px;
	background: #f7f7f7 url(../images/pdf-icon.gif) 2% 50% no-repeat;
}

#types {
    
}

#types li {
    float: left;
    display: inline;
    margin-top: 5px;
    padding-left: 15px;
    width: 115px;
}

#types input {
    font-family: sans-serif;
    width: 16px;
    height: 16px;
}

#types label {
    padding-left: 5px;
    line-height: 20px;
    font-size: 12px;
    /*font-family: georgia, "times new roman", serif;*/
	font-family: sans-serif;
    text-transform: uppercase;
}

#list {
    margin-top: 15px;
}

#list div {
    float: left;
    margin-top: 5px;
    padding-left: 10px;
}

#list div a {
    display: block;
    padding: 5px;
    background-color: #ffffff;
    color: #252525;
    cursor: hand;
    
}

#list div a, #list div a:visited {
    text-decoration: none;
}

#list div a:hover, #list div a:active {
    background-color: #e1e1e1;
}

#list div a p {
    font-size: 11px;
	line-height: 18px;
}

#list a span {
    display: block;
    width: 80px;
    height: 80px;
}

#progress {
    padding: 0 0 0 10px;
}
