/*  
Theme Name: RGBmod
Theme URI: http://www.rgbmod.com/
Description: RGBmod
Author: Tolgay Toydemir
Author URI: http://www.tolgaytoydemir.com/

*/

/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
	font-size:0.85em;
	font-weight:bold;
	color: #999999;
}
 
img {
	border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
a, a:link, a:visited{
	text-decoration:none;
	color:#0066FF;
}
a:hover{
	text-decoration:none;
	color:#89b5f0;
}

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
font:1em Trebuchet MS, Trebuchet, Verdana, Arial, Sans-Serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
	width:850px;
	margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    {
	float:left;
}
.float-right   {
	float:right;
}
 
.text-left     {
	text-align:left;
	width: 175px;
}
.text-right    {
	text-align:right;
	width: 150px;
}
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.center	{ text-align:center; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/*

P.I.E. FLOAT CLEARING

See http://www.positioniseverything.net/easyclearing.html 

--------------------- */



.clearfix:after {

  content: ".";

  clear: both;

  height: 0;

  visibility: hidden;

  display: block;

}

.clearfix {

  display: inline-block; /* Fixes IE/Mac */

}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */		

body {
	background-color: #FFF;
	font-size: 75%;
	color: 414141;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Sans-Serif;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
}
#page {
	width:1000px;
	margin:0 auto;
	background-image: url(images/imagerightbottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
#header {
	height: 150px;
	width: 100%;
}
#logo {
	margin-left: 135px;
	width: 150px;
	float: left;
}
#headerimage {
	float: right;
	margin-right: 65px;
}
#content {
	float: left;
	width: 400px;
	margin-left: 125px;
}
#nav {
	clear: both;
	float: left;
	height: 20px;
	margin-left: 135px;
	width: 700px;
	color: #000000;
}
#nav ul {
	padding: 0px;
	}
#nav li {
	float: left;
	list-style-type: none;
	padding: 1px 5px;
	}
#nav li a {
	color:#414141;
	font-size:12px;
	font-weight: bold;
	}
#nav li a:visited {
	color:#414141;
	font-size:12px;
	font-weight: bold;
	}
#nav li a:hover {
	color:#414141;
	font-size:12px;
	font-weight: bold;
	}
#contholder {
	width: 1000px;
	background-image: url(images/imageleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.post {
	padding: 30px 10px;
	width: 380px;
	float: left;
}
#footer {
	width: 100%;
	background-color: #e8e9af;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#sidebar {
	width:350px;
	float: left;
	margin-bottom: 230px;
}
#sidebarstop {
	height: 170px;
	width: 350px;
}
#leftinfo {
	float: left;
	height: 145px;
	width: 140px;
	background-image: url(images/infoimage.jpg);
	background-repeat: no-repeat;
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 25px 10px 10px 10px;
	text-align:center;
}
#rightinfo {
	float: right;
	height: 160px;
	width: 180px;
}
#rssbox {
	padding: 5px;
	height: 60px;
	width: 170px;
	float: left;
}
#rssbox img {
	padding-right:20px;
}
#rssbox a {
	text-decoration:none;
	padding-top:20px;
	font-size:16px;
	font-weight:bold;
	color:#FF9900;
}
#rssbox a:hover {
	text-decoration:underline;
	color:#FFCC00;
}
#rssbox a:visited {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#FF9900;
}
#rssbox img {
	margin-top:3px;
}
#searcharea {
	padding: 10px 10px 5px 10px;
	height: 75px;
	width: 160px;
	margin-top: 10px;
	background-image: url(images/bg-search.jpg);
	background-repeat: no-repeat;
	float: left;
}
#searcharea h2 {
	font-weight:bold;
	font-size:125%;
	color: #414141;
	padding: 3px 0;
}
#searcharea #s {
	width:120px;
	border: 1px solid #d5d2b1;
	float: left;
}
#searcharea #searchsubmit {
	width:29px;
	height: 19px;
	float: left;
	margin-left: 2px;
}
input.buttonsearch {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(images/searchbtn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
#widgetsidebars {
	clear: both;
	float: left;
	width: 350px;
}
#sidebar1 {
	float: left;
	width: 160px;
}
#sidebar1 {
	float: left;
	width: 150px;
	padding-top: 20px;
	margin-left: 10px;
}

#sidebar1 ul {
	list-style-image: url(images/bullet-green.gif);
	list-style-position: inside;
	padding: 0 0 15px 0;
	display: block;
	}
#sidebar1 li {
	padding: 0;
	}
#sidebar1 li a {
	color:#414141;
	font-weight:bold;
	padding: 0;
	}
#sidebar1 li a:visited {
	color:#414141;
	font-weight:bold;
	}
#sidebar1 li a:hover {
	color:#9d9d9d;
	}
#sidebar1 h2 {
	color:#FF0000;
	font-weight:bold;
	font-size:125%;
	padding-left: 5px;
	}
#sidebar1 h4 {
	color:#cce127;
	font-weight:bold;
	font-size:125%;
	padding-left: 5px;
	}
#sidebar2 {
	float: right;
	width: 160px;
	background-image: url(images/bg-sidebar2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 10px;
}

#sidebar2 ul {
	padding: 0 0 15px 10px;
	}
#sidebar2 ul li {
	list-style-type:none;
	}
#sidebar2 li a {
	color:#5b5d15;
	font-weight:bold;
	padding: 0;
	}
#sidebar2 li a:visited {
	color:#5b5d15;
	font-weight:bold;

	}
#sidebar2 li a:hover {
	text-decoration:none;
	color:#96992f;
	}
#sidebar2 h2 {
	color:#414141;
	font-weight:bold;
	font-size:125%;
	padding-left: 5px;
	}
#sidebar2 h4 {
	color:#414141;
	font-weight:bold;
	font-size:125%;
	padding-left: 5px;
	}
#widgetsidebarstop {
	background-image: url(images/bg-sidebar2-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 180px;
	float: left;
	margin-left: 10px;
}
.PostHeader {
	width: 370px;
}
.PostHeader {
	font-size: 16pt;
}
.PostHeader h2 {
	color: #BAC21D;
	font-size: 16pt;
}
.PostHeader h2 a {
	color: #BAC21D;
	text-decoration: none;
	font-size: 16pt;
}
.PostHeader h2 a:visited {
	color: #BAC21D;
	text-decoration: none;
	font-size: 16pt;
}
.PostHeader h2 a:hover {
	color: #D6E127;
	text-decoration: none;
	font-size: 16pt;
}

.entry {
	margin-top: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #e9e9ce;
	padding-bottom:10px;
}
.entry p {
	text-align:justify;
}
.PostHeader img {
	float: left;
	margin:0 10px 0 0;
}

#PostHeadDetail {
	width: 300px;
	padding: 5px;
}
.datetop { 
	font-style:italic;
}
.tags {
	background-image:url(images/tagico.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	width:150px;
}
.comments {
	background-image:url(images/bullet-buble.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.entryalt {
	padding-top:5px;
}
.entryalttags {
	padding:0;
	float:left;
}
.entryaltcomments {
	padding-right:10px;
	float:right;
}
.categorytop {
	color:#FF0000;
}
.categorytop a {
	color:#FF0000;
}
.categorytop a:visited {
	color:#FF0000;
}
.categorytop a:hover {
	color:#fa8f8f;
}
.bigname {
	font-size:18px;
}
#widgetsidebarsback {
	float: left;
	width: 190px;
	background-image: url(images/br-widgetsidebar.jpg);
	background-repeat: repeat-y;
}
#footercontholder {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footercont {
	width: 750px;
	margin-left: 125px;
}
.logos {
	margin-right: 58px;
}

#footerconttop {
	margin: 0 10px;
	width: 730px;
}

#footerother {
	width: 730px;
	text-align: center;
	padding: 0 10px 10px 10px;
}
.automargin {
	margin:auto;
}
.pagetitle {
	color:#FF0000;
	font-size:18px;
	font-style:italic;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}
.navigation {
	width:364px;
	float: left;
	margin-top: 30px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 30px;
}
.navigation a {
	padding: 0;
	font-weight:bold;
	}
.navigation a:visited {
	font-weight:bold;
	}
.navigation a:hover {
	text-decoration:none;
	font-weight:bold;
	}
.postinfo {
	margin-left:30px;
	width:340px;
}
#comments-holder {
	width:370px;
	clear: both;
	margin-left: 10px;
	border-top: 1px solid #e9e9ce;
}
#commentform textarea {
	width: 330px;
	padding: 2px;
	}
#commentform input {
	width: 120px;
	height: 11px;
	font-size: 10px;
	margin-top: 5px;
	}
#commentform .comment-desc {
	width: 160px;
	font-style: italic;
	color: #5b5d15;
	margin-top: 5px;
	}
#commentform .comment-inpts {
	width: 180px;
	}
#commentform #comment-back {
	padding: 5px;
	margin-bottom:10px;
	}
#comment-headerbg {
	background-color:#fbfae8;
	background-image: url(images/commnet-top-bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	}
#respond{
	color:#96992f;
	font-size: 12px;
}
#comments{
	color:#96992f;
	font-size: 12px;
}
#commnets-top {
	background-image: url(images/commnet-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
	width: 370px;
	margin-top: 20px;
}
#commnets-bottom {
	background-image: url(images/commnet-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 9px;
	width: 370px;
}
.comment-text {
	background-color:#EEEED6;
	padding: 5px;
}
.commnet-text-bottom {
	background-image: url(images/comment-bottom.gif);
	height: 4px;
}
.commnet-text-top {
	background-image: url(images/comment-top.gif);
	height: 16px;
}
#comments-quant {
	margin-left:10px;
	padding: 10px;
	width: 350px;
}
#comment-write {
	width:348px;
	background-color: #fbfae8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #dfe1c0;
	border-left-color: #dfe1c0;
	padding: 10px;
}
.commentmetadata {
	font-size:10px;
	font-style:italic;
	}
.commentmetadata a {
	text-decoration:none;
	color:#999999;
}
.commentmetadata a:visited {
	text-decoration:none;
	color:#999999;
}
.commentmetadata a:hover {
	text-decoration:none;
	color:#666666;
}
.commentlist {
	list-style:none;
}
input.butonyolla {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(images/btngonder.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
#comment-back #submit {
	width:49px;
	height:19px;
	float: left;
}

.searchitemheader a {
	font-size:13px;
	color:#BAC21D;
}
.searchitemheader a:visited {
	font-size:13px;
	color:#BAC21D;
}
.searchitemheader a:hover {
	font-size:13px;
	color:#D6E127;
}
#kezokundu {
	width:200px;
	color:#666666;
	font-style:italic;
	font-size:10px;
}
.bottomlists {
	border-right:#FF0000;
	width: 185px;
	float: left;
}
#customlinks {
	float: right;
	height: 135px;
	width: 160px;
	background-image: url(images/bottommenubg.gif);
	background-repeat: no-repeat;
	margin-right: 57px;
	padding-top: 15px;
}
#customlinks ul {
	list-style:none;
	padding-left:25px;
}
#customlinks ul li img{
	padding-right:5px;
}
#customlinks ul li a{
	color:#FFFFFF;
}
#customlinks ul li a:visited{
	color:#FFFFFF;
}
#customlinks ul li a:hover{
text-decoration:underline;
	color:#FFFFFF;
}
#discl {
	font-size:10px;
	padding-top: 6px;
	padding-left: 2px;
}

