﻿/*
Theme Name: lucce
Theme URI: http://www.lucce.dk
Description: Custom theme for lucce.dk
Author: Prashanth Shanmugnathan
Author URI: http://www.lucce.dk
Version: 0.9
Tags: lucce

*/




/*  Header    */
body{
margin: 0px;
font-family: 'Ubuntu', arial, serif;
/* background-color: #EFEFEF; */
background-image: url("images/diagmonds.png"); 
background-attachment: fixed;
position: relative;
}

a img{
border: none;
}

.content { background: url(images/wood.png); }

#slide{
margin-bottom: 5px;
}

#headerarea{
clear: both;
float: left;
margin-bottom: 0;
overflow: auto;
position: relative;
top: 0;
width: 100%;    
}

#headwrap{
 position: relative;
 width: 940px;
 margin: auto;
 margin-top: 0px;
 height: 140px;
}


#logo{
background-image: url("images/logo.png");
width: 240px;
height: 96px;
float: left;
margin-top: 20px;
}

#navigation{
margin: auto;
}

#introbag {
    background-image: url("images/kuc.png");
    background-repeat: repeat-x;
	background-position: 100% 230%;
    clear: both;
    position: relative;
    width: 100%;
    overflow: auto;
}


#intro{
height: 400px;
position: relative;
clear: both;
}

#mainbag{
 background-color: white;
    box-shadow: 0 -1px 25px black;
    min-height: 500px;
    overflow: hidden;
	clear: both;
	background-image: url("images/mainbag.png");
	background-repeat: repeat-x;
 background: -webkit-linear-gradient(top, #E0E0E0, white 150px);
 background: -ms-linear-gradient(top, #E0E0E0, white 150px);
 background: -o-linear-gradient(top, #E0E0E0, white 150px);
 background: -moz-linear-gradient(top, #E0E0E0, white 150px);
 background: linear-gradient(top, #E0E0E0, white 150px);
 margin-top: 5px;
}

.topbox{
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 1px 1px #888888;
display: block;
margin-bottom: 5px;
margin-top: 5px;
height: 125px;
position: relative;
overflow: hidden;
}

.zero{
margin: 0px;
box-shadow: 0 0 5px #888888;
}

a .topbox h3 {
    background-color: black;
    bottom: 0;
    color: white;
    font-size: 15px;
    margin: 0;
    opacity: 0.9;
    padding: 2%;
    position: absolute;
    width: 96%;
}
a {
text-decoration: none;
}

#rightbox{
height: 250px;
margin-bottom: 10px;
font-family: Helvetica, Arial, sans-serif;
font-size: 44px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -2px;
line-height: 1.2em;
color: white;

}

#blog-description{
color: red;
float: left;
font-size: 28px;
font-weight: lighter;
top: 20px;
}

#navbar{
background-image: url("images/navbar.png"); 
height: 56px;
margin-bottom: 10px;
margin-top: 10px;
width: 100%;
z-index:10;
}

#categories{
margin: 0;
float: right;
}

#categories ul{
margin: 0;
padding-left: 5px;
float: right;
}

#categories li{
       list-style-type: none;
	float: left;
		

}



#categories li a{
 color: white;
    float: left;
    font-size: 22px;
    font-weight: 300;
    height: 30px;
    margin-left: 10px;
	margin-right: 10px;
    margin-top: 70px;
    padding: 5px;
    text-decoration: none;


}

#categories li.current-menu-item a{
 background-image: url("images/light2.png");
    border-bottom: 5px solid #9D01B5;
    border-color: #9D01B5;
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 75px;
    text-shadow: 1px 1px 1px black;
	background-repeat: no-repeat;

}

#categories li a:hover{
  
	border-color: #9d01b5;
	background-image: url("images/light4.png");
	background-position: 50%;
	text-shadow: 1px 1px 1px black;
	margin-top: 0px;
	padding-top: 75px;
	padding-bottom: 30px;
	border-bottom: 5px solid #9d01b5 ;
	 background: -webkit-linear-gradient(top, #AB00C9, #cd00a4);
 background: -ms-linear-gradient(top, #AB00C9, #cd00a4);
 background: -o-linear-gradient(top, #AB00C9, #cd00a4);
 background: -moz-linear-gradient(top, #AB00C9, #cd00a4);
 background: linear-gradient(top, #AB00C9, #cd00a4);
 background-color: #cd00a4;
}


#main{
position: relative;
top: 20px;
}


/*  Post    */
.post{
 border-top: 1px solid #F2F2F2;
 float: left;
 margin-bottom: 10px;
 padding: 10px 0 0;
 width: 620px;
}

.post .date{
clear: both;
color: #A8A7A7;
float: left;
font-size: 11px;
margin: 10px 0;
}

h2.title {
margin: 0px;
}

h2.title a {
    color: #000000;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 1.2em;
    text-decoration: none;
}

h1.title {
    color: #000000;
    font-size: 46px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 1.2em;
    text-decoration: none;
	margin: 10px 0px 10px 0px;
}

h2.title a:hover {
    color: #cd00a4;
}

h1.title a:hover {
    color: #cd00a4;
}


.entry{
float: left;
clear: both;
position: relative;
}

.entry p{
font-size: 14px;
color: #333333;
margin-bottom: 1.625em;
line-height: 1.4;
}

.aligncenter{
 clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.625em;

}

.page-link span {
    margin-right: 6px;
}

.page-link a {
    background-color: black;
    color: white;
    margin: 0;
    padding: 2px 3px;
    text-decoration: none;
}

.page-link a:hover {
 background: -webkit-linear-gradient(top, #AB00C9, #cd00a4);
 background: -ms-linear-gradient(top, #AB00C9, #cd00a4);
 background: -o-linear-gradient(top, #AB00C9, #cd00a4);
 background: -moz-linear-gradient(top, #AB00C9, #cd00a4);
 background: linear-gradient(top, #AB00C9, #cd00a4);
 background-color: #cd00a4;
}

sup {
    bottom: 1ex;
}

sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

pre {
    background: none repeat scroll 0 0 #F4F4F4;
    font: 13px/1.5 "Courier 10 Pitch",Courier,monospace;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

ul {
    list-style: square outside none;
}

ul, ol {
    margin: 0 0 1.625em 2.5em;
}

blockquote {
    font-family: Georgia,"Bitstream Charter",serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}

img.size-full{
max-width: 620px;
width: auto;
}

.wp-caption{
 background: -webkit-linear-gradient(top, #FFFFFF, #EDEDED);
 background: -ms-linear-gradient(top, #FFFFFF, #EDEDED);
 background: -o-linear-gradient(top, #FFFFFF, #EDEDED);
 background: -moz-linear-gradient(top, #FFFFFF, #EDEDED);
 background: linear-gradient(top, #FFFFFF, #EDEDED);
    border: 1px solid #EDEDED;
    box-shadow: 1px 1px 1px #C9C9C9;
    color: black;
    padding: 8px;
    text-indent: 5px;
}

.wp-caption p{
margin: 5px;
margin-left: 0px;
}

a.more-link {
    background-color: #333333;
    clear: both;
    color: white;
    font-size: 18px;
    font-weight: 300;
	padding: 5px;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.more-link:hover {
 background: -webkit-linear-gradient(top, #AB00C9, #cd00a4);
 background: -ms-linear-gradient(top, #AB00C9, #cd00a4);
 background: -o-linear-gradient(top, #AB00C9, #cd00a4);
 background: -moz-linear-gradient(top, #AB00C9, #cd00a4);
 background: linear-gradient(top, #AB00C9, #cd00a4);
 background-color: #cd00a4;
    
}

/*  Front    */
.addevent{
background-color: #FF5E5E;
color: white;
float: left;
font-weight: bold;
margin: 5px;
padding: 4px;
text-decoration: none;
}

.addevent:hover{
background-color: red;
}
/* Sidebar */
#primarywidget {
margin-top: 20px;
}


#searchform{
height: 40px;
width: 100%;
margin-bottom: 10px;
}




input#s{
 background-color: white;
    border: none;
    border-radius: 5px 0px 0px 5px;
    float: left;
    font-size: 28px;
    height: 100%;
    margin: 0;
	padding: 0px;
    width: 86%;
	text-indent: 5px;
	position: relative;
	font-family: inherit;
	font-weight: 300px;
	box-shadow: 0 0 2px #888888 inset;
}

#searchsubmit{
 background-image: url("images/search.png");
    border: none;
    float: left;
    height: 100%;
    width: 14%;
	float: left;
	background-color: black;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 5px 5px 0;
	
}

#searchsubmit:hover{
background-color: #cd00a4;
 background-image: url("images/search.png"), -webkit-linear-gradient(top, #AB00C9, #cd00a4);
 background-image: url("images/search.png"), -ms-linear-gradient(top, #AB00C9, #cd00a4);
 background-image: url("images/search.png"), -o-linear-gradient(top, #AB00C9, #cd00a4);
 background-image: url("images/search.png"), -moz-linear-gradient(top, #AB00C9, #cd00a4);
 background-image: url("images/search.png"), linear-gradient(top, #AB00C9, #cd00a4);

}

#primarywidget h4{
font-size: 30px;
margin: 0px;
font-weight: 300;
margin-bottom: 5px;
}

#social{
 background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    width: 278px;
}

/* navigation */
.prev{
float: left;
}
.next{
float: right;
}

#nav-below{
margin-top: 10px;
margin-bottom: 10px;
height: 30px;
float: left;
width: 100%;
}
.navigation a{
padding: 5px;
background-color: black;
color: white;
}

.navigation a:hover{
 background: -webkit-linear-gradient(top, #AB00C9, #cd00a4);
 background: -ms-linear-gradient(top, #AB00C9, #cd00a4);
 background: -o-linear-gradient(top, #AB00C9, #cd00a4);
 background: -moz-linear-gradient(top, #AB00C9, #cd00a4);
 background: linear-gradient(top, #AB00C9, #cd00a4);
 background-color: #cd00a4;
}

/*  commentlist    */
#commentlist{
float: left;
clear: both;
width: 100%;
}

h3#kommentar{
	background-color: #E0E0E0;
    color: black;
    font-weight: 300;
    padding: 10px;
}

.color{
color: #cd00a4;
}

#commentlist > ul{
margin: 0;
padding-left: 0px;
float: right;
list-style-type: none;
}

#commentlist ul > li.comment, li.trackback, li.pingback  {
 background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    float: right;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    width: 506px;

}

#commentlist .commentbody > ul, ol{
float: left;
width: 100%;
}


#commentlist ul li .depth-2{
    background-color: white;
    clear: both;
    float: right;
    width: 400px;
	
}

#commentlist ul li.depth-3{
    background-color: white;
    clear: both;
    float: right;
    width: 294px;
	
}

/* comment form*/
#respond{
background-color: #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    color: black;
    float: right;
    padding: 20px;
}

label {
 clear: both;
    float: left;
    font-weight: 300;
    margin-right: 1em;
    padding-top: 0.2em;
    text-align: left;
    width: 61px;
  }
  
.required{
color: red;
    margin-left: 5px;
    position: absolute;
}  
#respond p{
position: relative;
}

#respond input {
	border: none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #888888 inset;
    padding: 5px;
    text-indent: 10px;
	font-family: inherit;
	
}

#respond textarea{
 border: medium none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #888888 inset;
    padding: 5px;
	font-family: inherit;
}

input#submit {
 background-color: black;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-family: inherit;
    font-size: 18px;
    padding: 5px;
    text-indent: 0;
	
}

input#submit:hover{
 background: -webkit-linear-gradient(top, #AB00C9, #cd00a4);
 background: -ms-linear-gradient(top, #AB00C9, #cd00a4);
 background: -o-linear-gradient(top, #AB00C9, #cd00a4);
 background: -moz-linear-gradient(top, #AB00C9, #cd00a4);
 background: linear-gradient(top, #AB00C9, #cd00a4);
 background-color: #cd00a4;
}
 
.avatar {
position: absolute;
left: -74px;
}

.comment-author{
color: #6B6B6B;
    font-size: 19px;
    text-shadow: 1px 1px 0 white;
}

.comment-meta a{
 font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
	text-shadow: 1px 1px 0px white;
	color: #B3B3B3;
}

/*  Footer    */
#footerbag{
   background-image: url("images/rect10.png");
    background-position: 100% -35%;
    background-repeat: repeat-x;
    float: left;
    margin: 0;
    min-height: 150px;
    padding-top: 75px;
    width: 100%;
    z-index: 0;
	
 }
 
 .footerurl{
 color: white;
 margin: 0px;
 font-size: 30px;
 text-align: left;
 }
 
 #copyright{
 color: white;
 background-color: black;
 margin-top: 10px;
 float: left;
 padding: 5px;
 font-weight: 300;
 box-shadow: 0 0 1px #696969;
 }
 
 #pagelinks ul{
 margin: 5px 0 0;
    padding: 0;
 }
 
 #pagelinks ul li{
 font-size: 16px;
 font-weight: 300;
 list-style-type: none;
 text-align: right;
 float: right;
 padding: 5px;
 margin-bottom: 5px;
 clear: both;
 color: white;
 background-color: black;
 box-shadow: 0px 0px 1px #696969;
 }
 
  #pagelinks ul li:hover{
 
 color: white;
 background: -webkit-linear-gradient(top, #AB00C9, #cd00a4);
 background: -ms-linear-gradient(top, #AB00C9, #cd00a4);
 background: -o-linear-gradient(top, #AB00C9, #cd00a4);
 background: -moz-linear-gradient(top, #AB00C9, #cd00a4);
 background: linear-gradient(top, #AB00C9, #cd00a4);
 background-color: #cd00a4;
 }
 
 #pagelinks ul li a{
 color: inherit;
 text-decoration: none;
 }
 
 #footer h4{
 color: white;
 margin: 0px;
 font-size: 30px;
 text-align: right;
 font-weight: normal;
 }
 
 /* table design */
 
 /* category */
 
 #wrap{
 margin: auto;
 }
 #catcon{
  background-color: #F7F7F7;
    box-shadow: 0 0 5px #888888 inset;
    float: left;
    min-height: 120px;
    margin: 0 auto auto;
    position: relative;
    width: 100%;
	overflow: auto;
	
}

#catcon h1{
  float: left;
    font-size: 60px;
    margin: 0;
    text-shadow: 0 1px 0 white;
    text-transform: uppercase;
}

#catcon p{
 font-family: helvetica;
    font-size: 14px;
    float: left;
	clear: both;
	
}
