/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
.gallery .gallery-icon a img {border: 1px dashed #888;}
.gallery .gallery-icon a:hover img {border: 1px dashed #fff;}
/* Recent Photos Plugin */
#recent-photos {clear: both; margin: 0 0 20px 0; padding: 0 10px;}
#recent-photos h3 {background: url(images/bg-h2-myphotos.png) no-repeat; width: 137px; height: 34px; margin: 0 0 10px;}
#recent-photos .box1 {padding:0; background:none !important;}
#recent_photos_envelope{margin:0 0 20px 0;}
.recent_photo_image a {float:left;display:inline;margin:0 16px 15px 0;border:1px dashed #888;padding:5px}
.recent_photo_image a:hover {border:1px dashed #fff}
#browsephotos{background: url(images/bg-flickr.png) no-repeat; width: 91px; height: 11px; margin: 0 25px 10px 12px; float:right;}
/* Customising blog post entry */
i {font-style: italic;}
#main div#custom_entry a {border-bottom:1px dashed; text-decoration:none;}
#main div#custom_entry a:hover {border-bottom:1px solid; text-decoration:none;}
#main div#custom_entry p {margin:0; padding: 5px;}
#main div#custom_entry p.heading {margin:0; padding: 5px 5px 0;}
#main div#custom_entry ul, #main div#custom_entry ol{margin:0; padding: 0px 5px 5px 40px;}
#main div#custom_entry ul ul{list-style-type:circle; padding:0 0 0 20px;}
#main div#custom_entry ol{list-style: decimal;}
#main div#custom_entry code {overflow:hidden; border-left: 1px solid #CCC; padding-left: 5px;}

/* Reply Comment Link */
.reply {padding-top:5px;}
.reply a {color:#A3D5EA; border-bottom:thin dashed;}
.reply a:hover {text-decoration:none; border-bottom:thin solid;}
/* Custom CSS for code */
code {
background:none repeat scroll 0 0 #C0C0C0;
color:black;
display:block;
padding:5px;
margin:5px;
white-space:normal;
}

/* Social Icons */
#social-container {
	background:none repeat-x bottom;
	display:inline;
}
ul#social-list {
	margin: 0;
}
#social-list li {
	padding: 0 20px;
	background: none;
    margin-right: 75px;
}
#social-list li a {
	/*background:url(http://static-images.icnd.us/wordpress/wp-content/themes/icnd_v2/images/social_icons_sprite_hor.png) no-repeat top left;*/
	display:block;
	/*float:left;*/
	float:right;
	height:48px;
	width:48px;
	text-indent:-9999px;
	margin-top: 12px;
	margin-left: 10px;
	padding: 0;
	/*opacity: 0.8;*/
}
#social-list li a:hover {
	opacity: 0.6;
	/*height:24px;*/
}
#social-list li a span {
	display: none;	
}
#social-list li a:hover span {
	position: absolute;
	display: none;	
}
a#icon_twitter_48 {background:url(images/social_48/twitter_48.png) no-repeat top left;}
a#icon_facebook_48 {background:url(images/social_48/facebook_48.png) no-repeat top left;}
a#icon_feeds_48 {background:url(images/social_48/feed_48.png) no-repeat top left;}
.share-widgets {float:left;left:75px;top:200px;margin:25px 0 0 0;position:fixed;}
#google-plus-one{margin:5px 0;display:block;}
#twitter-widget{margin:5px 0;display:block;}
#stumble-widget{margin:5px 0;display:block;}
#facebook-widget{margin:5px 0;display:block;}
#friendfeed-widget{margin:5px 0;display:block;}
 div.ba-container img {
border: none;
padding: 0 !important;
}

/*tabs in posts*/
#main div#tab_headings ul {margin:0; padding: 0px 5px 5px 40px;list-style:none;}
#main div#tab_headings ul li {float:left}
.ui-tabs-hide{display:none;}
ul.tabs-headings {margin-bottom:10px;/*background-color:#AAAAAA;*/border:1px dashed;}
#main div.box1 ul.tabs-headings {margin-bottom:10px;padding:19px;padding-top:0px;}
ul.tabs-headings li {padding-right:10px;padding-left:10px;float:left;list-style:none;border-right:1px dashed;}
li.ui-state-active{background-color:#FFFFFF;border:1px solid #DDDDDD;border-bottom:none}
li.ui-state-active a {color:#6099FF;}
div.ui-tabs-panel {float:left;margin-bottom:20px;}
div#custom_entry{clear:both;}
/*Tabs with pics*/
ul#picture_tabs {
    height:122px;
    padding:5px !important;
    width:700px;
    margin-left:100px;
}
ul#picture_tabs li {
    padding:2px;
    border:none;
}
#fullmain ul#picture_tabs li img {padding:2px !important; border:none;}
#fullmain div.ui-tabs-panel {float:none;}
ul#picture_tabs li.ui-state-active{
    background:none;
    border:none;
    border-width:0px;
    border-color:#ff0000;
}
ul#picture_tabs li.ui-state-active a{
    background:none;
    border:none;
    border-width:0px;
    border-color:#ff0000;
    border:2px solid;
    border-top:0px;
}

