/*
Theme Name: Gorancic.com
Theme URI: http://www.gorancic.org/
Description: Theme by Beno Gorancic
Version: 1.0
Author: Beno Gorancic
Author URI: http://www.gorancic.com
Tags: Beno, Gorancic, Beno Gorancic

	Gorancic.com v2.0
	 http://www.gorancic.com

	This theme was designed by Beno Gorancic

*/

	
/* Everything below, not sure if required --------------------------------------------*/
acronym, abbr, span.caps
{
   font-size: 0.9em;
   letter-spacing: .07em;
}

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
   font-size: 9pt;
}

#wp-calendar a {
   text-decoration: none;
}

#wp-calendar caption {
   font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
   text-align: center;
}

#wp-calendar th {
   font-style: normal;
   text-transform: capitalize;
}
/* End Typography & Colors */


/* Begin Calendar */
#wp-calendar {
   empty-cells: show;
   margin: 10px auto 0;
   width: 155px;
}

#wp-calendar #next a {
   padding-right: 10px;
   text-align: right;
}

#wp-calendar #prev a {
   padding-left: 10px;
   text-align: left;
}

#wp-calendar a {
   display: block;
}

#wp-calendar caption {
   text-align: center;
   width: 100%;
}

#wp-calendar td {
   padding: 3px 0;
   text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
   background-color: #fff;
}
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
   cursor: help;
}

acronym, abbr {
   border-bottom: 1px dashed #999;
}

blockquote {
   margin: 15px 30px 0 10px;
   padding-left: 20px;
   border-left: 5px solid #ddd;
}

blockquote cite {
   margin: 5px 0 0;
   display: block;
}

.center { 
   text-align: center;
}

.hidden {
   display: none;
}

/* Captions */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
/*
   -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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* End captions */