/*  
Theme Name: Listomax hacked from CognitiveCombine WM (White Minimalism)
Theme URI: http://www.cognitivecombine.com/?p=52
Description: A white and minimalistic theme. Have a look <a href="http://cognitivecombine.com/themes/">here</a> for a live preview. Please go <a href="http://www.cognitivecombine.com/?p=52">here</a> for support and an explanation of how this theme works and which plugins you might require.
Version: 1.00
Author: CognitiveCombine
Author URI: http://cognitivecombine.com/
*/

/* ---- MAINBODY ---- */
#wrap{
   	margin:0 auto;
   	width:460px;
	background:#f0f;
	padding:13px;
	margin-top:40px;
	margin-bottom:40px;
}

/* ---- COMMON --- */

.inside{
   	margin:0 auto;
	width:95%;
	padding:5px;
    }
.inside a{
   	color:#FF9900;
    }

img { border: 0px; }

/* ---- HEADER & NAV ---- */


#header{
   	margin:0 auto;
   	width:400px;
	color:#000;
}

#header .headera a{
	color:#f59422;
	font-size:30px;
	margin:auto;
	text-align:left;
	text-transform: uppercase;
	font-variant: small-caps;
	text-decoration:none;
}

#header .headera a:active{ outline:none; }
#header .headera a:focus
{
  -moz-outline-style: none;
}

#header a{
	color:#8a8a8a;
	font-size:13px;
	margin:auto;
	text-align:left;
	text-transform: uppercase;
	font-variant: small-caps;
	text-decoration:none;
}

#header a:active{ outline:none; }
#header a:focus
{
  -moz-outline-style: none;
}

#header p{
	padding:1em 0;
	margin:0;
}

.description {
	display:inline;
	margin:auto;
	text-align:left;
	font-size:15px;
	color:#000;
	text-transform: uppercase;
	font-variant: small-caps;
}

#header ul.pagelinks {
	list-style-type: none;
	display:inline;
	font-size: 0.80em;
	}

#header ul.pagelinks li{
	float: left;
	list-style-type: none;
	margin-left:15px;
	}

/* ---- images (phil) ---- */
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
	}


/* ---- NAV-AREA & SEARCH ---- */

#nav{
   	margin:0 auto;
   	width:400px;


	color:#444444;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}
#nav p{
	font-size:13px;
}

#searchform, #searchform p {
	font-size: 12px;
	text-align: right;
	margin: 0px;

	}

#searchform input {
	width: 80px;
	font-size: 11px;
	background: #e1e1e1;
	color: #000;
	margin: 0px;
	border: 1px solid #b8b8b8;
	}

/* ---- ENTRIES ---- */

#entrywrap{
   	margin:0 auto;
   	width:480px;
	float:center;
   	clear:both;
}

#entrybox{
   	margin:0 auto;
   	width:480px;
	float:center;
	color:#fff;
}
.entry p{
	color:#000;
    }

.entry ul, li{
	font-size:0.90em;
	color:#000;
    }

#posttitle{
	color:#EB4A00;

	
    }
#posttitle a:visited{
	color:#EB4A00;
	text-decoration:none;
	
    }
#posttitle a{
	color:#EB4A00;
	text-decoration:none;
    }
#posttitle a:active{ outline:none; }
#posttitle a:focus
{
  -moz-outline-style: none;
}

#postmetadata p{
	font-size:0.90em;
	color:#888686;
	line-height:2em;
	border-top:1px dashed #888686;
	margin:0px;
	font-family: sans-serif;
    }
#postmetadata a{
	color:#888686;
	text-decoration:none;
	font-weight:bold;
    }
#postmetadata a:visited{
	color:#888686;
	text-decoration:none;
	font-weight:bold;
    }
.navigation a{
	color:#000;
	font-size:0.80em;
	line-height:1em;
	text-decoration:none;
	font-weight:bold;
}
.navigation p{
	color:#000;
	font-size:0.80em;
	line-height:1em;
	text-decoration:none;
	font-weight:bold;
}
.navigation a:visited{
	color:#000;
	font-size:0.80em;
	line-height:1em;
	text-decoration:none;
	font-weight:bold;
}

update{
	color:#55a5bf;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
	border-bottom:1px dashed #55a5bf;
}

step{
	color:#55a5bf;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
	border-bottom:1px dashed #55a5bf;
}

blockquote {
	margin:0 auto;
	padding: 5px;
	background: #ebebeb;
	border:1px solid #dbdbdb;
	border-left:3px solid #dbdbdb;
	border-right:3px solid #dbdbdb;
	font-size:0.95em;
	margin:1em 1px 1em 25px;
	overflow:hidden;
	padding:5px;
}

code{
	font-size: 1em;
	margin: 3em 0;
	padding: 0 1.2em 0 1.2em;
	border-left:2px solid #777e6f;
	border-bottom:1px dashed #777e6f;
}

h2 .pagetitle{
	color:#000;
}

/* ---- ARCHIVES ---- */

.archdate{
	color:#000;
	font-size:10px;
}
.archtitle{
	color:#000;
}

/* ---- COMMENTSBOX ---- */
#commentsbox{
   	margin:0 auto;
   	width:400px;
	margin-top:10px;
	margin-bottom:10px;
	background:#fff;
	padding:10px;
	}
#comment{
	float:left;
   	width:250px;
	margin-top:10px;
	margin-bottom:10px;
	background:#FFEEA7;
	color:#000;
	}
#comment .commentinside{
	padding:5px;
	margin-left:20px;
	}
#comment p{
	color:#000;
	}

#commenthead{
	color:#6692ae;
	}

#replybox{
	clear:both;
	margin-bottom:10px;
	color:#000;
	background:#fff;
	}
#reply{
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:3em;
	}
.commentinside cite{
	list-style-type:none;
	font-weight:bold;
	color:#6692ae;
	}
.commentinside cite a{
	list-style-type:none;
	font-weight:bold;
	color:#6692ae;
	}
.commentinside{
	list-style-type:none;
	}
.commentinside p{
	font-size:0.90em;
	margin-left:30px;
	}

.commentmetadata a{
	font-weight:bold;
	font-size:0.60em;
	color:#aaaaaa;
	}

/* ---- SIDEBAR ---- */

#sidebar{
	margin:0 auto;
	width:480px;
	background:#FFEEA7;
	float:center;
	color:#fff;
	margin-top:70px;
	margin-bottom:10px;
	clear:both;
}

b.rtop9, b.rbottom9{display:block; background: #fff}
b.rtop9 b, b.rbottom9 b{display:block; height: 1px; overflow: hidden; background: #FFEE9C}
b.r19{margin: 0 5px}
b.r29{margin: 0 3px}
b.r39{margin: 0 2px}
b.rtop9 b.r49, b.rbottom9 b.r49{margin: 0 1px;height: 2px}

.inside .block{
	width:85%;
}

.sidetitle{ 
	padding-left: 20px;
	text-align: left;
	color:#EB4A00;
	font-weight:bold;
	line-height:1em;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	text-align: left;
	list-style-type:none;
	margin:1.5em 0 2em 0;
	font-size:0.80em;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
}
ul.dates .date{
	color:#FF9900;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	color:#FF9900;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#000;
	text-decoration:none;

}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#FF9900;

}

/* ---- FOOTER ---- */


b.rtop3, b.rbottom3{display:block; background: #2b2f36}
b.rtop3 b, b.rbottom3 b{display:block; height: 1px; overflow: hidden; background: #1D2128}
b.r13{margin: 0 5px}
b.r23{margin: 0 3px}
b.r33{margin: 0 2px}
b.rtop3 b.r43, b.rbottom3 b.r43{margin: 0 1px;height: 2px}

#footer{
   	margin:0 auto;
   	width:400px;
   	/*background:#1D2128;*/
   	clear:both;
	float:center;
    }

.insidefooter{
   	margin:0 auto;
	width:98%;
	padding:5px;
    }
#footer p{
	margin:0;
	font-size:0.60em;
	text-align:center;
	color:#000;
}
#footer a{
	text-decoration:none;
	font-weight: bold;
	color:#000;
}
#footer a:hover{
	color:#000;
}


