/*/wp/wp-admin/theme-editor.php?file=/themes/minimal/style.css&theme=minimal&a=te
Theme Name: minimal
Theme URI: http://rizzlestudios.ath.cx/wordpress/minimal
Description: A minimastic WordPress theme utilizing no images in the template.
Version: 1.1
Author: rizzlestudios
Author URI: http://rizzlestudios.ath.cx/
Tags: white, two-column, one-column, minimalist, widgets, widgetized
Licensed under GPL. #99ccff
*/

body {
	margin: 0 auto;
	padding: 0;
	background: #EEEEEE;
	font: normal 13px Verdana, Arial, Sans-Serif;
	color: #444444;
	text-align: left;
	}

/* ----------Links---------- */

a:link { color: #003399; text-decoration: none; font-weight: none;}
a:visited { color: #006699; text-decoration: none; font-weight: none;}
a:hover, a:active { color: #ff3366; text-decoration: underline; font-weight: none;}
a img { border: none; margin: 0 0 0 0;}
/* --a[target="_blank"]:after { content:url(/wp/wp-content/uploads/2009/10/out_link.gif); vertical-align: middle; margin: 0 1px; }--- */

h3 a:link { color: #003399; text-decoration: none;}
h3 a:visited { color: #006699; text-decoration: none;}
h3 a:hover, a:active { color: #ff3366;}

/* ----------Typography---------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px; padding: 0px; }
h1 { font-size: 32px; color: #444444; font-weight: bold;}
.post_index_name {font-size: 24px; color: #444444; font-weight:bold; text-transform: none; margin: 5px 0 30px 0;}

h2 { font-size: 20px; color: #444444; font-weight: bold;}
.post-title h2 {color: #000033; font-weight:bold; text-transform: none; margin: 10px 0 5px 0;}
h3 { font-size: 18px; color: #444444; font-weight: none;}
h4 { font-size: 16px; color: #444444; font-weight: none;}
h5 { font-size: 14px; color: #444444; font-weight: normal;}
h6 { font-size: 11px; color: #444444; text-transform: none; padding: 12px 0 11px 0; font-weight: normal; }

ul { 
	line-height: 1.4em;
	list-style-type: dot;
	color: #444444;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	margin: 0 0 0.8em 0.1em;
	padding: 0;
	}

li {
	list-style-type:none;
	list-style-position:outside;
        padding: 1px 0 1px 0;
	}

ol {
	line-height: 1.8em;
	color: #444444;
	}

blockquote {
	color: #555555;
	background: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 10px;
	}

code {
	font-family: Consolas, Verdana, Arial, "Courier New"; 	
	color: #555555;
	font-weight: bold;
	padding: 5px 10px; 
	margin: 10px 20px;
	}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #444444;
	cursor: help;
	}
p {
	margin:0 0 10px;
	}
em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

del {
	text-decoration: line-through;
	color: #555555;
	font-size: 11px;
	}

ins {
	text-decoration: none;
	color: #679b3c;
	}

p em, 
cite
{
	font-family: Consolas, Verdana, Serif;
}

/* ----------Structure---------- */

#header {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 50px;
	background-color: #EEEEEE;
	}

#header_logo {
	float: left;
	width: 300px;
	padding: 0;
	padding: 0 0 10px 40px;
	}

#topbar {
	color: #d4d4d4d;
	font-size: 12px;
	padding: 0;
	margin: 5px 0 0 0;
	}

#cse-search-box {
	width: 200px;
	float: right;
	padding: 9px 40px 0 0;
	margin: 0;
	}

	input.search_input { 
		width: 70%;
		}

#navigation {
	width: 960px;
	height: 40px;
	float: left; 
	padding: 0;
	margin: 0;
	background-color: #111111;
	text-transform: none;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 13px;
	}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border-left: 2px solid #111111;
	border-right: 2px solid #111111;
	border-bottom: 2px solid #111111;
	background: #ffffff;
	}

#content {
	float: left;
	padding: 0 0 20px 40px;
	line-height: 1.3em;
	text-align: left;
	width: 640px;
	}

#content .commentbox{
	color: #444444;
	background-color: #EFEFEF;
	padding: 10px 0 10px 5px;
	border-top: solid #111111 2px;
	text-transform: none;
	font-size: 12px;
	margi: 20px 0 20px 0;
	}

#comments {
	color: #4A4A4A;
	padding: 0px;
	}

#comments .comment {
	padding: 10px;
	background-color: #F6F6F6;
	border-bottom: 20px solid #ffffff;
	}

#comments .comment cite {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	}

#sidebar {
	float: right;
	background-color: #ffffff;
	display: inline;
	width: 200px;
	color: #5b5c5c;
	font-size: 12pt;
	text-align: left;
	padding: 40px;
	}

.sidebar-navigation {
	background-color: #111111;
	float: left;
	width: 195px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: left;
	font-size: 12pt;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF; 
	height: 200px;
	}

.footer_flickr {
	clear: both;
	color: #444444;
	text-align: left;
	margin: 0;
	padding: 0 40px 15px 40px;
	border-bottom: 2px solid #111111;
	/* --background: url(http://xxxx.xx/images/xx.jpg) no-repeat center bottom;--- */
	}
/* --
.footer_navigation {
	clear: both;
	border-top: 1px solid #111111;
	text-align: left;
	color: #444444;
	margin: 0 40px 40px;
	padding: 20px 0 0 5px;
	}
-- */
/* --
.footer_contact {
	clear: both;
	color: #444444;
	text-align: left;
	border-top: 1px solid #111111;
	margin: 0 0 20px 0;
	padding: 20px 0 0 5px;
	}
-- */
.footer_copyright {
	float: left;
        height: 48px;
        line-height: 48px;
	margin: 0 0 0 0;
	padding: 15px 0 15px 40px;
}
.footer_nakanohito {
	float: right;
        height: 48px;
        line-height: 48px;
	margin: 0 0 0 0;
	padding: 15px 40px 15px 0;
}

/* ----------Single Post---------- */

#post_content {
	float: left;
	padding: 0 0 20px 40px;
	line-height: 1.3em;
	text-align: left;
	width: 640px;
	}

#post_content .commentbox {
	color: #444444;
	background-color: #f5f5f5;
	padding: 10px 0 10px 5px;
	border-top: solid #111111 2px;
	text-transform: none;
	font-size: 12px;
	margin: 20px 0 20px 0;
	}

#post_content .message1 {
	color: #000033;
	font-weight: none;
	text-transform: none;
	margin: 0;
	padding: 60px 20px 0 20px;
	}

#post_content .message2 {
	color: #000033;
	font-weight: none;
	text-transform: none;
	margin: 0;
	padding: 10px 20px 0 20px;
	}


/* ----------Navigation---------- */


#navigation ul {
	padding: 0 0 0 40px;
	float: left;
	list-style-type: none;
	}

#navigation li {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	}

#navigation a:link, 
#navigation a:visited {
	float: left;
	display: block;
	color: #ffffff;
	padding: 6px 13px 10px 13px;
	}
#navigation a:hover,
#navigation a:active {
	color:#FF3366;
	}

#navigation ul li.current_page_item   a:link,
#navigation ul li.current_page_item   a:visited, 
#navigation ul li.current_page_item   a:hover,
#navigation ul li.current_page_item   a:active {
	color: #111111;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

#navigation ul li.search {
	float:right;
	margin-right: 5px;
	}

/* ----------Topbar---------- */

#topbar .utility {
float:right;
border-left:1px solid;
padding:0 10px 0 10px;
}

#topbar .call_now {
float:right;
border-left:1px solid;
padding:0px 10px 0 10px;
}

#topbar .mail_now {
float:right;
padding:0px 10px 0 10px;
}

/* ----------Header---------- */

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color: #003366;
	background-color: transparent;
	}

#header h1 span {
	color:#003366;
	}


h1.blog-title {
	display: inline;
	}

h1.blog-title a {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: none;
	font-size: 32px;	
    text-transform: none;
	color: #ffffff;
	letter-spacing: -1px;
	border-bottom: none;
	}

h1.blog-title a:hover {
	text-decoration: none;
	color: #ffffff;
	background: transparent;
	}

.tagline {	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: right;
	margin-left: 7px;
	padding: 0;
	color: #003399;
	letter-spacing: 0px;
	text-transform: none;
	display: inline;
	}

/* ----------Content common(for content and post_content)---------- */
.breadcrumbs {
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-transform: none;
	padding: 11px 0 12px 0;
	}

.head-image {
	margin: 0 0 20px 0;
	padding: 0;
	}

.head-image-top {
	margin: 0 0 20px 0;
	padding: 0;
	}

.post-main-image {
	margin: 15px 0 15px 0;
	padding: 0;
	}

.post-work-dl {
        border: 0px solid #EEEEEE;
        width: 640px;
        margin: 0 0 20px 0;
        padding: 0;
	}

.post-work-dt {
        float: left;
        width: 130px;
        padding: 0;
        clear: both;
        font-weight: bold;
	}

.post-work-dd {
        width: 490px;
        border-left: 4px solid #DEDEDE;
        margin-left: 130px;
        padding: 0 0 0 16px;
        }

.post-work-doc-dl {
        border: 0px solid #EEEEEE;
        width: 640px;
        margin: 0 0 20px 0;
        padding: 0;
	}

.post-work-doc-dt {
        float: left;
        width: 130px;
        padding: 2px 0 2px 0;
        clear: both;
        font-weight: bold;
	}
.post-work-doc-dd {
        width: 490px;
        font-size: 1.4em;
        line-height: 1.4em;
        border-left: 4px solid #DEDEDE;
        margin-left: 130px;
        padding: 0 0 0 16px;
        }


.post-work-summary-out-dl {
        width: 632px;
        margin: 0 0 20px 0;
        background: #DEDEDE;
        border: 4px solid #DEDEDE;
        }

.post-work-summary-out-dt {
        float: left;
        width: 116px;
        padding: 10px 0 10px 10px;
        clear: both;
        font-weight: bold;
	}

.post-work-summary-out-dd {
        width: 484px;
        margin-left: 130px;
        padding: 10px 0 10px 18px;
        background: #ffffff;
        }

.post-work-summary-dl {
        width: 484px;
        margin: 0;
        padding: 0;
        }

.post-work-summary-dt {
        float: left;
        width: 80px;
        padding: 1px 0 1px 0;
	}

.post-work-summary-dd {
        width: 394px;
        margin-left: 80px;
        padding: 1px 0 1px 10px;
        }

.post-work-credit-dl {
        width: 512px;
        margin: 0;
        padding: 0;
        }

.post-work-credit-dt {
        float: left;
        width: 140px;
        padding: 1px 0 1px 0;
	}

.post-work-credit-dd {
        width: 342px;
        margin-left: 140px;
        padding: 1px 0 1px 10px;
        }

table.post-work-dl-asp{
        width: 490px;
        border-top:1px solid #dedede;
        border-collapse:collapse;
        border-spacing:0;
        background-color:#ffffff;
        empty-cells:show;
        font-size: 1.0em;
        margin: 0 0 10px 0;
        }

.post-work-dl-asp th {
        border-bottom:1px solid #dedede;
        background-color:#dedede;
        border-right:1px solid #ffffff;
        background-position:left top;
        padding:0.3em 0.8em;
        text-align:center;
        }
.post-work-dl-asp td {
        border-bottom:1px solid #dedede;
        padding:0.3em 0.8em;
        }

.monetal {
        text-align: right;
        }

#section {
	float: left;
        width: 640px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	}

.sectiontitle_1st {
	margin: 0 0 15px 0;
	padding: 10px 0 5px 0;
	border-bottom:2px solid #111111;
	}

.sectiontitle {
	margin: 0 0 20px 0;
	padding: 5px 0 5px 0;
	border-bottom:2px solid #111111;
	}

.date_box {
	margin: 0 0 11px 0;
	padding: 0;
	}
.date {
	color: #FFFFFF;
	font-weight: none;
	font-size: 90%;
	background-color:#111111;
	border:medium none;
	padding:0.2em 0.5em;
	}

.title-large {
	color: #444444;
	font-weight:bold;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom:10px;
	}

.title-large-contact {
	color: #444444;
	font-weight:bold;
	font-size: 20px;
        letter-spacing: -0.05em;
	text-transform: none;
	margin-bottom:10px;
	}

.title-midium {
	color: #444444;
	font-weight:bold;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0.5px;
	margin:0 0 5px 0;
	}

.title-small {
	color: #444444;
	font-weight:bold;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0px;
	margin:0 0 3px 0;
	}

.title-small-plain {
	color: #444444;
	font-weight:none;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0px;
	margin:0 0 1px 0;
	}

.post-title {
	color: #444444;
	font-weight:bold;
	text-transform: none;
	margin:10px 0 5px 0;
	}

#h3.post-title {
	display: inline;
	}

#h3.post-title a {	
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	color: #003399;
	letter-spacing: 0px;
	border-bottom: none;
	}

h3.post-title a:hover {
	text-decoration: none;
	color: #ff3366;
	background: transparent;
	}




/* ---------Content > home---------- */

#content .mainvisual {
	margin: 20px 0 20px 0;
	padding: 0;
	}

/* ----------Content > hello---------- */
.hello-box {
	clear:left;
	float:left;
	width: 640px;
	margin: 0 0 20px 0;
	padding: 0;
	}
.hello-box .guest-left {
	clear:left;
	float:left;
	width: 80px;
	height: 60px;
	background-image: url(/wp/wp-content/uploads/2009/09/tip_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 20px 0;
	padding: 0;
	}

.hello-box .guest-right {
	float:right;
	width: 536px;
	height: 56px;
	line-height: 56px;
	border: 2px solid #dddddd;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	}

.hello-box .host-left {
	clear:left;
	float:left;
	width: 80px;
	background-image: url(/wp/wp-content/uploads/2009/09/tip_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 20px 0;
	padding: 0;
	}

.hello-box .host-right {
	background-color: #F5F5F5;
	border: 1px solid #dddddd;
	float:right;
	width: 518px;
	margin: 0;
	padding: 20px 20px 10px 20px;
	}


/* ----------Content > profile---------- */

#content .profile-box {
	float: left;
	background-color: #ffffff;
	width: 640px;
	padding: 0 0 20px 0;
	margin: 0;
	}

#content .profile-box-title {
	text-transform: none;
	padding: 0 0 10px 0;
	border-bottom: solid #a0d8ef 3px;
	}
#content .profile-box-image {
	padding: 5px 0 0 0;
	}

#content .profile-box-text {
	font-sizet: 13px;
	font-weight: none
	text-transform: none;
	padding: 0 0 0 200px;
	margin: 0;
	}


/* ----------Content > work---------- */
.thumbs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.thumbs .row_1st {
	clear: left;
　　　　width: 200px;
	margin: 0 0 0 0;
	}

.thumbs li {
	float: left;
	background: transparent none repeat scroll 0 0;
	border-bottom: 0px solid #eeeeee;
	margin: 0 0 15px 20px;
	padding: 0;
	width: 200px;
	}

.thumbs h3 {
	font-weight: none;
	font-size: 0.925em;
	line-height: 1.2em;
	color: #111111;
	padding: 10px 10px 9px 10px;
	margin: 0 0 0 0;
	background-color: #DEDEDE;
	}

.thumbs img {
	background: #F5F5F5 none repeat scroll 0 0;
	display: block;
	padding: 0 0 0 0;
	margin: -10px 0 8px -10px;
	}

p.tags {
	-x-system-font: none;
	font-size: 0.88em;
	font-size-adjust: none;
	font-stretch:normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3em;
	margin: 5px 0 0 3px;
	}

/* ----------Content > contact---------- */
.call-box {
	background-color: #f0f8ff;
	border: solid 2px #00BFFF;
	height: 40px;
	width: 600px;
	margin: 0 0 20px 0;
	padding: 18px;
	}

.call-box .tel{
        background-image: url(/wp/wp-content/uploads/2009/09/icon_phone_40x40.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0 0 0 45px;
	width: 155px;
	}

.call-box .skype {
        background-image: url(/wp/wp-content/uploads/2009/09/icon_skype_40x40.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0 0 0 45px;
	width: 155px;
	}

.call-box .twitter {
        background-image: url(/wp/wp-content/uploads/2009/09/icon_twitter_40x40.png);
	background-repeat: no-repeat;
	float: right;
	margin: 0;
	padding: 0 0 0 45px;
	width: 155px;
	}
.call-box li {
	background: transparent none repeat scroll 0 0;
	border-bottom: 0px solid #eeeeee;
	float: left;
	margin: 0 0 10px 20px;
	padding: 0;
	width: 200px;
	}

/* ----------Sidebar---------- */

#sidebar h2 {
	font-size: 13px;
	color:#444444;
	text-transform: none;
	border-bottom: solid #111111 none;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	}

.widgettitle {
	font-size: 12px;
	color:#444444;
	text-transform: none;
	border-bottom: solid #696969 1px;
	margin: 0px 0 30px 0
	}

.sidebar-navigation a:link, 
.sidebar-navigation a:visited {
	font-size:13px;
	font-weight:bold;
	float: left;
	display: block;
	color: #ffffff;
	}
.sidebar-navigation a:hover,
.sidebar-navigation a:active {
	font-size:13px;
	font-weight:bold;
	float: left;
	display: block;
	color:#FF3366;
	}

#sidebar ul {
	padding: 0;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 5px 0 5px;
	font-weight:plane;
	font-size:13px;
	}

#sidebar ul li {
	padding: 0px;
	}

#sidebar ul li:hover {
	background-color: none;
	font-weight:plane;
	font-size:13px;
	}

#sidebar ul li .title {
	display: block;
	font-weight: plane;
	}

#sidebar ul li .date {
	display: block;
	color: #777777;
	font-size: smaller;
	}

#sidebar ul li .content {
	display: block;
	font-weight:plane;
	font-size:13px;
	}

#sidebar ul li a:link {
	padding: 0; 
	color: #003399;
	font-weight:plane;
	font-size:13px;
	}

#sidebar ul  li a:visited {
	padding: 0; 
	color: #003399;
	font-weight:plane;
	font-size:13px;
	}

#sidebar ul  li a:hover,
#sidebar ul  li a:active {
	background-color: transparent; 
	color: #FF3366;
	text-decoration: underline;
	font-weight:plane;
	font-size:13px;
	}

#sidebar ul  .list_subpages {
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
	list-style-type: none;
	}


/* ----------Footer---------- */

#footer a:hover,
#footer a:active {
	color: #003355;
	background-color:transparent;
	}


/* ----------Comments---------- */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
width:640px;
	}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #ddd;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {

	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* ----------Images---------- */
.aligncenter,
	div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
   /* ----------optional rounded corners for browsers that support it---------- */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* ----------Forms---------- */
#searchform input {width: 100px;}

#searchsubmit {
	width: 40px;
	}
textarea {
	width: 440px;
	}

/* ----------ContactForm7---------- */
#form-menu {
	margin: 0 0 20px 0;
	}

#form-menu dl {
	float: left;
	}

#form-menu dt {
	float: left;
	width: 160px;
	font-size: 13px;
	font-weight: none;
	margin-left: 20px;
	padding: 5px 0 5px 0;
	}

#form-menu dd {
	margin-left: 190px;
	padding: 5px 0 5px 0;
	width: 430px;
	}

/* ----------Flickr Photo---------- */
#footer dl#flickrPhoto {
	margin: 0;
	border: none;
	background-image: url(/wp/wp-content/uploads/2009/07/bg_paper.png);
	background-repeat: repeat;
	width: 880px;
	}

#footer dl#flickrPhoto:after { /* ----------for Modern Browser---------- */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
	}

#footer dl#flickrPhoto dt {
	float: left;
	padding:15px 0 15px 10px;  
	clear:both;  
	}

#footer dl#flickrPhoto dd {
	float: right;
	padding:5px 0 5px 0;
	margin: 0;
	}

#footer dl#flickrPhoto dd table#flickr_badge_wrapper {
	margin: 3px;
	}

#footer dl#flickrPhoto dd table#flickr_badge_wrapper tr {
	}

#footer dl#flickrPhoto dd table#flickr_badge_wrapper tr td {
	padding: 5px !important;
	}

#footer dl#flickrPhoto dd table#flickr_badge_wrapper tr td img {
	}