@charset "UTF-8";
/* CSS Document */


<style type="text/css">
p, div, li {
	font-size: 13px;
}

h2 {
	color: #00619c;
	font-size: 24px;
}

.tag-cloud {
	width: 345px;
	border: 1px solid #00619c;
	margin: 10px 10px 10px 0;
	padding: 10px;
	height: 150px;
}

.tag-cloud h4, #send-your-own h4 {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #00619c;
	font-size: 1.3em;
	}
	
/* display the individual items next to each other, not one-per-line */
.tag-cloud span { padding: 0 2px 0 2px; margin: 0; }

.tag-cloud {
    text-align: center;
}

#tagcloud a { 
    font-color: auto;
}

/* size is purely presentational, based upon the class */
.tagcloud0 { font-size: 1.3em; font-weight: 400; color: #b5e2ff;}
.tagcloud1 { font-size: 1.6em; font-weight: 500; color: #8dd3ff;}
.tagcloud2 { font-size: 2em; font-weight: 600; color: #69c5ff;}
.tagcloud3 { font-size: 2.3em; font-weight: 700; color: #51bcff; }
.tagcloud4 { font-size: 2.7em; font-weight: 800; color: #3abcff; }
.tagcloud5 { font-size: 3.3em; font-weight: 900; color: #009cff; }


#send-your-own {
	width: 345px;
	float: right;
	padding: 10px;
	border: 1px solid #00619c;
	margin: 10px 0 10px 10px;
	height: 150px;
}

#send-your-own a img {
	border: none;
	}

.submission {
    width: 100%;
}

.submission ul {
}

.photo, .question {
}

.stars {
	width: 110px;
	padding: 5px;
	margin-left: 10px;
}
	
.comment {
	padding: 2px 5px 2px 5px;
}

.grey {
	background-color: #ececec;
}

li.image img {
	border: 2px solid #0000CC;
}

#wordle-thingy {
	width: 400px;
	float: left;
	margin-right: 10px;
}

.question {
	color: #666666;
	width: 150px;
	}
	
.flag-text {
	font-size: .8em;
	font-style: italic;
	color: #666666;
	}

.submission ul {
    list-style: none;
}

#more { 
    clear: both;
}

.name td {
    font-size: large;
    margin: 5px;
    padding: 5px;
}

-->
</style>

