/*   
Theme Name: IAPenGreen
Theme URI: http://blog.ia.com.mk
Description: Business theme called PEN
Author: ImaginativeAdvertising
Author URI: http://blog.ia.com.mk
Template: 
Version: 1.0
.
General comments/License Statement if any.
.
*/
@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #245526;
	font-size:76%;
	font-family: Arial, Helvetica, sans-serif;
}
p, h2 {margin:0px; padding:0px;}
img {margin:0px; padding:0px;border:0px;}
blockquote {
	display: block;
	width: 70%;
	background-image: url(images/quote-before.png);
	background-repeat: no-repeat;
	background-position: left -10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 60px;
}
blockquote p {
	background-image: url(images/quote-after.png);
	background-repeat: no-repeat;
	background-position: 100% 80%;
	padding-bottom: 20px;
	padding-right: 50px;
}
#wrapper {
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;

}
#container {
	width:80%;
	min-width:776px;
	padding:0px;
	position:relative;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* min-width fix for IE6 browsers */
* html .minwidth {
	border-left:776px solid #fff;  /* 776px change to min-width*/
	position:relative; float:left; 
}
* html .minwidth_container {
	margin-left:-776px; /* 776px change to min-width */
	position:relative;
	float:left;
	text-align:left;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #245526;
}

/* HEADER ---------------------------------------------------------- */
#header {
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
}
#world_map_pic {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 20px;
	width:360px;
	height:183px;
	background-image: url(images/world-map.png);
	background-repeat: no-repeat;
}
#header_pic {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
}
#logo_symbol {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	z-index: 11;
	left: 340px;
	top: 20px;		
	width:50px;
	height:50px;
	background-image: url(images/logo-symbol.png);
	background-repeat: no-repeat;
}
#logo_text {
	float: left;
	position: absolute;
	z-index: 12;
	left: 390px;
	top: 34px;	
	width:194px;
	height:26px;
	background-image: url(images/logo-text.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#logo_text_a a{
	float: left;
	position: absolute;
	z-index: 14;
	left: 390px;
	top: 34px;	
	width:194px;
	height:26px;
	padding: 0px;
	margin: 0px;
}

/* HEADER ---------------------------------------------------------- */

/* CONTENT ---------------------------------------------------------- */
#content {
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
}

/* MENU ---------------------------------------------------------- */
#menu {
	width: 610px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height:69px;	
}
#menu ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 0px;
	width: 100%;
	margin: 0px;
	float: left;
	text-transform: uppercase;
}
#menu ul li {
	position : relative;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 44px;
	background-image: url(images/menu-divider.png);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	padding-top: 25px;
}
#menu ul li a, #menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#img_menu {
	float: left;
	overflow: hidden;
	position: relative;
	height: 69px;
}
#img_menu img {
	float: left;
	position: relative;
	border:0px;	
}
#img_menu a,  #img_menu a:visited {
	border:0px;
	float: left;
	position: relative;
}
#img_menu a:hover {
	margin-top: -69px;
}
#img_menu a.current_page_item,  #img_menu a:visited .current_page_item {
	float: left;
	position: relative;
	margin-top: -69px;	
}
/* SEARCH BOX ---------------------------------------------------------- */
#search_box {
	position:relative;
	float:right;
	margin: 0px;
	width: 160px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fcform_text {
	background-image: url(images/search-box-l.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	left: -8px;
	height:27px;
	float:left;
	position:relative;
	border:0px;
	width: 110px;
	padding: 0px;
	margin: 0px;
}

.fform_text {
	position:relative;
	border:0px;
	height: 27px;
	left:8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(images/search-box-r.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	width: 100%;
	line-height: 14px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a.squarebutton{
	background: transparent url('images/square-gray-left.png') no-repeat top left;
	display: block;
	float: right; /* Change 12px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 24px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #000000; /*button text color*/
}
a.squarebutton span{
	background: transparent url('images/square-gray-right.png') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #333333;
}


/* COLUMN RIGHT ---------------------------------------------------------- */
#content_column_right {
	float:left;
	width:100%;
	position: relative;
	margin:0px;
	padding:0px;
}
#content_inside_column_right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding:0px;	
}


/* POSTS ------------------------------------------------------------------ */
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #CFEFD1;
	line-height: 1.3em;
	margin-bottom: 20px;
	text-align: left;
}
.post a, .post a:visited {
	color: #CFEFD1;
	text-decoration:none;
}
.post a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.post ul {
	color: #CFEFD1;
	list-style-type: square;
	list-style-image: url(images/body-bullets.gif);
}
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 20px;
}
.post h2 a, .post h2 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.post h2 a:hover {
	color: #CFEFD1;
	text-decoration:underline;
}
.post img {

}
.post .alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;	
}
.post .alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.post a img, .post a:visited img {
	padding: 5px;
	border: 1px solid #6D9F6F;
}
.post a:hover img {
	border: 6px solid #CFEFD1;
	padding: 0px;
}
.post_category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #CFEFD1;
	line-height: 1.3em;
	padding-top: 10px;
}
.post_category a, .post_category a:visited {
	color: #CFEFD1;
	text-decoration:none;
}
.post_category a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.post .more-link {
	line-height: 1em;
}
.entry_bottom {
	height: 10px;
}

/* COLUMN LEFT ---------------------------------------------------------- */
#content_column_left {
	float:left;
	width:200px;
	margin-left:-100%;		
}
#sidebar ul, #sidebar li  {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li   {
	background-color: transparent;
	background-image: url(images/round-box-wp.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
#sidebar ul li ul   {
	background-color: transparent;
	background-image: url(images/round-box-wp.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #123613;
	font-weight: bold;
	width:100%;
	margin: 0px;
	height:20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar ul li ul li  {
	background-image: none;
}

#sidebar ul li ul {
	width:100%;
	margin: 0px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	float: left;
	position: relative;
	display: block;
	color: #FFFFFF;
}
#sidebar ul li ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar ul li ul li a, #sidebar ul li ul li a:visited {
	color: #6D9F6F;
	text-decoration: none;
	padding-left: 20px;
}
#sidebar ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#calendar_wrap {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D9F6F;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	float: left;
	position: relative;
	width:100%;
	background-color: transparent;
	background-image: url(images/round-box-wp.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#calendar_wrap a, #calendar_wrap a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#calendar_wrap a:hover {
	color: #6D9F6F;
	text-decoration: none;
}
#calendar_wrap table {
	width: 165px;
	text-align: right;	
}
#calendar_wrap table tfoot #prev {
	text-align: left;	
}
#calendar_wrap table tfoot #next {
	text-align: right;	
}
#calendar_wrap caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* BOTTOM & FOOTER LEFT ---------------------------------------------------------- */
#bottom_menu {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-top: 50px;
}
#bottom_menu ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
#bottom_menu ul li {
	position : relative;
	padding-top:5px;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#bottom_menu ul li a, #bottom_menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D9F6F;
	text-align: center;
	height: 50px;
	padding-top: 10px;
}

/* SPACERS ---------------------------------------------------------- */
.spacer_img {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
}
#spacer_height {
	height: 30px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

/* HORIZONTAL LINES ---------------------------------------------------------- */
.horizontal_line {
	background-image: url(images/horizontali-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
	width: 100%;
}
.horizontal_line_2 {
	background-image: url(images/horizontali-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
	width: 100%;
}

/* CLEAR FIX ---------------------------------------------------------- */
.clearfix {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
