
/*
Theme Name: WeaselWords
Description: The WeaselWords website theme.  
*/

/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */
/*   >>>>>>>>>>     RESET ALL STYLES       >>>>>>>>>>   */           
/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, div, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */
/*   >>>>>>>>>>       SITEWIDE STYLES      >>>>>>>>>>   */           
/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */

/* SET DEFAULT STYLES
*********************************************************/
html, body {
	height: 100%;
	font-size: 10px;
}

a { text-decoration: none; }

p a, li a { color: #000; }

a.linkOut {
	text-decoration: none;
	border-bottom: 1px dotted #555;
	background: transparent url(images/page_parts/linkout.png) no-repeat right 0;
	padding-right: 15px;
	color: #333;
}

a:hover .underline, a:hover .underlined, a:hover .linkOut {
	color: #008;
	text-decoration: none;
	border-bottom: 1px dotted #00f;
}

a.underlined, span.underlined {
text-decoration: none;
	border-bottom: 1px dotted #333;
}



a img { border: 0px; }

strong { font-weight: bold; }

.nobr { white-space: nowrap } /* used in placed of the depricated nobr tag */

/* SITEWIDE CLASSES & ID'S
*********************************************************/
#dropCap {
	padding: 5px 2px 0 0;
	float: left;
	font-size: 69px;
	line-height: 54px;
	color:#263248;
	font-family: Georgia, san-serif;
}

.bulletedList li {
	list-style-type: square;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.bulletedList { padding: 0 0 0 12px; }

div#introBlurb {
	margin: 0 0 20px 0;
	padding: 0 0 13px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}
.rightButton {text-align: right;}

#introBlurb { text-align: left; }

#introBlurb p, h2 { text-align: left; }

#introBlurb h2 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

h1.pageTitle {
	margin: 10px 0px 6px 0px;
	font: 26px Georgia, "Times New Roman", Times, serif;
	color: #232958;
}

/* TYPOGRAPHY
*********************************************************/
body {
	font: 15px/21px Arial, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	background: url(images/page_parts/main_background.gif) repeat-y 50% 0;
	background-color: #04050A;
}

h1 {
	font: 26px Georgia, "Times New Roman", Times, serif;
	color: #111;
	margin: 0 0 12px 0px;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 5px 0;
}

h3 {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 5px 0;
}

h4 {
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 15px 0 5px 0;
}

.lowerCase {
	text-transform: lowercase;
	font-style: italic
}

/* MASTHEAD
*********************************************************/
/* #outerMastheadContainer { background: url(images/page_parts/bg_mh.png) repeat-x; } */

#mastheadContainer {
	width: 750px;
	height: 175px; /* fixed gap in ie6+7 */
	margin: 0 auto;
	padding: 0 0px 0 0;
	background: url(images/page_parts/masthead_bg.jpg)
}

div#tagline img { float: right; }

#mastheadLogo {
	float: left;
	width: 275px;
	text-align: left;
}

#mastheadLinks {
	float: right;
	width: 420px;
}

#mastheadLinks ul {
	float: right;
	margin: -2px 10px 0 0px;
}

#mastheadLinks li {
	font: bold 10px verdana, Arial, sans-serif;
	text-transform: uppercase;
	display: inline;
	padding: 0 0 0 15px;
}

#mastheadLinks a { color: #fff; }

#mastheadLinks a:hover { color: #ffcb2d; }

div#mastheadTabs {
	clear: both;
	float: left;
	width: 600px;
	margin: -5px 0 0 10px;
}

#mastheadTabs li {
	font: bold 10px verdana, Arial, sans-serif;
	text-transform: uppercase;
	display: inline;
	padding: 0 0 0 5px;
}

/* MAIN CONTENT
*********************************************************/

#contentContainer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	background: url(images/page_parts/container_background.gif) repeat-y top;
}

#primaryContent {
	float: left;
	width: 510px;
	padding: 0px 0px 0 20px;
}

#primaryContent p, #secondaryContent p, #tertiaryContent p, #blogPrimaryContent p, #blogSecondaryContent p { margin-bottom: 18px; }

#primaryContentWide {
	float: left;
	width: 750px;
}

#secondaryContent {
	float: right;
	width: 190px;
}

#secondaryContent img { float: right; }

#secondaryContent ul { margin: 0 0 15px 0; }

#primaryContent ul { margin: 0 0 15px 0; }

/* MAIN NAVIGATION
*********************************************************/
#mainNavigation {
	padding: 15px 20px 20px 0;
	float: right;
	width: 150px;
	height: 590px; /*set min page size */
	text-decoration: none;
}

#mainNavigation ul {
	list-style-type: none;
	border-top: 1px dotted #555;
	padding: 0 0 15px 0;
}

#mainNavigation li { display: inline; }

#mainNavigation a {
	display: block;
	padding: 5px 5px 7px 5px;
	color: #444;
	text-decoration: none;
	border-bottom: 0px;
	font: 10px Verdana, Arail, Helvetica, sans-serif;
	border-bottom: 1px dotted #555;
}

#mainNavigation a:hover { background-color: #e6ecde; }

#mainNavigation h2 {
	color: #FFF;
	font: 21px Impact, sans-serif;
	text-transform: uppercase;
	padding: 0 0 0px 7px;
	margin: 0 0 10px 0;
	background: #263248;
}

/* FOOTER
*********************************************************/
#outerFooterContainer {
	padding: 0 10px 0 10px;
	height: 40px;
}

#footerContainer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 0px;
	overflow: hidden;  /*  prevents scrollbars  */
	padding: 20px 0 10px 30px;
}

div#bottomLine {
	clear: both;
	margin: 0px 0 10px 0;
	float:left;
	font: 10px verdana, sans-serif;
	width: 900px;
}

#bottomLine li, #bottomLine a {
	display: inline;
	padding: 0 3px 0 0;
	color: #999;
}

#copyright, #servingLink a { color: #666; }

#bottomLine a:hover {
	border-bottom: none;
	color: #CCFF99;
}

/* FORMS
*********************************************************/
input[type=text] { background-color: white ! important; } /* remove Google Toolbar Highlighting */

input, textarea, select {
	border: 1px solid #aaa;
	width: 375px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 5px 7px;
}

/* prevents image type submit buttons from being re-sized with form fields*/
input[type=image] {
	width: auto;
	border: none;
}

#genderSelector label {
	display: inline;
	margin: 0 15px 0 0; 
}

#genderSelector input {
	border: none;
	width: 15px;
	display: inline;
	margin: 0 0 0 0px;
}

form#entryForm label.error { display: none; }

label {
	display: block;
	font-size: 12px;
	color: #000;
	margin: 0 0 2px 0;
}

label.error {
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #800;
	padding: 2px 0 2px 10px;
}

sub {
	color: #880000;
	margin-left: 3px;
}

.submitBttn { margin: 0px 0 0 0; }

.responseBox {
	background-color: #f5f5f5;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin: 20px 0px 20px 0px;
	width: 400px;
	text-align: center;
}

.responseBox h2 { text-align: center; }

#termsFrame {
	width: 380px;
	height: 60px;
	overflow: auto;
	padding: 10px 0 0 10px;
	margin: 0 0 20px 0;
	border: 1px solid #aaa;
	font: italic 12px/15px arial, sans-serif;
}

#uploadIndicator { display:none; }

/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */
/*   >>>>>>>>>>         PAGE PARTS         >>>>>>>>>>   */           
/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */

/* PAGINATION
*********************************************************/


#submitPhotoLink {
	position: absolute;
	bottom: 0px
}

.pagination {
	position: relative;
	padding: 2px;
	width: 505px;
	font: 13px arial, sans-serif;
	margin: 13px 0 7px 0;
}

.pagination ul {
	margin: 0 0 0 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination ul li {
	list-style-type: none;
	display: inline;
	margin-left: 2px;
}

.pagination ul a {
	padding: 0 5px;
	font: 13px arial, sans-serif;
	border: 1px solid #000;
	text-decoration: none;
	color: #2e6ab1;
}

.pagination ul a:hover {
	border: 1px solid #000;
	color: #fff !important;
	background-color: #2e6ab1 !important;
}

.pagination ul a.currentpage {
	background-color: #333 !important;
	color: #FFF !important;
	border-color: #000;
	font-weight: bold;
	cursor: default;
}

/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */
/*   >>>>>>>>>>    PAGE SPECIFIC STYLES    >>>>>>>>>>   */           
/*   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   */

/* PAGE BANNERS
*********************************************************/

h1#contactUs {
	height: 50px;
	text-indent: -9999px;
	background: url(images/page_banners/h1_contact_us.gif) no-repeat;
}

h1#glossary {
	height: 50px;
	text-indent: -9999px;
	background: url(images/page_banners/h1_ferret_glossary.gif) no-repeat;
}

h1#gallery {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 -57px 0;
	background: url(images/page_banners/h1_ferret_gallery.gif) no-repeat;
}

h1#guestbook {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_guestbook.gif) no-repeat;
}

h1#fair {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	background: url(images/page_banners/h1_fair.gif) no-repeat;
}

h1#ferretBreeders {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_ferret_breeders.gif) no-repeat;
}

h1#ferretClubs {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_ferret_clubs.gif) no-repeat;
}

h1#gcfa {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	background: url(images/page_banners/h1_gcfa.gif) no-repeat;
}

h1#ferretFacts {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(images/page_banners/h1_ferret_facts.gif) no-repeat;
}

h1#ferretNames {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_ferret_names.gif) no-repeat;
}

h1#ferretNews {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(images/page_banners/h1_ferret_news.gif) no-repeat;
}

h1#ferretRescues {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_ferret_shelters.gif) no-repeat;
}

h1#ferretShows {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_ferret_events.gif) no-repeat;
}

h1#readersFerrets {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_readers_ferrets.gif) no-repeat;
}

h1#sitemap {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_site_map.gif) no-repeat;
}

h1#suggestionBox {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(images/page_banners/h1_suggestion_box.gif) no-repeat;
}

h1#submitPhoto {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(images/page_banners/h1_submit_photo.gif) no-repeat;
}

h1#termsOfUse {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(images/page_banners/h1_terms_of_use.gif) no-repeat;
}

h1#ferretVideos {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_ferret_videos.gif) no-repeat;
}

h1#webmaster {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(images/page_banners/h1_webmaster.gif) no-repeat;
}

h1#ferretWallpaper {
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 0 0;
	background: url(images/page_banners/h1_ferret_wallpaper.gif) no-repeat;
}

/* HOMEPAGE
*********************************************************/
h1#welcomeStatement {
	font: 28px/35px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 7px 0px 20px 0;
}

h2#welcomeText {
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #555;
	margin: 0 0 7px 0;
	text-transform: none;
}

a.welcomeStatement {
	color: #5b717f;
	font-style:italic;
	border-bottom: 2px solid #5b717f;
	line-height: 35px;
}

div.homepageHighlights { clear: both; }

.homepageHighlights ul { margin: 25px 0 -10px 45px; }

.homepageHighlights li {
	display: inline;
	padding: 0 0px 0 0;
}

#homepageHeadingText {
	float: left;
	width: 620px;
	padding: 0px 30px 0 50px;
}

#welcomeImage {
	margin: 13px 0 25px 0;
	border: 1px solid #b5b5b5;
}

.homepageSection {
	clear:both;
	padding: 10px 0 5px 0;
}

.homepageSection img { margin: 0px 0 0px -3px; }

/* ARTICLES
*********************************************************/
#articleTitle, #byLine { display: none; }

h2.postTitle {
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

h2.postTitle a { color: #232958; }

h2.postTitle a:hover { text-decoration: underline; }

#articleBanner { margin: 15px 0 0 0; }

#originallyAppeared {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	background-color: #f5f5f5;
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

/* EVENTS PAGE
*********************************************************/

.eventContainerTop {
	margin: 15px 12px 0 0;
	padding: 13px 12px 7px 0;
	border-top: 1px dotted #aaa;
	background-color: #f8f8f8;
	font: 12px Georgia, serif;
	text-align: right;
	font-style: italic;
}

.eventContainer {
	margin: 0px 12px 15px 0;
	padding: 10px 15px 0px 15px;
	border-bottom: 1px dotted #aaa;
	background-color: #f8f8f8;
}

.eventName a {
	margin: 5px 0 3px 0;
	text-decoration: none;
}

.presentedBy {
	font: 14px Georgia, sans-serif;
	color: #444;
	font-style: italic;
	margin: 0 0 12px 0;
	text-transform: none;
}

.eventLocation {
	font: 12px Georgia, sans-serif;
	color: #a44;
	margin: -30px 0 10px 0;
}

/* FERRET FACTS 
*********************************************************/

dt {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 4px 0;
}

dd {
	background-color:  #f3f3f3;
	padding: 2px 0 6px 8px;
	margin: 2px 0 12px 0;
}

/* FERRET NAMES 
*********************************************************/

.genderMale {
	background: transparent url(images/page_parts/sex_bullet_m.gif) no-repeat left;
}

.genderFemale {
	background: transparent url(images/page_parts/sex_bullet_f.gif) no-repeat left;
}

.genderEither {
	background: transparent url(images/page_parts/sex_bullet_e.gif) no-repeat left;
}

.ferretName {
	padding: 0 0 0 13px;
}

/* GUESTBOOK PAGE
*********************************************************/

.guestbookEvenRow {
	padding: 0px 15px 10px 15px;
	background-color: #f8f8f8;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

.guestbookOddRow {
	padding: 0px 15px 10px 15px;
	background-color: #fff;
}

.guestbookDate {
	text-align: right;
	color: #aaa;
	margin: -10px 0 0 0;
	font: 11px Verdana, sans-serif;
}

.guestbookVisitor li {
	float: left;
	margin: 15px 0px 8px 0px;
}

.guestbookVisitor img { margin: 0px 10px 0 0px; }

.guestbookName {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #232958;
	margin: -5px 0 0 0;
}

.guestbookLocal {
	font: 11px Verdana, sans-serif;
	color: #333;
}

.guestbook {
	margin: 10px 0px 6px 0px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #232958;
}

.guestbookMessage {
	clear: both;
	font: 15px/22px Georgia, serif;
	font-style : italic;
}

/* PHOTO GALLERY
*********************************************************/

.caption {
	color: #999;
	font-size: 12px;
	margin: 0 0;
	background: url(images/page_parts/caption_icon.png) no-repeat center left;
	padding: 0 0 0px 20px;
}

.noCaption {
	color: #999;
	font-size: 12px;
	margin: 0 0;
	padding: 0 0 0px 2px;
}

#galleryThumbs {
	width: 520px;
	margin: 20px 0 0 0;
	padding: 0;
}

#galleryThumbs li {
	margin: 6px 11px 6px 0px;
	padding: 5px;
	float: left;
	border: 1px solid #ddd;
	list-style-type: none;
}

#galleryThumbs img { border: 0; }

#galleryInstruction {
	clear: both;
	padding: 5px 0 0 5px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* LINKS PAGES
*********************************************************/

#outsideLinks h2 {
	text-transform: none;
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 0 0 5px 0;
}

#outsideLinks li {
	margin: 2px 0 10px 5px;
	color: #333;
}

#outsideLinks a {
	text-decoration: none;
	color: #444;
}

#outsideLinks a:hover { color: #5DAE1B; }

#outsideLinks ul { margin: 10px 0 30px 0; }

#outsideLinks li {
	background-image: url(images/page_parts/bullet_1.gif);
	background-repeat: no-repeat;
	padding: 0 0 0px 22px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* NAMES PAGE
*********************************************************/	

.namesOddRow {
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding: 5px 15px 5px 15px;
	margin: 0px 15px 0px 0px;
	background-color: #f8f8f8;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

.namesEvenRow {
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding: 5px 15px 5px 15px;
	background-color: #fff;
}

#namesIndex li {
	display: inline;
	padding: 0 6px 0 0;
	font: georgia;
	color: #777;
	margin: 0 0 0 0;
}

#namesIndex a {
	font: 14px verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 0 0px;
}

#namesIndex a {
	background: none;
	text-decoration: none;
}

#namesIndex {
	background-image: url(images/page_parts/names_tabs_top.gif);
	padding: 17px 0 7px 20px;
}

#namesFooter {
	background-image: url(images/page_parts/names_bottom.gif);
	background-repeat: no-repeat;
	padding: 5px 0 50px 0;
}

#lastUpdated {
	font: 12px Georgia, serif;
	color: #777;
	font-style: italic;
	margin: 2px 18px 0 0px;
	text-align: right;
}

#namesList {
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 15px;
	margin:-15px 0 0 0;
	height: 275px;
}

#namesIndex a:hover {
	color: red;
	font-weight: bold;
}

#nameFrame {
	background-color: #fff;
	padding: 0 0 0 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

iframe {
	overflow-y: auto;
	scrolling: yes;
}

#nameFrame {
	frameborder: 1px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nameFrameBody { frameborder: 1px; }

.namesIndexFullScreen { background-color:#000; }

#fullScreenNamesMasthead li {
	display: inline;
	padding: 0 6px 0 0;
	font: georgia;
	color: #777;
	margin: 0 0 0 0;
}

/* NAMES FULL SCREEN VIEW
*********************************************************/

#fullScreenNamesMasthead a {
	font: 14px verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 2px 0 0 0px;
}

#fullScreenNamesMasthead a {
	background: none;
	text-decoration: none;
}

#fullScreenNamesMasthead {
	background-color: #000;
	padding: 17px 0 7px 20px;
}

#fullScreenNamesMasthead a:hover {
	color: red;
	font-weight: bold;
}

/* INDEX PAGES
*********************************************************/

img#titleImage {
	display: block;
	margin-left: auto; /* centers images */
	margin-right: auto;
}

#articleListings a:hover { text-decoration: underline; }

#articleListings a { color: #232958; }

#events li {
	margin: 0 0 5px 5px;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

#events a {
	text-decoration: none;
	color: #4B4FA1;
}

#events a:hover {
	color: #00f;
	text-decoration: underline;
	border-bottom: none;
}

/* WALLPAPER PAGE
*********************************************************/

#wallpaperListing li {
	float: left;
	margin: 0 20px 0 0;
}

.wallpaperPreview {
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#instructions {
	clear: both;
	padding: 20px 0 0 0;
}
