/* @group General Styles */

body {color: white; 
	font: 0.7em/1.5em "lucida grande", verdana, tahoma, sans-serif;
 padding: 0; 
 margin: 0;

}

p {
}

b, strong {

}

a:link, a:visited { 
	text-decoration: none;
} 

a:hover, a:active { 
 text-decoration: underline; 
} 

img {

}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

#container { 
 margin: 10px auto 0 auto;
	padding: 10px;
	   -moz-box-shadow: 0 0 1em black;
-webkit-box-shadow: 0 0 1em black;

}

.clearer {
	clear: both;
}

#pageHeader {

}

.logobox {
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
	height: 80px;
}

#pageHeader h1 {
	position: relative;
	padding: 5px;
	left: 15px;
	width: 75%;
	height: 68px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: black 1px -1px 3px;
	letter-spacing: -1px;
	font-size: 2.8em;
}

#pageHeader h2 { 
	position: relative;
	left: 15px;
	text-shadow: black 1px -1px 3px;
} 

#contentContainer {
	font-size: 1.1em;
	position: relative;
	top: 20px;
	margin-bottom: 5px;
} 

#content{
	position: relative;
}	
	
#sidebarContainer {
	top: 10px;
	position: relative;
} 

#sidebarContainer .sideHeader {
	text-align: center;
}

#footer {
	position: relative;
font-size: 1em; 
 text-align: center;
	border-top: 1px solid silver;
	padding-bottom: 5px;	
	margin-top: 10px;
	top: 20px;
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	float: left;
}

#breadcrumbcontainer ul {
	 margin: 0; 
 padding: 0; 
 list-style-type: none; 
}

#breadcrumbcontainer li {
	 display: inline; 
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-top: 2px;
	font-size: 1.1em;
	float: right;
	position: absolute;	
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	height: 30px;
	z-index: 3;
	background-image: url(images/grey_trans.png);
}

#navcontainer a:hover { 

}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
 margin: 0; 
 padding: 0; 
 list-style-type: none;
	z-index: 7;
}

#navcontainer li {
    float: left;
	width: 100px;
	text-align: center;
	}

#navcontainer a {
 display: block; 
 padding: 5px;  
 color: #fff; 
 text-decoration: none; 
 margin-bottom: 1px;
 	margin-top: 1px;
	position: relative;
	z-index: 7;
}

#navcontainer a:hover {

}

#navcontainer #current { 
} 

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: auto;
	display: inline;
	z-index: 6;
	top: 30px;
	text-align: center;
	height: 30px;
}

#navcontainer ul ul li {
		border-style: none;
			width: auto;
}

#navcontainer ul ul a {
	text-align: center;
	float: left;
	left: 2px;
	height: 12px;
	line-height: 12px;
	border-style: none;
	font-size: 0.8em;
	background-image: url(images/grey_trans.png);
	padding-right: 10px;
	padding-left: 10px;
}

#navcontainer ul ul a:hover{
		border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navcontainer ul ul #current{
		border-style: none;
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul li {
display: none;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
      font-style: italic;
      margin: 0;
      font-size: 1.1em;
}

h1 {
	letter-spacing: 1px;
	margin: 0;
	font-size: 2.3em;

}

h2 {
	letter-spacing: 1px;
	margin: 0 0 5px;
	padding: 5px;
	font-size: 1.2em;

}


h3 {
      font-size: 1.1em;
      font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;

}

h4 {
      font-size: 1em;
      padding: 3px 0;
     	margin-top: 5px;
	margin-bottom: 5px;
      font-weight: bold;

}
.imageStyle {
	border-style: none;
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {

}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}
.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {      
	padding: 5px 0 25px;
      margin-bottom: 10px;
	border-bottom: 1px solid silver;
}

h1.blog-entry-title {
	font-size: 1.4em;
	   font-weight: normal;
      font-style: normal;
	margin-bottom: 8px;
	padding: 2px 0;
}


h1.blog-entry-title a {
	  font-weight: normal;
      font-style: normal;
}

.blog-entry-date {
	   font-size: 1.1em;
      word-spacing: 1px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	      padding-left: 5px;
      margin-right: 10px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* styles the archives in the blog sidebar */

#blog-archives {
	  padding-top: 5px;
      line-height: 2;
}

.blog-archive-link-enabled {
	      padding: 2px 0 2px 20px;
}

.blog-archive-link-disabled {
	      padding: 2px 0 0px 20px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	  padding-top: 8px;
	border-top: 1px solid silver;
}

.blog-category-link-enabled {
	padding: 5px;
}

.blog-category-link-disabled {
	padding: 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
      line-height: 2;
}

#blog-rss-feeds {
	  background: url(images/Feeds_32x32.png) no-repeat left 1px;
      padding: 2px 0 3px 25px;
      height: 32px;
}

.blog-rss-link {
      padding: 2px 0 3px 15px;
      width: auto;
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

#flashcontent {
	padding-top: 15px;
}

.album-title {
	font-size: 1.4em;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

.album-description {
	margin-bottom: 20px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin: 30px 15px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
	padding-bottom: 25px;
	
}

.thumbnail-frame a:hover {

}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	margin: 0 -5px;
	padding: 7px 0 7px 0;
	font-size: 0.9em;
	height: 18px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	margin: 0;	   
	}

.photo-navigation {
	height: 41px;
	padding-top: 55px;
	width: 100%;
}

.photo-links{
	padding: 21px 0 0 10px;
	margin: 0;
	display: inline;

	
}

.photo-navigation a:link, .photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	background: #4c4c4c;
	margin-top: 0px;
	padding: 175px 100px 75px;
	z-index: -5;
	position: relative;
	top: -80px;
	float: none;
	-moz-box-shadow: 0 0 1em black;
-webkit-box-shadow: 0 0 1em black;
}

.photo-title {
	font-size: 2.2em;
	padding: 5px 0 0 0;
	margin: 0;
	display: inline;
	z-index: 10;
	display: block; 
	margin-bottom: 10px;
}

.photo-caption {
	font-size: 1.1em;
	padding: 10px 0 0 8px;
	margin: 0;
	font-style: italic;
	display: inline;
	z-index: 10;
	display: block;
	margin-bottom: 10px;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}.movie-page-description {
}.movie-thumbnail-frame {
	display: inline-block;
	padding: 10px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
	background: black;
	margin-top: 0px;
	padding: 25px;
	z-index: -5;
	position: relative;
	float: none;
	-moz-box-shadow: 0 0 1em black;
-webkit-box-shadow: 0 0 1em black;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* My Comment */

/* @group Flash Slideshow */

#flashcontent {
text-align: center;
position: relative;
}

/* @end */

/* @group Quotz */
#tab {
	width:42px;
	height:40px;
	position: fixed;
	left: -1px;
	top:75px;
	display:block;
	cursor:pointer;
	z-index: 51;
	font-size: 1.2em;
	text-shadow: 0px 0px 4px #ffffff;
	padding-top: 10px;
	padding-right: 10px;
}
#quotz {
	position:fixed;
	left:0px;
	top:105px;	
	height: 475px;
     display:none;
	z-index: 50;
		border-bottom: 2px solid silver;
	border-top: 2px solid silver;
	border-right: 2px solid silver;
}
#quotz .quotzcontent {
	width:350px;
	padding: 10px;
	margin: 20px 10px 10px;
}

/* @end */

/* @group Search Bar */
#finder{
}

#searchBar{
	position: relative;
	margin-bottom: 5px;
	}
	
fieldset.search {
	border: none;
	width: 250px;
	margin: 0 auto;
	background: none;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	position: relative;
	top:  0px;
	left: 0px;
	color: #fff;
	font-size: 0.85em;
	line-height: 14px;
	width: 190px;
	background: url(images/grey_trans.png) repeat;
	margin-right: 5px;
	padding: 4px;
	margin-top: 0;
	margin-bottom: 0;
}
.search input.box:focus {
	background: url(images/White_trans.png) repeat;
	outline: none;
}
.search button.btn {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/Websearchblue.png) no-repeat right;
}
.search button.btn:hover {
	background: url(images/Websearchgreen.png) no-repeat right;
}

/* @end */

/* @group Twitter */

#twitterAvatar{
 margin: 0px 0px 0px;
  padding: 5px;
}
#twitterHeader{
display: inline;
position: relative;
top: -7px;
  padding: 5px;
  -webkit-border-radius: .5em;
 background-image: url(images/white_trans.png);
	margin: 0 0 0 5px;
	text-align: right;
	text-shadow: 0px 1px 2px #000000;
	font-style: bold;
	font-size: 1.2em;
}

.twitterBug{
	width: auto;
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tweet, .query {
  font-size: 0.9em;
  border: 2px solid silver;
   -webkit-border-radius: .5em;
}

.tweet .tweet_list, .query {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
	background-image: url(images/White_trans.png);
}
    
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query{
      text-transform: uppercase; }
  
  .tweet li {
height: 48px;
}

.tweet .tweet_list li, .query .tweet_list li, .tweet_even {
      padding: .5em;
       }
.tweet .tweet_list .tweet_even, .query {
	background-image: url(images/grey_trans.png) }
.tweet .tweet_list .query {
      padding-right: .5em;
      float: left; }

.tweet_text {
	margin-left: 5px;
}
.tweet .tweet_list .query{
        vertical-align: middle; }

/* @end */

/* @group Extra Content */

#myExtraContent1 {
	float: left;
	position: relative;
	top: 5px;
	left: 5px;
	padding: 5px;
	height: 80px;
	width: 100px;
}

#extraContainer2 {
	display: block;
	position: relative;
	}

#extraContainer3 {
	display: block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin-top: 5px;
	width: 98%;
}

#extraContainer4 {
	display: block;
	position: relative;
	float: left;
	width: 98%;
	padding: 10px;
}

#myExtraContent5 {
	color: white;
			-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: url(images/black_trans.png) repeat;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

#myExtraContent6 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: transparent;
	background-image: url(images/grey_trans.png);
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

#myExtraContent7 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: transparent;
	background-image: url(images/White_trans.png);
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

/* @end */
