/* BondGeek theme */
/* @group General Styles */
body {
	color: #111; 
	font-size: 62.5%; 
	line-height: 1.4; 
	font-family: Geneva, sans-serif; 
	background: #f4f6f0; 
	margin: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
	color: #1f3f3f;
	}

a:visited { 
	color: #2f3f3f;
	}

a:hover { 
	text-decoration: underline;
	color: #3f2f2f;
	font-style: italic;
	}

a:active { 
	text-decoration: none;
	color: #00407f;
}

img {	
}

.image-left {
	float: left;
	padding-right: 5px;
}

.image-right {
	float: right;
	padding-left: 5px;
}

code {
	background-color: #eec;
	border: 1px dotted #555;
}	

	
/* @end */

/* @group Layout */

#container {
	font-size: 1.2em; 
	width: 800px;
	margin: 0 auto;
	background-color: white;
	}
@media only screen and (max-device-width: 480px) {
    #container {
    	font-size: 1.1em; 
    	width: 100%;
    	margin: 0;
    	background-color: white;
    	}
	}

.clearer {
	clear: both;
	}

/* @group pageHeader */
#pageHeader {
	margin: 0;
	padding: 2px 0;
	background:  white ;	
	border-top: 1px solid;
	border-bottom: 10px solid; 
	border-color: #767f7f;
	}

#pageHeader #logo {
	padding-top: 5px;
	float: right;
	border: none;
	}

#pageHeader a {
	text-decoration: none;
	}
	
#pageHeader a:hover {
	font-style: normal;
}
	
#pageHeader img {
	border: none;
}

#pageHeader h1 {
	margin: 0;
	padding-top: 20px;
	padding-left: 5px;
	color: #204040;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 4.0em;
	}
/* @end */

/* @group contentContainer */
#contentContainer #content { 
	padding-top: 5px;
	font-size: 1em;
	float: left;
	clear: both;
	}
/* @end */

/* @group sidebarContainer */
#sidebarContainer {
	float: right;
	border-left: 1px solid #abbebe;
	padding-top: 5px;
	}

#sidebarContainer #sideHeader {
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold; 
	font-size: 1.1em;
	color: #003333;
	}

#sidebarContainer b {
	color: #003333;
	}
	
#sidebarContainer form {
	padding-left: 5px;
	}

#sidebarContainer #sidebar { 
	font-size: 1.0em;
	}

#sidebarContainer #subhdr {
	margin: 0;
	padding: 0;
	}
	
#sidebarContainer img{
	padding: 0 5px 0 5px;
	}
	
#sidebarContainer #sidetext{
	padding-left: 5px;
	padding-top: 5px;
	width: 99%;
	}

#sidebarContainer #blogroll{
	font-size: .9em;
	margin: 0;
	padding-left: 5px;
	float: left;
	clear: both;
}

#sidebarContainer .sideAd {
	padding: 0 auto 0 20px;
	float: left;
	clear: both;
}

#sidebarContainer a {
	}
/* @end */

/* @group footer and adbanner*/
#adbanner { 
	margin: 0;
	padding-left: 5px;
}

#footer { 
	font-size: 1.1em;
	padding: 2px 5px;
	height: 20px;
	border-top: 1px solid #919191;
	background-color: white;
}

#footer p {
}

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

#footer a:hover, #footer a:active {
}
#footer .footer_content {
	float: right;
	clear: right;
}
	
/* @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 */
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {	height: 30px;	background-color: white;
	}

#navcontainer #current {
	background-color: white;
	color: #797f7f;
	}

#navcontainer #current:hover {
	font-style: bold;	
	background-color: #bebebe;
	}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
	display: block;
	float: left;
	}

#navcontainer a {
	display: block; 
	padding: 5px 20px 5px 10px;
	background-color: white; 
	color: #283333; 
	text-decoration: none;
	float: left; 
	}

#navcontainer a:hover {
	background-color: #bebebe; 
	color: #fff;
	}

#navcontainer a:active {
	}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



/* 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 {
	list-style-type: none;
	margin: 0;
	}

#sidebarContainer #sidebar li {
	padding-left: 45px;
	float: left;
	clear: both;
	}

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

/* @group Blog */

/* @group Tag Cloud */

ul.blog-tag-cloud {
/* details in css/sidebar*/
}

ul.blog-tag-cloud li {
	padding: .1em;
	display: inline;
	list-style-type: none;
}

/* @group tag sizes */
.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 */
/* @end */

/* @group Archive Page */
.blog-archive-background {
}

.blog-entry-summary {
	padding: 1em;
	color: #000;
	background-color: #dfe0e0;
	text-align: justify;
}
.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 */

#contentContainer #content .blog-entry {	
	width: 97%;
	float: left;
	clear: both;
	margin: 2px 10px;
	border: 2px dotted #f4f6f0;
}

#contentContainer #content .blog-entry-body {
	float:  left;
	clear: both;
	margin-left: 10px;
	padding: .5em;
}


.blog-entry {
	font-size: 1em;
	float: left;
	clear: both;
}
.blog-archive-entries-wrapper {
	width: 498px;
	text-align: justify;
}

h1.blog-entry-title {
	font-size: 1.1em;
}


h1.blog-entry-title a {
}

.blog-entry-date {
	font-size: .9em;
	float: right;
    }

/*styles the category link in the main entry */
.blog-entry-category {
    
	}

.blog-entry-category a:link, .blog-entry-category a:visited {	
	text-decoration: none;
	}

.blog-entry-category a:hover {
	text-decoration: underline;
}
	
.blog-read-more {
	float: left;
	clear: left;
}

.blog-entry-body {
	width: 95%;
	padding: 5px;
	font-size: 1em;
	text-align: justify;
	}

.blog-entry-comments {
}

p.blog-entry-tags {
	font-size: .9em;
	float: right;
	clear: right;
}

/* @group Blog Sidebar */
/* styles the archives in the blog sidebar */

/* NOTE: details in css/sidebar */

/* @end */

/* @group Photo Album */

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

.album-title {
}

.album-description {
}


.album-wrapper {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

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

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

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

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

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @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 {
}

.movie-thumbnail-frame:hover {
}

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

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

.movie-background {
}

.movie-title {
}

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


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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

/* @group iphone */
@media only screen and (max-device-width: 480px) {

    #contentContainer #sidebarPlugin{
    	display: none;
    }
    
    #sidebarContainer {
    	display: none;
    }
}
/* @end */
