/*
Theme Name: Deftionary
Theme URI: http://www.deftionary.com
Version: 2.0
Description: Author: Deftionary
Author URI: http://www.deftionary.com
*/

/* standard elements */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a:link {color: #444; text-decoration: none;}
a:active {color: #CCC;}
a:hover {}
a img {border: none;}
body {
	color: #444;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
p,code,ul {padding-bottom: 10px;}
li {list-style: none;}

h1 {
	font: normal 22px verdana, Arial, Helvetica, sans-serif;
	padding: 5px auto; 
	}
h2 {
	font: normal 20px verdana,Arial, Helvetica, sans-serif;
	padding: 5px auto; 
	}
h3 {
	font: bold 14px verdana, Arial, Helvetica, sans-serif;
	padding: 5px auto; 
	}


/* structure */
.inner-container {
font-size: 12px;
margin: 0 auto;
width: 780px;

}
.outer-container {
}

/* header & title */
.header {
	height: 80px;
	border-bottom: 1px #ccc solid;
}

.title{
	padding-top: 25px;
  padding-left: 10px;
}

.title a{
	color: #555;
	font-family: georgia, serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.title a:hover{
	background: #CBE8F3;
}

.top-nav{
	padding: 10px;
	border-bottom: 1px #ccc solid;
	text-align: center;
}
.top-nav a{
	text-decoration: none;
	color: #444;
	padding: 5px;
}

.top-nav a:hover{
	text-decoration: none;
	color: #2583AD;
	background: #CBE8F3;
}
/* main */
.main {
	padding: 5px 0;
}

/* content */
.content {
	float: right;
	width: 555px;
	border-left: 1px #ccc solid;
	padding: 0 5px;
	}
.content, .descr {
	color: #444;
	font-size: 12px;
}
.content li {
	line-height: 14px;
	list-style: circle;
	padding: 5px 0 5px 25px;
	list-style-position: inside;
}
.content li a{
	margin-left: 5px;
	font-style: italic;
}
.content a:hover{
		background: #CBE8F3;
}
.entry{
		line-height: 14px;
		padding: 10px 0;
}
.entry a, .content a{
	color: #444;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}



/* navigation */

.navigation {
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 5px;
}

#h2Modified{
	color: #5A5A43;
	font: bold 1.1em verdana,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.navigation h2 {
	color: #444;
	font: 14px verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: 500;
	text-transform:uppercase;
}

.navigation ul {
	padding: 0;

}

.navigation li {
	padding: 4px 0;
}
.navigation li a {
	color: #444;
	padding: 5px;
	text-decoration: none;
	text-align: left; 
	width : 99%;
}

.navigation li a:hover {
	background-color: #CBE8F3;
}

/* posts */
.post {margin: 5px 0;}

.post h1 a {
	text-decoration: none;
	color: #444;
}


.info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 10px 60px;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}
.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* footer */
.footer {
	border-top: 1px #ccc solid;
	color: #888;
	padding: .8em;
}
.footer a {
	color: #888;
	text-decoration: underline;
}
.footer a:hover {	
	text-decoration: none;
	}

/* Others */

code {
	background: #FFF;
	border: 1px solid #CBE8F3;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em verdana,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: #fafafa url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

.clearer {clear: both;}
.browse { float: left;}
.left {float: left;}
.right {float: right;}
#searchform { margin: 10px; text-align: center; }
#sidebarsubmit {
	background:#F2F2F2 url(img/white-grad.png) repeat-x scroll left top;
	-moz-border-radius : 1em;
	}
	#sidebarsubmit.hover {
	background:#F2F2F2 url(img/white-grad-active.png) repeat-x scroll left top;
	-moz-border-radius : 1em;
	}
