/* @override http://rocket01.rocketjones.net/~wycoffey/styles/widget_styles.css */

/* 
	Widget Reset (for lack of a better term)
	These should be setup to match the designers specifications for headers, paragraphs, links, etc.
*/

div.content p {}
div.content h1 {}
div.content h2 {}
div.content h3 {}
div.content h4 {}
div.content h5 {}
div.content a {text-decoration: none;}
div.content a:hover {text-decoration: underline;}
div.content strong {font-weight: bold;}
div.content em {font-style: italic;}

/* Basic Widgets */
.content div.paragraph ul {margin-left:1.5em;}
.content div.paragraph ol {margin-left:1.5em;}

/* Title Text */
.titletext {width:100%;}

/* Text Only */
.txt_only {width:100%;}

/* Header Only */
.title_only {width:100%;}

/* Title Text w/ 1 Image on Right */
.titletextw1img {width:100%;margin-bottom: 30px;}
.titletextw1img img {float:right;margin: 0 0 0 10px;padding:0;width:40%;}
#sub_nav .titletextw1img img {float:none;}

/* Title Text w/ 1 Image on Left */
.titletextw1img_left {width:100%;margin-bottom: 30px;}
.titletextw1img_left img {float:left;margin: 0 10px 0 0;padding:0;width:40%;}
#sub_nav .titletextw1img_left img {float:none;}

/* Article w/ title, body, and 4 images */
.title_body_4imgs {width:100%;}
.title_body_4imgs ul.side_images  {float:right; margin:6px 0 0 15px; width:40%;}
.title_body_4imgs ul.side_images li {display:list-item; list-style:none;}
.title_body_4imgs ul.side_images li img {width: 100%;}

/* Article w/ title, body, and 4 images */
.sidew1img {width:100%;}
.sidew1img img {width:100%;}

/*  4 Images */
.fourimgs {width:100%;}
.fourimgs img {margin: 0;width:25%;float: left;}

/*  1 Image */
.img_only img {width:100%;}

/*  Quote */
.quote {width:100%;}
.quote h4 {width:100%;}
.quote strong {width:100%;}
.quote span {width:100%;}

/* Rule */
.rule {width:100%;}

/*  Site Map */
.site_main {width:100%;}
.site_main {font-size:130%;line-height:22px;}
ul.site_sub li {list-style:none;margin-left:1.5em;font-size:115%;line-height:22px;}
ul.site_third li {list-style:none;margin-left:3.0em;font-size:100%;line-height:22px;}

div.slideshow {width: 415px; height: 500px; overflow: hidden;}

/* Facebook Link Widget */
div.facebook_link div.content {font-size: 14px; padding-left: 42px; margin-top: 10px;}