/*
Theme Name: apras2nd
Theme URI: 
Version: 1.0
Author: act
Template: toolbox
*/
@import "../toolbox/style.css";

/* =Structure
-------------------------------------------------------------- */

body
{
    margin: 0;
    padding: 0;
}


#page {
    display: block;
    width:auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-style:normal;
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
    background-color: #aaaeb3    
}



#sidebar{
    display: block;
    position:relative;
    width:220px;
    height: auto;
    margin-left: 750px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px dashed #95979b;
}

#colophon {
    clear: both;
    display: block;
    width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
    margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#page #branding{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

#site-title {
    font-size: 2em;
    font-weight: bold;
    margin: .67em 0;
}
#site-description {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 1em;
}

header div#headerTop{
    width:100%;
    height: 60px;
    background-image: url('images/headerBack.png');
    background-repeat:repeat-x;    
}
img.img-headerLogo{
    text-align: center;
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 60px;
}



div#top{
    position: relative;
    background-color: #e9e9e9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;


    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #616367;
    z-index: 3;
    margin-top: 40px;
    width:1000px;
    height:120px;
    -webkit-box-shadow: 0px 0px 6px -1px #41464d;
    -moz-box-shadow: 0px 0px 6px -1px #41464d;
    box-shadow: 0px 0px 6px -1px #41464d;        
}

div#top div.topContents{
    width:249px;
    height: 120px;
    /*background-color: #666600;    */
    float: left;
}

div#top div#topA{
    /*border-right: 1px dashed #95979b;*/
}

div#top div#topA a {
    display: block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;		
	border-right: 1px dashed #95979b;
	width: 250px;
	height: 120px;
    text-indent: -9999px;
	background-image: url("http://www.apras.net/contents/image/KanjiDePuzzle250x120.jpg");		
}

div#top div#topA a:hover {
    background-position: top right;
}

div#top div#topB{
    border-right: 1px dashed #95979b;
}

div#top div#topC{
    border-right: 1px dashed #95979b;
}

div#top div#topD{
    width:250px;
}

a.img-banner{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;	
    width: 250px;
    height: 120px;
	display: block;
	text-indent: -1000px;
	background-image: url("http://www.apras.net/contents/image/KanjiDePuzzle250x1202.jpg");
}

/* =Menu
-------------------------------------------------------------- */
#access {
    float: none;
    clear: left;
    position: relative;
    z-index: 1;
    background-color: #41464d;
    border-left: 1px solid #616367;
    border-right: 1px solid #616367;
    margin: 0 auto 0 auto;
    top: -10px;
    width:1000px;
    height:50px;
    -webkit-box-shadow: 0px 0px 6px -1px #41464d;
    -moz-box-shadow: 0px 0px 6px -1px #41464d;
    box-shadow: 0px 0px 6px -1px #41464d;        
}

#access ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0 ;    
    width:1000px;
    height: 30px;

}
#access li {
    float: left;
    position: relative;
    width:100px;
    height: 30px;
    text-align: center;

}
#access a {
    display: inline;
    line-height: 30px;
    /*padding: 0 1em;*/
    text-decoration: none;
    color:#aaaeb3;
    text-align: center;
    padding: 1px 5px 1px 5px;
    vertical-align: central;
}

#access .current-menu-item a{
    color:#aaaeb3;
    background-color: #6b737f;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;    
    border: 1px solid #6b737f;   
}
/*
#access ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 99999;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}
*/
/*
#access ul ul a {
    background: #dedede;
    line-height: 1em;
    padding: .5em .5em .5em 1em;
    width: 10em;
    height: auto;
}
*/

#access li:hover > a,
#access ul ul :hover > a {
    color: #ffcc00;
    background-color: #525861;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;    
    border: 1px solid #525861;    
}

#access li.current-menu-item:hover > a,
#access ul ul :hover > a {
    color:#aaaeb3;
    background-color: #6b737f;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;    
    border: 1px solid #6b737f;       
}

/*
#access ul ul a:hover {
    background: #cecece;
}
#access ul li:hover > ul {
    display: block;
}
*/


/* =Content
-------------------------------------------------------------- */
#content {
    position: relative;
    background-color: #e9e9e9;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #616367;
    z-index: 4;
    top: -20px;
    width:1000px;
    height: auto;
    -webkit-box-shadow: 0px 0px 6px -1px #41464d;
    -moz-box-shadow: 0px 0px 6px -1px #41464d;
    box-shadow: 0px 0px 6px -1px #41464d;      

}

#content .floatLeft{
    display: block;
    float : left;
    width: 750px;
}

#content .clearBoth{
    clear: both;
}

.floatLeft .post{
    display: block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #95979b;
    width:710px;
    /*height:600px;    */
    background-color: #ffffff;
    margin-top: 20px;  
    margin-left: 20px; 
    margin-bottom: 20px;  
    margin-right: 0px;
    padding: 0 0 0 0;
}

.floatLeft .ad{
    width:728px;
    height:90px;
    margin: 20px auto 0 auto;
    /*
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    */
    border: 1px solid #95979b;    

}

.floatLeft .ad2{
    width:468px;
    height:60px;
    margin: 20px 0 0 40px;
    /*
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    */
    /*border: 1px solid #95979b;    */
}

.floatLeft .ad3{
    width:568px;
    height:60px;
    margin: 0 0 20px 0;
    /*
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    */
    /*border: 1px solid #95979b;    */
    float: left;
}

.floatLeft .ad4{
    width:728px;
    height:90px;
    margin: 20px 0 0 11px;
    /*
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    */
    /*border: 1px solid #95979b;    */
}

.post .entry-header{
    margin: 0 0 20px 0;
    padding: 0;

}

.post .entry-header .entry-header-margin{
    height: 10px;
}

.post .entry-header .entry-meta{
    margin-top: 0px;
    width:120px;
    height: 30px;
    background-color: #a8cc66;
    float : left;
    text-align: center;
    vertical-align: central;
    line-height: 30px;
    font-size: 16pt;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;    
    border-top-right-radius: 5px;   
    border-bottom-right-radius: 5px;
}

.entry-meta a{
    color: #ffffff;
    text-decoration: none;
    font-size: 12pt;
}

.entry-meta a:hover{
    font-weight: bold;

}

.post .entry-header .entry-title{
    display: block;
    margin-top: 0px;
    margin-left: 120px;
    width:570px;
    height: 30px;
    background-color: #e9e9e9;
    text-align: left;
    vertical-align: central;
    line-height: 30px;    
    padding-left: 10px;
    color:#183441;
    font-size: 16pt;
    font-weight: normal;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;    
    border-top-right-radius: 5px;   
    border-bottom-right-radius: 5px;    
}

.entry-title a{
    color: #183441;
    text-decoration: none;
    font-size: 12pt;
}

.entry-title a:hover{
    font-weight: bold;
}

.entry-content{
    margin: 0 20px 20px 20px;
    padding: 0;

}

.post .entry-content h1{
    font-size: 10pt;
    line-height: 1.75em;    
    vertical-align: central;
    clear: left;
    color: #404040;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 5px;
    letter-spacing: 0.15em;
    border-left: 5px #a8cc66 solid;
    border-bottom: 1px #e9e9e9 solid;
    display:block;
}

.post .entry-content p{
    font-size: 9pt;
    line-height: 1.75em;    
    vertical-align: central;
    clear: left;
    color: #404040;
    margin: 0px 0px 0px 10px;
    padding: 0;
    letter-spacing: 0.15em;
}



.post .entry-content p a{
    font-size: 9pt;
    line-height: 1.75em;    
    vertical-align: central;
    clear: left;
    color: #cc8b00;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.post .entry-content p a:hover{
    color: #faab00;
    text-decoration: underline;
}

.post .entry-content p a.more-link{
    display: block;
    font-size: 8pt;
    line-height: 1.5em;    
    vertical-align: central;
    clear: left;
    color: #95979b;
    margin: 10px 0 0 0;
    padding: 0;
    text-decoration: none;
}


.post .entry-content p a.more-link:hover{
    color: #404040;
    text-decoration: underline;
    font-weight: bold;
}


.cat-links a{
    /*display: block;*/
    margin-left:20px;
    padding-right: 0px;
    font-size: 8pt;
    text-decoration:none;
    color: #95979b;
    float: left;
}

.cat-links a:hover{
    font-size: 8pt;
    text-decoration:underline;
    color: #404040;

} 

.entry-meta .author{
    display: block;
    margin-left:10px;
    margin-right:10px;
    padding-bottom: 5px;
    color:#95979b;
    font-size: 8pt;
    text-align: right;
    border-bottom: 1px dashed #95979b;
    width:690px;
    height: 15px;
}


.entry-meta .social{
    display: block;
    height:30px;
    clear: left;
}

.comments-link{
    float: left;
}

.comments-link a{
    margin-left:20px;
    padding-right: 0px;
    font-size: 8pt;
    line-height: 30px;
    text-decoration:none;
    color: #95979b;
}

.comments-link a:hover{
    font-size: 8pt;
    text-decoration:underline;
    color: #404040;

} 

.social .socTwitter{
    float: left;
    margin: 5px 10px 0 10px;
    height: 20px;
    width: 80px;
}

.social .socGooglePlus{
    float: left;
    margin: 5px 10px 0 10px;
    height: 20px;
    width: 120px;    
}

.sticky {
}

.single-author .entry-meta .byline {
    display: none;
}
#content nav {
    display: block;
    overflow: hidden;
}
#content nav .nav-previous {
    float: left;
    width: 50%;

}

#content nav .nav-previous a {
    vertical-align: central;
    line-height: 30px;
    color: #95979b;
    font-size: 8pt;
    text-decoration: none;
    margin-left: 10px;
    padding-left: 5px;
    border-left: 3px #ffcc00 solid;
}

#content nav .nav-previous a:hover {
    text-decoration: underline;
    color: #404040;
    font-weight: bold;
}

#content nav .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    /*border-right: 3px #ffcc00 solid;*/
}

#content nav .nav-next a {
    vertical-align: central;
    line-height: 30px;
    color: #95979b;
    font-size: 8pt;
    text-decoration: none;
    margin-right: 10px;
    padding-right: 5px;
    border-right: 3px #ffcc00 solid;
}

#content nav .nav-next a:hover {
    text-decoration: underline;
    color: #404040;
    font-weight: bold;    
}

#content .title-block {
    display: block;
    width:710px;
    height:30px;
    margin-left: 20px;
    margin-top: 20px;
    background: #ffffff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;    
    border: 1px solid #95979b;
}

#content .title-block .page-title {
    display: inline;
    color: #95979b;
    vertical-align: central;
    font-size: 8pt;
    line-height: 30px;
    text-decoration: none;
    vertical-align: central;
    margin: 0 0 0 10px;
    padding-left: 5px;
    border-left: 3px #ffcc00 solid;
}

#content #nav-above {
    display: block;
    width:710px;
    height:30px;
    margin-left: 20px;
    margin-top: 20px;
    background: #ffffff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;    
    border: 1px solid #95979b;
}

#content  #nav-below {
    display: block;
    width:710px;
    height:30px;
    margin-left: 20px;
    margin-top: 20px;
    background: #ffffff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;    
    border: 1px solid #95979b;
}


.paged #content #nav-above,
.single #content #nav-above {
    display: block;
}

.page-link {
    clear: both;
    margin: 0 0 1em;
}
.page .edit-link {
    clear: both;
    display: block;
}

/* 404 page */
.error404 .widget {
    float: left;
    width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
    margin-right: 1em;
}
.error404 .widget_tag_cloud {
    clear: both;
    float: none;
    width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
    background: #eee;
    display: block;
    padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
    float: left;
}
.image-attachment nav {
    float: right;
    margin: 0 0 1em 0;
}
.image-attachment .entry-content {
    clear: both;
}
.image-attachment .entry-content .entry-attachment {
    background: #eee;
    margin: 0 0 1em;
    padding: 1em;
    text-align: center;
}
.image-attachment .entry-content .attachment {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
    display: none;
}
.single .format-aside .entry-header {
    display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
    padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
    padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
    float: left;
    margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
    display: none;
}
.single .format-image .entry-header {
    display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
    padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
    padding-top: 0;
}


/* =Page
-------------------------------------------------------------- */
.floatLeft .page{
    display: block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #95979b;
    width:710px;
    height: auto;
    background-color: #ffffff;
    margin-top: 20px;  
    margin-left: 20px; 
    margin-bottom: 20px;  
    margin-right: 0px;
    padding: 0 0 0 0;
}

.page .entry-header{
    margin-top: 10px;
}

.page .entry-header .entry-meta{
    display: block;
    margin-top: 0px;
    width:120px;
    height: 30px;
    background-color: #a8cc66;
    float : left;
    text-align: center;
    vertical-align: central;
    line-height: 30px;
    font-size: 16pt;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;    
    border-top-right-radius: 5px;   
    border-bottom-right-radius: 5px;
}

.page .entry-header .entry-title {
    display: block;
    margin-top: 0px;
    margin-left: 120px;
    width:570px;
    height: 30px;
    background-color: #e9e9e9;
    text-align: left;
    vertical-align: central;
    line-height: 30px;    
    padding-left: 10px;
    color:#183441;
    font-size: 16pt;
    font-weight: normal;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;    
    border-top-right-radius: 5px;   
    border-bottom-right-radius: 5px;    
}

.page .entry-header .no-parent{
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    width:120px;
    height: 30px;
    color: #ffffff;
    background-color: #a8cc66;
    text-align: center;
    vertical-align: central;
    line-height: 30px;
    padding-left: 0;
    font-size: 12pt;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;    
    border-top-right-radius: 5px;   
    border-bottom-right-radius: 5px;
}

.page ul.labs-software {
    margin: 0;
    padding: 0;
}

.page .labs-software li
{
    list-style-type: none;
    float:left;
}

.page .labs-software a p{
    width:140px;
    background-color: #41464D;
    text-align: center;
    font-size: 8pt;
    letter-spacing: 0.1em;
    color: #AAAEB3;
}

.page .labs-software a:hover p{
    width:140px;
    background-color: #525861;
    text-align: center;
    font-size: 8pt;
    letter-spacing: 0.1em;
    color: #ffcc00;
}

.page ul.labs-software a {
    text-decoration: none;
}

.page ul.labs-software a:hover {
    text-decoration: none;
}

.page ul.labs-software li > a  {
    display: block;
    width:140px;
    height: 150px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    padding: 0;
    margin: 0 20px 20px 0;
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;  
}

.page ul.labs-software li:hover > a {
    display: block;
    width:140px;
    height: 150px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    padding: 0;
    margin: 0 20px 20px 0;
    background-color: #e9e9e9;
    border: 1px solid #aaaeb3;  
}

.page .labs-software img
{
    display: block;
    width:100px;
    height: 100px;
    padding: 0;
    margin: 10px 20px 10px 20px;    
    background-color: #f8f8f8;
    border: 1px solid #95979b;  

}

.page img.software-snap{
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #95979b;  
    float: left;
    padding: 2px;
}

.page ul.software{
    display: block;
    margin: 0;
    padding: 0;
}

.page ul.software li{
    display: block;
    margin: 5px 0 0 120px;
    padding: 0;
    list-style-type: none;
    font-size: 10pt;
    color: #404040;
}

.page .software a {
    text-decoration: none;
    color: #cc8b00;
}

.page .software li a:hover {
    text-decoration: underline;
    color: #faab00;
}

.page ul.software li.software-description{
    display: block;
    margin: 15px 0 0 0;
    padding: 10px 0 0 0;
    list-style-type: none;
    clear: both;
    border-top: 1px #95979b dashed;
    font-size: 10pt;
    letter-spacing: 0.1em;
}



/* =Images
-------------------------------------------------------------- */
a.thickbox img {
    border: none;
    /*
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 10px;   
    */
    /*border: 1px #404040 solid;*/
    border: 1px #e9e9e9 solid;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 6px -1px #41464d;
    -moz-box-shadow: 0px 0px 6px -1px #41464d;
    box-shadow: 0px 0px 6px -1px #41464d;     

}
p img {
    margin: 10px 0 10px 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
    margin-right: 1em;
}
img.alignright {
    margin-left: 1em;
}
.wp-caption {
    padding: .5em;
    text-align: center;
}
.wp-caption img {
    margin: .25em;
}
.wp-caption .wp-caption-text {
    margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
    margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
    display: none;
}
#searchform input#s {
    width: 60%;
}
input[type=text],
input#s {
    margin: 0 1em 0 0;
    width: 60%;
}
textarea {
    width: 80%;
}

/* Class for labelling required form items */
.required {
    color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */
#comments{
    display: block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #95979b;
    width:710px;
    height:auto;
    background-color: #ffffff;
    margin-top: 20px;  
    margin-left: 20px; 
    margin-bottom: 0px;  
    margin-right: 0px;
    padding: 0 0 0 0;
}


#comments #comments-title{
    display: block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-left: 20px;
    width: 110px;
    height: 30px;
    color: #ffffff;
    font-size: 12pt;    
    font-weight: normal;
    background-color: #a8cc66;
    text-align: left;
    vertical-align: central;
    line-height: 30px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;    
    border-top-right-radius: 5px;   
    border-bottom-right-radius: 5px;    
}

#comments .commentlist{
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    width:auto;
    list-style-type: none;
}

article.comment{
    display: block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    padding: 0;
    margin: 20px 20px 0 20px;
    width: auto;
    height: auto;
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;    
    list-style-type: none;
}

.comment .comment-content p{
    font-size: 9pt;
    line-height: 1.75em;
    vertical-align: central;
    color: #404040;
    margin: 20px 20px 0 20px;
}

.comment .comment-content p a{
    font-size: 9pt;
    line-height: 1.75em;    
    vertical-align: central;
    clear: left;
    color: #cc8b00;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.comment .comment-content p a:hover{
    color: #faab00;
    text-decoration: underline;
}

.comment footer{
    display: block;
    padding: 0 0 10px 0;
    margin: 10px 10px 0 10px;
    text-align: right;
    border-bottom: 1px dashed #95979b;
    width:auto; 
    height:15px;
}

.comment-author{
    padding: 0;
    margin: 0;
    height: 15px;
    color:#95979b;
    font-size: 8pt;
    line-height: 15px;    
    vertical-align: central;
    font-style: normal;
}

.comment-separate{
    padding: 0;
    margin: 0;
    height: 15px;
    color:#95979b;
    font-size: 8pt;
    line-height: 15px;    
    vertical-align: central;
    font-style: normal;
}

.comment-meta{
    padding: 0;
    margin: 0;
    height: 15px;
    color:#95979b;
    font-size: 8pt;
    line-height: 15px;    
    vertical-align: central;
    font-style: normal;
}

.comment a{
    color:#95979b;
    font-size: 8pt;
    text-decoration: none;
}

.comment a:hover{
    font-size: 8pt;
    color:#404040;
    text-decoration: underline;
    font-style: normal;
}

.reply{
    height: 30px;
    margin: 0 0 0 20px;
    line-height: 30px;
    vertical-align: central;
}

#comments .commentlist .children{
    list-style-type: none;
}

#respond #reply-title{
    display: block;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    width:200px;
    height: 30px;
    color: #ffffff;
    font-size: 12pt;    
    font-weight: normal;
    background-color: #a8cc66;
    text-align: left;
    vertical-align: central;
    line-height: 30px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;    
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;    
    border-top-right-radius: 5px;   
    border-bottom-right-radius: 5px;
}

#respond #commentform p{
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-size: 11pt;*/
    color:#95979b;
    font-size: 8pt;     
}

#respond input[type=text] {
    display: block;
    width: 60%;
    color:#404040;
}
#respond textarea {
    display: block;
    margin: 0;
    width: 80%;
    color:#404040;
}
#respond .form-allowed-tags {
    clear: both;
    width: 80%;
}
#respond .form-allowed-tags code {
    display: block;
}
#respond input#submit {
    display: block;
    width: 100px;
    height: 20px;
    margin: 0;
    padding: 0;
    color: #a5acb2;
    font-size: 8pt;
    text-align: center;
    vertical-align: central;
    line-height: 20px;
    background-color: #ffffff;
    border: 1px #a5acb2 solid;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
    display: block;
}
.widget-area .widget_search {
    overflow: hidden;
}
.widget-area .widget_search input {
    float: left;
}

div.widget-area{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    border: 1px solid #95979b;
    width:210px;
    height:auto; 
    background-color: #ffffff;
    margin-left: 20px;    
    margin-bottom: 20px;  
}

#sidebar div.widget-area aside h1{
    background-color: #a8cc66;
    display: block;
    width:190px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 10px;
    color:#ffffff;
    font-weight: normal;    
    vertical-align: central;
    line-height: 30px;    
    font-size: 12pt;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;    
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;    
    border-top-left-radius: 5px;   
    border-bottom-left-radius: 5px;        
}

#sidebar ul{
    display: block;
    height: auto;
    margin: 0 20px 20px 0;
    padding: 0 0 0 20px
} 

#sidebar ul li{
    display: block;
    font-size: 8pt;
    color: #95979b;
    margin-top: 5px;
    margin-bottom: 5px;    
    padding-left: 5px;
    border-left: 2px #ffcc00 solid;
} 

#sidebar ul li a{
    font-size: 8pt;
    text-decoration:none;
    color: #95979b;
} 
#sidebar ul li a:hover{
    font-size: 8pt;
    text-decoration:underline;
    color: #404040;

} 

/* =Widgets text
-------------------------------------------------------------- */
.widget .textwidget{
    margin: 0 0 20px 20px;
}

.widget .textwidget p{
    color: #95979b;
    font-size: 8pt;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;    
    padding-left: 5px;    
    border-left: 2px #ffcc00 solid;
}

.widget .textwidget .selfIcon{
    display: block;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;    
    padding-left: 5px;    
    border-left: 2px #ffcc00 solid;
}

/* =Widgets twitter
-------------------------------------------------------------- */
.widget .soctweetwidget{
    margin-right: 20px;
}

.widget .soctweetwidget .tweet_list{
    background-color: #ffffff;
}

#sidebar .tweet_list li.tweet_odd{
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
}

#sidebar .tweet_list li.tweet_even{
    background-color: #F8F8F8;
    margin-top: 0px;
    margin-bottom: 10px;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
    /*padding: 1em 0 0;*/
    position: relative;
    z-index: 2;
    background-color: #41464d;
    border:1px solid #616367;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:5px;
    border-left: 1px solid #616367;
    border-right: 1px solid #616367;
    margin: 0 auto 20px auto;
    padding: 0;
    width:1000px;
    height:40px;
    top: -30px;
    -webkit-box-shadow: 0px 0px 6px -1px #41464d;
    -moz-box-shadow: 0px 0px 6px -1px #41464d;
    box-shadow: 0px 0px 6px -1px #41464d;        

}

#colophon div{
    text-align: right;
    margin-right: 10px;
    margin-top: 17px;
    color:#e9e9e9;
    font-size: 8pt;

}

#colophon div a{
    color:#e9e9e9;
    text-decoration:none;
    font-size: 8pt;

}

#colophon div a:hover{
    color:#e9e9e9;
    text-decoration:underline;
    font-size: 8pt;

}