/*
Theme Name: Cosmic Handmade 3 column Layout
Theme URI: http://www.cosmichandmade.com
Date: October 2006
Description: 3 column table layout with inline frame
Author and Copyright: Caroline Hofstede
Author URI: http://www.cosmichandmade.com
All rights reserved.
*/

/*----------------------
  Basics
  ---------------------*/
.gradient-button {
    margin: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}
.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}
.gradient-button-1 {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.gradient-button-1:hover { background-position: right center; }

.gradient-button-2 {background-image: linear-gradient(to right, #2BC0E4 0%, #EAECC6 51%, #2BC0E4 100%)}
.gradient-button-2:hover { background-position: right center; }

.gradient-button-3 {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
.gradient-button-3:hover { background-position: right center; }

.gradient-button-4 {background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)}
.gradient-button-4:hover { background-position: right center; }  
  
  

*{
margin:0;
padding:0;
}

body {
margin: 0 auto;
padding:20px 0 0 0;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:11px;
color:#4c4c4c;
background:#ffffff url(images/hhbg1blue.gif) repeat;
text-align:center;
}

p{
margin:0;
padding:8px 0;
line-height:1.3em;
}

/*----------------------
  Blockquotes
  ---------------------*/

blockquote{
margin:10px 0;
padding:10px;
line-height:1.2em;
background:url('images/xx.gif');
border-top:1px solid #A8C8D6;
border-bottom:1px solid #A8C8D6;
}

blockquote blockquote{
margin:10px 0;
padding:10px;
line-height:1.2em;
border: 1px dashed #A8C8D6;
}

blockquote.quote{
margin:10px 0;
padding:10px 0;
line-height:1.3em;
font-style:normal;
background:transparent;
border:none;
}

/*----------------------
  For your inline page
  ---------------------*/

/*--- Inline page style ---*/
.inline{
margin:0;
padding:0;
background:#FBFCF4;
}

/*--- Iframe style ---*/
iframe{
width:100%;
height:300px;
margin:0;
padding:0;
}


/*----------------------
  Table styles
  ---------------------*/

table{
margin:0 auto;
border-collapse:collapse;
vertical-align:top;
text-align:center;
font-size:1em;
}


#table1{
width:800px;
margin:0 auto;
padding:0;
background:url('images/xxx.gif') repeat;
border: 0px solid #ccc;
}

#table2{
width:100%;
margin:0 auto;
padding:0;
background:#FBFCF4;
border:1px solid #B46C86;
}

#table3{
width:100%;
margin:0 auto;
padding:0;
text-align:left;
background:url(images/xxx.gif);
border: 0px solid #ccc;
}

#tablemiddle{
width:50%;
margin:0;
padding:0;
text-align:center;
vertical-align:top;
background:url(images/xx.gif);
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

#tableleft{
width:25%;
margin:0;
padding:0 10px;
vertical-align:top;
text-align:left;
background:url(images/xx.gif);
border: 0px solid #cccccc;
}

#tableright{
width:25%;
margin:0;
padding:0 10px;
vertical-align:top;
background:url(images/xx.gif);
border: 0px solid #cccccc;
}

/*----------------------
  Headings
  ---------------------*/

h1, h2, h3, h4, h5, h6{
margin:4px 0;
padding:0;
color: #627C3E;
text-align:left;
}

h1{
font-size:1.4em;
color:#B95B8C;
}

h2{font-size:1.2em;}
h3{font-size:1.1em;}
h4{font-size:1.0em;}
h5{font-size:1.0em;}
h6{font-size:0.9em;}



/*----------------------
  Links
  ---------------------*/

a, a:link{
font-weight:normal;
color:#B95B8C;
text-decoration: none;
outline:none;
}

a:hover, a:active{
color:#627C3E;
font-weight:normal;
text-decoration: none;
}

a:visited{
text-decoration: none;
}

/*----------------------
  Lists
  ---------------------*/

ul{
margin:0;
padding:0;
text-decoration:none;
}

ol{
margin:0 0 15px 0;
padding:5px 0;
text-decoration:none;
}

li{
margin:0;
padding:0;
text-decoration:none;
}

.dot{
list-style-image: url('images/hhbulletgreen.gif');
list-style-type: circle;
}

/*----------------------
  Images
  ---------------------*/

a img{
border:none;
}

.ileft{ 
float: left; 
padding:4px;
}

.iright{
float: right; 
padding:4px;
}

.icenter{
display: block;
text-align: center;
margin: 5px auto;
padding: 5px 0;
}

.avatar{
width:80px;
height:80px;
float:left;
padding:2px 6px 2px 0;
background:url('images/avatar1.gif') no-repeat;
border:0px none;
}

/*----------------------
  Header
  ---------------------*/

#header{
width:100%;
height:160px;
margin:0 auto;
padding:0;
color:inherit;
text-align:center;
background:url('images/hhdivider1.gif') repeat-x bottom center;
border-bottom:0px solid #A0A5B1;
}

#headerimg{
width:80%;
height:160px;
margin:0 auto;
padding:0;
background:url('images/hhtop1.gif') no-repeat bottom right;
}


#header h1{
margin:0 auto;
padding:40px 0 0 0;
font-family: "Trebuchet MS", Verdana, Futura, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:2.5em;
text-align:left;
}

.description{
margin:0 0 0 5px;
padding:0;
font-size:12px;
font-style:normal;
text-align:left;
}

/*----------------------
  Navigation
  ---------------------*/

/*--- menu left or right ---*/

.menu{
width:170px;
margin:0;
padding:0;
}

.menu p{
font-size:0.9em;
margin:5px 0;
padding:0;
}

.menu h2{
padding:3px 0 0 20px;
text-align:left;
background:url('images/xxx.gif') no-repeat left;
border-bottom:1px solid #ccc;
}

.menu ul{
list-style-image:none;
margin: 0 0 5px 4px;
}

.menu li{
margin:0;
padding:0;
margin:0;
padding:2px 0 0 0;
list-style-type: none;
}

/*--- Sidebar menu box ---*/

.sidebox {
width:170px; 
margin:10px 0;
padding:0;
background:transparent;
border:0px solid #75BDBC;
}

.sidebox1 {
width:170px; 
margin:10px 0;
padding:4px;
background:#F6F7F1;
border:1px solid #D6DEAE;
}

.sidebox1 h2{
margin: 0;
padding:2px;
text-align:left;
border-bottom:1px solid #ddd;
}

.boxhead {
margin:0;
padding:0;
text-align: left;
background:transparent;
}

.boxhead h2 {
margin: 0;
padding:3px 0 3px 20px;
text-align:left;
background:url(images/hhbullet1green.gif) no-repeat left;
border-bottom:1px solid #ddd;
}

.boxbody {
margin: 0;
padding:5px 0;
background:transparent;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */



/*----------------------
  Content
  ---------------------*/

#content {
margin: 0 auto;
padding:10px;
text-align:left;
}

#content p{
text-align:justify;
}

#content a, #content a:link, #content a:hover{
font-weight: normal;
text-decoration:none;
border-bottom:#ddd 1px solid;
}

#content .post {
height:20px;
margin:10px 0 15px 0;
padding:0;
font-style:italic;
background:url('images/xxx.gif') no-repeat bottom center;
border-bottom:1px dashed #ddd;
}


#content ul{
margin: 8px 0 10px 17px;
list-style-type: circle;
}

#content ul li{
margin: 5px 0;
}

#content ol{
margin: 5px 0 5px 20px;
}

#content li{
margin: 0 15px;
}

/*----------------------
  Footer
  ---------------------*/

#footer{
width:100%;
height:80px;
font-size:0.9em;
text-align:center;
background: url('images/hhgrass1.gif') repeat-x bottom center;
border-top:1px solid #ddd;
}

#footer p{
color:#ABABAB;
margin:0 auto;
padding:6px;
text-align:center;
}

#footer a{
color:#ABABAB;
text-decoration: none;
}

#footer a:hover{
color:#627C3E;
}
/*----------------------
  Extra tags / classes
  ---------------------*/

.divider{
width:100%;
height:10px;
display:block;
margin:15px auto;
padding:0;
background: url('images/hhdivider.gif') no-repeat bottom center;
}

.divider1{
width:100%;
height:10px;
display:block;
margin:15px auto;
padding:0;
background: url('images/hhdivider.gif') no-repeat bottom center;
}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.small {font-size:8px;}
.large {font-size:12px;}
.bold {font-weight:bold;}


/*----------------------
  extra table style
  ---------------------*/

#table7 {
width:100%;
margin: 15px auto;
padding:15px;
background: transparent;
border-collapse: collapse;
border: 1px solid #DDE3C2;
}
    
#table7 td, #table7 th {
border: 1px solid #eee;
padding:4px;
vertical-align:top;
}

#table7 td p, #table7 th p {
margin:0;
padding:0;
vertical-align:top;
}
 
#table7 td a:link, #table7 th a:link {
background: transparent;
font-weight:bold;
text-decoration: none;
border-bottom:1px dotted #ddd;
}
  
#table7 td a:hover, #table7 th a:hover {
font-weight:bold;
background: transparent;
border-bottom:1px dotted #ddd;
}
    
#table7 td {
vertical-align: top;
text-align: left;
}

#table7 th {
text-align: left;
}
  
#table7 .odd {
background: #F4F7E0;
}