/* Picasa Web albums */
.picasa {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;

	
}
.pw_album_list, .pw_photo_list {
	border: 1px dotted #666666;
	list-style-image: none;
	list-style-type: none;
	padding: 10px;
	margin: 2px;
	text-align: justify;
	float: left;
       background-color:#fff;
}

.pw_album_list  img {
	margin-right: 10px;
        border: 2px  solid #000;
}

.pw_album_list {
	width: 155px;
	height: 200px;
	overflow: hidden;

}

.pw_album_list a{
text-decoration: none;

}


.pw_album_list:hover, .pw_photo_list:hover {
	border: 1px solid #666666;
	text-decoration: none;
}
.pw_album_list a:hover, .pw_photo_list a:hover {
	text-decoration: none;
}
.pw_image {
	margin: 4px;
}

/* Widgets */
.widget {
	float: left;
	margin: 8px;
	margin-top: 0;
	width: 40%;
}
.widget h3, .widget caption {
	font-size: 12px;
}
#recent_recipes {
	width: 370px;
}
#recent_photos {
	width: 280px;
}
#recent_photos .grid li {
	padding: 2px;
	width: 75px;
	height: 100px;
}
#recent_photos .grid img {
	width: 70px;
}
#recent_photos .grid .title {
	font-size: x-small;
}

#actions {
	margin-top: 10px;
	text-align: center;
	clear: both;
}
#actions select {
	float: left;
	margin-left: 15px;
	font-weight: bold;
	font-variant: small-caps;	
}
#actions .action_link, #actions input {
	float: left;
}
#actions input {
	margin: 0;
	margin-left: 5px;
}
.action_link {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 5px 0px 5px 15px;
	white-space: nowrap;
	width: auto;
	border: none;
	background-color: transparent;
	vertical-align: middle;
}
.action_link:hover {
	color:#666666;
	text-decoration: underline;
}
input.action_link {
	border: none;
	cursor: pointer;
	width: 40px;
}

#deal_list, #blog_list {
	margin: 0px 5px;
}
#deal_list .title, #blog_list .title {
	font-weight: bold;
}
#deal_list td .description {
	font-weight: normal;
}
#deal_list .source, #blog_list .author {
	width: 70px;
}
#deal_list .source a {
	font-weight: normal;
}
#deal_list .price {
	font-weight: bold;
	width: 50px;
}
#deal_list .posted, #blog_list .posted {
	text-align: right;
	width: 60px;
}

/* Recipe list tables */
#link_table {
	clear: both;
	margin-bottom: 10px;
	table-layout: fixed;
}
#link_table .name {
	width: 60%;
	font-size: 110%;
	font-weight: bold;
}
#link_table .description {
	font-size: 80%;
	font-weight: normal;
}
#link_table .url {
	width: 30%;
	white-space: nowrap;
	overflow: hidden;
}
#link_table .actions {
	width: 40px;
	text-align: right;
}
#link_table .actions a {
	display: inline;
}

/* Side Navigation */
#side_navigation ul {
	margin-left: 0;
	list-style: none;
	list-style-image: none;
}
#side_navigation ul li {
	background: #CCCCCC;
	border: 1px solid #666666;
	text-align: center;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 3px;
	letter-spacing: 1px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	overflow: hidden;
	
/*	margin: .4em;
	letter-spacing: .1em;*/
}
#side_navigation ul li a {
	padding: 8px 6px;
	display: block;
	
/*	padding: .5em;*/
}
#side_navigation ul a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

/* Manage */
.options {
	list-style: none;
	list-style-image: none;
	margin-left: 25px;
	margin-top: 25px;
	padding: 5px;
	width: 80%;
	border: 1px solid #999999;
}
.options li, .options li ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	border: 1px dotted #999999;
}
.options img {
	vertical-align: middle;
	margin: 0 5px;
}
.options li ul li {
	list-style-image: url('../images/bullet_orange.png');
	margin-left: 2em;
	border: 0;
}
.options a {
	display: block;
	padding: 5px;
}
.options a:hover {
	text-decoration: none;
	background-color: #EEEEEE;
}
.options .description  {
	font-size: 65%;
	font-weight:normal;
	font-variant: normal;
	letter-spacing: 0;
	color: #333333;
}
.deals_table {
	width: 750px;
	margin-top: 5px;
	table-layout: fixed;
	clear: both;
}
.deals_table td {
	padding-right: 5px;
}
.deals_table, .deals_table input {
	font-size: x-small;
}
.deals_table .title, .deals_table .description, .deals_table .link, .deals_table .source, .deals_table .source_link, .deals_table .expires, .deals_table .posted {
	white-space: nowrap;
	overflow: hidden;
}
.deals_table .id {
	display: none;
}
.deals_table .title {
	width: 120px;
}
.deals_table .description {
	width: 150px;
}
.deals_table .link {
	width: 90px;
}
.deals_table .source {
	width: 80px;
}
.deals_table .source_link {
	width: 80px;
}
.deals_table .price {
	width: 50px;
}
.deals_table .expires {
	width: 75px;
}
.deals_table .posted {
	width: 75px;
}
.delete_item {
	width: 15px;
}
.change_order {
	width: 35px;
}

/* Misc */
#quick_search a {
	font-weight: normal;
}
#quick_search input {
	border: 1px #999999 solid;
	vertical-align: middle;
}
#footer {
	position: absolute;
	font-size: 8px;
	padding-top: 2px;
	padding-right: 2px;
	color: #000000;
	background-color: #DDDD99;
	-moz-border-radius: 4px;
}
#footer a {
/*	text-transform: uppercase;*/
	font-size: 9px;
	font-variant: small-caps;
	margin-left: 4px;
	color: #555555;
}
#footer img {
	vertical-align: middle;
}
#view_picture {
	text-align: center;
}
#view_picture h1 {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
#edit_link .url, #edit_link .description, #add_link .url, #add_link .description {
	width: 400px;
}
textarea#blog_template {
	width: 100%;
	height: 250px;
}


/* Tabs */
ul#index li.index, ul#search li.search, ul#view li.view, ul#edit li.edit, ul#new li.new, ul#recipe_box li.recipe_box, ul#secret li.secret, ul#profile li.profile, ul#my_recipes li.my_recipes, ul#sign_in li.sign_in, ul#register li.register, ul#deals li.deals, ul#deals_ li.deals_, ul#links li.links, ul#recipe_categor li.recipe_categor, ul#users li.users, ul#blog li.blog, ul#reasor li.reasor, ul#wong li.wong, ul#friends li.friends, ul#blogs li.blogs, ul#church li.church, ul#deals li.deals, ul#other li.other, ul#the_wongs li.the_wongs, ul#website li.website {
	opacity: .9;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
ul#recipe_box li.recipe_box {
	background-color: #FFFFDD;
/*	border-color: #FF6600;*/
	border-right: 1px solid #FFFFDD;
}
ul#secret li.secret {
	background-color: #EEEEEE;
/*	border-color: #FF6600;*/
	border-right: 1px solid #EEEEEE;
}


/* Sortable Lists */
ul.sortable_list {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	width: 200px;
}
ul.sortable_list li {
	list-style-type: none;
	list-style-image: none;
	cursor: move;
	font-variant: small-caps;
	font-weight: bold;
	padding: 2px 5px;
	margin: 2px 0px;
	border: 1px solid #000000;
	background-color: #FFCC00;
}
div.sortable_list div {
	cursor: move;
	padding: 2px 2px;
	margin: 2px 0px;
	border: 1px solid #000000;
	background-color: #daeda3;
	width: 400px;
}
div.sortable_list img {
	cursor: move;
	display: block;
	margin: 5px 0px;
	border: 1px solid #000000;
}
fieldset.sortable_list {
	float: left;
}
.sortable_list .handle {
	cursor: move;
}
legend img.handle {
	display: inline;
	vertical-align: middle;
	border: 0;
	margin: 0 5px;
}
ul#link-type li {
	background-color: #6699FF;
}
#category-type fieldset, #category-type ul {
	width: 140px;
}
h1 {
font-size: 15px
}