/*  
Theme Name: Atahualpa 
*/

ul, ol, dl, h1,h3,h4,h5,h6{
	margin-top: 0px; 
         margin-left:3px;
	margin-bottom: 0px; 
	padding-top: 3px; 
	padding-bottom: 0; 
	}

h2{
 text-align:center;
font: bold;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0; 
         margin-left:0px;
	padding-bottom: 0; 
	}

ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
p {
	margin-top: 0; 
	margin-bottom: 0; 
	}

h1 {font-size: 60%; }
h2 {font-size: 100%; }
h3 {font-size: 120%; }
h4 {font-size: 100%; }
h5 {font-size: 80%; }
h6 {font-size: 80%; }
h3 {color: #FFFFFF;} 

code, pre {
	font-family: "Courier New", Courier, monospace;		
	}

table {
	font-size: 100%; 
	}

td, th {
	vertical-align: top; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */
body {
        text-align:center;

        background: url(images/cizgi.png) repeat 0 0 #3299CC;
        background-attachment:fixed;
        background-position: center center;
        color: #000;
        font-family: Arial, Verdana, sans-serif;
        margin: 0;
        padding: 0;
	}

#page-container {
text-align:center;

	/* font-size: will be set in style.php */ 
        min-width: 1003px; 
        max-width:1003px;
        text-align:left;
	/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
         border: solid 7px #3299CC;
background-color: #3299CC;
}

#outer-column-container {
         text-align:left;
	border-left: solid 13em #3299CC; 
	border-right: solid 13em #3299CC; 
         background-color: #3299CC;
	}



/*---------postların durdugu yer--------------- */

#inner-column-container {
         text-align:center;
	width: 100%; 
         border: solid 0px #ccc;
	border-width: 0 0px; 
	margin: 0 -1px;
background-color: #3299CC;
}

#source-order-container {
	float: left; 
	width: 100%; 
	margin-right: -1px; 
         background-color: #3299CC;
	}

#left-column {
         text-align:left;
	float: left; 
	margin-left: -13em;
	width: 13em;      
	margin-right: 1px; 
	position: relative;
         background-color: #3299CC;
display: inline;

	}

#middle-column {
 text-align:center;
	float: right; 
	width: 100%; 
	margin-left: -1px; 
         background-color: #3299CC; 
background-color: #3299CC;
display: inline;

	}

#right-column {
         text-align:left;
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 1px; 
	position: relative;
         background-color: #3299CC;
display: inline;
background-color: #3299CC;
display: inline;


	}

.inside {
	margin: 7px; 
         background-color: #3299CC;
	}

/* -------------------------------------------------------------------------------------------------

------------------------------------- SIDEBAR STYLES ----------------------------------------------- 

---------------------------------------------------------------------------------------------------- */
#left-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in 
                                     style.php */
         background-color: #3299CC;


}
#right-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in 
                                     style.php */
         background-color: #3299CC;
	

}


h3.widgettitle {
	/* color: will be set in style.php */
	width: 100%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
background-color: #3299CC;
	}
	

div.textwidget {
	margin-top:15px;	
background-color: #3299CC;	
	}				
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */

#left-column .inside ul, 
#right-column .inside ul {
	list-style-type: none; 
	margin: 8; 
	padding: 0; 
	width: 10em;
border-style: 2px solid;
	background-color: #4F4C47;
	}

#left-column .inside ul li, 
#right-column .inside ul li {
	margin: 2px 0 2px 0;  
border-style: 2px solid;
	background-color: #F2BA4B;
	}

#left-column .inside ul li ul li, 
#right-column .inside ul li ul li {
	margin: 2px 0 2px 5px;
border-style: 2px solid;
	background-color: #F2BA4B; 
width: 10em;  
	}

#left-column .inside ul li a, 
#right-column .inside ul li a {
	text-decoration: none; 
	font-weight: bold; 
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px; 
	/* border-left: will be set in style.php */ 
	display: inline-block;
}

	

#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */ 
border-style: 2px solid;
width: 10em; 
	background-color: #CC000F;

	}

	
div#search {
	float: left; 
	width: 9em; 
	text-align: right; 
	padding: 0.6em 0 0.2em 0; 
	margin: 0 6em; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST TITLE --------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	/* color: will be set in style.php */ 
	}

h2 a:link, h2 a:visited, h2 a:active  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

h2 a:hover  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST BODY ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */
.post {
	margin-bottom: 5px; 


	}

.post-last {
	margin-bottom: 20px; 


	/*different style for last post on page*/
	} 

.post-page {
	margin-top: 5px; 
	margin-bottom: 5px; 
	
	}

.entry {
	margin: 0px;
	/*overflow-x: hidden; */

	}

	

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST META DATA ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.postmetadata {
	clear:both; 
	margin: 15px 0 15px 0; 
	padding: 5px; 
	color: #3299CC; 
	background: #f4f4f4; 
	}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #3299CC; 
	font-weight: normal;
	text-decoration: none;
	}	

.postmetadata a:hover {
	color: #3299CC; 
	font-weight: normal;
	text-decoration: underline;
	}

/*-------------------------------------------------------------*/
.line1pix { 

	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 2px solid #525C65; 
	padding: 0; 
	margin: 2px 0 2px 0; 
	display: block; 
	font-size: 1px; 

	}



/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- 

*/.headerleft {
	float: left; 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
	background-color: #3299CC;
}

	

.searchbox {
	float:right; 
	/* width: will be set in style.php */ 
	padding: 0; 
	margin: 5px -1px 0 0; 
	background: #FFFFFF; 
	border: 1px solid #ccc; 
	border-width: 1px 1px 0 1px
	}



.searchbox-form {
	margin: 5px 10px 10px 10px;
	}

h1 { 
	letter-spacing:-1px; 
	line-height: 5.0em; 
	margin: 10px 20px 0 0; 
	padding:0; 
	/* font-family: and font-size: will be set in style.php */
	}

a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none; 
	/* color: will be set in style.php */
	}

p.header { 
	float: left; 
	margin: 0 10px 8px 0px; 
	font-size:1.2em; 
	font-weight: bold; 
	/* color: will be set in style.php */ 
	}

.rss-icon {
	width: 20px; 
	height: 20px; 
	float: right; 
	margin: 10px 0 0 0; /* might be overwritten in style.php */
	}

.logo-icon {
	margin: 10px 5px 10px 0; /* might be overwritten in style.php */
	padding: 0; 
	border: 0; 
	float: left;
	}



.blogtitle-box {

	float: left;

	}



/* -------------------------------------------------------------------------------------------------

------------------------------------- HEADER IMAGE ------------------------------------------------- 

---------------------------------------------------------------------------------------------------- */	



#headerimage-top { 

	font-size: 1px;

	clear: both; 

	height: 5px; 

	padding: 0; 

	width: 100%; 

	background-color: #3299CC;

	*border-top: solid 1px #525C65;

/*border-top: solid 1px #cc0000;*/

	}

	

#headerimage-bottom { 

	font-size: 1px;

	clear: both; 

	height: 5px; 

	padding: 0; 

	width: 100%; 

	background-color: #3299CC;



	border-bottom: solid 2px #525C65;

	

	}	

/*#headerimage{ 
	background-color: #3299CC;
	}	

*/	 

/* -------------------------------------------------------------------------------------------------

------------------------------------- BLOCKQUOTES -------------------------------------------------- 

---------------------------------------------------------------------------------------------------- */		

	

blockquote {
text-align: left;

	height: 1%; 

	color: #555; 

	padding: 1em 1em; 

	background: #f4f4f4; 

	border: solid 10px #e1e1e1;  	/* hack for IE6 and older*/ 

	}

	

blockquote blockquote {
text-align: left;

	height: 1%; 

	color: #444; 

	padding: 1em 1em; 

	background: #e1e1e1; 

	border: solid 1px #d3d3d3;  	/* hack for IE6 and older*/ 

	}

	

blockquote p {
text-align:left;

	margin-top: 0

	}



/* -------------------------------------------------------------------------------------------------

------------------------------------- FOOTER ------------------------------------------------------- 

---------------------------------------------------------------------------------------------------- */	

	

#footer {

	background-color: #3299CC;

	border-top: solid 2px #525C65; 

	padding-bottom: 1px;

	}



#footer .inside, #footer .inside a {

	color: #000; 

	font-weight: normal;

	text-align: center;

	}



/* -------------------------------------------------------------------------------------------------

------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 

---------------------------------------------------------------------------------------------------- */



.navigation {

	display: block; 

	margin: 0; 

	padding: 0; 

	width: 100%; 

	}

	 

.older {

	float: left; 

	width: 49%; 

	text-align: left; 

	margin:0; 

	padding:0;

	}

	

.newer {

	float:right; 

	width: 49%; 

	text-align: right; 

	margin:0; 

/*margin: 0px 35px 0px 0px; */

	padding:0; 

	}	



/* -------------------------------------------------------------------------------------------------

------------------------------------- COMMENTS ----------------------------------------------------- 

---------------------------------------------------------------------------------------------------- */



ol.commentlist {

text-align: left;

float: left; 

	margin: 15px 0 25px 0;

	list-style-type: none;

	padding: 0;

	border-top: dotted 1px #ccc;

	

}

	

ol.commentlist li {

text-align: left;

float: left; 

	border-bottom: dotted 1px #ccc;

	padding: 15px 10px;

	height: 1%; /* for IE6 */

	}



ol.commentlist li.alt {

text-align: left;

float: left; 

	background-color: #AFEEEE;

	border-bottom: solid 1px #ccc;

	height: 1%; /* for IE6 */

	}



ol.commentlist li.authorcomment {

text-align: left;

float: left; 

	background-color: #AFEEEE;

	}

		

ol.commentlist li p {

text-align: left;

float: left; 

	margin: 2px 0 5px 0;

	}



/* -------------------------------------------------------------------------------------------------

------------------------------------- FORMS -------------------------------------------------------- 

---------------------------------------------------------------------------------------------------- */



form {
text-align: left;
	margin: 0; 

	padding: 0; 

	}

	

form p {

	margin: 5px 0 0 0; 

	padding: 0; 

	}

	

label {
text-align:left;
	margin-right: 0.5em; 

	font-family: arial;

	cursor: pointer; 

	}



form input {
text-align:left;

	color: #000; 

	background: #AFEEEE; 

	padding: 2px; 

	margin:0; 

	border: 1px solid #ccc; 

	}

		

.submit input {
text-align:left;

	margin-left: 4.5em; 

	color: #000; 

	background: #AFEEEE; 

	border: 2px outset #999; 

	height: 18px; 

	padding:0

	}

	

fieldset {
text-align:left;

	border: 1px solid #AFEEEE; 

	width: 45em; 

	}

	

legend { 
text-align:left;


	color: #000; 

	background: #AFEEEE; 

	border: 1px solid #781351; 

	padding: 2px 6px; 

	margin-bottom: 15px; 

	}

	

.comment-textarea{
text-align: left;

	width: 96%; 

	padding: 0; 

	margin: 0; 
background: #AFEEEE; 


	}

	

#s {
text-align: left;
	width: 75%;

	}



searchfield {

	float:right;

	position: relative;

	height: 5%; 

	/* width: will be set in style.php */

	} 



/* -------------------------------------------------------------------------------------------------

------------------------------------- TOP MENU BAR ------------------------------------------------- 

---------------------------------------------------------------------------------------------------- */



/* Credits: Dynamic Drive CSS Library 

   URL: http://www.dynamicdrive.com/style/ 

*/



#modernbricksmenu {

	padding: 0; 

	width: auto; 

	background: transparent; 

	border-bottom: solid 2px #525C65; 

	border-right: solid 2px #525C65; 

	voice-family: "\"}\"";

	voice-family: inherit;

	}

	

#modernbricksmenu ul{

	font: bold 0.85em Arial; 

	margin:0; 

	margin-left: 0px; 

	padding: 0; 

	list-style: none;
	}


#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}

#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}


#modernbricksmenu a {
	float: left; 
	display: block; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
         color:#000; 
	background-color: #3299CC; 
	border: solid 2px #525C65; 
	border-width: 0 1px 0 0
	}

#modernbricksmenu a:hover {
	background-color:#CC0000;
	}

#modernbricksmenu li.current_page_item a {
	background-color:#000;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #fff;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: solid 1px #ddd;
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;*/
         }

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}		

img.alignleft {
	float: left; 
	margin: 10px 10px 5px 0; 
	}

img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

img.aligncenter {
	display: block;
	margin: 5px auto;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

         .alignleft,div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */

	

.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 0 0 0 0;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	}

.wp-caption p.wp-caption-text {
   	font-size: 0.8em;
   	line-height: 13px;
   	padding: 2px 4px 5px;
   	margin: 0;
   	color: #666;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- SMILEYS ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */

img.wp-smiley {
    	float: none;  
    	border: none; 
	margin: 0 1px -1px 1px; 
         padding: 0;
	background: none;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CALENDAR TABLE ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

#calendar_wrap {
	padding: 0;
	border: solid 1px #ccc;
	}

table#wp-calendar caption {
	width: auto;
	background: #eee;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #666;
	}

table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #E6E8FA;
	margin: 0 auto;
	}

table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #E6E8FA;
	text-align: center;
	}

table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
         background-color: #E6E8FA;
         text-align: center;
	}
/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;
background-color:#3299CC;	
	}

.clear-columns {
	clear: both; 
background-color:#3299CC;	
	}

* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
background-color:#3299CC;	
	}	

* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
background-color:#3299CC;	
	}

* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
background-color:#3299CC;	
	}

* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
background-color:#3299CC;	
	}

* html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;
background-color:#3299CC;		 
	}

* html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
background-color:#3299CC;	
	}

* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
background-color:#3299CC;	
	}

* html #inner-column-container {
	display: block; 
background-color:#3299CC;	
	}

* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
background-color:#3299CC;	
	}

div.post-block {
	width: 129px;
         height:125px;
         margin: 9px 9px 0 0;
	padding: 2px;
	border: solid 2px #ddd;
         /*border: solid 2px #525C65;*/
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
   	border-radius: 3px;
	float: left;
	clear: none;
         font-size: 100%;
	}



div#container_division {
	width: 750px;
         	}

div#container_division1 {
	float: left;
	clear: none;

         	}

div#container_division2 {
	float: left;
	clear: none;

         	}

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none;}
#navmenu li {display: inline;}
#navmenu ul li a {text-decoration:none;  margin: 2px;
	padding: 5px 20px 5px 20px; color: black;
	background: transparent;}
#navmenu ul li a:hover {color: black;
	background: #CC000F; }

#post-block1 ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; float: left; }
#post-block1 li {display: inline;float: left; }
#post-block1 ul li a {text-decoration:none;  margin: 0px;
	padding: 0px 2px 2px 2px; color: black;
	background: transparent;float: left; width: 11em; text-align:left;}
#post-block1 ul li a:hover {color: black;
	background: #CC000F; float: left; }


div#alt{
	width: 719px;
         height: 20px;
         margin: 10px 10px 10px 10px;
         	background-color: #3299CC;;
   	float: left;
	clear: none;
         text-align:left;
	}

div#baslik{
	width: 719px;
         height: 23px;
         margin: 7px 20px 0 0;
         	background-color: gray;
   	float: left;
	clear: none;
         text-align:left;
	}

div#baslik1{
	width: 719px;
         height: 23px;
         margin: 20px 20px 0 0;
         	background-color: gray;
   	float: left;
	clear: none;
         text-align:left;
	}


div#mailgonder{
	width: 719px;
         height: 40px;
         margin: 10px 10px 10px 10px;
         	background-color: #3299CC;
   	float: left;
	clear: none;
text-align:center;
font-size: 135%;
font-color: #FFFFFF;
}

div#benzer{
text-align:left;
}
div#container_division3{
	width: 336px;
         height: 280px;
         margin: 5px 5px 0px 5px;
         	background-color: #333333;
         padding-top: 0px; 
	padding-bottom: 0px; 
         padding-left: 15px; 
	padding-right: 0px; 
   	float: left;
	clear: none;
         text-align:left;
	}

div#container_division4{
	width: 346px;
         height: 290px;
         margin: 0px 0px 0 21px;
         	background-color: white;
         padding-top: 0px; 
	padding-bottom: 0px; 
         padding-left: 0px; 
	padding-right: 0px; 

   	float: left;
	clear: none;
         text-align:left;
	}

div#container_division5{
	width: 728px;
         height: 290px;
         margin: 0px 0px 0 0;
         	background-color: #333333;
         padding-top: 0px; 
	padding-bottom: 0px; 
         padding-left: 0px; 
	padding-right: 0px; 

   	float: left;
	clear: none;
         text-align:left;
	}

div#container_division6{
	width: 336px;
         height: 280px;
         margin: 5px 5px 0 5px;
         	background-color: white;
         padding-top: 0px; 
	padding-bottom: 0px; 
         padding-left: 0px; 
	padding-right: 0px; 

   	float: left;
	clear: none;
         text-align:left;
	}





<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

