/*
Theme Name: Reflection V2 Hack for SCK
Theme URI: http://www.dl2media.com
Description: SCK Adapted Reflection theme from OSWD for wordpress
Version: 1.0
Author: AKL Yau via DL2 Media
*/




/* -- Main layout styles -- */

body {
  margin: 0 0 0 0;
  padding: 0;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12pt;
   background: #666;
}

#sitebox {
  width: 100%;
}





/* -- Header layout/display styles -- */

#header {
  width: 100%;
  height: 200px;
  background: #000 url(images/sck-title.jpg) no-repeat bottom left;
}

/*
#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}
*/

#logo {
  height: 200px;
  width: 250px;
  float: right;
  background-image: url(images/sck-crane.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 0;
  margin: 0;
  padding: 0;
}

/*
a .desc {
  display: none;
  text-transform: lowercase;
  color: #00F1F4;  
}

a:hover .desc, .active .desc {
  display: block;
}
*/

h1
{
	font-size: 19px; 
}


h3
{
font-size: 13px;
margin-bottom: 3px;
}

.description
{
	font-size: 13px;
	letter-spacing: .05em;
}


/* --- post --- */

.post
{
  background: url(images/sck-kungfu.gif) no-repeat top right;
padding: 0;
margin: 0;
text-align: justify;
color: #ddd;
margin-bottom: 10px;

}

.post p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.8em;
	line-height: 1.3em;
}

.post p.author {
	font-weight: bold;
}

.post table {
	padding-left: 15px;
}

.post h1, .post h2, .post h3, .post h4{
	color: #d11;
	margin: 1em 0 auto .5em 0;
	padding-left: 15px;
}

.post h1 {
	font-size: 1.2em; 
}

.post p.center {
	text-align: center;
}

.post h2 {
	font-size: 1em;
	font-weight: bold;
}

.post h3 {
	font-size: 1em;
	font-weight: normal;
}

.post h4 {
	margin-top: .5em;
	font-size: .9em;
	font-weight: normal;
}


.post img {

	margin: 5px;
	padding: 5px;
}


	
img.right {
	float: right;
	padding: 5px;
}


img.left {
	float: left;
	padding: 5px;
}


.post img.center {
	display: block;
	text-align: center;
	margin: 10px auto 10px auto;
	padding: 5px;
}

.post h2.title {
	color: #000;
}


td.day {
	width: 7em;
}

td.date {
	width: 12em;
}

td.contact_head {
	width: 6em;
}

td.tt_head {
	width: 19em;
}

.post table {
	padding-left: 15px;
}

.quoteboxleft {
	float: left;
	width: 200px;
	padding: 10px;
	background: #995;
	margin: 5px 5px 5px 0;
	text-align: left;
	font-family: Garamond, Times, Serif;
	font-style: italic;
	font-size: 1.2em;
}


.quoteboxright {
	float: right;
	width: 200px;
	padding: 10px;
	background: #995;
	margin: 5px 0 5px 5px;
	text-align: left;
	font-family: Garamond, Times, Serif;
	font-style: italic;
	font-size: 1.2em;
}

.details {
	padding-left: 1em;
	color: #ccc;
}

/* --- post --- */

.postdate {
	margin: 0;
	padding-left: 1.2em;
	color: #333;
}


/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #fff;
  margin-left: 10px;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

#top_corner
{/*
	background-image: url(images/corner_tl.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	height: 9px;
	width: 10px;
	*/
}



/* -- Content layout/display styles -- */

#content {
  width: 100%;
  padding: 1.5em  0 1em 0;
  margin: 0;
  background: #666 url(images/sck-topshadow.gif) repeat-x top left;
}

#contentLeft {
  padding: 0;
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  margin-bottom: 1em;
  background: #777 url(images/corner_sub_tl.gif) no-repeat top left;
}

#content p {
}

#content a {  
  text-decoration: none;
  color: #3333ccf;
}

#content a:hover {
  color: #DDD;
}


/* -- Sidebar -- */


#sidebar h2 {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: .8em;
  text-transform: uppercase;
  color: #ddd;
  border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin-right: 20px;
	margin-left: 20px; 
	margin-bottom: 3px;
	margin-top: 10px;
}



#searchform
{
margin-left: 31px;
}



#sidebar ul{
	font-size: .8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

#sidebar a {
	display: block;
	height: 1em;
	color: #333;
	margin: 0 0 0 0;
	padding: 1px 20px 1px  20px;
  text-decoration: none;
  color: #222;
}

#sidebar a:hover {
  color: #DDD;
  background-color: #888;
}





/* -- Footer layout/display styles -- */

#footer {
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
	font-size: 0.8em;
	color: #aaa;
	background: #000 url(images/sck-bottombar.jpg) no-repeat top left;
}
.link {
	font-size: 1px;
	color: #333333;
	text-decoration: none;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  /* background: url(images/corner_bl.gif) no-repeat bottom left; */
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  /* background: url(images/corner_br.gif) no-repeat bottom right; */
}

#footer p {
	display: block;
	float: right;
	font-size: .7em;
	padding: 0;
	margin: 20px 2em auto auto;
}

#footer a {
  color: #f99;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: #dd1;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.black {
  color: #000;
}

acronym {	
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

#bottomcorner {
  text-align: right;
}

#bottomcontent {
	vertical-align: bottom;
	background-image: url(images/corner_sub_bl.gif); 
	background-repeat: no-repeat;
	z-index: 3;
	height: 9px;
	width: 10px;
	background-position: bottom;
}

#bottommenu {
	vertical-align: bottom;
	background-image: url(images/corner_sub_br.gif);
	background-repeat: no-repeat;
	z-index: 3;
	height: 9px;
	width: 10px;
	background-position: bottom right;
	float: right;
}


/* Horizonal navigation */

#navcontainer {
display: block;
 width: 100%;
 margin: 0;
 padding: 0;
 height: 25px;
 background: #000;
background-image: url(images/sck-navbar.jpg);
background-repeat: no-repeat;
background-position: top left;
}




#navlist
{
font-size: 65%;
margin: 0;
}

ul#navlist {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

ul#navlist li {
width: 120px;
float: left;
padding: 0 1px 0 0;
display: inline;
background-image: url(images/sck-navbutton.jpg);
background-repeat: no-repeat;
background-position: top left;
}

ul#navlist a {
vertical-align: 0%;
display: block;
height: 21px;
font-weight: bold;
text-decoration: none;
color: #ccc;
padding: 4px 0 0 23px;
margin: 0;
}

ul#navlist a:hover {
background-image: url(images/sck-navbutton-active.jpg);
background-repeat: no-repeat;
background-position: top left;
color: #c00;
}


/*
#navlist a:link, #navlist a:visited
{
	background-image: url{images/sck-navbutton.jpg};
	background-repeat: no-repeat;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #900;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{background-image: url{images/sck-navbutton.jpg};
	background-repeat: no-repeat;
color: #b00;
}
*/