/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ffffff;
	margin-top: 5px;
}


a:link {
  text-decoration:underline;
}

a:visited, a:hover {
  text-decoration:none;
}
  
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D6D6D6;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464236;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	margin: 0px;
	padding: 6px 10px 8px;
	background-image: url(../images/brown_fade_hd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49473B;
	font-weight: 700;
	padding: 1px 0px 2px;
	margin: 0px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #66CCCC;
	text-decoration: none;
	text-align: left;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
}
p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/************* footer styles ***************/

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2F2C33;
	margin: 2px;
	padding: 5px;
	text-align: center;
}
.footerText, a.footerText:link, a.footerText:active, a.footerText:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2F2C33;
	text-decoration: underline;
}
.footerText:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2F2C33;
	text-decoration: none;
}

/************** Left Column styles ***************/


.boxText {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49473B;
}
a.boxText, a.boxText:link, a.boxText:active {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #49473B;
	text-decoration: underline;
}
a.boxText:visited, a.boxText:hover {
	color: #666666;
	text-decoration: underline;
}

/************** Right Column styles ***************/


.blackHead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	font-variant: normal;
	padding: 5px 5px 5px 10px;
	background-color: #000000;
}
.sideText {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
a.sideText, a.sideText:link, a.sideText:active {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
a.sideText:visited, sideText a:visited, a.sideText:hover {
	color: #ffffff;
	text-decoration: none;
}

/*************** Image Divs ******************/

#imageBox, #imageBox:active, #imageBox:visited {
	border: 1px solid #666666;
	background-color: #000000;
	display: table-cell;
	margin: 1px 4px 4px 1px;
	padding: 2px;
	height: 50px;
	width: 50px;
}
#imageBox:hover {
	border: 1px solid #CCCCCC;
}
.imageBox {
	border: 1px solid #B9B5A9;
	background-color: #ffffff;
	padding: 2px;
	margin-bottom: 2px;
}
#imageBox2, #imageBox2:active, #imageBox2:visited {
	border: 1px solid #D6CEC1;
	background-color: #ffffff;
	display: table-cell;
	margin: 1px 4px 4px 1px;
	padding: 2px;
	height: 50px;
	width: 50px;
}
#imageBox2:hover {
	border: 1px solid #464236;
}
.imageBox2 {
	border: 1px solid #B9B5A9;
	background-color: #ffffff;
	padding: 2px;
	margin-bottom: 2px;
}
/************** Old styles **************/
.txtbox {
font-family:verdana, arial, helvetica, sans-serif;
font-size:10;
color:#8B8B8B;
background:#1A1A1A url(../images/logo_bottom-04.gif) no-repeat right;
border-width:1;
border-color:#666666;
}

.main {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E2225;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #768594;
	border-right-color: #4E5862;
	border-bottom-color: #475059;
	border-left-color: #717F8D;
	text-align: left;
	padding: 10px;
}
.video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E2225;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #768594;
	border-right-color: #4E5862;
	border-bottom-color: #475059;
	border-left-color: #717F8D;
	text-align: left;
	padding: 10px;
	width: 200px;

}
.videoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E2225;
}

.desktops {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E2225;
	margin: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #768594;
	border-right-color: #4E5862;
	border-bottom-color: #475059;
	border-left-color: #717F8D;
	text-align: center;
	padding: 2px;
	width: 70px;

}
.desktopsOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E2225;
	margin: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #707E8C;
	border-right-color: #475059;
	border-bottom-color: #3D444C;
	border-left-color: #677481;
	text-align: center;
	padding: 2px;
	width: 70px;
	background-color: #4E5862;


}
.desktopText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E2225;
	text-decoration: none;


}
.portfolioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E2225;
	text-decoration: none;
}

.pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E2225;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #768594;
	border-right-color: #4E5862;
	border-bottom-color: #475059;
	border-left-color: #717F8D;
	text-align: center;
	padding: 1px;
	height: 12px;
	width: 12px;

}
.pagesOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #768594;
	border-right-color: #4E5862;
	border-bottom-color: #475059;
	border-left-color: #717F8D;
	text-align: center;
	padding: 1px;
	height: 12px;
	width: 12px;
	background-color: #4E5862;
}

/* -------------Left Nav Styles------------------------- */
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/* Blog Styles------------------------- */
/* Header
----------------------------------------------- */
#header {
	margin:0;
	width: 350px;
	padding: 0px;
	border-top: 1px none #333;
	border-right: 1px none #333;
	border-bottom: 1px dotted #333;
	border-left: 1px none #333;
	text-align: left;
	float: left;
  }
#blog-title {
	margin:2px;
	padding:3px;
	font-size:18px;
	line-height:1.2em;
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:.2em;
	border: thin none #222;
  }
#blog-title a {
  color:#ccc;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#ad9;
  }
#description {
	margin:1;
	padding:2;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#ffffff;
	border-top: 0 none #222;
	border-right: 0 none #222;
	border-bottom: 0 none #222;
	border-left: 0 none #222;
  }
  
.blogtitle {
        font-family : Arial, Helvetica, sans-serif;
        color : #ffffff;
        line-height : 100%;
		font-weight: bold; 
        font-size : 12px;
		background-color : #e2e2e2;
		border-width : 1px;
		border-color : #999999;
		border-style : dashed;
		padding : 3px;
        }
		
.datefont  {
        font-family : Arial, Helvetica, sans-serif;
        color : #ffffff;
        line-height : 110%;
        font-size : 11px;
        font-weight : bold;
        }

/* Content
----------------------------------------------- */
#content {
  width:720px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main {
  width:410px;
  float:left;
  text-align:left;
  }
#sidebar {
  width:220px;
  float:right;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  color:#ffffff;
  }
.post-title a {
  text-decoration:none;
  color:#AB9C9C;
  }
.post-title a:hover {
  color:#fff;
  }
.post p {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
	font:78%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	color: #EBEBEB;
  }
.post-footer em {
  font-style:normal;
  color:#434343;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #222;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#669999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
	margin:-.25em 0 2em;
	font:78%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	color: #639A9C;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#999;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #222;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
