/*
*****************************************
 PVII Gadzooks
 by Project Seven Development
 An Integrative CSS Page Pack
 www.projectseven.com
*****************************************
*/

/*
-----------------------------------------
   HIERARCHICAL INLINE PARAGRAPHS
-----------------------------------------
*/
p.italic {
	font-style: italic;
}
img.float-right {
	float: right;
}
.clearfixright { clear: right; overflow: auto;}
.clearfixleft {clear: left; overflow: auto;}
.textwrap {clear:left; float: right; margin: 0px 20px 20px 20px;}
.textwrapleft {clear: right; float: left; margin: 0px 20px 20px 20px;}
.hrule {width: 60%}
ul.nobullets {
    list-style-type: none;
	line-height: 1.6em;
}
p.nomargin{margin: 0;!important}
ul.lineheight {
	line-height: 1.6em;
}
.dropcap-black {
    background: #fff none repeat scroll 0 0;
    border: 4px double #222;
    box-shadow: 5px 5px 10px #000;
    color: #000;
    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 3em;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 10px;
    text-transform: uppercase;
}
.rounded-fancy {
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}
.cats-rotator {
	width: 250px;
	height:250px;
	margin: 0 auto;
}
/*
*******************************
       MEDIA QUERIES
*******************************
*/

/*Media Query Closing Curly Brace*/

/* END MEDIA QUERIES*/
