/*
Theme Name: Rombla
Theme URI: http://www.nvi.com
Description: Rombla blog made by <a href="http://www.nvisolutions.com/">NVI</a>
Version: 1
Author: Mr sn00ze
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #1e1f21 url(img/background.gif) left top;
	color: #6e7073;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #6e7073;
	outline: none;
}

a:hover{
		color:#6ea700;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 10px;
	padding: 10px;
	border-left: 5px solid #f7f7f7;
	background:#e7eded;
}

.tagline{ 
	color:#666;
 }
/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 940px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 160px;
}

#content {
	padding: 20px 0 0 0;
	background: #fff;
	border-left:1px solid #A6A6A6;
	border-right:1px solid #A6A6A6;
}

#content-left {
	float: left;
	width: 600px;
	padding-bottom:40px;
}

#content-right {
	float: right;
	width: 320px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}


h1 a.logo  {
	text-decoration: none;
}

h1 span {
	display:none;
}

h2 {
	margin: 0 0 20px 20px;
	font-size: 12px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
	font-weight: normal;
	
}

h3 a {
	color:#6ea700;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

/*	##ss################################
   	CONTENT
	################################## */
	

#content-left a:hover{
	color:#6ea700;
}

#content-left .bgpost{
	background: #fff url(img/bg-meta.gif) repeat-x left bottom;
}

#content-left .nosep{
	background: none;
}

/* Reddit Button */
.redditbutton { float: Left;  margin: 28px 10px 0 10px;;}

/** box left */


.box-left {
	padding-bottom:15px;
	margin: 0 0 20px 20px;
}
	
.meta {
	clear: both;
	padding: 6px 10px 10px 10px ;
	margin-bottom:15px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}
.meta-categories a, .meta-date a, .meta-comments a { text-decoration:none; }
.meta-date {
	padding: 0 10px 0 15px;
	color:#7D7D7D;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	color:#7D7D7D;
	text-decoration:none;
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	text-decoration:none;
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 20px 0;
	background: #f7f7f7 url(img/bg_topBottom.jpg) no-repeat left bottom;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding-bottom:30px;

	}
	
.box-right-search{
	margin: 0 20px 20px 0;
	background: #f7f7f7 url(img/bg_topBottom.jpg) no-repeat left bottom;
	min-height:36px;
	height:auto !important;
	height:36px;
	padding-bottom:30px;

	}
	
.box-right-top{
	background: #f7f7f7 url(img/bg_topBox.jpg) no-repeat left top;
	padding: 14px 0 0 20px;
}

.box-right h4{
	background: #f7f7f7 url(img/bg_topBox.jpg) no-repeat left top;
	padding: 14px 0 0 20px;
}

.box-right ul {
	margin: 10px 20px 5px 20px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	line-height:1.2em;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li:hover {
	background:#FFF;}

.box-right li a {
	color:#6ea700;
	text-decoration: none;
}

.box-right li a:hover {
	font-weight:bold;
	text-decoration: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	color: #fff;
	display:block;
	clear:both;
}

.commentlist cite {
	display: block;
	font-style: normal;
	color:#6E7073;
}

.commentlist .bgComment {
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#search {
	float: left;
	width: 146px;
	height: 18px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
	
}

.box-right-search form {
	height:26px;
	vertical-align:middle;
	margin-top:4px;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

#commentform .inputRequired { border:#FF0000 1px solid; }
#commentform .inputValid {  margin-top:5px;}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 0 20px;
	margin-bottom:20px;
	background: url(img/bg-menu.gif) repeat-x left top;
	color:#CCC;
	}

#footer p {
	margin: 0 0 10px 0;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#6ea700;
}

#legal {
	float: left;
	width: 400px;
}

#rss_footer{
	float:right;
	margin-right:20px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.chicklet { margin-right:40px; text-align:right; }

.floatLeft { float:left; display:inline; }

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/** FOOTER - WIDGETS POST CSS */

#widgetPosts { margin: 0 20px 0 20px; bottom:0px; }
#widgetPosts div { float:left; display:inline; width:164px;margin-right:16px; border-right:1px solid #CCC;padding-right:10px;}
#widgetPosts div.last{ margin-right:0px;border-right:none; padding-right:10px;}
#widgetPosts div .title{ font-size:1.4em; font-weight:bold; color:#666666; }
#widgetPosts ul { list-style:none; margin:0; padding:0; }
#widgetPosts li { list-style:none; margin:0; padding:0 0 5px 0; line-height:1.2em; }