/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #0096db url(/images/calypsoconcept/html_background.png) repeat-x;
}

body {
	background: url(/images/calypsoconcept/body_background.jpg) no-repeat center top;
}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 768px;
	margin: 0 auto;
	background: #0c365f;
}
		
#masthead {
	height: 136px;
	background: url(/images/calypsoconcept/masthead.png) repeat-x;
}
		
#logo {
	float: left;
	margin: 40px 0 0 20px;
}

#logo a {
	display: block;
	color: #BFAF24;
	text-decoration: none;
	background: url(/images/calypsoconcept/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 223px;
	height: 73px;
}

#tagline {
	float: right;
	margin: 52px 10px 0 0;
	background: url(/images/calypsoconcept/tagline.jpg) no-repeat;
	width: 475px;
	height: 79px;
	text-indent: -9999px;
	overflow: hidden;
}
		
#navContainer {
	position: absolute;
	top: 0;
	width: 768px;
}

ul#navigation {
	list-style: none;
	float: right;
	margin-right: 30px;
	height: 52px;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	display: block;
	height: 52px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#navigation li#nav-home a {
	background: url(/images/calypsoconcept/nav-home_double.jpg) no-repeat;
	width: 85px;
}

ul#navigation li#nav-home a:hover {
	background: url(/images/calypsoconcept/nav-home_double.jpg) no-repeat -85px 0;
}

ul#navigation li#nav-services a {
	background: url(/images/calypsoconcept/nav-services_double.jpg) no-repeat;
	width: 81px;
}

ul#navigation li#nav-services a:hover {
	background: url(/images/calypsoconcept/nav-services_double.jpg) no-repeat -81px 0;
}

ul#navigation li#nav-articles a {
	background: url(/images/calypsoconcept/nav-articles_double.jpg) no-repeat;
	width: 76px;
}

ul#navigation li#nav-articles a:hover {
	background: url(/images/calypsoconcept/nav-articles_double.jpg) no-repeat -75px 0;
}

ul#navigation li#nav-showcase a {
	background: url(/images/calypsoconcept/nav-showcase_double.jpg) no-repeat;
	width: 81px;
}

ul#navigation li#nav-showcase a:hover {
	background: url(/images/calypsoconcept/nav-showcase_double.jpg) no-repeat -81px 0;
}

ul#navigation li#nav-contact a {
	background: url(/images/calypsoconcept/nav-contact_double.jpg) no-repeat;
	width: 76px;
}

ul#navigation li#nav-contact a:hover {
	background: url(/images/calypsoconcept/nav-contact_double.jpg) no-repeat -76px 0;
}

#breadcrumbs {
	height: 28px;
	background: url(/images/calypsoconcept/breadcrumbs.png) no-repeat;
	padding-left: 25px;
	padding-top: 8px;
	text-transform: uppercase;
}

#breadcrumbs span.bc-arrow {
	padding: 0 10px;
}

#breadcrumbs a {
	color: #f0e68b;
	text-decoration: none;
}

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

#content {
	clear: both;
}

#content ul#banner {
	list-style: none;
	padding: 0 0 0 20px;
}

#home #content ul#banner {
	background: url(/images/calypsoconcept/banner_background.png) repeat-x;
	height: 252px;
}

#services #content ul#banner {
	background: url(/images/calypsoconcept/banner_background_services.png) repeat-x;
	height: 363px;
}

#web-design #content #banner {
	background: url(/images/calypsoconcept/banner_background_allservices.png) repeat-x;
	height: 343px;
	padding: 20px 0 0 19px;
}

#web-design #content #banner p {
	display: block;
	background: url(/images/calypsoconcept/webdesign_webdesign.jpg) no-repeat;
	text-indent: -9999px;
	width: 730px;
	height: 308px;
}

#marketing #content #banner {
	background: url(/images/calypsoconcept/banner_background_allservices.png) repeat-x;
	height: 343px;
	padding: 20px 0 0 19px;
}

#marketing #content #banner p {
	display: block;
	background: url(/images/calypsoconcept/markerting_marketing.jpg) no-repeat;
	text-indent: -9999px;
	width: 730px;
	height: 308px;
}

#tools #content #banner {
	background: url(/images/calypsoconcept/banner_background_allservices.png) repeat-x;
	height: 343px;
	padding: 20px 0 0 19px;
}

#tools #content #banner p {
	display: block;
	background: url(/images/calypsoconcept/hosting_hosting.jpg) no-repeat;
	text-indent: -9999px;
	width: 730px;
	height: 308px;
}

#content ul#banner li {
	float: left;
	text-align: center;
}

#content ul#banner li a {
	display: block;
	width: 241px;
	margin: 20px 3px 0 0;
	background: #FEFDEB;
	text-indent: -9999px;
	overflow: hidden;
}

#home #content ul#banner li a {
	height: 232px;
}

#services #content ul#banner li a {
	height: 343px;
}

#home #content ul#banner li#web-design a {
	background: url(/images/calypsoconcept/home_web_design_double.jpg) no-repeat 0 0;
}

#home #content ul#banner li#web-design a:hover {
	background: url(/images/calypsoconcept/home_web_design_double.jpg) no-repeat -242px 0;
}

#home #content ul#banner li#marketing a {
	background: url(/images/calypsoconcept/home_marketing_double.jpg) no-repeat;
}

#home #content ul#banner li#marketing a:hover {
	background: url(/images/calypsoconcept/home_marketing_double.jpg) no-repeat -242px 0;
}

#home #content ul#banner li#tools a {
	background: url(/images/calypsoconcept/home_hosting_double.jpg) no-repeat;
}

#home #content ul#banner li#tools a:hover {
	background: url(/images/calypsoconcept/home_hosting_double.jpg) no-repeat -242px 0;
}

#services #content ul#banner li#web-design a {
	background: url(/images/calypsoconcept/services_web_design_double.jpg) no-repeat;
}

#services #content ul#banner li#web-design a:hover {
	background: url(/images/calypsoconcept/services_web_design_double.jpg) no-repeat -242px 0;
}

#services #content ul#banner li#marketing a {
	background: url(/images/calypsoconcept/services_marketing_double.jpg) no-repeat;
}

#services #content ul#banner li#marketing a:hover {
	background: url(/images/calypsoconcept/services_marketing_double.jpg) no-repeat -242px 0;
}

#services #content ul#banner li#tools a {
	background: url(/images/calypsoconcept/services_hosting_double.jpg) no-repeat;
}

#services #content ul#banner li#tools a:hover {
	background: url(/images/calypsoconcept/services_hosting_double.jpg) no-repeat -242px 0;
}

#content #main-content {
	clear: both;
	background: url(/images/calypsoconcept/home_maincontent_background.png) repeat-x bottom;
	margin: 0 10px 10px;
	padding: 0 10px 20px 10px;
}

#articles #content, #articles-view #content, #contact #content {
	margin-top: 15px;
}

#articles #content #main-content, #articles-view #content #main-content, #contact #content #main-content {
	float: left;
	background: url(/images/calypsoconcept/home_maincontent_topbackground.png) repeat-x top;
	width: 510px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 5px;
}

#articles #content #main-content #all-articles, #articles-view #content #main-content #article {
	background: url(/images/calypsoconcept/home_maincontent_background.png) repeat-x bottom;
	padding-bottom: 5px;
}

#content #main-content h1 {
	padding-bottom: 15px;
	margin: 15px 0 15px 0;
	background: url(/images/calypsoconcept/h1_background.png) no-repeat bottom left;
}

#articles #content #main-content h1 {
	margin-left: 10px;
	background: url(/images/calypsoconcept/articles_h1_background.png) no-repeat bottom left;
}

#home #content #main-content #desc {
	width: 500px;
	float: left;
}

#home #content #main-content #featured {
	width: 214px;
	float: right;
	text-align: center;
	padding-top: 45px;
	background: url(/images/calypsoconcept/home_maincontent_bubbles.jpg) no-repeat top;
}

#home #content #main-content #featured h2 {
	padding-bottom: 5px;
}

#home #featured h2 a {
	font-weight: normal;
	font-size: 1.05em;
	color: #f0e68b;
	text-decoration: none;
}

#home #featured h2 a:hover {
	text-decoration: underline;
}

#home #content #main-content #featured a img {
	border: 3px solid #fff;
}

#home #content #main-content #featured p {
	padding-top: 5px;
}

#home #content #main-content #featured p a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
}

#home #content #main-content #featured p a:hover {
	text-decoration: underline;
}

#articles #content #main-content .single-article {
	clear: both;
	margin: 0 10px 30px 10px;
	min-height: 83px;
}

#articles #content #main-content #all-articles a img {
	float: left;
	border: 1px solid #fff;
}

#articles #content #main-content #all-articles a:hover img {
	border: 1px solid #2ebcf2;
}

#articles #content #main-content #all-articles .article-content {
	padding-left: 95px;
}

#articles #content #main-content #all-articles .article-content p.category {
	margin: 0;
	font-size: 1em;
}

#articles #content #main-content #all-articles .article-content p.date {
	margin: 0;
	font-size: 0.95em;
	float: right;
}

#articles #content #main-content #all-articles .article-content h2 a {
	text-decoration: none;
	color: #2ebcf2;
	font-size: 0.8em;
}

#articles #content #main-content #all-articles .article-content h2 a:hover {
	text-decoration: underline;
}

#articles #content #main-content #all-articles .article-content p.author {
	font-size: 1em;
	display: inline;
	margin: 1px 10px 0 0;
}

#articles #content #main-content #all-articles .article-content p.comments {
	display: inline;
}

#articles #content #main-content #all-articles .article-content p.comments a {
	margin: 0;
	font-size: 0.75em;
	text-decoration: none;
	color: #2ebcf2;
	background: url(/images/calypsoconcept/articles_comments.png) no-repeat 0px 2px;
	padding-left: 28px;
	height: 13px;
}

#articles #content #main-content #all-articles .article-content p.comments a:hover {
	text-decoration: underline;
}

#articles #content #main-content #all-articles .article-content .excerpt {
	margin-top: 5px;
}

#articles-view #content #main-content {
	
}

#articles-view #content #main-content #article #article-head, #articles-view #content #main-content #article-body {
	margin: 15px 10px 10px 10px;
}

#articles-view #content #main-content #article-head {
	background: url(/images/calypsoconcept/h1_background.png) no-repeat bottom left;
	padding-bottom: 10px;
}

#articles-view #content #main-content #article-body {
	padding-bottom: 5px;
}

#articles-view #content #main-content #article p.category {
	margin: 0;
	font-size: 1.1em;
	
}

#articles-view #content #main-content #article p.date {
	margin: 0;
	font-size: 1em;
	float: right;
}

#articles-view #content #main-content #article h1 {
	padding-bottom: 0;
	margin: 2px 0;
	background: none;
	color: #f0e68b;
	font-size: 1.8em;
}

#articles-view #content #main-content #article h2 {
	padding-bottom: 5px;
	color: #f0e68b;
	font-size: 1.7em;
	font-weight: normal;
}

#articles-view #content #main-content #article h3 {
	padding-bottom: 5px;
	color: #f0e68b;
	font-size: 1.4em;
	font-weight: normal;
}

#articles-view #content #main-content #article img {
	border: 3px solid #fff;
}

#articles-view #content #main-content #article p.author {
	/* color: #7cc7ef; */
	font-size: 1.1em;
}

#articles-view #content #main-content #article p.author strong {
	color: #7cc7ef;
}

#articles-view #content #main-content #comments, #articles-view #content #main-content #comments-form {
	background: url(/images/calypsoconcept/home_maincontent_topbackground.png) repeat-x top;
	margin-top: 5px;
	padding: 15px 10px 10px 10px;
}

#articles-view #content #main-content #comments h2 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 0 0 10px 5px;
	padding-left: 30px;
	background: url(/images/calypsoconcept/articles-view_comments.png) no-repeat center left;
}

#articles-view #content #main-content #comments #allcomments {
	background: url(/images/calypsoconcept/articles-view_line.png) no-repeat top left;
	padding-top: 15px;
}

#articles-view #content #main-content #comments .comment-block {
	margin-bottom: 20px;
}

#articles-view #content #main-content #comments p.date {
	margin: 0;
	font-size: 1em;
}

#articles-view #content #main-content #comments h3 {
	font-weight: normal;
	color: #2ebcf2;
	margin-bottom: 7px;
	font-size: 1.35em;
}

#articles-view #content #main-content #comments-form h2 {
	background: url(/images/calypsoconcept/articles-view_line.png) no-repeat bottom left;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#showcase #content #main-content {
	background: none;
	margin-right: 0;
	margin-bottom: 20px;
}

#showcase #content #main-content .showcase-site {
	background: url(/images/calypsoconcept/showcase_background.jpg) repeat-x;
	padding: 10px;
	height: 199px;
	width: 214px;
	float: left;
	margin-right:12px;
	margin-bottom: 10px;
}

#showcase #content #main-content .showcase-site a {
	display: block;
	background: url(/images/calypsoconcept/showcase_button.png) no-repeat bottom center;
	padding-bottom: 41px;
}

#showcase #content #main-content .showcase-site a:hover {
	background: url(/images/calypsoconcept/showcase_button_over.png) no-repeat bottom center;
}

#showcase-view #content #main-content #screenshots {
	background: url(/images/calypsoconcept/showcase-view_screenshots_back.png) repeat-x;
	height: 322px;
	margin-bottom: 20px;
}

#showcase-view #content #main-content #screenshots #screenshot-full {
	float: left;
	margin: 15px 0 0 15px;
}

#showcase-view #content #main-content #screenshots #screenshot-thumb {
	float: left;
	margin: 15px 0 0 8px;
}

#showcase-view #content #main-content #screenshots #screenshot-thumb img {
	display: block;
	margin-bottom: 6px;
}

#showcase-view #content #main-content #screenshots a#showcase-link {
	display: block;
	float: right;
	width: 101px;
	height: 19px;
	background: url(/images/calypsoconcept/showcase-view_link.jpg) no-repeat;
	margin-right: 12px;
	margin-top: 251px;
	padding-top: 38px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#showcase-view #content #main-content #article {
	padding-bottom: 20px;
}

#showcase-view #content #main-content #screenshots a:hover#showcase-link {
	text-decoration: underline;
}

#contact #content #main-content {
	background: url(/images/calypsoconcept/contact_top_background.png) repeat-x top;
}

#contact #content #main-content h1 {
	margin-top: 5px;
}

#contact #content #main-content #contact-info, #contact #content #main-content #contact-form {
	background: url(/images/calypsoconcept/contact_top_background.png) repeat-x top;
	padding: 10px 10px 10px 10px;
}

#contact #content #main-content #contact-info {
	padding-right: 200px;
	background: url(/images/calypsoconcept/contact-cartoon.png) no-repeat 360px center;
}

#contact #content #main-content #contact-info p {
	margin-bottom: 3px;
	font-size: 1.2em;
}

#contact #content #main-content #contact-info p em {
	color: #f0e68b;
	float: left;
	font-style: normal;
}

#contact #content #main-content #contact-info strong {
	display: block;
	padding-left: 5em;
	font-weight: normal;
}

#contact #content #main-content #contact-info-container, #contact #content #main-content #contact-form-container {
	background: url(/images/calypsoconcept/contact_bottom_background.png) repeat-x bottom;
	margin-bottom: 10px;
}

#contact #content #main-content #contact-form-container h2 {
	padding-top: 5px;
	padding-bottom: 10px;
	background: url(/images/calypsoconcept/contact_line_white.png) no-repeat left bottom;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

#contact #content #main-content #contact-form-container p.instructions {
	font-size: 1em;
	margin-left: 5px;
}

#home #content #secondary-content {
	clear: both;
	margin: 0 8px 10px;
}

#home #content #secondary-content #news, #home #content #secondary-content #blog, #home #content #secondary-content #contact {
	float: left;
	width: 246px;
	background: url(/images/calypsoconcept/home_secondarycontent_background.png) repeat-x top;
	margin: 0 2px;
}

#home #content #secondary-content #contact {
	width: 248px;
}

#home #content #secondary-content #news h2, #home #content #secondary-content #blog h2, #home #content #secondary-content #contact h2 {
	background: url(/images/calypsoconcept/home_articles_h2.png) repeat-x top;
	padding: 8px 10px 0 10px;
	font-weight: normal;
	
}

#home #content #secondary-content h2 a {
	display: block;
	height: 33px;
	color: #001740;
	text-decoration: none;
}

#home #content #secondary-content h2 a:hover {
	text-decoration: underline;
}

#home #content #secondary-content h3 {
	font-weight: normal;
}

#home #content #secondary-content #news h3, #home #content #secondary-content #blog h3 {
	padding: 0 10px 10px 10px;
}

#home #content #secondary-content h3 a {
	color: #2ebcf2;
	text-decoration: none;
}

#home #content #secondary-content h3 a:hover {
	text-decoration: underline;
}

#home #content #secondary-content #news a img, #home #content #secondary-content #blog a img {
	float: left;
	margin: 0 10px 5px 10px;
	border: 1px solid #fff;
}

#home #content #secondary-content #news a:hover img, #home #content #secondary-content #blog a:hover img {
	border: 1px solid #2ebcf2;
}

#home #content #secondary-content #news .head, #content #secondary-content #blog .head {
	padding: 5px 10px 0 8px;
	
}

#home #content #secondary-content p {
	margin-bottom: 4px;
}

#home #content #secondary-content .author {
	clear: both;
	padding: 0 10px;
	font-size: 0.8em;
}

#home #content #secondary-content p.date {
	float: right;
}

#home #content #secondary-content p.read-more {
	float: left;
}

#home #content #secondary-content p.comments {
	text-align: right;
	padding: 0 10px;
}

#home #content #secondary-content p.comments a {
	font-size: 0.8em;
	text-decoration: none;
	color: #2ebcf2;
	background: url(/images/calypsoconcept/home_comments.png) no-repeat top left;
	padding-left: 28px;
	height: 13px;
}

#home #content #secondary-content p.comments a:hover {
	text-decoration: underline;
}

#home #content #secondary-content #news .excerpt, #home #content #secondary-content #blog .excerpt {
	clear: both;
	padding: 5px 10px 10px 10px;
}

#home #content #secondary-content #contact h3 {
	text-indent: -9999px;
	overflow: hidden;
}

#home #content #secondary-content #contact h3 a {
	display: block;
	width: 246px;
	height: 202px;
	background: url(/images/calypsoconcept/home_contactus_double.jpg) no-repeat;
	margin-left: 1px;
}

#home #content #secondary-content #contact h3 a:hover {
	background: url(/images/calypsoconcept/home_contactus_double.jpg) no-repeat -245px 0;
}

#articles #content #secondary-content, #articles-view #content #secondary-content, #contact #content #secondary-content {
	width: 243px;
	float: right;
}

#articles #content #secondary-content #news, #articles #content #secondary-content #blog, #articles-view #content #secondary-content #related-articles, #contact #content #secondary-content #contact-people {
	background: #f0e68b url(/images/calypsoconcept/articles_preview_background.png) repeat-x;
	margin: 0 10px 5px 0;
	padding-bottom: 4px;
}

#articles #content #secondary-content h2, #articles-view #content #secondary-content h2, #contact #content #secondary-content h2 {
	padding: 10px 0 5px 15px;
	font-weight: normal;
	color: #001740;
}

#articles #content #secondary-content h2 a, #articles-view #content #secondary-content h2 a, #contact #content #secondary-content h2 a {
	color: #001740;
	text-decoration: none;
}

#articles #content #secondary-content h2 a:hover, #articles-view #content #secondary-content h2 a:hover, #contact #content #secondary-content h2 a:hover {
	text-decoration: underline;
}

#articles #content #secondary-content .article-preview-container, #articles-view #content #secondary-content .article-preview-container, #contact #content #secondary-content .contact-people-container {
	background: #fffffc url(/images/calypsoconcept/articles_preview_container_topbackground.png) top repeat-x;
	margin: 0 4px;
	border: 1px solid #e0d776;
	
}

#articles #content #secondary-content .article-preview-container-bottom, #articles-view #content #secondary-content .article-preview-container-bottom, #contact #content #secondary-content .contact-people-container-bottom {
	background: #fffffc url(/images/calypsoconcept/articles_preview_container_bottombackground.png) bottom repeat-x;
	padding: 5px 5px 15px 5px;
}

#articles #content #secondary-content .article-preview-container .article-preview, #articles-view #content #secondary-content .article-preview-container .article-preview {
	padding-bottom: 12px;
	background: url(/images/calypsoconcept/articles_preview_line.png) no-repeat bottom left;
	margin-top: 10px;
}

#articles #content #secondary-content .article-preview-container p.date, #articles-view #content #secondary-content .article-preview-container p.date {
	color: #001740;
	font-weight: bold;
	margin: 0;
	font-size: 0.95em;
}

#articles #content #secondary-content .article-preview-container h3 a, #articles-view #content #secondary-content .article-preview-container h3 a {
	color: #b1a500;
	text-decoration: none;
	font-size: 0.85em;
}

#articles #content #secondary-content .article-preview-container h3 a:hover, #articles-view #content #secondary-content .article-preview-container h3 a:hover {
	text-decoration: underline;
}

#articles #content #secondary-content .article-preview-container p.author, #articles-view #content #secondary-content .article-preview-container p.author {
	margin: 1px 0 0 0;
	color: #001740;
	font-size: 0.95em;
}

#articles-view #content #secondary-content .article-preview-container p.related {
	color: #001740;
}

#articles-view #content #secondary-content #image {
	margin-bottom: 5px;
}

#articles-view #content #secondary-content #image img {
	border: 3px solid #d5d7d8;
}

#contact #content #secondary-content #contact-people {
	margin-bottom: 20px;
}

#contact #content #secondary-content .contact-people-container .contact-people-single {
	margin: 10px 5px 0 5px;
}

#contact #content #secondary-content .contact-people-container img {
	float: left;
}

#contact #content #secondary-content .contact-people-container .people-name {
	width: 120px;
	float: right;
}

#contact #content #secondary-content .contact-people-container .people-name p {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	text-align: right;
}

#contact #content #secondary-content .contact-people-container .people-number {
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
}

#contact #content #secondary-content .contact-people-container .people-number p {
	margin: 0;
	text-align: right;
	font-weight: bold;
	font-size: 1.05em;
}

#contact #content #secondary-content .contact-people-container h3 {
	padding-bottom: 10px;
	background: url(/images/calypsoconcept/articles_preview_line.png) no-repeat bottom left;
	color: #b1a500;
	text-decoration: none;
	font-size: 1.3em;
	margin-bottom: 5px;
}

#contact #content #secondary-content .contact-people-container p {
	color: #001740;
}

#contact #content #secondary-content .contact-people-container p a {
	color: #001740;
	text-decoration: none;
}

#contact #content #secondary-content .contact-people-container p a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	background: url(/images/calypsoconcept/footer_background.png) repeat-x;
	padding: 0 5px 0 5px;
	height: 93px;
}

#footer ul {
	float: left;
	list-style: none;
	width: 230px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 15px;
	border-right: #2874a7 solid 1px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	color: #EEE98E;
	text-decoration: none;
	width: 65px;
	margin:0px 11px 0 0;
	padding-top: 50px;
	font-size: 1.15em;
}

#footer ul li#footer-login a {
	background: url(/images/calypsoconcept/footer_login.jpg) no-repeat top center;
	text-align: center;
}

#footer ul li#footer-contact a {
	background: url(/images/calypsoconcept/footer_contact.jpg) no-repeat top center;
	text-align: center;
}

#footer ul li#footer-support a {
	background: url(/images/calypsoconcept/footer_support.jpg) no-repeat top center;
	text-align: center;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer #footer-text {
	float: left;
	width: 435px;
	margin-top: 15px;
	font-size: 0.95em;
	padding-left: 35px;
	background: url(/images/calypsoconcept/footer_logo.jpg) no-repeat right 4px;
}

#footer .vcard h3 {
	font-size: 1.2em;
}

#footer .vcard a {
	text-decoration: none;
	color: #f0e68b;
}

.separator {
	clear: both;
}

.separatorInvisible {
	clear: both;
	height: 1px;
}

.clearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ---------- 3. links and navigation ---------- */

a {}
		
a:hover {}

#navigation {}

#navigation ul {}

#navigation li {}

#navigation a {}

#navigation a:hover {}

#content p a, #content li a {
	color: #7cc7ef;
}

#content p a:hover, #content li a:hover {
	color: #f0e68b;
}

/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: white;
}

h1, h2, h3, h4, p, ul {}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #f0e68b;
}

h2 {
	font-size: 1.6em;
}

#services #main-content h2, #web-design #main-content h2, #marketing #main-content h2, #tools #main-content h2, #showcase-view #main-content h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #f0e68b;
	margin-bottom: 5px;
	margin-top: 20px;
}

#services #main-content h2 a, #web-design #main-content h2 a, #marketing #main-content h2 a, #tools #main-content h2 a, #showcase-view #main-content h2 a {
	color: #f0e68b;
	text-decoration: none;
}

#services #main-content h2 a:hover, #web-design #main-content h2 a:hover, #marketing #main-content h2 a:hover, #tools #main-content h2 a:hover, #showcase-view #main-content h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.4em;
}

#services #main-content h3, #web-design #main-content h3, #marketing #main-content h3, #tools #main-content h3, #showcase-view #main-content h3 {
	font-weight: normal;
	color: #f0e68b;
	margin-bottom: 3px;
}
		
h4 {}

p {
	margin-bottom: 10px;
	font-size: 1.2em;
}

#main-content p {
	font-size: 1.35em;
}

ul {}

#services #main-content ul, #web-design #main-content ul, #marketing #main-content ul, #tools #main-content ul, #showcase-view #main-content ul {
	margin: 10px 0 15px 30px;
	font-size: 1.2em;
}

#services #main-content ul li, #web-design #main-content ul li, #marketing #main-content ul li, #tools #main-content ul li, #showcase-view #main-content ul li {
	margin-bottom: 3px;
}

blockquote {}

/* ---------- 5. images ---------- */

a img {
	border: 0;
}

#services #main-content img, #web-design #main-content img, #marketing #main-content img, #tools #main-content img {
	margin: 10px;
	border: 3px solid #fff;
	text-align: center;
}
		
/* ---------- 6. tables ---------- */

table {}
		
caption {}
		
tr {}

th, td {}
		
th {}
		
td {}

/* ---------- 7. forms ---------- */	
		
form {}

#articles-view form ul, #contact form ul {
	list-style: none;
	clear: both;
}

#articles-view form li, #contact form li {
	margin-bottom: 10px;
}

#articles-view form ul#info li, #contact form ul#info li {
	float: left;
	width: 245px;
}

#articles-view form label, #contact form label {
	display: block;
	margin-bottom: 3px;
	font-size: 1.2em;
}

#articles-view form input, #contact form input {
	font-size: 1.2em;
}

#articles-view form input#name, #articles-view form input#email, #contact form input#last_name, #contact form input#email1, #contact form input#account_name, #contact form input#phone_work {
	width: 220px;
}

#contact form input#subject {
	width: 300px;
}

#articles-view form textarea#comment, #contact form textarea#description {
	width: 465px;
	height: 80px;
}

#articles-view form img, #contact form img {
	display: block;
	float: left;
	margin-right: 10px;
}

#articles-view form input#captcha, #contact form input#captcha {
	width: 140px;
	font-size: 1.8em;
	text-align: center;
}

#articles-view form input#submit, #contact form input#submitButton {
	float: right;
	margin-right: 15px;
}

/* ---------- Naked Day ---------- */
#naked-day {
	display: none;
}
