/*   
Theme Name: kingofpunk net
Theme URI: 
Description: Le thème de kingofpunk.net.
Author: Domingo Olmo Martin alias King of Punk
Author URI: http://kingofpunk.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*custom css pour contact form 7*/
@import url('contactform7style.css');

/*boutons de la mort*/
@import url('awesome-buttons.css');

body, input, textarea {
font-family:"Courier new",Courier;
}

#header {
	background-color:#ABABAB;
	background-image:url(images/guerilla_urbaine.jpg);
}

#footer {
	background-color:#000;
}

#siteinfo {
	padding:20px 0 10px;
	text-align:right;
}

#branding {
	padding:294px 0 56px;
}

#blog-description {
	background-color:#FFF;
	font-style:normal;
	width:220px;
}

#blog-title {
	width:500px;
	background-color:#EFEFEF;
}

.entry-title a {
	font-size:26px;
}

.aside a {
	text-decoration:none;
	color:#ababab;
}

.aside a:hover {
	color:#FF4B33;
}

.aside a:visited {
	color:#ababab;
}

.aside h3 {
	font-style:normal;
	font-weight:bold;
}

.entry-meta {
	font-size:11px;
	font-style:normal;
}

.entry-meta .n {
	text-transform:none;
}

.entry-meta abbr {
	text-transform:none;
}

.entry-utility {
	clear:left;
	font-size:11px;
}

.entry-utility a {
	font-style:normal;
}

.aside ul ul {
	margin:0 0 22px 10px;
	list-style-type:none;
}

.wp-post-image {
	float:left;
	padding-right:20px;
	padding-bottom:5px;
}

.edit {
	/*-moz-border-radius:4px;
	-moz-text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius:4px;
	-webkit-text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	background-color:#FF5C00;
	padding:3px 6px;
	*/
	/*
	-moz-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	background:#333 url(./images/alert-overlay.png) repeat-x scroll 0 0;
	border:medium none;
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF;
	font-size:10px;
	font-family: Arial;
	padding:4px 8px 4px;
	text-decoration:none;
	*/
}

.edit:hover {
	background-color:#FF0000;
}

.entry-meta .edit a, .entry-utility .edit a {
	color:#666;
	text-decoration:none;
}

.entry-meta .edit a:hover, .entry-utility .edit a:hover  {
	color:#fff;
	text-decoration:none;
	padding: 5px;
}

.form-submit input[type="submit"] {
	-moz-border-radius:6px;
	-moz-text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius:6px;
	-webkit-text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	background-color:#009999;
	border:1px solid #00CCCC;
	color:#fff;
	padding:3px;
	/*text-align:right;*/
}

a, a:visited{
	color:#666666;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#FF4B33;	
}

a.more-link {
	clear:right;
	color:#666666;
	display:block;
	margin-top:10px;
	text-decoration:none;
}

a:hover.more-link {
	text-decoration:underline;
	color:#FF4B33;
}

.main-aside {
	width:250px;
}

#container {
	width:690px;
}

#content {
	width:680px;
}

.sub-aside h3 {
	color:#fff;
	font-family:Arial,sans-serif;
	font-size:18px;
}

.sub-aside ul ul {
	margin:0 0 22px 10px;

}

.sub-aside a {
	color:#ababab;
}

.sub-aside a:hover {
	color:#FF4B33;
}

.sub-aside a:visited {
	color:#ababab;
}
/*galerie d'images*/

/* utils*/

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#primary {
	border:none;
}

#comments-list li.comment-author-admin {
	background-color:#252525;
	color:#FFFFFF;
}
