/*
Theme Name: Darklight
Theme URI: http://www.sink.ie/
Description: A darklight theme .
Author: sink
Author URI: http://www.sink.ie
version: 2.0
Tags: two-column, widget-ready,
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#edebea;
font-family: arial, tahoma, sans-serif;
	font-size: 12px;
background-image:url(images/sonyback.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 13pt;}
h4 {font-size: 9pt;}
h6 {
	font-size: 10pt;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 950px;
	margin: 0 auto;
	padding:0;
	color:#666666;
	overflow: hidden;
	}
	


/* header */

#header {
	background:#fff;
  	width:100%; 
  	overflow:hidden;
	color: #fff; 
	}

#header h1{
	font:bold 42px "arial", georgia, times;
	padding:0;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 12px "arial", georgia, times;
	color:#333;
	padding: 0 0 20px 0;
	margin:0;	
	}
/* main menu */


/* main menu */

#menu{
	text-transform:uppercase;
	width:100%;
	font:normal 12px "arial", georgia, times;
	margin: 0 auto 14px;
	height:46px;
	margin-top: 26px;
}	


#dropmenu {
	text-transform:uppercase;

	float:left;
	position:relative; 
	z-index:300;
	margin:0;
	padding:0 0 0 14px;
	}
	
#dropmenu li a {	
	padding:5px 10px;
	margin: 0;
	color: #aaa;
	display:block;
	border-bottom:none;
	text-shadow:1px 1px #000;
	}
	
#dropmenu li a:hover {	
	color:#fff;
	text-decoration:none;
	}
	
#dropmenu li {
	float:left; 
	position:relative; 	
	list-style-type: none;
	margin: 0 10px 0 0;
	padding:10px 0;
	}
	
#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	margin:0;
	padding:4px 0 0 0;
	background:#333333;
}

#dropmenu li ul {width:14.1em; padding:10px 0;  display: none; position: absolute; z-index:999; line-height:24px; 	}
#dropmenu li ul li {border:none; padding:0; color:#0066CC;border-bottom:1px dotted #A5ABAB;}
#dropmenu li ul a {width:12em; height:auto; float:left; color:#aaa; padding:0 10px; border:none; border-radius:none !important; color:#fff;}
#dropmenu li ul a:hover {border-bottom:4px solid #fff; color:#aaa;height:auto; border:none; border-radius:none !important;}
#dropmenu ul ul {
	top:auto;
	padding:0 0 10px 0;

}
#dropmenu li ul ul {left:12em; margin:0 0 0 20px; top:auto;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


#dropmenu li.current_page_item a {
	color:#fff;
}

#dropmenu li.current_page_item li a {
	color:#aaa;
}

#dropmenu li li a {
	color:#aaa;
}

#dropmenu li li a:hover {
	color:#fff;
}

#dropmenu li.current_page_item li a:hover {
	color:#fff;
}

#dropmenu li ul li.current_page_item a {background:none !important;}





/* content */
#top{
float:right;
	width:850px;
	margin-top: 150px;
	}


#sponsors{
float:right;
	width:250px;
	height:125px;
	margin-bottom:30px;}
	
	#sponsors h2{
	font-size:12px;
	color: #FF6600;
}
	
	#topimage{
	clear:both;
	width:550px;margin-bottom:20px;}

#content {
clear:both;
	float:none;
	width:620px;
	padding-left: 100px;
	overflow: hidden;
	margin:10px;
	text-align:justify;
	}

.post {
	margin:0;
	padding:0 0 10px 0;
	line-height:18px;
	}
	
.pagetitle{
	font:normal 18px "arial", verdana, times;
	margin:0 0 20px 0;
	color:#777;
	}
	
.post h2{
	font:normal 26px "arial", verdana, times;
	text-transform:capitalize;
	border-bottom:1px dotted #ccc;
	color: #666666;
	}
	
.post h2 a{
color: #666666;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3{
	font:normal 12px "arial", times;
	padding:4px 0 15px 0;
	margin:0 0 15px 0;
	color:#505050;
	border-bottom:1px solid #ddd;
	}

.post ul {margin:20px;}

.post li {list-style-type:square;}

.entry p{margin:12px 0;}

.postmetadata{
margin-bottom:20px;
	font-size:12px;
	}
	
	.postmetadata a {
	color: #FF6633;
	text-decoration: underline;
	}

.navigation {
	font-size:11px;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}






/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #ccc;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {

	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {
	color:#0066CC;
}


.comments h3{font-family: arial, verdana, tahoma;
	font-size: 9pt;}
	
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */


#sonyfooter {
	background-image:url(images/sonybottom.png);
	background-repeat:no-repeat;
	background-position:bottom;

	clear: both;
	width: 100%;

	height: 129px;

	
	}
#freeyourfilm{
background-image:url(images/freeyourfilmlogo.png);
background-repeat:no-repeat;
width: 617px;
height: 219px;
text-align:left;
margin-bottom:20px;}

#freeyourfilmbuts{
width: 637px;
height: 80px;
margin-right:20px;
text-align:center;}

#followus{
background-image:url(images/followus.png);
background-repeat:no-repeat;
width: 90px;
height: 40px;
padding-top:15px;
float:right;
text-align:center;}



#backtodl{

margin: 0 auto;
	padding:0;
width: 160px;
height: 40px;
margin-right:200px;
text-align:center;
float:none;
}

#footer {
	background:#ffffff;
	clear: both;
	width: 100%;
	margin-top:30px;
	}
	
#footer p{
	padding:14px 0;
	margin: 0;
	color: #999999;
	text-align:left;
	height 200px;

}
#footer a{
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/*sidebar*/

/* Sidebar */

#sidebar {margin-top:255px;}
#sidebar .widget{
	background:#f8f8f8;
	border:1px #d5d5d5 solid;
	padding:10px;
	-moz-border-radius:5px;
	margin-bottom:25px;
	width:270px;
	margin-left:15px;
	list-style-type:none;
	

}

.widget li{list-style:none;}


h3.widgettitle{
	font-style:normal;
	font-weight:bold;
	color:#333;
}



.rss-box{
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}

/*date*/

.wpcf7-form{
padding-left:150px;}

.post-date{
	height: 51px;
	width: 46px;
	float: left;
	display: inline;
	padding-top:8px;
	margin: 0 10px 0 0;

	text-align:center;
	background: url(images/date.png) no-repeat;
	
}
.month{
	font:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight: bold;
	color: #FFFFFF;
}
.day{
	padding-top:3px;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #666666;
}


.socialprofiles img{padding-right:10px;}

#aktt_tweets {background: url(images/tweet.jpg); background-repeat:no-repeat;
width:317px;   padding-top:50px;}

#aktt_tweet_form fieldset{width:200px; margin-left:80px;}

#aktt_tweets_bot {background: url(images/tweet_bot.jpg); background-repeat:no-repeat;
width:317px; height:60px; background-position:bottom; }

.aktt_tweets li {padding:5px 20px 5px 80px;}
	
	.aktt_tweets ul{font:Arial, Helvetica, sans-serif;
	font-size:12px; }
	
.aktt_tweets a{
	color: #3399FF;
	text-decoration:underline;
}

.aktt_username{font:Arial, Helvetica, sans-serif;
	font-size:10px;}


.aktt_more_updates a {
	color: #666666;
	text-decoration:underline;

}


#aktt_tweet_submit{ float:left;}


#pageno{
margin-left:350px;}

div.hr {
  height: 15px;}
 
div.hr hr {
 border:thin #999999 dotted;
}

#heroes{
background-image:url(http://www.darklight.ie/wordpress/wp-content/themes/darklight2010/images/heroes/heroesback.gif);
background-repeat:no-repeat;
} 
