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

hr {
	background:none;
	border:none;
	border-bottom:1px dashed #666666;
}

#clearHitZone {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/hit_zone.gif) repeat top left;
	cursor:pointer;
}

.fullContainer {
	position:relative;
	float:left;
	text-align:center;
	width:100%;
}

.fullContainerCenter {
	position:relative;
	margin:0px auto;
	/*width:776px;*/
	width:800px;
	padding-bottom:10px;
	clear:both;
}


.galleryImageContainer h5{
	margin:0px;
	font-size:12px;
	text-align:center;
	padding:10px 0px;
	font-weight:bold;
	color:#000000;
}
.galleryImageContainer {
	position:relative;
	float:left;
	width:164px;
	height:124px;
	padding:2px;
	margin:15px 15px;
	background:#B3B3B3;
}
.galleryImageContainerShadow {
	position:absolute;
	top:-2px;
	left:-2px;
	width:174px;
	height:134px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/thumb_shadow.png) no-repeat top left;
}
.galleryImageContainerPic {
	position:relative;
	width:164px;
	height:124px;
	float:left;
	overflow:hidden;
}
.galleryImageContainerContent {
	position:absolute;
	left:2px;
	bottom:2px;
	width:164px;
	height:20px;
	overflow:hidden;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_title_background.png) repeat top left;
}

.galleryImageContainerContent h5 {
 	font-style:normal;
	text-align:center;
	padding:0px;
	padding-top:0px;
	font-size:11px;
	line-height:20px;
}


/** The code for the gallery popover **/
/* the overlayed element */ 
.galleryOverlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#e9e9e9; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #cecece; 
    border-right:0;
    padding:5px;
    left:-400px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 20px 5px #000; 
    -webkit-box-shadow: 0 0 20px #000;     
} 

/* close button positioned on upper right corner */ 
.galleryOverlay .close { 
background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/button_close.png) no-repeat top right; 
    position:absolute; 
    right:4px; 
    top:8px; 
    cursor:pointer; 
    height:20px; 
    width:30px; 
    margin-right:8px;
    z-index:34;
}

/* styling for elements inside overlay */ 
.galleryOverlayDetails { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.galleryOverlayDetails h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}
.galleryOverlayTextHolder {
	position:absolute;
	width:215px;
	height:100%;
	top:-1px;
	right:0px;
	padding:0px 0px 0px 0px;
	background-color:#e9e9e9;
	border:1px solid #cecece; 
	border-left:0;
	overflow:auto;
}
.galleryOverlayText {
	position:relative;
	width:190px;
	top:0px; 
	margin:5px 0px;
	left:0px;
	
}
.galleryOverlayText p {
	font-size:11px;
	padding:5px;
}
/* "next image" and "prev image" links */
.galleryOverlay .next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #9c9c9c;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#000000;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

.galleryOverlay .prev {
	left:5px;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.galleryOverlay .next {
	right:5px;
	margin-right: 5px;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.galleryOverlay .next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
	color:#000000;
}

/* when there is no next or previous link available this class is added */
.galleryOverlay .disabled {
	visibility:hidden;		
}

/* the "information box" */
.galleryOverlay .info {
	position:absolute;
	top:5px;
	left:5px;	
	padding:10px 0px 10px 0px;
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #9c9c9c;
	text-align:center;
}

.galleryOverlay .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.galleryOverlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.galleryOverlay .next, .prev, .info {
	background:#ebebeb !important;
	opacity: .3;		
}

 /** Links **/
#links {
	position:relative;
	margin-left:0px;
	float:left;
	width:100%;
	padding: 5px 0px 10px 0px;
}


#linkBox {
	position:relative;
	float:left;
	width:100%;
	padding:1em 0px 1em 0px;
	border-bottom:1px dashed #999999;
}
#linkBox p {
	padding-top:2px;
	padding-bottom:2px;
} 
#pagination {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 0px 0px;
	width:100%;
	color: /**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#pagination a{
	font-weight:normal;
}
#paginationLeft {
	position:relative;
	float:left;
	width:34%;
	text-align:right;
	padding-right:1em;
	border-right:1px solid /**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}	
#paginationRight {
	position:relative;
	float:right;
	width:34%;
	text-align:left;
	padding-left:1em;
	border-left:1px solid /**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#paginationCenter {
	margin:0 auto;
	width:28%;
	text-align:center;
}
/* CSS Document */
#eventsContent {
	position:relative;
	float:left;
	padding:20px 0px 10px 20px;
}
#eventsContent a{
	color:#8c4a1a;
}

#eventsBox {
	position:relative;
	float:left;
	width:100%;
	padding-top:20px;
	border-bottom:1px dashed #666666;
}
#eventsBox:last-child {
	border:none;
}
#eventsBox h1{
	padding:0px 10px;
	font-size:18px;
	font-weight:bold;
	
}
#eventsBox p{
	padding-top:0px;
}
.eventsMenu {
	padding-top:20px;
	width:100%;
}
/** BLOG **/
#blog {
	position:relative;
	float:left;
	padding-top:5px;
	padding-left:15px;
}
#blog h1{
	margin:0px;
	font-size:16px;
}
#blog h2{
	margin:0px;
	font-size:16px;
}
#blog h3{
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
h5{
	margin:0px;
	padding:3px 0px 3px 25px;
	font-size:12px;
	font-weight:normal;
}
#blog p{
	padding-top:6px;
}
#blogEntry {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dashed #666666;
}			
#blogComments {
	float:left;
	position:relative;
}
#blogComments h3 {
	font-weight:bold;
}
.blogCommentMain {
	float:left;
	font-size:11px;
	position:relative;
	padding-left:12px;
	width:95%;
	padding-bottom:20px;
}
.blogCommentMain p {
	font-size:11px;
	padding:10px 0 5px;
}
.blogCommentStart {
	border-bottom:1px dashed #666666;
	float:left;
	padding:5px 5px 5px 0px;
	position:relative;
	width:100%;
}
.blogCommentStart p {
	margin-top:5px;
	padding:5px 50px 5px 5px;
}
.blogCommentReply {
	border-bottom:1px dashed #666666;
	border-left:1px dashed #666666;
	float:left;
	margin-left:15%;
	padding:10px 5px 5px 10px;
	position:relative;
	width:82%;
}
.blogCommentReply p {
	margin-top:5px;
	padding:5px 50px 5px 5px;
}
#blogCommentReplyButton {
	bottom:5px;
	font-weight:bold;
	position:absolute;
	right:5px;
}
#add_comment_link_container {
	display:block;
	float:left;
	padding:5px 5px 10px 0px;
	position:relative;
	width:430px;
}
.commentRollout, .comment_form{
	float:left;
	margin:0px;
	padding:15px 5px;
	position:relative;
}
.commentRollout input[type="text"], .comment_form input[type="text"] , .comment_form textarea, #commentRollout textarea {
	border:1px solid #959595;
	font-size:12px;
	margin:3px 0;
	padding:1px;
}

#recaptcha_area {
	margin:3px 0;
	
}
#recaptcha_table {
background:#ffffff;
}
.blogMenu {
	padding-top:5px;
}

/* Discography */
.discography {
	width:600px;
}
#discographyMain {
	position:relative;
	float:left;
	width:820px;
	padding:0px 0px;
}

#discography {
	position:relative;
	float:left;
	width:100%;
	padding:15px;
	margin-top:10px;
}
#discography ul {
	display:block;
	list-style:decimal;
	padding-left:30px;
}
#discography li {
	color: /**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
	padding:1px 0px;
	font-size:12px;
}
#discography li a{
	font-weight:bold;
}
.discographyListBox {
	position:relative;
	float:left;
	width:175px;
	height:175px;
	margin:20px 12px 0px 12px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_border.gif) #d7d7d7 repeat-x bottom left;
}

.discographyListShadow {
	position:absolute;
	top:-4px;
	left:-4px;
	width:183px;
	height:183px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/discography/discography_shadow.png) no-repeat top left;
}

.discographyListBoxPic {
	position:relative;
	float:left;
	top:5px;
	left:5px;
	width:165px;
	height:165px;
	padding:0px;
}
.discographyListBoxTitle {
	position:absolute;
	bottom:5px;
	left:5px;
	width:165px;
	padding:5px 0px;
	text-align:center;
	font-size:1em;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_title_background.png) repeat top left;
}

/** ACTUAL ALBUM INFO PAGE **/
#discLeft {
	position:relative;
	float:left;
	width:225px;
	display:inline;
	padding-right:20px;
}

#discLeft img{
	max-width:225px;
	left:10px;
	border:1px solid #999999;
	margin-bottom:1em;
}

#discRight {
	position:relative;
	float:left;
	width:335px;
}
#discography h2{
	border-bottom:1px solid #999999;
}
#discTracks ul{
	padding:5px 5px 5px 30px;
	font-size:12px;

}
#discDescription {

}
#discDescription p{
	padding:0 0 1em 0;
}

#discPages {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:12px;
	padding-top:15px;
	font-weight:bold;
}

#discPages a{
	font-size:12px;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}
#discPages a:hover{
	color:/**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#discNextTitle {
	font-weight:normal;
}
#buyLoc {
	font-weight:normal;
	font-style:italic;
	font-size:10px;
}
#playSong {
	padding:0px 10px;
	font-weight:bold;
	
}
#musicplayer {
	padding:.5em 0;
}
/** FAQ **/
#faq {
	position:relative;
	float:left;
}

#faq h3 {
	font-size:18px;
	margin-bottom:0px;
	padding-top:10px;
	position:relative;
	float:left;
}

#faq p {
	padding:0px;
	margin:0px;
	display:inline;
}

.faqBox {
	position:relative;
	float:left;
	padding:5px 0px 5px 20px;
	width:100%;
}

#faqQuestion {
	font-size:16px;
	padding:5px 0px 5px 0px;
	width:100%;
}

#faqAnswer{
	padding:0 1em 1em 1em;
}

#faqAnswer span{
	padding:1em;
}


/** Biography Component**/

#bios ul{
	padding:10px;
	margin:0px;
	
}
#bios li{
	position:relative;
	float:left;
	padding:20px 0px;
	margin:0px;
	margin-bottom:5px;
	list-style:none;
	width:100%;
	border-bottom:1px dashed /**{{CSS_ELEMENT:text-style}}**/#554831/**{{/CSS_ELEMENT:text-style}}**/;
	
}


#bios li:last-child{
	border:none;
}
#bios li img{
	position:relative;
	
}
.biosContent {
	position:relative;
	float:right;
	width:74%;
}
.biosImage {
	position:relative;
	float:left;
	width:25%;
	text-align:center;
}

/* Product */
.product {
	position:relative;
	float:left;
	width:168px;
	height:190px;
	text-align:left;
	margin:13px;
}
.product h3 {
	padding:3px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
}
.product h4 {
	padding:3px 0px 0px 0px;
	font-weight:normal;
	text-align:left;
	color:#269e1d;
	font-size:12px;
}

.product a {
	font-size:12px;
}
.product ul {
	padding:3px 0px 0px 2px;
	margin:0px;
	margin-left:20px;
}
.product li {
	list-style:square;
	color:#41AADD;
}
#productPicContainer {
	position:relative;
	width:160px;
	height:120px;
	overflow:hidden;
	padding:4px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_border.gif) #d7d7d7 repeat-x bottom left;
}
#productPic{
	position:relative;
	width:160px;
	height:120px;
	overflow:hidden;
}
#productContainerShadow {
	position:absolute;
	top:-2px;
	left:-2px;
	width:174px;
	height:134px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/thumb_shadow.png) no-repeat top left;
}

#redStrike {
	color:#9e1414;
	text-decoration:line-through;
}
#productViewLeft {
	position:relative;
	float:left;
	width:240px;
	padding:20px 10px 10px 10px;
}
#productViewMiddle {
	position:relative;
	float:left;
	width:340px;
	padding:20px 0px 10px 0px;
	text-align:left;
}
#productViewRight {
	position:relative;
	float:right;
	width:200px;
	text-align:left;
}

#productViewMiddle h2{
	color:#269e1d;
}

#productViewMainImage {
	position:relative;
	float:left;
	width:240px;
	overflow:hidden;
	text-align:center;
}
#productViewMainImage img {
	border:4px solid #d7d7d7;
	overflow:hidden;
}
.productViewMini {
	position:relative;
	float:left;
	width:70px;
	padding:5px;
	overflow:hidden;
	text-align:center;
}
.productViewMini img{
	border:2px solid #d7d7d7;
}

#productViewMiniContainer {
	position:relative;
	float:left;
	width:240px;
	height:80px;
	padding:5px 0px;
}
#productViewAddTo {
	position:relative;
	float:left;
	font-size:1em;
	padding-left:1em;
}
#productViewAddTo table{
	padding:15px 0px 10px 0px;
}
#productViewAddTo select{
	margin-bottom:10px;
}

.productMenu {
	position:relative;
	float:left;
	width:200px;
}
.productMenu ul{
	padding:0px 0px 0px 20px;
	margin:0px;
	margin-left:10px;
	text-align:right;
	font-size:12px;
}
.productMenu li{
	padding:5px 5px;
	border-bottom:1px dashed #d4d4d4;
}
.productMenu li:last-child{
	border-bottom:none;
}
.productMenu h1 {
	text-align:right;
	font-size:14px;
	padding:5px;
}


/* Component Menu */
.componentLeft {
	position:relative;
	float:left;
	width:66%;
}

.componentRight {
	position:relative;
	float:right;
	width:30%;
	padding-right:5px;
}

.componentMenu {
	position:relative; 
	float:left;
	text-align:left;
	width:100%;
}
.componentMenu h2 {
	font-size:14px;
	border:none;
}
.componentMenu ul {
	padding:0px 18px;
	margin:0px 0px 20px 0px;
}
.componentMenu li {
	padding:6px 5px 3px 5px;
	border-bottom:1px dashed #999999;
	font-weight:bold;
	list-style:none;
	font-size:12px;
}
.componentMenu li:last-child {
border:none;
}
.componentMenu li a {
	font-weight:normal;
}

#gallery p{
	padding:0px 27px;
}


/*
 * FullCalendar v1.4.3 Stylesheet
 *
 * Feel free to edit this file to customize the look of FullCalendar.
 * When upgrading to newer versions, please upgrade this file as well,
 * porting over any customizations afterwards.
 *
 * Date: Tue Dec 22 00:41:38 2009 -0800
 *
 */

#fcCalendarContainer {
	padding:36px 24px 12px 24px;
}

.fc,
.fc .fc-header,
.fc .fc-content {
	font-size: 1em;
	}
	
.fc {
	direction: ltr;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
.fc td, .fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/
	
table.fc-header {
	width: 100%;
	}
	
.fc-header-left {
	width: 25%;
	}
	
.fc-header-left table {
	float: left;
	}
	
.fc-header-center {
	width: 50%;
	}
	
.fc-header-center table {
	margin: 0 auto;
	}
	
.fc-header-right {
	width: 25%;
	}
	
.fc-header-right table {
	float: right;
	}
	
.fc-header-title {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc-header-space {
	padding-left: 10px;
	}
h2.fc-header-title {
	padding-left:0px;
	padding-bottom:6px;
	padding-top:0px;
}	
/* right-to-left */

.fc-rtl .fc-header-title {
	direction: rtl;
	}



/* Buttons
------------------------------------------------------------------------*/

.fc-header .fc-state-default,
.fc-header .ui-state-default {
	margin-bottom: 1em;
	cursor: pointer;
	}
	
.fc-header .fc-state-default {
	border-width: 1px 0;
	padding: 0 1px;
	}
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	border-style: solid;
	}
	
.fc-header .fc-state-default a {
	display: block;
	border-width: 0 1px;
	margin: 0 -1px;
	width: 100%;
	text-decoration: none;
	}
	
.fc-header .fc-state-default span {
	display: block;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	padding: 3px 5px;
	}
	
.fc-header .ui-state-default {
	padding: 4px 6px;
	}
	
.fc-header .fc-state-default span,
.fc-header .ui-state-default span {
	white-space: nowrap;
	}
	
/* for adjacent buttons */
	
.fc-header .fc-no-right {
	padding-right: 0;
	}
	
.fc-header .fc-no-right a {
	margin-right: 0;
	border-right: 0;
	}
	
.fc-header .ui-no-right {
	border-right: 0;
	}
	
/* for fake rounded corners */
	
.fc-header .fc-corner-left {
	margin-left: 1px;
	padding-left: 0;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px;
	padding-right: 0;
	}
	
/* DEFAULT button COLORS */
	
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
	border-color: #777; /* outer border */
	color: #333;
	}

.fc-header .fc-state-default span {
	border-color: #fff #fff #d1d1d1; /* inner border */
	background: #e8e8e8;
	}
	
/* PRESSED button COLORS (down and active) */
	
.fc-header .fc-state-active a {
	color: #fff;
	}
	
.fc-header .fc-state-down span,
.fc-header .fc-state-active span {
	background: #888;
	border-color: #808080 #808080 #909090; /* inner border */
	}
	
/* DISABLED button COLORS */
	
.fc-header .fc-state-disabled a {
	color: #999;
	}
	
.fc-header .fc-state-disabled,
.fc-header .fc-state-disabled a {
	border-color: #ccc; /* outer border */
	}
	
.fc-header .fc-state-disabled span {
	border-color: #fff #fff #f0f0f0; /* inner border */
	background: #f0f0f0;
	}
	
	
	
/* Content Area & Global Cell Styles
------------------------------------------------------------------------*/
	
.fc-widget-content {
	border: 1px solid #ccc; /* outer border color */
	}
	
.fc-content {
	clear: both;
	}
	
.fc-content .fc-state-default {
	border-style: solid;
	border-color: #ccc; /* inner border color */
	}
	
.fc-content .fc-state-highlight { /* today */
	background: #7d7d7d;
	}
	
.fc-content .fc-not-today {
	background: none;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	
.fc-view { /* prevents dragging outside of widget */
	width: 100%;
	overflow: hidden;
	}
	
	
	
/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
	border-style: solid; 
	border-color: #646464;     /* default BORDER color (probably the same as background-color) */
	background-color: #646464; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
	/* Use the 'className' CalEvent property and the following
	 * example CSS to change event color on a per-event basis:
	 *
	 * .myclass,
	 * .fc-agenda .myclass .fc-event-time,
	 * .myclass a {
	 *     background-color: black;
	 *     border-color: black;
	 *     color: red;
	 *     }
	 */
	 
.fc-event {
	text-align: left;
	}
	
.fc-event a {
	overflow: hidden;
	font-size: .7em;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
	}
	
.fc-event-editable {
	cursor: pointer;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
/* for fake rounded corners */

.fc-event a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	}
	
/* right-to-left */

.fc-rtl .fc-event a {
	text-align: right;
	}
	
/* resizable */
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
	background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
.fc-event-hori a {
	border-width: 0;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-left {
	margin-left: 1px;
	}
	
.fc-content .fc-corner-left a {
	margin-left: -1px;
	border-left-width: 1px;
	}
	
.fc-content .fc-corner-right {
	margin-right: 1px;
	}
	
.fc-content .fc-corner-right a {
	margin-right: -1px;
	border-right-width: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid table {
	width: 100%;
	}
	
.fc .fc-grid th {
	border-width: 0 0 0 1px;
	text-align: center;
	}
	
.fc .fc-grid td {
	border-width: 1px 0 0 1px;
	}
	
.fc-grid th.fc-leftmost,
.fc-grid td.fc-leftmost {
	border-left: 0;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */

.fc-rtl .fc-grid {
	direction: rtl;
	}
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc .fc-agenda th,
.fc .fc-agenda td {
	border-width: 1px 0 0 1px;
	}
	
.fc .fc-agenda .fc-leftmost {
	border-left: 0;
	}
	
.fc-agenda tr.fc-first th,
.fc-agenda tr.fc-first td {
	border-top: 0;
	}
	
.fc-agenda-head tr.fc-last th {
	border-bottom-width: 1px;
	}
	
.fc .fc-agenda-head td,
.fc .fc-agenda-body td {
	background: none;
	}
	
.fc-agenda-head th {
	text-align: center;
	}
	
/* the time axis running down the left side */
	
.fc-agenda .fc-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
	}
	
/* all-day event cells at top */
	
.fc-agenda-head tr.fc-all-day th {
	height: 35px;
	}
	
.fc-agenda-head td {
	padding-bottom: 10px;
	}
	
.fc .fc-divider div {
	font-size: 1px; /* for IE6/7 */
	height: 2px;
	}
	
.fc .fc-divider .fc-state-default {
	background: #eee; /* color for divider between all-day and time-slot events */
	}

/* body styles */
	
.fc .fc-agenda-body td div {
	height: 20px; /* slot height */
	}
	
.fc .fc-agenda-body tr.fc-minor th,
.fc .fc-agenda-body tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 0; /* distance between events and day edges */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert a {
	border-width: 0;
	}
	
/* for fake rounded corners */
	
.fc-content .fc-corner-top {
	margin-top: 1px;
	}
	
.fc-content .fc-corner-top a {
	margin-top: -1px;
	border-top-width: 1px;
	}
	
.fc-content .fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-content .fc-corner-bottom a {
	margin-bottom: -1px;
	border-bottom-width: 1px;
	}
	
/* event content */
	
.fc-event-vert span {
	display: block;
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert span.fc-event-time {
	white-space: nowrap;
	_white-space: normal;
	overflow: hidden;
	border: 0;
	font-size: 10px;
	}
	
.fc-event-vert span.fc-event-title {
	line-height: 13px;
	}
	
.fc-event-vert span.fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
/** The code for the events popover **/
/* the overlayed element */ 
.eventOverlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#4e4e4d; 
     
    width:450px;     
    min-height:200px; 
    border:1px solid #b3b3b3; 
    padding:5px;
    left:-400px;
    
    color:#F5F5F5;
     text-align:left;
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

/* close button positioned on upper right corner */ 
.eventOverlay .close { 
background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/button_close.png) no-repeat top right; 
    position:absolute; 
    right:8px; 
    top:8px; 
    cursor:pointer; 
    height:20px; 
    width:30px; 
    margin-right:0px;
    z-index:34;
}
	
.eventOverlay h4, .eventOverlay h5, .eventOverlay p {
	padding-left:12px;
	padding-right:12px;
	margin:0px;
}
.eventOverlay h4 {
	color:c8bc6f;
	padding-top:12px;
	padding-bottom:6px;
}
.eventOverlay h5 {
	padding-top:0px;
	padding-top:0px;
}


