﻿/*Theme Name:	Vigilance *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/Description: 	
Your custom child theme for Vigilance. 
Make all your custom changes in the <code>themes/myvigilance</code> folder.
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: vigilance*/

/* Import Stylesheets, don't remove these.-----------------------------------------------------------*/
@import url("../vigilance/stylesheets/master.css");
@import url("../vigilance/functions/stylesheets/style-options.php");

/* Required Wordpress Classes, don't remove these.-----------------------------------------------------------*/
.aligncenter {
	display: block;	
	margin-left: auto;
	margin-right: auto;
	 }
.alignleft {
	float: left;
	}
.alignright { 
	float: right; 
	}

/* Make all custom CSS changes BELOW this line-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {	
	background: blue;	
	}*/

/*---------------------------------------
||-------------------------------------||
||        CUSTOM CSS - ATHEIA.GR       ||
||-------------------------------------||
----------------------------------------- */



/* FONT-SIZE 70% SIMAINEI 70% MEGALYTERO AP'TO KANONIKO. H APO KATW GRAMMATOSEIRA ISXYEI GIA OLO TO BLOG, OPOY DEN ANAIREITAI APO KWDIKA
---------------------------------------------------------------------*/

body, input{	
	font-family: Georgia;
	font-size: 70%	
	}

/* GRAMMATOSEIRA GIA TOYS TITLOYS TWN ANARTISEWN
------------------------------------------------*/

.post-header{
	font-family: Georgia;
	font-size: 80%;
	}

/*GRAMMATOSEIRA ORIZONTIOY MENOY
---------------------------------------*/
#nav {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia;
}


/*EPIKEFALIDES SIDEBAR
---------------------------------------*/
h2.widgettitle {letter-spacing:1px; font-weight:bold;}


/* ESOXH PARAGRAFOY 
--------------------*/

p {
      text-align: justify;
      text-indent: 2em;
      margin: 0.7em 0px 0.7em 0;
      padding: 0px
      }

/* TITLOS VIVLIOU GIA PARATHESI
--------------------*/

.book {
      text-align: right;
      font-weight: bold;
      font-style: italic;
      }


/* MORFH ENDEIXHS SXOLIWN STHN ANARTHSH
---------------------------------------
*/
.comments {
	padding-top: 10px;
  	color: #757575;
	font-family: Tahoma;
	text-transform: Capitalize;
}


/* STYL HMEROMHNIAS 
---------------------*/

.post .date {
	float: right;
	padding-top: 10px;
	color: #757575;
	font-size: 2em;
	font-style: normal;
	font-family: Tahoma;
	text-transform: capitalize
	}

.post .date span {
	color: #cfd1b7;
	font-weight: bold;
	}

/* ELEGXOS BLOCKQUOTE (MEGALOY QUOTE) original background #E9EBD9
---------------------------------------*/

blockquote {
	clear: both;
	display: block;
	padding: 0px 0px 0px 2em;
	font-family: Palatino Linotype;
	font-style: normal;
	font-size: 1em;        
        border-left: 10px solid #ece9f7;
        background: transparent;
        background-image:none;
        text-align:justify;
	}

.nop {text-indent:0;}

/* ELEGXOS FLOAT-QUOTE (MIKRO QUOTE)
--------------------------------------*/

.float-quote {	
	float: left;
	width: 250px;
	padding: 15px;
	margin: 10px 10px 10px 10px;
	background: #ffffff;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	}

.entry .float-quote p {
	margin: 0;
	padding: 0 0 0 40px;
	font-weight:bold;
	font-size: 1em;
	font-family: Tahoma;
	line-height: 1em;
	}


/* LISTA ME KATHGORIES STO TELOS THS ANARTHSHS
---------------------------------------------- */
.post-footer p {
	font-size: 100%;
	font-style: italic;
  	text-align: right;
  	color: #666;
	border-bottom: 1px solid #eee;
	}

/* ALERT BOX  #E9EBD9 #DCDFC3
------------*/

.alert-box {
    background: #ece9f7;
    border-top: 2px solid #957cf9;
    border-bottom: 2px solid #957cf9;
  }

/* LEZANTES
------------------- */

table.imageleft{
       border-right: 3px solid #ece9f7;
       margin-right: 1em;
       margin-left:  0;
       padding-right: 5px;
           }
table.imageright{
       border-left: 3px solid #ece9f7;
       margin-left: 1em;
       margin-right:  0;
       padding-left: 5px;
           }
td.caption{
       font-size: 80%;
       font-family: Arial;
       text-align: center;
               }
p.caption{
       font-family: Arial;
       text-align: center;
       text-indent: 0;
       margin: 0;
       padding: 0;
               }

/* EMVOLIMO POLYTONIKO
------------------- */
#polytonic{
      font-family: Palatino Linotype;
              }

span.polytonic{
      font-family: Palatino Linotype;
              }


/* FORCED MH POLYTONIKH GRAMMATOSEIRA
------------------------------------- */
span.monotonic{
      font-family: Georgia;
              }

blockquote.monotonic{
      font-family: Georgia;
              }


/* MENOY ΠΕΡΙΕΧΟΜΕΝΩΝ
------------------- */

h3 {margin-bottom:5px; background-image:url('/wp-content/themes/my_vigilance/titlebar.png'); background-repeat:repeat-x; color:white; cursor:pointer;text-indent:1em; vertical-align: middle;}
h3 span {display:none;position: inherit; color: white; text-weight:bold;}
h3.slidehidden .expand {display:inline;}
h3.slidehidden .hide {display:none;}
h3.slidevisible .expand {display:none;}
h3.slidevisible .hide {display:inline;}


/* ΜΟΙΡΑΣΤΕΙΤΕ ΤΟ
------------------- */
h3.sd-title {background-image:none;color:black;}


/* WRAP SOURCE CODE
------------------- */
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  border: 1px solid #ddd;
  font-size:12px;
  table-layout: fixed;
  /*TEA 04/07/07, below code added to make the PRE tag wrap.*/
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}

input{font-size:100%;}