/*
Theme Name: delSquid
Description: A theme for the delSquid site.
Author: Bark of Delight
Template: simplex
*/

@import url("../simplex/style.css");


#header {
	background: #A8012E !important
	}

#page {
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#47CDD2), to(#312699)) !important;
        background-image: -moz-linear-gradient(0% 100% 90deg,#312699, #47CDD2) !important;
        background: #47CDD2;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF47CDD2', endColorstr='#FF312699');
	}

a {
	color: #AD3E4C !important;
	font-style: bold !important;
        font-family: Serif;
	border-bottom: none !important;
	}

a:hover {
 color: #CCCCCC !important;
 background: none !important;
 }

#footer {
background: none !important;
color: #222222 !important;
}

body { 
color: #222 !important;
background: #312699 !important;
font-family:  Serif;
}

#sidebar ul li h2 {
color: #000 !important;
font-family:  Serif;
border-bottom: 1px solid #eee !important;
}

#sidebar {
	font-family: Serif;
        }

#header #searchform #s {
background: #47CDD2 !important;
color: #AD3E4C !important;
border: 2px inset buttonface !important;
font-family: Serif;
}

#header #searchsubmit {
margin-left: 10px;
font-family: Serif;
width: 80px;
border: 2px outset buttonface !important;
cursor: pointer;
}

#header #searchsubmit:active {
border: 2px inset buttonface !important;
}

#sidebar a {
  padding-left: 5px;	
  background: none;
}	

#sidebar a:hover {
  padding-left: 5px;	
  background: none;
}	

#sidebar .archives a, #sidebar .cat-item a, #sidebar .cat-item a:hover,
#sidebar #archives ul li a {
	padding-left: 5px;	
	background: none;
}

#sidebar .cat-item a:hover, #sidebar .archives a:hover,
#sidebar #archives ul li a:hover {
	padding-left: 5px;	
	background: none;
}

#sidebar .linkcat a, #sidebar .linkcat a:hover, 
#sidebar .blogroll a {
	background: none;
	padding-left: 5px;	
}

#sidebar .linkcat a:hover,
#sidebar .blogroll a:hover {
	background: none;
}

#commentform textarea, #commentform input {
background: #47CDD2 !important;
border: 2px inset buttonface !important;
}

#commentform #submit {
background: #666 !important;
border: 2px outset buttonface !important;
cursor: pointer;
}

#commentform #submit:active {
border: 2px inset buttonface !important;
}

#commentform p {
	font-family: Serif;
	}

ol.commentlist li.even { background:none; }
ol.commentlist li.odd { background:none; }
.commentlist li { background : none !important; }
.commentlist li, #commentform input, #commentform textarea {
	font-family: Serif;
        }

a.tabs { 
background: none !important;
border: none !important;
}

small {
        color: #000 !important;
	font-family: Serif;
	}

div.menu {
  background: none !important;
}

.menu ul a, .menu ul li, .menu ul li li, .menu ul li li li, .menu
ul li.current-menu-item li a {
  background: none !important;
  font-size: 1.3em;
}

.menu ul {
  width: none;
}

#clean_contact_from_name, #clean_contact_from_email,
#clean_contact_subject, #clean_contact_body {
background : #47CDD2;
color: #AD3E4C;
border: 2px inset buttonface;
font-family: Serif;
}

#clean_contact_send {
margin-left: 10px;
font-family: Serif;
width: 80px;
border: 2px outset buttonface;
cursor: pointer;
background: #666;
}

#clean_contact_send:active {
border: 2px inset buttonface;
background: #666;
}

.CleanContact_msg.ok {
background: #AD3E4C !important;
font-size: 1.3em;
font-weight: normal;
}

