/*
Theme Name: Seikoweb6
Theme URI: http://seiko-arts.com/wp/wp-content/themes/constructor/themes/Seikoweb5/
Description: Limebase Seikoweb Constructor Theme
Version: 0.6
Author: akiyo
Author URI: http://anton.shevchuk.name/
*/
.hentry .footer .line {
	height: 25px;
	background: none no-repeat 50% top}
* html .hentry .footer .line {
    height:2px;
    background: none
}
.navigation div a{
    text-indent:-9999%;
    display:block;
    width: 40px;
    height: 37px;
    margin: 0 0 6px 30px}
.navigation .alignleft a{background: url(prev.png) 0 0 no-repeat}
.navigation .alignright a{background: url(next.png) 0 0 no-repeat}
.navigation a:hover {background-position: 100% 100%}



.hentry .title span{
    border-bottom: 3px hidden #70b020}

h1,h2,h3,h4,h5,h6 {font-family: Garamond,Times, serif;
	font-weight: normal;
	font-style: normal;




/* カスタム辻 */

#linkcat-2 ul.xoxo.blogroll li a {
	font-size: 1.1em;
}

#linkcat-2 ul.xoxo.blogroll li {
	color: #8d6568;
	font: 8px;
}


.hentry .entry {
    padding: 4px 4px 4px 0 !important;
}


/* カスタムふじつじ */
.sidebar h3{
	font-weight: norma !important;
	font-style: normal !important;
}    


.hentry .title {
    border:0 !important;
}

#header h1 a{
    display:block;
    width:100%; /*width of logo*/
    height:180px; /*height of logo*/
    text-indent: -99999% !important; /*hide text of logo*/
}

# remove line
.hentry .title a, .hentry .title span {
    border-bottom:0 !important;
}
# change to small black line
.hentry .title a, .hentry .title span {
    border-bottom:1px solid #000000 !important;
}

#container {
}


#wrapper {
    border:0 !important;
}


.hentry .entry p:first-letter {
    color:black !important;
}

.hentry .entry p{
    text-indent:0px !important;
}

.hentry .entry img {
    border-style: none !important;
}

#header-links a {
    font-size: 10px !important; /* 10px is default */
}

#header h1 {
    font-size: 2.0em !important; /* default */
}
#header h2 {
    font-size: 1.8em !important; /* default */
}

#header h1 { /*title*/
    text-indent: -9999% !important;
}
#header h2 { /*description*/
    text-indent: -9999% !important;
}
How can I hide title in header, but leave link

#header h1 a{
    text-indent: -9999% !important;
    display:block;
}
How can I change style for footer line

/* Example from Black Urban Theme */
.hentry .footer .line {
   /* set height */
   height:64px !important;
   /* remove borders */
   border: 0;
   /* set background image - center by horizontally and top by vertically */
   background: url(barbed-wire.jpg) 50% top no-repeat;
}
How can I change style for navigation buttons

/* Example from Black Urban Theme */
.navigation div a{
    /* hide text */
    text-indent:-9999%;
    /* link should be block 80x72 px */
    display:block;
    width:80px;
    height:72px;
    /* margin left and right = 20px*/
    margin:0 20px;
}
.navigation .alignleft a{
    /* set image for background */
    background: url(prev.jpg) 0 0 no-repeat;
}
.navigation .alignright a{
    /* set image for background */
    background: url(next.jpg) 0 0 no-repeat;
}



.hentry .footer .line {
   height:64px !important;
   border: 0;
   background: url(barbed-wire.jpg) 50% top no-repeat;
}

.sidebar {
    font-size:1.4em !important;
}

.hentry .entry p {
    margin-bottom:8px !important;
}



#header-links {
    width:600px !important;
    height:25px !important;
}
#header-links ul, #header-links li {
    height:25px !important;
}
#header-links li a, #header-links li span{
    height:25px !important;
    line-height:25px !important;
}

tr, td {
   border-width:0 !important;
}

/* カスタムせい子 */
.hentry .title a,
.hentry .title span{
	font-weight: normal !important;
	font-style: normal !important;
}