/********************************************************************************************************************
* This script is brought to you by Vasplus Programming Blog by whom all copyrights are reserved.
* Website: www.vasplus.info
* Email: info@vasplus.info
* This script must not be sold or use for commercial purpose without the permission of Vasplus Programming Blog
* Please, do not remove this information from the top of this page.
*********************************************************************************************************************/


/*Main wrapper for the fetched contents*/
#vpb_fetched_contents_wrapper 
{
	width:95%;
	max-width:450px;
	margin: 0px;
	border: solid 1px #cbcbcb;
	 background-color: #FFF;
	 box-shadow: 0 2px 20px #F2f2f2;
	-moz-box-shadow: 0 2px 20px #f2f2f2;
	-webkit-box-shadow: 0 2px 20px #f2f2f2;
	-webkit-border-radius: 15px 15px; 15px 15px;-moz-border-radius: 15px 15px; 15px 15px;
	border-radius: 15px 15px; 15px 15px;
	padding: 10px; 
	word-wrap: break-word; /* break every long URLs or contents */
}

.vpb_all_images
{
	width:100%; 
	height:200px; 
	float:left; 
	border:0px solid #CCC;
}
.vpb_all_images_main
{
	width:100%; 
	height:200px; 
	float:left; 
	border:0px solid #CCC;
}

.vpb_real_images
{
	max-width:100%; 
	max-height:200px; 
	width:100%; 
	height:200px;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	border: none;
}

.vpb_details_wrapper
{
	width:100%;
	border:0px solid #CCC;
	float:right; 
	padding-left:0px;
	padding-right:0px;
}
.vpb_title_main
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px; 
	font-weight:bold;
}

.vpb_title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px; 
	font-weight:bold; 
	cursor:pointer; 
}
.vpb_title_hidden
{
	display:none; 
}

.vpb_title:hover
{
	background-color:#FFFF99;
}

.vpb_description_main
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	cursor:pointer;
	color:#666; 
}

.vpb_description
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	cursor:pointer; 
}
.vpb_description:hover{ background-color:#FFFF99}

.vpb_description_hidden
{
	display:none;
}

.vpb_url, a
{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	color:#00F;
	padding-top:8px;
}
.vpb_url:hover
{
	text-decoration:underline;
}

.vpb_prev_and_next
{
	width:70px;
	float:left;
}
.vpb_prev, .vpb_next
{
	cursor:pointer;
	border: none;
}


.vpn_total_images
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px; 
	color:#333333;
	padding-top:3px;
}


/*Input and Textarea Boxes*/
.vpb_text_input_box
{
	width:100%; 
	height:30px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	padding:8px; 
	padding-left:10px; 
	padding-right:10px;
	padding-top:6px;
	border: 1px solid #4195fc;
	outline:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	line-height:20px;
}
/*Input and Textarea Boxes*/
.vpb_text_input_box:focus 
{
	outline:none;
	border: 1px solid #4195fc;
	box-shadow: 0px 0px 10px #4195fc;
	-moz-box-shadow: 0px 0px 10px #4195fc;
	-webkit-box-shadow: 0px 0px 10px #4195fc;
}

.ccc A:link { color:#000;text-decoration: none; font-family:Verdana, Geneva, sans-serif; font-size:13px; font-weight:bold; line-height:20px;}
.ccc A:visited {color:#000;text-decoration: none;font-family:Verdana, Geneva, sans-serif; font-size:13px; font-weight:bold;line-height:20px;}
.ccc A:active {color:#000;text-decoration: none;font-family:Verdana, Geneva, sans-serif; font-size:13px; font-weight:bold;line-height:20px;}
.ccc A:hover {text-decoration:none;color: #69C;} 


b{ color:#00C;}

/*For Error Messages*/
.vpb_info { width:400px; text-align:left;border: 1px solid #999; padding:8px 10px 8px 10px; font: bold 12px verdana;-moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;text-shadow: 2px 2px 2px #ccc;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;font-weight:normal;color: black;background: #BDE5F8;}


/*Buttons*/
#vasplus_programming_blog_button
{
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;box-shadow: 0 2px 3px #951100;-moz-box-shadow: 0 2px 3px #951100;-webkit-box-shadow: 0 2px 3px #951100;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  padding: 9px;
  padding-left: 11px;
  padding-right: 11px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: 70px;
  text-decoration:none;
}
#vasplus_programming_blog_button:hover 
{
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; }
#vasplus_programming_blog_button:active 
{
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
}