/*
Theme Name: Tugkaran
Theme URI: http://www.tugkaran.com
Description: WordPress theme for Tugkaran website.
Author: Max Limpag
Author URI: http://max.limpag.com
Version: 1.0
*/
body {background-image: url(images/bg.jpg); font-family: Georgia, Geneva, serif; line-height:1.4em; color:#000; }
#hd {height:270px; background-image: url(images/header.jpg); background-repeat:no-repeat; }
#bd {background-image: url(images/body.jpg); padding:20px; }
#ft {background-image: url(images/body.jpg); color: #000; padding-top: 10px; padding-bottom:5px; text-align:right; }
.border {height:150px; border-top: #003366 solid 5px; border-bottom: #003366 solid 2px; margin-top: 10px; padding-top:0px;}
.content { height:150px; color: #000; padding: 5px;	}
.pagecontent { padding:10px 50px 30px 50px; }
.pagecontent h1 { padding-bottom: 10px; }
p {padding: 5px;}
a {color:#366187;}

#myGallery { width: 600px; height: 300px; text-align:left; margin: 0 0 10px 0; padding: 0; border: 1px solid #1b1b1b; }
#myGallery .imageElement { display: none; }
#myGallery h3, #myGallery h2 { font-size: 230%; padding-bottom:5px; }
#myGallery p { font-size: 120%; }
#myGallery a { color:#c9bf23; }

h1 {font-size: 220%; }
h2 {font-size: 180%; }
h3 {font-family: Verdana, Tahoma, sans-serif; font-size: 140%; padding:5px; }

/* Matt Black Tabs */
.mattblacktabs{ width: 100%; overflow: hidden;}
.mattblacktabs ul{margin: 0; padding: 0; font: bold 12px Verdana; list-style-type: none; }
.mattblacktabs li{ display: inline; margin: 0;}
.mattblacktabs li a { float: right; display: block; text-decoration: none; margin: 0; padding: 7px 8px; /*padding inside each tab*/ color: CCCCCC; /*background of tabs (default state)*/ }
.mattblacktabs li a:hover, a:focus { text-decoration: underline; color: black; }