@charset "utf-8";
/*
Theme Name: Medical O2
Theme URI: http://wordpress.org/
Description: Medical O2 Theme
Author: Abfactory
Version: 1.0
Tags: 
*/

body {
    margin: 0;
    padding: 0;
    background: #fff url("./images/bk_contents.png") repeat-x top left;
    color: #333;
}

a:link {
    color: #6633FF;
}

#container {
    width: 960px;
    margin: 0 auto;
    font-size: 93%;
    line-height:150%;
}

#header {
    position: relative;
    background: url("./images/header.png") no-repeat 0 0;
}

    #header #site-title {
        margin: 0 10px !important;
        padding: 0;
        width: 225px;
        height: 56px;
    }

#branding {
    height: 61px;
}

#header-nav {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 50%;
}


#header-nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

    #header-nav ul li {
        margin: 0;
        padding: 0 0 0 10px;
        list-style: none;
        display: inline;
    }

    #header-nav ul li a {
        color: #fff;
        text-decoration: none;
        padding-left: 15px;
        background: url("./images/ic_detail.png") no-repeat 0 50%;
        font-size: 85%;
    }

#header-contact {
    position: absolute;
    top: 28px;
    right: 10px;
    width: 372px;
    height: 28px;
}

    #header-contact img {
        vertical-align: middle;
    }

    #header-contact #header-tel {
        margin-right: 5px;
    }

.skip-link {
    display: none;
}

#nav {
    height: 39px;
    overflow: hidden;
    zoom: 1;
}
    #nav ul {
        margin: 0;
        padding: 0;
    }

        #nav ul li {
            float: left;
            margin: 0;
            padding: 0;
            list-style: none;
        }

#header-image {
    background: url("./images/header_shadow.png") no-repeat 0 0;
    min-height: 5px;
    _height:5px;
    font-size:1px;
}



#points {
    margin: 0 auto;
    padding: 0 !important;
    width: 930px;
    overflow: hidden;
    zoom: 1;
}
    #points li {
        list-style: none;
        display: block;
        width: 186px;
        margin: 0 !important;
        padding: 0;
        float: left;
    }

#main {
    overflow: hidden;
    zoom: 1;
    background: #fff;
    margin-bottom:30px;
}

#content {
    width: 620px;
    float: left;
    padding-left: 30px;
}

#sidebar {
    width: 250px;
    float: right;
    padding-right: 20px;
    padding-top: 15px;
    margin-top:16px;
    margin-right:10px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

    #sidebar li {
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
    }

#footer {
}

    #footer #footer-info {
        background: #efefef;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px;
    }

        #footer #footer-info p {
            margin: 0 auto;
            width: 700px;
            font-size: 85%;
        }

            #footer #footer-info p img {
                margin-right: 50px;
            }
    #footer #copyright {
        background: #0A339C;
        color: #fff;
        text-align: center;
        font-size: 77%;
        margin:0px;
        padding: 20px;
        border-top: 1px solid #fff;
    }

#events, #owners {
    margin: 0 0 20px;
}

#events li, #owners li {
    border-bottom: 1px dotted #999;
    line-height: 2.5;
    list-style: none;
    background: url("./images/ic_detail.png") no-repeat 10px 50%;
    padding-left: 30px;
}

#events .published, #owners .published {
    margin-right: 1em;
}

#cases {
    margin: 0 0 20px;
}

    #cases li {
        list-style: none;
        line-height: 1.6;
        overflow: hidden;
        zoom: 1;
        margin: 0 0 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #999;
    }

        #cases li img {
            float: left;
            margin-right: 1em;
        }

        #cases li .detail-link {
            margin-top: 1em;
        }

            #cases li .detail-link a, .more-link {
                background: url("./images/ic_detail.png") no-repeat 0 50%;
                padding-left: 15px;
            }

            #cases .meta {
                margin-top: 0em;
            }

#content h2 {
    background: url("./images/h2_bg.png") no-repeat 0 0;
    padding: 0 0 0 40px;
    margin: 2em 0 1em;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 140%;
}

#content h2 a {
    color: #fff !important;
}

#content h3 {
    background: url("./images/h3_bg.png") no-repeat 0 0;
    padding-left:10px;
    margin: 1em 0 1em;
    height: 30px;
    line-height: 30px;
    font-size: 130%;
}

#content h4 {
    border-bottom:1px dashed #999;
    padding: 0 0 0 0;
    margin: 1em 0 1em;
    height: 25px;
    line-height: 25px;
    font-size: 120%;
}

#content h5 {
    padding: 0 0 0 0;
    margin: 1em 0 0;
    height: 25px;
    line-height: 20px;
    font-size: 120%;
    color:#0a339c;
}

.entry-meta {
    text-align: right;
    margin-bottom: 1em;
}

#content h1 {
    margin: 31px 0 1em;
}

.post, .page {
    margin-bottom: 40px;
}

body.post, body.page {
    margin-bottom: 0 !important;
}

.red {
	color:#ff0000;
	}
	
.fpink {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background:#fdd7f5;
	padding:10px;
}

.fgreen {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background:#e7f2d2;
	border:1px solid #c7da9a;
	padding:10px;
	margin:10px 0;
}

table {
	width:98%;
	margin:5px auto 25px;
	}

table,table td,table th {
	border-collapse:collapse;
	border:1px solid #999;
	}
	
td,th {
	padding:5px;
	}
	
th {
	background:#f7f7f7;
	width:20%;
	}
	
	
div#fixed_footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	_margin-top: -25px;
	left: 0;
	border-bottom: 0px solid #413E2B;
	
}

div#fixed_footer a {
	background: #00026b;
	color: #fff !important;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	display: block;
	padding: 5px;
	margin-left: auto;
	margin-right: 0px;
	width: 6em;
	font-size: 90%;
	text-align: center;
}

.menu {
	border:7px solid #E2EBF7;
	margin-bottom:15px !important;
	margin-top:0;
	}
	
.menu li {
	background: url("./images/ic_menu.png") no-repeat 8px center !important;
	border-bottom:1px solid #E2EBF7 !important;
	padding:8px 8px 8px 20px !important;
	margin:0 !important;
	}
	
#sidebar img {
	vertical-align:bottom;
	}
	
.xoxo {
	margin-top:0px !important;
	}

ul#cases li p {
  padding-left: 220px;
}


	
	
#firstBox {
	float:left;
	padding:5px 0 5px 10px;
	margin-left:22px;
	width:79px;
	
}

#firstBox a,#secondBox a {
	background: url("./images/ic_detail.png") no-repeat left 3px;
	padding:0px 0 0px 15px;
}

#firstBox li {
	padding:0 0 0 32px;
	list-style:none;
}

#secondBox {
	float:left;
	width: 400px;
	margin: 0;
}

#secondBox li{
	list-style:none;
	background: url("./images/long.png") no-repeat left top;
	padding:5px 0 5px 100px;
}

#secondBox ul {
	margin: 0;
	}

.first {
	background: url("./images/first.png") no-repeat left top !important;
	}
	
.last {
	background: url("./images/last.png") no-repeat left top !important;
	}

.entry-content {
	overflow: hidden;
	zoom: 1;
	margin-top:0 !important;
	padding:0 !important;
	}

	
.entry-content img {
	
	}
	
.floatl {
	float:left;
	margin-right:10px;
	}
	
.clear {
	clear:both;
	}
	
.large {
	font-size:1.2em;
	}

.link-name {
  font-size: 123%;
  font-weight: bold;
}

.link {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}

.link:last-child {
  border-bottom: none;
}

#honto table,#honto td{
	border:0 !important;
	padding:0 !important;
	width:340px !important;
	}

li.depth-1 {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.comment-meta {
  font-size: 90%;
}

.reply {
  margin-top: 1em;
}

.comment-reply-link {
  background: #efefef;
  color: #333 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #9a9a9a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

.form-allowed-tags {
  display: none;
}

.comment-form-comment label {
  display: none;
}

textarea#comment {
  width: 600px;
}

.index-link {
  margin: 0 0 -20px;
  text-align: right;
}

#nav-below {
  overflow: hidden;
  zoom: 1;
}

#nav-below .nav-next {
  float: left;
  width: 40%;
}

#nav-below .nav-previous {
  float: right;
  text-align: right;
  width: 40%;
}

