@charset "utf-8";
/* CSS Document */

/* GENERAL */
body{
	margin:				0px;
	height:				100%;
	background:			#191919 url(../images/background.jpg) repeat-x;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#FFFFFF;
	
}

img{
	border:				none;
}

a:link, a:visited{
	text-decoration:	none;
	color:				#94BCF4;
}

a:hover{
	color:				#115ECB;
}

.clear{
	clear:				both; 
	height:				0; 
	margin:				0; 
	padding:			0; 
	font-size:			0;
}

.hseparator{
	position:			relative;
	height:				1px;
	width:				100%;
	margin:				20px 0px 20px 0px;
	border-bottom:		1px solid #7A7878;
}

/* PAGEFRAME */
#pageframe{
	position:			relative;
	margin:				auto;
	width:				980px;
}

/* HEADER */
#header{
	position:			relative;
	width:				100%;
	height:				233px;
	font-size:			12px;
}

#header h1{
	position:			relative;
	width:				100%;
	padding:			0px;
	margin:				0px;
}

a#logo{
	position:			absolute;
	top:				0px;
	left:				0px;
	background:			#94BCF4 url(../images/logo_mydeliciouscakes.png) center no-repeat;
	width:				253px;
	height:				233px;
	text-indent:		-999em;
	-moz-box-shadow: 0px 0px 35px #000000; box-shadow: 0px 0px 35px #000000;
}

#headercontent{
	position:			relative;
	top:				50px;
	left:				253px;
	width:				727px;
	height:				182px;
	background:			#191919;
}

#menubox{
	position:			relative;
	float:				left;
	width:				247px;
	height:				100%;
	background:			#191919;
}

#topnav{
	position:			relative;
	top:				28px;
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

#topnav li{
	display:			block;
	float:				left;
	margin-bottom:		3px;
	width:				120px;
}

#topnav a:link, #topnav a:visited{
	padding:			5px 0px 5px 15px;
	display:			block;
	color:				#FFFFFF;
	text-transform:		uppercase;
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:				105px;
}

#topnav a:hover{
	background:			#94BCF4;
}

.sel{
	display:			block;
	float:				left;
	margin-bottom:		3px;
	background:			#94BCF4;
}

.sel a{
	background:			#94BCF4;
}

#eyecatcher{
	position:			relative;
	float:				left;
	width:				480px;
	height:				100%;
	background:			#000000;
	color:				#FFFFFF;
	border-bottom:		1px solid #7A7878;
}

#eyecatcher h2{
	position:			relative;
	width:				100%;
	padding:			0px;
	margin:				0px;
}

h2#eyecatcher_text{
	position:			absolute;
	top:				15px;
	left:				50%;
	margin-left:		-224px;
	background:			url(../images/eyecatcher_text.png) no-repeat;
	width:				448px;
	height:				51px;
	text-indent:		-999em;
}

#addressblock{
	position:			absolute;
	top:				100px;
	left:				20px;
	width:				320px;
}

#addressblock p{
	float:				left;
	width:				160px;
}

#addressblock span{
	width:				48px;
	display:			block;
	float:				left;
}

#eyecatcher_cake{
	position:			absolute;
	bottom:				0px;
	right:				0px;
	width:				95px;
	height:				79px;
	background:			url(../images/eyecatcher_cake.jpg) no-repeat;
}

/* CONTENT */
#contentbox{
	position:			relative;
	border-right:		1px solid #7A7878;
	padding:			20px 10px 50px 0px;
}

#contentbox h2{
	margin-top:			0px;
	padding-top:		0px;
	font-size:			30px;
	/*width:				600px;*/
}

.category,.subcat{
float:left;
overflow:hidden;
}
.subcat .kristen_darkblue{
width:200px;
min-height: 72px;
}
.category_image{
overflow:hidden;
width:164px;
height:152px;
padding-left:4px;
}

#contentbox h2.kristen_darkblue{
	color:				#115ECB;
	padding-top:		0px;
}

#contentbox h2.kristen_lightblue{
	color:				#94BCF4;
	padding-top:		0px;
}

.content_block{
	width:				600px;
	position:			relative;
}

/* CONTENT ON HOMEPAGE */
.content_fp{
	width:				680px;
	position:			relative;
}

#services{	
	position:			relative;
	margin-top:			20px;
	width:				100%;
	height:				100%;
}

#ivc{
	position:			absolute;
	background:			url(../images/button_ivc.jpg) no-repeat;
	text-indent:		-999em;
	height:				100px;
	width:				176px;
	margin:0px 0 0 505px;
}

#ivc:hover{
	background:			url(../images/button_ivc_hover.jpg) no-repeat;
}

#latest{
	margin-top:			20px;
}

#latest .latest_box{
	position:			relative;
	float:				left;
	background:			#000000;
	border:				2px solid #115CC8;
	width:				440px;
	padding:			11px 13px 11px 13px;
	font-size:			12px;
}

#latest h5{
	font-weight:		normal;
	font-size:			16px;
	margin-top:			0px;
	padding-top:		0px;
}

#latest small{
	margin-left:		20px;
	font-size:			11px;
}

#pic_classes, #pic_events{
	position:			relative;
	float:				left;
	margin-right:		10px;
	margin-top:			10px;
	width:				112px;
	height:				85px;
	background-repeat:	no-repeat;
}

#services .servicebox{
	position:			relative;
	float:				left;
	height:				185px;
	width:				172px;
	background:			#354FC6 ;
	text-align:			center;
	margin:				0px 10px 0px 10px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
}

#services h4{
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:			16px;
	font-weight:		normal;
	margin:				0px;
	padding:			6px 0px 6px 0px;
	line-height:		1em;
}

#services a:link, #services a:visited{
	color:				#FFFFFF;
}

#services a:hover{
	color:				#94BCF4;
}

#services .opaquehover{
	position:			absolute;
	bottom:				4px;
	right:				4px;
	width:				164px;
	height:				152px;
	background:			url(../images/opaquebox.png) no-repeat;
}

#services .opaquehover:hover{
	background:			url(../images/opaquebox_hover.png) no-repeat;
	cursor:				pointer;
}

#newsbox{
	position:			relative;
	margin-top:			30px;
	float:				left;
	width:				471px;
	height:				160px;
	background:			#354FC6 ;
	border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; 
}

#widget_rss{
	position:			absolute;
	top:				5px;
	left:				10px;
}

#newsbox h3{
	line-height:		48px;
	padding:			5px 0px 0px 65px;
	margin:				0px;
	font-family:		Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:			18px;
	font-weight:		normal;
}

#newsbox p{
	padding-left:		16px;
	margin:				10px 0px 0px 0px;
	width:				440px;
	line-height:		18px;
	font-size:			12px;
}

#newsbox a:link, #newsbox a:visited{
	color:				#FFFFFF;
	text-decoration:	underline;
}

#newsbox a:hover{
	color:				#94BCF4;
}

#subscribebox{
	position:			relative;
	margin-top:			30px;
	margin-left:		16px;
	float:				left;
	width:				471px;
	height:				160px;
	background:			#354FC6 ;
	border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; 
}

#widget_newsletter{
	position:			absolute;
	top:				5px;
	left:				10px;
}

#subscribebox h3{
	line-height:		48px;
	padding:			5px 0px 0px 65px;
	margin:				0px;
	font-family:		Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:			18px;
	font-weight:		normal;
}

#subscribebox p{
	padding-left:		16px;
	margin:				10px 0px 0px 0px;
	width:				440px;
	line-height:		18px;
	font-size:			12px;
}

#subscribebox a:link, #subscribebox a:visited{
	color:				#FFFFFF;
	text-decoration:	underline;
}

#subscribebox a:hover{
	color:				#94BCF4;
}

#subscribebox label{
	display:			block;
	float:				left;
	width:				100px;
}

#subscribebox .text{
	margin-bottom:		5px;
	border:				1px solid #7A7878;
	padding:			2px;
}

#subscribebox .submit{
	border:				1px solid #09336E;
	background:			#09336E;
	padding:			2px 20px 2px 20px;
	margin-left:		10px;
	font-size:			10px;
	color:				#FFFFFF;
	position:			relative;
	*top:				-5px;
}

#subscribebox .submit:hover{
	background:			#FFFFFF;
	color:				#09336E;
	cursor:				pointer;
}

#flashbanner{
	position:			relative;
	float:				left;
	height:				347px;
	width:				251px;
	background:			#FFFFFF;
	margin-right:		20px;
}

/* NEWS */
#rssicon{
	position:			absolute;
	top:				0px;
	left:				250px;
}

/* CAMPAIGN FORM */
#campaignform label{
	display:			block;
	float:				left;
	width:				100px;
}

#campaignform .text{
	margin-bottom:		5px;
	border:				1px solid #7A7878;
	padding:			2px;
}

#campaignform .submit{
	border:				1px solid #09336E;
	background:			#09336E;
	padding:			2px 20px 2px 20px;
	margin-left:		10px;
	font-size:			10px;
	color:				#FFFFFF;
	position:			relative;
	width:				100px;
	*top:				-5px;
}

#campaignform .submit:hover{
	background:			#FFFFFF;
	color:				#09336E;
	cursor:				pointer;
}

/* GALLERY */
.galleriesbox{
	position:			relative;
	float:				left;
	height:				185px;
	width:				172px;
	background:			#354FC6 ;
	text-align:			center;
	margin:				0px 10px 0px 10px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
}

.galleriesbox .galleries_imagebox{
	position:			relative;
	width:				164px;
	height:				152px;
	text-align:			center;
	overflow:			hidden;
}

.galleriesbox h4{
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:			16px;
	font-weight:		normal;
	margin:				0px;
	padding:			6px 0px 6px 0px;
	line-height:		1em;
}

.galleriesbox a:link, .galleriesbox a:visited{
	color:				#FFFFFF;
}

.galleriesbox a:hover{
	color:				#94BCF4;
}

.photo_thumb_box{
	position:			relative;
	overflow:			hidden;
	width:				150px;
	height:				150px;
	border:				10px solid #191919;
	text-align:			center;
}
.photo_thumb_box img{

}

/* SHOP */
.productgategory_box{
	position:			relative;
	float:				left;
	height:				185px;
	width:				172px;
	background:			#354FC6 ;
	text-align:			center;
	margin:				0px 10px 20px 10px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
	overflow:			hidden;
}

.productgategory_box h4{
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:			16px;
	font-weight:		normal;
	margin:				0px;
	padding:			6px 0px 6px 0px;
	line-height:		1em;
}

.productgategory_box a:link, .productgategory_box a:visited{
	color:				#FFFFFF;
}

.productgategory_box a:hover{
	color:				#94BCF4;
}

/* CONTACT */
#contact_map{
	float:				left;
	margin-right:		10px;
	width:				250px; 
	height:				300px; 
	overflow:			hidden;
}

address{
	font-style:			normal;
}

#contact{
	position:			relative;
	float:				right;
	top:				0px;
	right:				30px;
	width:				400px;
	padding-bottom:		20px;
}

#contact fieldset{
	border:				none;
}

#contact label{
	display:			block;
}

#contact small{
	color:				#94BCF4;
	font-size:			10px;
}

#contact .text{
	margin:				3px 0px 5px 10px;
	padding:			5px;
	width:				350px;
	color:				#115ECB;
	background:			#D8E7FC;
	border:				1px solid #94BCF4;
	font-family:		Georgia, "Times New Roman", Times, serif;
}

#contact .submit{
	border:				none;
	border-bottom:		1px solid #7A7878;
	border-right:		1px solid #7A7878;
	font-size:			14px;
	color:				#115ECB;
	background:			#94BCF4;
	padding:			5px 14px 5px 14px;
	margin:				0px 0px 0px 10px;
	float:				left;
	text-transform:		uppercase;
}

#contact .submit:hover{
	color:				#7A7878;	
	cursor:				pointer;		
}

/* FOOTER */
#footer{
	position:			relative;
	height:				60px;
	width:				100%;
	color:				#969292;
	border-top:			1px solid #7A7878;
}

#logo_titan{
	position:			absolute;
	background:			url(../images/logo_titaninteractive.jpg) no-repeat;
	text-indent:		-999em;
	top:				16px;
	right:				10px;
	height:				25px;
	width:				86px;
}

#copyright{
	position:			absolute;
	top:				19px;
	font-size:			11px;
	left:				10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
