/*
Theme Name: Conceditor WP Strict
Theme URI: http://www.wp-magazine.se/
Description: Another great and free theme from <a href="http://www.wp-magazine.se">WP Magazine</a>. Traduction française par <a href="http://wordpress-tuto.fr">WordPress tuto</a>.
Version: 1.0
Author: Peter From
Author URI: http://www.conceditormedia.se/
Tags: strict, dark-light, custom fields, widgetized

	Conceditor WP Strict v1.0
	 http://www.wp-magazine.se/

	This theme was designed and built by Peter From,
	whose other works you will find at http://www.conceditormedia.se/ and http://www.wp-magazine.se/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Do with it what you wish, but leave the footer copyright notice and backlink intact

*/

/* By the force of WordPress, this stuff must be included in all new themes */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.navigation {
	color: #de4000;
}

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

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

.wp-caption p.wp-caption-text {
   font-size: 10px;
	font-style: italic;
   line-height: 135%;
   padding: 5px;
   margin: 0;
}

/* End of WP stuff */

/* Link & type stuff */

a, a:hover {
	text-decoration: none;
}

#footer {
	color: #666666;
	font-size: 10px;
}

#footer a {
	color: #de4000;
	font-size:10px;
	border-bottom: 1px dotted;
}

#footer a:hover {
	color: #8fd204;
}

#logotype {
	color: #8fd204;
}

.queries {
	color: #59781a;
}

#rss img {
	border: none;
}

#rss a {
	color: #de4000;
}

#rss a:hover {
	color: #8fd204;
}

#feature a {
	font-size:16px;
	font-weight: normal;
	color: #de4000;
}

#feature a:hover {
	color: #8fd204;
}

#featuremore a {
	font-size:14px;
	font-weight: normal;
	color: #de4000;
}

#featuremore a:hover {
	color: #8fd204;
}

#featureblog a {
	font-size:14px;
	font-weight: normal;
	color: #de4000;
}

#featureblog a:hover {
	color: #8fd204;
}

#featureblogsmall a {
	font-size:12px;
	font-weight: normal;
	color: #de4000;
}

#featureblogsmall a:hover {
	color: #8fd204;
}

.regcon {
	font-size: 11px;
	color: #4d4d4d;
}

#smallstuff {
	color: #59781a;
}

#comments a {
	color: #8fd204;
	font-size:10px;
}

#comments a:hover {
	color: #de4000;
	font-size:10px;
}

#readmore a {
	font-size: 14px;
}

#smallstuff a {
	font-size: 9px;
}

.navigation a {
	font-size: 10px;
	color: #de4000;
}

.navigation a:hover {
	color: #8fd204;
}

.entry {
	font-size: 11px;
	color: #141414;
}

.entry a {
	color: #de4000;
}

.entry a:hover {
	color: #8fd204;
}

.entryarchive {
	font-size: 11px;
	color: #141414;
}

.entryarchive a {
	color: #de4000;
}

.entryarchive a:hover {
	color: #8fd204;
}

.tags a {
	color: #de4000;
}

.tags a:hover {
	color: #8fd204;
}

.postmetadata a {
	color: #de4000;
}

.postmetadata a {
	color: #8fd204;
}

#commentsnumber {
	color:#59781a;
}

.arrowlistmenubottom a {
	color: #de4000;
}

.arrowlistmenubottom a:hover {
	color: #8fd204;
}

.arrowlistmenu a {
	color: #8fd204;
}

.arrowlistmenu a:hover {
	color: #de4000;
}

/* Comments type stuff */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	border:1px dashed #d1d1d1;
	}
	
.commentlist a {
	color:#de4000;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#respond {
	color: #59781a;
}

.commentsmallstuff {
	font-size: 9px;
}

.commentsmallstuff a {
	color: #de4000;
}

.commentsmallstuff a:hover {
	color: #8fd204;
}
	
/* End of comments type stuff */

/* Begin main layout stuff */

body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000 url('images/wp-strict-bkg.jpg');
	text-align: center;
	background-repeat: no-repeat;
   background-attachment: fixed;
	background-position: top center;
}

#logotype {
	width:880px;
	height:30px;
   margin-top: 10px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   padding-right: 5px;
	text-align: left;
}

#logoholder {
	float: left;
}

#rss {
	float: right;
}
	
#searchbar {
	width:880px;
	height:30px;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   padding: 5px;
	text-align: right;
}

#s {
	border: 1px solid #a1a598;
	background: #666666;
	color: #d9d9d9;
	padding-left: 5px;
}

#searchsubmit {
	border:1px solid #a1a598;
	background: #de4000;
	color: #d9d9d9;
}

#searchsubmit:hover {
	border:1px solid #d9d9d9;
	background: #8fd204;
}
	
#pagewrap {
	width:880px;
	height: auto;
	min-height: 590px;
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   border: thin solid #a1a598;
	background-color: #ffffff;
}

#footer {
	width:860px;
	height:40px;
   margin-top: 1px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
	padding: 10px;
}

/* Accordion style menu stuff */

.arrowlistmenu{
width: 290px; /*width of accordion menu*/
margin-top: -14px;
}

.arrowlistmenumiddle{
width: 298px; /*width of accordion menu*/
margin-top: -14px;
}

.arrowlistmenuright{
width: 290px; /*width of accordion menu*/
margin-top: -14px;
}

.arrowlistmenusingle{
width: 588px; /*width of accordion menu*/
margin-top: -14px;
}

.arrowlistmenubottom{
width: 260px; /*width of accordion menu*/
margin-top: -14px;
}

.arrowlistmenubottom .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:14px;
font-weight: bold;
color: #8fd204;
background: #141414 url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: left;
}

.arrowlistmenubottom .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenubottom ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenubottom ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenubottom ul li a{
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #de4000;
background: url(images/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
background-position: 5px 3px;
display: block;
padding: 2px 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #4d4d4d;
font-size: 100%;
text-align: left;
}

.arrowlistmenubottom ul li a:visited{
color: #A70303;
}

.arrowlistmenubottom ul li a:hover{ /*hover state CSS*/
color: #59781a;
background-color: #141414;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:14px;
font-weight: bold;
color: #8fd204;
background: #141414 url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: left;
}

.arrowlistmenumiddle .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:14px;
font-weight: bold;
color: #8fd204;
background: #141414 url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: left;
}

.arrowlistmenuright .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:14px;
font-weight: bold;
color: #8fd204;
background: #141414 url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: left;
}

.arrowlistmenusingle .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:14px;
font-weight: bold;
color: #8fd204;
background: #141414 url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #de4000;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
background-position: 5px 3px;
display: block;
padding: 2px 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
text-align: left;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #59781a;
background-color: #F3F3F3;
}

.regcon {
	padding-left:10px;
	text-align: left;
	margin-bottom:20px;
}

/* Three Column Layout for the page contents */

#columnwrap {
	width: auto;
	min-height:590px;
	height:auto;
	background-color: #ffffff;
}

.columnleft {
	float: left;
	width: 291px;
	min-height: 590px;
	height: auto;
	background: #ffffff url(images/wp-strict-column-bkg.jpg) no-repeat;
}

.columnmiddle {
	float: left;
	width: 299px;
	min-height: 590px;
	height: auto;
	background: #ffffff url(images/wp-strict-second-bkg.jpg) no-repeat;
}

.columnright {
	float: right;
	width:290px;
	min-height: 590px;
	height: auto;
	background: #ffffff url(images/wp-strict-second-bkg.jpg) no-repeat;
}

.columnsingle {
	float: right;
	width:588px;
	min-height: 590px;
	height: auto;
	background: #ffffff url(images/wp-strict-single-bkg.jpg) no-repeat;
}

#pagecontent {
	margin:15px;
	border:1px solid #d9d9d9;
	min-height: 400px;
	width: auto;
	background: #ffffff;
	padding:10px;
	text-align: left;
}

/* Middle content front page stuff */

#feature {
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	color: #4d4d4d;
}

#featuremore {
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	color: #4d4d4d;
}

#featureblog {
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	color: #4d4d4d;
}

#featureblogsmall {
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	color: #4d4d4d;
}

#feature img {
	margin: 7px 0px 0px -1px;
	border:13px solid #d1d1d1;
	padding:1px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
}

#featureblog img {
	margin: 7px 7px 0px 0px;
	border:5px solid #d1d1d1;
	padding:1px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.separator {
	border-bottom:1px solid #a1a598;
	margin: 0px 0px 7px 0px;
}

.separatorcomments {
	border-bottom:1px solid #d9d9d9;
	margin: 6px 0px 14px 0px;
}

.separatorsmall {
	border-bottom:1px solid #a1a598;
	margin: 7px 0px 7px 0px;
}

.separatornews {
	border-bottom:1px solid #a1a598;
	margin: 7px 0px 7px 0px;
}

.separatorsolid {
	border-bottom:1px solid #a1a598;
	margin: 8px 0px 7px 0px;
}

#comments {
	position: absolute;
	background: #141414;
	width:120px;
	height:auto;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	margin-top: -280px;
	margin-left: -10px;
	padding: 4px 5px 4px 2px;
	text-align: right;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

#excerpt {
	line-height: 135%;
}

#excerptsmall {
	line-height: 135%;
	margin-top: -3px;
}

.menuheadermore {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	margin-left: 10px;
	margin-top: 10px;
}

#morenews {
	border: 1px solid #d9d9d9;
	margin: 15px 10px 5px 10px;
	background: #f3f3f3;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

#readmore {
	margin-bottom: 10px;
}

/* Middle content front page stuff right column */

#picturebank {
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	color: #4d4d4d;
}

#picturebank img {
	border:5px solid #d1d1d1;
	padding: 1px;
	margin:0px 0px 2px 0px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

#picturebank img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}

/* Single page stuff */

.entry {
	margin-top:30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 135%;
}

.tags {
	border: 1px dashed #a1a598;
	background: #f3f3f3;
	padding: 0px 5px 0px 5px;
}

#commentget {
	margin:10px;
}

#photodescription {
	border: 1px dashed #a1a598;
	padding:10px 10px 0px 10px;
	margin-top: 20px;
}

/* Comments stuff */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #f3f3f3;
	border: 1px solid #d9d9d9;
	text-align: left;
	}

#commentform textarea {
	width: 510px;
	padding: 2px;
	background: #f3f3f3;
	border: 1px solid #d9d9d9;
	}

#commentform #submit {
	margin: 0;
	float: right;
	border:1px solid #a1a598;
	background: #de4000;
	color: #d9d9d9;
	text-align: center;
	}
	
#commentform #submit:hover {
	margin: 0;
	float: right;
	border:1px solid #d9d9d9;
	background: #8fd204;
	text-align: center;
	}

.alt {
	margin: 0;
	padding: 10px;
	background: #dadada;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#commentholder {
	text-align: left;
}
	
/* End Comments Stuff */

/* Archive content stuff */

#archivecontent {
	padding:10px;
}

.entryarchive {
	margin-top:30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 135%;
}

.entryarchive img {
	border:5px solid #d1d1d1;
	padding: 1px;
	margin: 0px 15px 2px 0px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

.pictures {
	margin-top:30px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 135%;
}

.pictures img {
	border:5px solid #d1d1d1;
	padding: 1px;
	margin: 0px 22px 20px 22px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

/* Sidebar stuff */

#sidebarstuff {
	width: auto;
	min-height:250px;
	height: auto;
	border-top:1px solid #d1d1d1;
	margin-top:10px;
	background:#000000 url("images/wp-strict-bottom-bkg.jpg") no-repeat;
	background-position: top center;
}

.bottomleft {
	float: left;
	width:260px;
	min-height:200px;
	height:auto;
	margin: 10px 20px 10px 10px;
}

.bottommiddle {
	float: left;
	width:260px;
	min-height:200px;
	height:auto;
	margin: 10px 20px 10px 17px;
}

.bottomright {
	float: right;
	width: 260px;
	min-height:200px;
	height:auto;
	margin: 10px 10px 10px 10px;
}

.footerbox {
	padding:0px 5px 0px 5px;
}

#wp-admin-bar {align:center; margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}
