/*  Tsamoudakis.com  */

html, body {
	font-family: 'Tahoma', Trebuchet MS, Verdana, Geneva, Arial, Sans-serif;
	font-size: 12px;
	color: #767676;
	background: #FFFFFF;
	background-image: url(/images/theme/background.gif);
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
}

a {
	color: #44464a;
	text-decoration: none;
}

a:hover {
	color: #be2424;
}

code {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 13px;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: 'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #646970;
	background-image: url(/images/theme/quotes.gif);
	background-repeat: no-repeat;
	background-position: center left;	
}

blockquote p {
	padding: 15px;
	margin: 10px;
	border-left: 2px solid #be2424;
}


/*  Header  */

#header {
	width: 100%;
	height: 58px;
	background-image: url(/images/theme/header-bg.gif);
	background-repeat: repeat-x;
}


#menu-wrapper {
	width: 966px;
	margin: 0 auto;
}

.menu {
	float: right;
	padding-top: 20px;
}

.menu a {
	text-decoration: none;
	color: #898888;
	margin-left: 10px;
	margin-right: 10px;
}

.menu a:hover {
	color: #c8c8c8;
}


/*  Content  */

#content-wrapper {
	width: 950px;
	margin: 0 auto;
}

#content-with-sidebar {
	background-image: url(/images/theme/sidebar-bg.gif);
	float: left;
	width: 950px;
	margin: 0 auto;
}

#content-no-sidebar {
	float: left;
	width: 950px;
	margin: 0 auto;
	padding-top: 40px;
}

#content {
	float: left;
	width: 500px;
	margin-right: 50px;
	padding-top: 40px;
}

#sidebar {
	float: left;
	width: 400px;
	margin: 0;
	padding-top: 40px;
}

.post {
	float: left;
	background-color: #FFFFFF;
}

.post h1 {
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #424242;
	padding: 0 10px;
}

.post-image {
	background-image: url(/images/theme/hover-bg-image.gif);
	background-repeat: no-repeat;
}

.post-video {
	background-image: url(/images/theme/hover-bg-video.gif);
	background-repeat: no-repeat;
}

.post-thought {
	background-image: url(/images/theme/hover-bg-thought.gif);
	background-repeat: no-repeat;
}

.post-link {
	background-image: url(/images/theme/hover-bg-link.gif);
	background-repeat: no-repeat;
}

img.post-image {
	border: 0;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out 0s;
	-moz-transition: opacity 300ms ease-in-out 0s;
}

img.post-image:hover {
	opacity: 0.5;
}

.post-info {
	clear: both;
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 11px;
	color: #7a7a7a;
	background-image: url(/images/theme/post-info-bg.gif);
	background-repeat: no-repeat;
	padding: 12px 15px;
	text-transform: capitalize;
}

.post-info a {
	color: #635f44;
}

.post-info a:hover {
	color: #be2424;
}

.post-body {
	padding: 10px;
	line-height: 18px;
	color: #797979;
}

.post-body a {
	color: #bd2323;
}

.post-body a:hover {
	color: #292d2b;
}

.post-share-box {
	width: 475px;
	height: 21px;
	font-size: 11px;
	color: #807f76;
	padding: 2px 0 2px 5px;
	line-height: 21px;
	margin: 20px 0 0 0;
	border-top: 1px solid #ebeae3;
	border-bottom: 1px solid #ebeae3;
}

.post-share-box a {
	color: #9d9a89;
}

.post-share-box a:hover {
	color: #bd2323;
}

img.share-post {
	float: right;
	margin-left: 5px;
}


/*  Start Page  */

#sp-posts-container {
	width: 950px;
	height: auto;
	float: left;
	margin-top: 40px;
}

#sp-posts-wrapper {
	float: right;
	margin-right: -30px;
}

.sp-post-box {
	float: left;
	width: 215px;
	height: 232px;
	margin-right: 30px;
	padding-bottom: 15px;
	background: #FFFFFF url(/images/theme/sp-post-shadow.gif) no-repeat bottom;
	margin-bottom: 15px;
}

.sp-post-title {
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helevtica, Verdana, san-serif;
	font-size: 14px;
	padding: 8px;
}

.sp-post-title a {
	color: #c22828;
}

.sp-post-title a:hover {
	color: #5b615e;
}

.sp-post-body {
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helevtica, Verdana, san-serif;
	padding: 8px;
	line-height: 18px;
	height: 50px;
	overflow: hidden;
}

#sp-pagination-wrapper {
	width: 926px;
	background: #FFFFFF url(/images/theme/pagination-shadow-long.gif) bottom center;
	background-repeat: no-repeat;
	padding: 12px 12px 37px 12px;
	margin: 15px 0 20px 0;
}

#personal-block {
	float: left;
	width: 460px;
	height: 232px;
	margin-right: 30px;
	background: #FFFFFF url(/images/theme/home-personal-image-bg.jpg) no-repeat;
	padding-bottom: 18px;
}

img.personal-block {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out 0s;
	-moz-transition: opacity 300ms ease-in-out 0s;
}

img.personal-block:hover {
	opacity: 0;
}

.personal-block-tweet {
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	color: #a3a3a3;
	line-height: 18px;
	padding: 58px 10px 0 10px;
}

.personal-block-tweet a {
	color: #505050;
}

.personal-block-tweet a:hover {
	color: #a72626;
}

.personal-block-tweet span {
	font-size: 10px;
	color: #a3a3a3;
}




/*  Comments  */

#comments-wrapper {
	float: left;
	width: 500px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url(/images/theme/comment-form-bg.gif);
	background-position: bottom;
	border-top: 2px solid #dcdad0;
}

input.input-name {
	width: 387px;
	margin: 10px 10px 0 10px;
	border: none;
	background-image: url(/images/theme/input-bg-name.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 85px;
	font-size: 12px;
	color: #be2424;
}

input.input-email {
	width: 387px;
	margin: 10px 10px 0 10px;
	border: none;
	background-image: url(/images/theme/input-bg-email.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 85px;
	font-size: 12px;
	color: #be2424;
}

textarea.text-comment {
	width: 480px;
	margin: 10px 10px 0 10px;
	background-image: url(/images/theme/textarea-bg.gif);
	border: none;
	font-size: 12px;
	line-height: 22px;
	color: #737269;
	padding: 0;
}

.comment-option {
	float: left;
	margin: 10px 0;
	padding-left: 10px;
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
}

input.submit {
	float: right;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 4px 6px 5px 6px;
	margin: 5px 10px;
	color: #494545;
	text-shadow: #efefef 1px 1px 0;
	cursor: pointer;
}

input.submit:hover {
	color: #8c0a05;
	text-shadow: #FFFFFF 1px 1px 0;
	border: 1px solid #a5a6a6;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}

#post-thoughts {
	clear: both;
	background-image: url(/images/theme/post-your-thoughts.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 42px;
}

#blog-pagination-wrapper {
	width: 476px;
	background: #FFFFFF url(/images/theme/pagination-shadow-sort.gif) bottom center;
	background-repeat: no-repeat;
	padding: 12px 12px 22px 12px;
	margin: 20px 0;
}

.comment-wrapper {
	float: left;
	width: 500px;
	background-image: url(/images/theme/dark-background.gif);
	padding: 10px 0;
}

img.comment-avatar1 {
	float: left;
	margin: 0 10px;
}

img.comment-avatar2 {
	float: right;
	margin: 0 10px;
}

.comment-bubble1 {
	float: left;
	width: 390px;
	background: #FFFFFF url('/images/theme/comment-user-pointer-left.gif') repeat-y top left;
	padding: 10px 10px 10px 20px;
}

.comment-bubble2 {
	float: right;
	width: 390px;
	background: #FFFFFF url('/images/theme/comment-user-pointer-right.gif') repeat-y top right;
	padding: 10px 20px 10px 10px;
}

.comment-body {
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	line-height: 18px;
	margin: 6px 0;
}

.comment-body span {
	font-weight: bold;
	color: #4c4c4c;
}


/*  Contact Page Elements  */

input.contact-input {
	width: 476px;
	margin: 4px 10px 0 10px;
	border: none;
	background-image: url(/images/theme/textarea-bg.gif);
	padding: 8px 0;
	font-size: 12px;
	color: #737269;
}

input.contact-input:focus {
	color: #c12727;
	font-weight: bold;
}

textarea.contact-text {
	width: 476px;
	margin: 4px 10px 0 10px;
	background-image: url(/images/theme/textarea-bg.gif);
	border: none;
	font-size: 12px;
	line-height: 22px;
	color: #737269;
}



/*  Tag Pages  */

.tag-post {
	font-size: 16px;
}

.tag-post span {
	font-size: 11px;
}

/*  Sidebar Elements  */

#sb-head-random-posts {
	background-image: url(/images/theme/sb-title-totally-random.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 30px;
	margin-bottom: 20px;
}

#sb-head-latest-photos {
	clear: both;
	background-image: url(/images/theme/sb-title-latest-photos.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 30px;
	margin-bottom: 20px;
}

.sb-post {
	clear: both;
	float: left;
	width: 380px;
	margin: 0 10px;
	padding-bottom: 22px;
	background: #FFFFFF url(/images/theme/sb-post-bg.gif) no-repeat bottom;
}

.sb-post-title-video {
	color: #424242;
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 5px;
	margin: 10px;
	border-bottom: 1px solid #e9e8e1;
	background-image: url(/images/theme/cat-icon-video.gif);
	background-repeat: no-repeat;
}

.sb-post-title-image {
	color: #424242;
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 5px;
	margin: 10px;
	border-bottom: 1px solid #e9e8e1;
	background-image: url(/images/theme/cat-icon-photo.gif);
	background-repeat: no-repeat;
}

.sb-post-title-link {
	color: #424242;
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 5px;
	margin: 10px;
	border-bottom: 1px solid #e9e8e1;
	background-image: url(/images/theme/cat-icon-link.gif);
	background-repeat: no-repeat;
}

.sb-post-title-thought {
	color: #424242;
	font-family:'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
	padding-bottom: 5px;
	margin: 10px;
	border-bottom: 1px solid #e9e8e1;
	background-image: url(/images/theme/cat-icon-thought.gif);
	background-repeat: no-repeat;
}

.sb-post-body {
	font-size: 12px;
	line-height: 20px;
	color: #787878;
	margin: 8px 10px 10px 0;
}

img.sb-post-image {
	float: left;
	margin: 0 10px 10px 10px;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out 0s;
	-moz-transition: opacity 300ms ease-in-out 0s;
}

img.sb-post-image:hover {
	opacity: 0.5;
}

.sb-latest-photo {
	float: left;
	background: #FFFFFF url('/images/theme/latest-images-hover-bg.gif') no-repeat center center;
	margin: 0 0 10px 10px;
	padding: 5px;
}

.sb-more-images {
	width: 355px;
	text-align: right;
	background-image: url(/images/theme/more-images-icon.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 25px 4px 0;
	margin: 10px;
}

.sb-more-images a {
	color: #828387;	
}

.sb-more-images a:hover {
	color: #c12727;	
}


/*  Portfolio  */

#portfolio-container {
	float: left;
	margin: 0 auto;
	width: 950px;
	background-image: url(/images/theme/left-sidebar-bg.gif);
}

#portfolio-sidebar {
	float: left;
	width: 219px;
	padding-top: 30px;
}

.portfolio-box {
	width: 712px;
	height: auto;
	float: left;
	padding-top: 40px;
	padding-left: 10px;
}

.portfolio-wrapper {
	float: left;
	width: 683px;
	margin-left: 30px;
	margin-bottom: 20px;
	background: #FFFFFF url(/images/theme/portfolio-thumb-shadow.gif) bottom;
	background-repeat: no-repeat;
	padding: 5px 5px 18px 5px;
}

.portfolio-info {
	float: left;
	width: 357px;
}

.portfolio-thumb {
	float: left;
	width: 326px;
	background: #FFFFFF url(/images/theme/portfolio-thumb-bg.gif);
}

img.portfolio-thumb {
	border: 0;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out 0s;
	-moz-transition: opacity 300ms ease-in-out 0s;
}

img.portfolio-thumb:hover {
	opacity: 0.5;
}

.port-thumb-title {
	font-size: 16px;
	color: #554f4f;
	padding: 10px;
}

.portfolio-desc {
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	color: #898989;
	padding: 10px;
}

.portfolio-categories {
	font-size: 11px;
	color: #be2424;
	text-transform: lowercase;
	padding: 10px;
	margin-top: 20px;
}

.portfolio-categories a {
	color: #d3d1c2;
}

.portfolio-categories a:hover {
	color: #8c8a7e;
}

.port-sidebar-text {
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #85847f;
	padding: 0 10px;
}

.port-side-categories ul {
	clear: both;
	list-style-type: none;
	list-style-position: outside;
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helevtica, Verdana, san-serif;
	background-image: url(/images/theme/filter-by-category.gif);
	background-repeat: no-repeat;
	padding: 50px 10px 0 10px;
	margin-top: 30px;
}

.port-side-categories li {
	float: left;
	width: 177px;
	background-image: url(/images/theme/categories-icon.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 22px;
	line-height: 22px;
	text-align: right;
}

.port-side-categories li a {
	color: #747474;
	font-size: 13px;
	text-transform: lowercase;
}

.port-side-categories li a:hover {
	color: #860d0f;
	text-decoration: none;
}

.port-side-categories li span {
	margin-left: 3px;
	color: #c0bfb7;
}



/*  Photos  */

#photos-container {
	float: left;
	margin: 0 auto;
	width: 950px;
	background-image: url(/images/theme/left-sidebar-bg.gif);
}

#photos-sidebar {
	float: left;
	width: 219px;
	padding-top: 30px;
}

.photos-box {
	width: 680px;
	height: auto;
	float: left;
	margin-left: 51px;
	padding: 40px 0 20px 0;
}

.photo-thumb {
	float: left;
	background: #FFFFFF url('/images/theme/portfolio-thumb-bg.gif') no-repeat center center;
	margin: 0;
}

img.photo-thumb {
	border: 0;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out 0s;
	-moz-transition: opacity 300ms ease-in-out 0s;
}

img.photo-thumb:hover {
	opacity: 0.5;
}

.photos-sidebar-text {
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #85847f;
	padding: 0 10px;
}

.photos-side-categories ul {
	clear: both;
	list-style-type: none;
	list-style-position: outside;
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helevtica, Verdana, san-serif;
	background-image: url(/images/theme/filter-by-category.gif);
	background-repeat: no-repeat;
	padding: 50px 10px 0 10px;
	margin-top: 30px;
}

.photos-side-categories li {
	float: left;
	width: 177px;
	background-image: url(/images/theme/categories-icon.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 22px;
	line-height: 22px;
	text-align: right;
}

.photos-side-categories li a {
	color: #747474;
	font-size: 13px;
	text-transform: lowercase;
}

.photos-side-categories li a:hover {
	color: #860d0f;
	text-decoration: none;
}

.photos-side-categories li span {
	margin-left: 3px;
	color: #c0bfb7;
}

#photos-pagination-wrapper {
	width: 656px;
	background: #FFFFFF url(/images/theme/pagination-shadow.gif) bottom center;
	background-repeat: no-repeat;
	padding: 12px 12px 32px 12px;
	margin-top: 20px;
}


/*  Pagination  */

.pagination-links {
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helevtica, Verdana, san-serif;
	font-size: 11px;
	color: #878787;
}

.pagination-links strong {
	color: #c22828;
	margin-right: 10px;
}

.pagination-links a {
	color: #686868;
	margin-right: 10px;
}

.pagination-links a:hover {
	color: #c22828;
}

.pagination-links span {
	float: right;
}


/*  Slider  */

/* The Nivo Slider styles */

.slider-wrapper {
	padding: 5px 5px 25px 5px;
	margin-bottom: 20px;
	background: #FFFFFF url(/images/theme/pagination-shadow.gif) no-repeat bottom center;
}

.nivoSlider {
	position:relative;
	width: 670px;
	height: 300px;
    background: url(/images/theme/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}

.nivoSlider a {
    border:0;
    display:block;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}

.nivo-caption p {
	padding:10px;
	line-height: 18px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-caption a:hover {
    color:#fff;
}

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/theme/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-nextNav {
	left:15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


/*  Goodies  */

.free-stuff-coming-soon {
	background-image: url(/images/theme/free-stuff-coming-soon.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 230px;
	margin: 200px 225px;
}

/*  Footer  */

#footer {
	clear: both;
	width: 100%;
	background-image: url(/images/theme/footer-bg.gif);
	padding-top: 35px;
}

#footer-wrapper {
	width: 950px;
	margin: 0 auto;
}

.footer-box {
	float: left;
	width: 316px;
}

.footer-about-header {
	background-image: url(/images/theme/footer-about-me.gif);
	background-repeat: no-repeat;
	width: 316px;
	height: 22px;
	border-bottom: 1px solid #444545;
	padding-bottom: 15px;
}

img.footer-avatar {
	float: left;
	margin: 20px 10px 0 0;
}

.footer-blogroll-header {
	background-image: url(/images/theme/footer-blogroll.gif);
	background-repeat: no-repeat;
	width: 316px;
	height: 30px;
	border-bottom: 1px solid #444545;
	padding-bottom: 7px;
}

.footer-social-header {
	background-image: url(/images/theme/footer-social.gif);
	background-repeat: no-repeat;
	width: 316px;
	height: 22px;
	border-bottom: 1px solid #444545;
	padding-bottom: 15px;
}

img.footer-socials {
	float: right;
	margin-left: 10px;
	opacity: 0.5;
}

img.footer-socials:hover {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out 0s;
	-moz-transition: opacity 300ms ease-in-out 0s;
}

.footer-text {
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helevtica, Verdana, san-serif;
	font-size: 12px;
	color: #a3a3a3;
	margin: 15px 10px 15px 0;
	padding-right: 20px;
	line-height: 22px;
}

.footer-tweets {
	font-family: "Droid Sans", "Helvetica Neue", Arial, Helevtica, Verdana, san-serif;
	font-size: 12px;
	color: #898989;
	margin: 15px 0;
	line-height: 22px;
	background-image: url(/images/theme/tweet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.footer-tweets a {
	color: #a3a3a3;
}

.footer-tweets a:hover {
	color: #cfcfcf;
}

.footer-tweets span {
	font-size: 11px;
	color: #505050;
}

#copyright {
	clear: both;
	width: 100%;
	height: 33px;
	background-image: url(/images/theme/copyright-bg.gif);
	padding-top: 10px;
}

#copyright-center {
	width: 950px;
	margin: 0 auto;
	color: #f2d6d6;
	padding-top: 9px;
}


/*  Message Box  */

#message-box {
	width: 600px;
	margin: 200px auto;
	background: #FFFFFF url(/images/theme/message-box-shadow.gif) no-repeat bottom;
	padding-bottom: 11px;
}

.message-box-header {
	font-family: 'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 26px;
	background-image: url(/images/theme/message-box-header.gif);
	height: 30px;
}

img.message-box-icon {
	float: right;
	margin: 10px;
}

.message-box-text {
	padding: 20px;
	color: #5e5e5e;
	line-height: 20px;
}


/*  Blogroll  */

#blogroll ul {
	color: #424242;
	list-style:none;
	padding: 0;
	margin: 15px 0 10px 0;
	text-shadow: none;
}

#blogroll ul li {
	padding: 0;
	line-height: 22px;
}

#blogroll ul li span {
	font-family: 'Trebuchet MS',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 12px;
}

#blogroll ul li:hover {
	color: #828282;
}

#blogroll ul li a {
	text-decoration:none;
	color:#e7e7e7;
}

#blogroll ul li a:hover {
	color: #cfcfcf;
}


/*  Various Elements  */

.clear {
	clear: both;
}



