/*
Theme Name: Reflection V2
Theme URI: http://www.dl2media.com
Description: Adapted Reflection theme from OSWD for wordpress
Version: 1.0
Author: DL2 Media
*/




/* -- Main layout styles -- */

body {
  margin: 0;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 12pt;
  background-color: #ffffff;  
}

#sitebox {
  float: left;
  width: 100%;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #35559E url(images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 9em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
\\  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #8A9CC7;
  border-bottom: 2px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #F58232;
}

#header a.lastMenuItem {
\\  background-image: url(images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
\\  text-transform: lowercase;
  color: #ffffff;  
}

a:hover .desc, .active .desc {
  display: block;
}

h1
{
	font-family: tahoma;
	font-weight: normal;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 16px;
}

small
{
padding-left: 16px;
}

h3
{
font-size: 13px;
margin-left: 5px; 
}

.description
{
	font-size: 13px;
	letter-spacing: .05em;
  display: none;
}

.post
{
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
color: #35569D;

\\	background-image: url(images/corner_tr.gif);
\\	background-repeat: no-repeat;
\\	background-position: top right;
}

/* -- 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: #f58639;
  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 {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #35559E;
}

#contentLeft {
  float: left;
  width: 225px;
  margin-bottom: 1em;
  background: #ffffff url(images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: left;
  background: #ffffff url(images/corner_sub_tl.gif) no-repeat top left;
  margin-left: 18px;
  width: 730px;
}

#contentRight img {
  padding-right: 10px;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #f58639;
}

#content a:hover {
  text-decoration: underline;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
\\  text-transform: lowercase;
  color: #f58639;
\\  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}

h2
{
margin: 0;
font-family: tahoma;
font-weight: normal;
font-size: 24px;
margin-left: -14px;
margin-top: 5px;
}

 .header
{
	margin-right: 31px;
	margin-left: 31px; 
}

#searchform
{
margin-left: 20px;
}

#s
{
border: solid #f58639 1px;
}

/* -- Content left site links (large plus icon) -- */

ul li a {
	display: block;
	background: url(images/icn_plus.gif) no-repeat top left;
	padding-left: 54px;
	margin-left: -24px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
}

ul li a:hover{ 
  color: #DDD;
}





/* -- Footer layout/display styles -- */

#footer {
	float: left;
	width: 100%;
	height: 3em;
	font-size: 0.8em;
\\	text-transform: lowercase;
	line-height: 2.6em;
	color: #000088;
	background: #35559E url(images/hdr.jpg) repeat-y top left;
	text-indent: 270px; 
}
.link {
	font-size: 1px;
	color: #ffffff;
	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 a {
	color: #222288;
    text-decoration: none;
}

#footer a:hover {
  color: #35559E;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.black {
  color: #000;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style: none;
	margin-left: 0px;
}

li {
}






/* -- 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(aimages/corner_sub_br.gif);
	background-repeat: no-repeat;
	z-index: 3;
	height: 9px;
	width: 10px;
	background-position: bottom right;
	float: right;
}

.gravatar {
        float:left;
        padding: 3px;
		margin-right: 5px;
        border: 1px solid #000;
        background: #fff;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

#chicklets a {
	padding: 0 10px 0 0;
}
