/*
Skin Name: default
Skin URI: http://www.gunaxin.com/
Description: Just a list, utilizing Slide Deck for Editing purposes. 
Version: 1.1
Author: Gunaxin
Author URI: http://www.Gunaxin.com/
Tags: flexible
*/

/*
 * The frame surrounding the SlideDeck.
 *
 * Customize the width, height, padding and background to customize the area
 * surrounding your SlideDeck.
 */
.skin-default {
    position: relative;
    padding: 0;
}
.skin-default p,
.skin-default h1,
.skin-default h2,
.skin-default h3,
.skin-default h4,
.skin-default h5,
.skin-default h6,
.skin-default ol,
.skin-default ul,
.skin-default li{
color: #000 !important;
}
/*
 * The SlideDeck element itself.
 *
 * Customize the width and height to increase or decrease the size of
 * your SlideDeck.
 */
.skin-default dl.slidedeck {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
}

/* SlideDeck slides are all given a unique class, so you can customize the
 * appearance of each slide individually by referencing a slide by its
 * numbered class name. For example:
 *    .slidedeck dd.slide_1
 *    .slidedeck dd.slide_2
 *    .slidedeck dd.slide_3
 *    etc...
 */

.skin-default dl.slidedeck > dd {
    position: relative;
    padding: 0;
    margin: 0;
    background:#fff;
    overflow: hidden;
}

.skin-default dt {
	font-size : 1.7em;
	padding:7px 13px;
	margin:5px 0px;
        background-color: #3E3E3E;
        // background-image: url(http://cdn.gunaxin.com/Interface/Widget_Back.jpg);
        // background-repeat: repeat-x;
	border: 0px solid #01203c;
	// color : #0c386e;
        color: #fff;
	-moz-border-radius: 10px;     /* Firefox */
        -khtml-border-radius: 10px;   /* Konquerer */
        -webkit-border-radius: 10px;  /* Webkit / Safari */
        border-radius: 10px;          /* All other CSS3 capable browsers */
       -moz-box-shadow: inset 0px 0px 5px #000;
       -webkit-box-shadow: inset 0px 0px 5px #000;
        box-shadow: inset 0px 0px 5px #000000;
}
