body {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;


/* ----------------------------------------------------------
	Print Message - Shown when printing
---------------------------------------------------------- */
}
#print_message {
	font-family: Helvetica,Arial,sans-serif;
	color: #000000;
	font-size:20px;
	font-weight: bold;
	padding: 10px;
	height: auto;
	border: 1px solid #000000;
	display: block;
	width: 1000px; 
	margin: 0; 
	float: none;


/* ----------------------------------------------------------
	Container Holding the Body of the website
---------------------------------------------------------- */
}
#container {
	margin:0 auto;
	padding:35px 2em 60px;
	text-align:left;
	width:965px;
	height: auto;
	overflow: hidden;
	/* background-image: url(../images/glow_bg.png); Delete this if theres a problem with the Nav Bar */
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 150px; /* Space at in between of footer and main content */
	position: relative;


/* ----------------------------------------------------------
	Header Bar - logo and slogan
---------------------------------------------------------- */
}
#header {
	height: 74px;
	position:relative;

}
#header_logo a img {
	padding: 0;
	margin: 0;
	height: 74px;
	width: 297px;
	float: left;
	border: 0px none;

}
#header_slogan {
	padding: 0;
	margin: 0;
	height: 74px;
	width: auto;
	float: right;
	text-align: right;
	line-height: 74px;
	font-family:Georgia,Times,serif;
	color: #d9aa42;
	font-size: 21px;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	display: none;


/* ----------------------------------------------------------
	Navbar - Navbar Content
---------------------------------------------------------- 541px */
}
.navbar {
	clear: both;
	font-family: Helvetica,Arial,sans-serif;
	color: #fff1d4;
	font-size:20px;
	width: 541px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 30px; /*margin between menu and rest of page*/
	text-align: left;
    list-style-type: none;
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	padding-left: 40px;
	padding-right: 40px;
	display: none;

}
* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;

/* Selected */
}
#nav_bar_arrow_underneath { /*aero button CSS*/
font-family:Helvetica,Arial,sans-serif;
color:#FFF1D4;
background: transparent url('../images/nav_bar/arrow.gif') no-repeat bottom center;
height: 48px; /* Height of button background height */
width: auto;
float: left;
margin-right: 15px; /*spacing between buttons*/
display: none;

}
.navbar a.selected{ /*aero button CSS*/
font-family:Helvetica,Arial,sans-serif;
font-size:20px;
font-weight:bold;
color:#FFF1D4;
background: transparent url('../images/nav_bar/button_left.gif') no-repeat top left;
display: block;
float: left;
line-height: 27px; /* This value + 8px should equal height of button background (default is 35px) */
height: 35px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
width: auto;
display: none;

}
.navbar a.selected:link, a.selected:hover, .selected a.selected:visited, .selected a:active{
color:#FFF1D4; /*button text color*/

}
.navbar a.selected span{
background: transparent url('../images/nav_bar/button_right.gif') no-repeat top right;
display: block;
color:#FFF1D4;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
display: none;

/*  Non-Selected */
}
.navbar a.non_selected{ /*aero button CSS*/
font-family:Helvetica,Arial,sans-serif;
font-size:20px;
font-weight:bold;
color:#FFF1D4;
display: block;
float: left;
line-height: 27px; /* This value + 8px should equal height of button background (default is 31px) */
height: 35px;
padding-left: 10px;
text-decoration: none;
margin-right: 10px; /*spacing between buttons*/
width: auto;
display: none;

}
.navbar a.non_selected:link, a.non_selected:hover, .non_selected a.non_selected:visited, .non_selected a:active{
color:#FFF1D4; /*button text color*/

}
.navbar a.non_selected span{
color:#FFF1D4;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
display: none;



/* ----------------------------------------------------------
	Main - Main Content
---------------------------------------------------------- */
}
#main {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
	background-position: bottom center;
	background-repeat: no-repeat;

}
#main_image {
	height: 297px;
	width: 621px;
	background-color:#fffffe;
	padding: 5px;
	display: none;


/* Large text under main image */
}
#title {
	color:#000000;
	font-family:Georgia,Times,serif;
	font-size:30px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:1px;
	line-height:normal;
	margin-bottom:35px;
	margin-top:20px;
	height: auto;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;

}
#title a {
	color:#000000;
	font-family:Georgia,Times,serif;
	font-size:30px;
	font-style: italic;
	text-decoration: underline;
	letter-spacing:1px;
	line-height:normal;
	text-align: left;

}
div.main_sub_heading {
	line-height:1.5;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	text-decoration: underline;
	clear: both;
	
}
div.main_sub_heading a:link {
	color: #000000;
	text-align: left;

}
div.main_sub_heading a:visited {
	color: #000000;
	text-align: left;

}
div.main_sub_heading a:hover {
	color: #000000;
	text-align: left;

}
div.main_text {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	text-align: left;

}
div.main_text_italic {
	font-style: italic;
	width: auto;
	height: auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
	
}
div.main_text a:link {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: underline;

}
div.main_text a:visited {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: underline;

}
div.main_text a:hover {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: underline;

/* Start Of List Formatting */
}
ul.main_text {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #D4C6B9;
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 2px;/* Space underneath title */
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	padding-top: 5px;

}
div.main_text li {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #D4C6B9;
	background-position: center left;
	padding-left: 20px;
	padding-top: 10px;/* Space at top of each post*/
	padding-bottom: 0px;/* Space at bottom of each post*/
	line-height: 20px;
/* End Of List Formatting */


/* ----------------------------------------------------------
	Portfolio
---------------------------------------------------------- */
}
div.portfolio_project_holder {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	text-align: left;
	clear: left;

}
div.portfolio_main_text {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	height: auto;
	text-align: left;

}
div.portfolio_main_text_subheading_link {
	font-size: 20px;
	font-family:Helvetica,Arial,sans-serif;
	text-decoration: underline;
	
}
div.portfolio_main_text_subheading_link a:link {
	color: #000000;
	height: auto;
	text-align: left;
	text-decoration: none;
	
}
div.portfolio_main_text_subheading_link a:visited {
	color: #000000;
	height: auto;
	text-align: left;
	text-decoration: none;

}
div.portfolio_main_text_subheading_link a:hover {
	color: #000000;
	height: auto;
	text-align: left;
	text-decoration: underline;

}
div.portfolio_links {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
	width: auto;
	height: auto;
	text-align: left;
	clear: left;
	display: none;

}
div.portfolio_links a:link {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #D9AA42;
	text-decoration: none;
	
}
div.portfolio_links a:visited {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #D9AA42;
	text-decoration: none;

}
div.portfolio_links a:hover {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #D9AA42;
	text-decoration: underline;

}
div.portfolio_image {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #D4C6B9;
	background-color: #5c4929;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	border: 0px;
	position:relative;
	
}
div.portfolio_image img {
	width: 250px;
	height: 150px;
	border: 0px;
	

}
.overlay_portfolio {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	position:absolute;
	left: 5px;
	right: 5px;
	top: 125px;
	bottom: 0px;
	height: 30px;
	width: 250px;
	line-height: 30px;
	color:#FFFFFF;
	background-color: #5c4929;
	clear: both;
	display: none;


}
div.portfolio_text_link_bottom a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 10px;
	margin: 0;
	width: auto;
	height: auto;
	text-align: right;
	float: right; 
	color: #d7b257;
	text-decoration: none;
	display: none;


/* ----------------------------------------------------------
	Contact Form - Contact Content
---------------------------------------------------------- */
}
div.main_text span {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;

}
#contact_name_Input {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	border: 1px solid #000000;
	background: #FFFFFF;
	height: 20px;
	width: 176px;
	padding: 0px;
	margin-top: 3px;

}
#contact_email_Input {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	border: 1px solid #000000;
	background: #FFFFFF;
	height: 20px;
	width: 176px;
	padding: 0px;
	margin-top: 3px;

}
#contact_message_Input {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	border: 1px solid #000000;
	background: #FFFFFF;
	height: 120px;
	width: 450px;
	padding: 0px;
	margin-top: 3px;

}
#contact_submit_Input {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	height: 25px;
	width: 80px;
	font-size: 14px;
	padding: 0px;
	margin-top: 3px;
	margin-left: 0px;

}
#contact_sent_and_error a {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 20px;
	color: #000000;
	padding-left: 283px;
	padding-right: 283px;
	padding-bottom: 15px;
	width: 620px;
	height: auto;
	text-align: center;


/* ----------------------------------------------------------
	Sidebar - Sidebar Content
---------------------------------------------------------- */
}
#sidebar {
	clear: right;
	float: right;
	width: 274px;
	margin-top: 20px;
	text-align: left;
	display: none;

/* Twitter sidebar module */
}
#sidebar_twitter_wrapper {
	clear: right;
	float: right;
	width: 274px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: right;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	display: none;

/* Twitter sidebar module */
}
#sidebar_twitter_top {
	float: right;
	clear: both;
	width: 234px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-image: url(../images/sidebar_twitter_box_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	display: none;

}
#sidebar_twitter_bottom {
	float: right;
	clear: both;
	width: 234px;
	height: 54px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-image: url(../images/sidebar_twitter_box_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	display: none;

}
#sidebar_twitter_wrapper a:link, a:hover, a:visited {
color: #d7b257;
text-decoration: none;

/* Twitter module settings */
}
#sidebar_twitter_top ul {
width: 234px;
padding: 0px;
margin: 0px;
text-align: left;

}
#twitter_update_list li {
width: 234px;
	list-style: none;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #D4C6B9;
	text-align: left;

}
#twitter_update_list li a {
color: #d7b257;
text-decoration: none;
text-align: left;

}
#twitter_update_list li a:hover {
text-decoration: none;
text-align: left;

/* Facebook module setting */
}
#sidebar_sections_facebook {
	clear: both;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 77px;
	margin-right: 77px;
	margin-bottom: 0px;
	width: 120px;
	height: auto;
	text-align: center;
	display: none;

}
#sidebar_sections_facebook a img {
	width: 120px;
	height: auto;
	margin-top: 10px;
	border: 0px none;


/* Side bar madule settings - E.g. Photos, about */
}
div.sidebar_sections_wrap {
	clear: both;
	float: right;
	width: 274px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 50px; /* Space inbetween each sidebar module */
	text-align: left;
	border: 0px none;
	display: none;

}
div.sidebar_sections_wrap a img {
	clear: both;
	float: right;
	border: 0px none;

}
div.sidebar_sections_section {
	width: 274px;
	clear: both;

}
div.sidebar_sections_image_wrap a img {
	float: left;
	border: 1px solid #65594d;
	width: 50px;
	height: 50px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 8px;

}
div.sidebar_sections_text_wrap {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 204px;
	height: auto;
	text-align: left;
	float: right;
	display: none;

}
div.sidebar_sections_text_title {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	width: auto;
	height: auto;
	text-align: left;
	color: #e974c2;
	text-decoration: none;
	clear: both;

}
div.sidebar_sections_text_title a:link {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #e974c2;
	text-decoration: none;
	clear: both;

}
div.sidebar_sections_text_title a:visited {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #e974c2;
	text-decoration: none;
	clear: both;

}
div.sidebar_sections_text_title a:hover {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #e974c2;
	text-decoration: none;
	clear: both;
	
}
div.sidebar_sections_text_content {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	width: auto;
	height: auto;
	text-align: left;
	color: #a9937f;
	clear: both;

}
div.sidebar_sections_text_link_bottom a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 10px;
	margin: 0;
	width: auto;
	height: auto;
	text-align: right;
	float: right; 
	color: #d7b257;
	text-decoration: none;
	clear: both;

}
#sidebar_sections_section_view_portfolios_link a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin-bottom: 10px;
	margin: 0;
	width: auto;
	height: auto;
	text-align: right;
	float: right; 
	color: #d7b257;
	text-decoration: none;
	clear: both;


/* ----------------------------------------------------------
	Footer - Footer Content 3E3022
---------------------------------------------------------- */
}
#footer_wrap {
background-color:#6f563d;
clear:both;
color:#988264;
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
overflow:hidden;
padding-top: 15px;
padding-left: 1.5em;
padding-right: 1.5em;
padding-bottom: 15px;
background-image: url(../images/footer/footer_triangles.gif);
background-position: top;
background-repeat: repeat-x;
	position: relative;
display: none;
	
}
#footer {
margin:0 auto;
width:915px;
display: none;

/* Total footer width: 915px divide 3px(collumns) equals 305px, 305px takeaway 30px(total collumn padding) takeaway 5px(IE 6) equals 270px */
}
.footer_collumn {
background-color:#6f563d;
color:#988264;
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
float:left;
text-align:left;
height: auto;
width:270px;
margin-top: 20px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 0px;
text-decoration: none;
display: none;

}
.footer_title {
clear: both;
height: auto;
width: auto;
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:19px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
margin-top: 20px;
margin-bottom: 4px;
display: none;

}
.footer_sub_heading {
clear: both;
height: auto;
width: auto;
color:#FEC156;
font-family:Helvetica,Arial,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
margin-top: 15px;
margin-bottom: 5px;
display: none;

}
.footer_text {
clear: both;
height: auto;
width: auto;
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
margin-bottom: 0px;
display: none;

}
.footer_text a:link, .footer_text a:visited {
color: #a6d6d8;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
display: none;

}
.footer_text a:hover {
text-decoration: underline;

  }
    #footer_collumn_navigation_ul {
      list-style-position: outside;
list-style-type: disc;
	margin-top: 0px;
	margin-left: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
width: auto;
display: none;

    }
    .footer_collumn_navigation_li {
margin-bottom: 3px;
display: none;

}
#footer_collumn_navigation_ul a.footer_collumn_navigation_link {
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
display: none;

}
#footer_text_last_fm_footer_bar {
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
display: none;

}
#footer_text_last_fm_footer_bar a:link {
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;

}
#footer_text_last_fm_footer_bar a:visited {
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;

}
#footer_text_last_fm_footer_bar a:hover {
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: underline;

  }
    #footer_bar_icons_ul {
      list-style-position: outside;
	list-style: none;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: none;

    }
    #footer_bar_icons_ul a.twitter,
    #footer_bar_icons_ul a.facebook,
    #footer_bar_icons_ul a.flickr,
    #footer_bar_icons_ul a.last_fm,
    #footer_bar_icons_ul a.delicious,
    #footer_bar_icons_ul a.formspring,
    #footer_bar_icons_ul a.foursquare {
      display: block;
      height: 16px;
      padding: 0 0 5px 22px; /* Default: 24px, 22px is the space on the left of the buttons to the text, 5px is the space in between each line */
	line-height: 16px;
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
display: none;

    }
    #footer_bar_icons_ul a.twitter {
      background: url(../images/footer/footer_bar_icons_twitter.png) no-repeat 0 0;
    }
    #footer_bar_icons_ul a.facebook {
      background: url(../images/footer/footer_bar_icons_facebook.png) no-repeat 0 0;
    }
    #footer_bar_icons_ul a.flickr {
      background: url(../images/footer/footer_bar_icons_flickr.png) no-repeat 0 0;
	}
    #footer_bar_icons_ul a.last_fm {
      background: url(../images/footer/footer_bar_icons_last_fm.png) no-repeat 0 0;
    }
    #footer_bar_icons_ul a.delicious {
      background: url(../images/footer/footer_bar_icons_delicious.png) no-repeat 0 0;
    }
    #footer_bar_icons_ul a.formspring {
      background: url(../images/footer/footer_bar_icons_formspring.png) no-repeat 0 0;
    }
    #footer_bar_icons_ul a.foursquare {
      background: url(../images/footer/footer_bar_icons_foursquare.png) no-repeat 0 0;

  }
  #footer_copyright {
    clear: both;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    color: #3f2f1c;
text-align: center;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
display: none;

  }
    #footer_copyright a {
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration: none;
      color: #3f2f1c;



/* Flickr Settings - Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. */
}
#flickr_badge_wrapper {
width: auto;
padding:0px;
margin-top: 10px;
display: none;

}
.flickr_badge_image {
margin:0px;
display: none;

}
.flickr_badge_image img {
float: left;
border: 0px solid #FFFFFF;
padding: 3px;
background-color: #5c4929;
margin-right: 4px;
margin-bottom: 4px;

}
#flickr_badge_source {
margin:0px;
display: none;

}
#flickr_badge_icon {
float:left;
width: auto;
display: none;

}
#flickr_badge_wrapper a {
text-decoration:none;
display: none;

}
#flickr_badge_source {
padding:0px;
display: none;

}
#flickr_see_more a:link, #flickr_see_more a:visited {
clear: both;
float: right;
width: auto;
height: auto;
color: #a6d6d8;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align: right;
text-decoration: none;
margin-top: 1px;
margin-right: 23px;
display: none;

}
#flickr_see_more a:hover {
float: right;
width: auto;
height: auto;
color: #a6d6d8;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: underline;


}
#delicious_bookmarks_footer_text {
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-bottom: 5px;
display: none;

}
.delicious-posts { 
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;
display: none;

}
.delicious-posts ul, .delicious-posts li, .delicious-banner {
      list-style-position: outside;
list-style-type: disc;
	margin-top: 0px;
	margin-left: 17px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
width: auto;
display: none;

}
.delicious-post { 
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;
display: none;

}
.delicious-odd { 
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;
display: none;

}
.delicious-banner a { 
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;
display: none;

}
.delicious-posts a:hover { 
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: underline;
display: none;

}
.delicious-posts a { 
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;
display: none;

}
.delicious-post a { 
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
text-decoration: none;
display: none;

}