/*
Theme Name:	Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.30
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/style-options.php");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

body.page-template-left-sidebar-php #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
}
body.page-template-left-sidebar-php #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

#content .entry a:hover {
  background: #a80900;
  color: #fff;
}

blockquote{
background-color: #e8e6e3;
border-left:3px solid #ca6e63;
padding: 7px;
font-style: normal;
font-size: 1.2em;
margin-left: 4%;
margin-right: 4%;
}


.entry ul li, #comments ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://alanaragonblog.com/wp-content/themes/vigilance/images/bullet-point.gif");
    background-origin: padding-box;
    background-position: 0 3px;
font-style: normal;
font-size: 1.2em;
}


#title a:link, #title a:visited {font-size:1.8em;}
#description h2 {font-size:1.8em;}
h1, h2, h3, h4, h5, h6, pre, code, p, caption, th, td {font-size:1.2em;}

.post li {
   font-size: 1.2em;
}


blockquote p {
font-size: 1.1em;
font-style: italic;
}

#footer p {
display:none;
}



/*
	Update the SSLVERSION for CURL to support PayPal Express moving to TLS 1.2		
	
	More info: https://devblog.paypal.com/upcoming-security-changes-notice/
	
	Your server will need to be updated to a supported version of OpenSSL for this to work.
	
	Add this code to your active theme's functions.php or a custom plugin.
*/
function my_http_api_curl($handle) {
	curl_setopt( $handle, CURLOPT_SSLVERSION, 6 );	
}
add_action('http_api_curl', 'my_http_api_curl');
