/*
 Theme Name:   virtue-child1
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  virtue Child Theme
 Author:       Brandon Keith Biggs
 Author URI:   http://example.com
 Template:     virtue
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  virtue-child1
*/


@import url("../virtue/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/*A class for the About Me Menu so that the • is removed*/
.AboutMeStyle {
	list-style-type: none;
}
/*Just like the code above, this is for lists in the sub-title*/
.SubTitleList {
	list-style-type: none;
	padding:30;
margin:0;
}  
/*Add:
padding:0; margin:0;
to remove indentation*/

/*Move a picture to the right*/
.PictureRight {
float: right;  
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

.wp-caption p.wp-caption-text {
  font-size: 15px;
  line-height: 18px;
  padding: 0 4px 5px;
  margin: 0;
}