/*
Theme Name: IceBreaker WordPress Theme
Theme URI: http://themeforest.net/user/tomaldesign/portfolio?ref=tomaldesign
Description: Clean, modern with cool colors template. Created by: <a href="http://www.TomalDesign.com">www.TomalDesign.com</a>
Version: 1.0
Author: Rafal Tomal
Author URI: http://www.tomaldesign.com
*/


@import url("reset.css");

body {
	background:url(images/main/bg.gif) repeat-x white;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#606060;
	font-size:		12px;
}

p {
	line-height:	20px;
	margin-bottom:	15px;
	text-align:		justify;
	font-size:		12px;
}

a {
	color:			#3d6683;
}


h1 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		30px;
	color:			#3d6683;
	margin:			5px 0px 15px 0px;
}

h2 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		24px;
	color:			#4c545b;
}

h3, h4, h5, h6 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		20px;
	color:			#4c545b;
}

h1 a{
	text-decoration: none;
}

h1 a:hover{
	background: 	url(images/main/line_dotted.gif) repeat-x bottom;
	text-decoration: none;
}


#columnCenter ul {
  	margin:     0px 0px 20px 0px;
  	padding:    0;
  	list-style: none;
	width:400px;
}

#columnCenter ul li {
  	margin:     	0;
  	padding:        10px 0px 10px 10px;
  	list-style: 	none;
	line-height:	20px;
  	display:    	block;
	background:		url(images/main/line_dotted.gif) repeat-x bottom;
	font-weight:	bold;
}

.clear {
	clear:			both;
}


.alignleft {
	float:left;
}

.alignright {
	float:right;
}

div.textwidget {
	line-height:	20px;
	margin-bottom:	15px;
	text-align:		justify;
	font-size:		12px;
	padding:		10px;
}

/* Top START */
#logo {
	overflow: 		hidden;
	display: 		block;
	margin: 		0;
	position: 		relative;
	z-index: 		3;
	top:			25px;
	left:			10px;
}

h1#logo{color:white;font-size:40px;}

#smallMenu {
	position: 		absolute;
	top:			15px;
	right:			10px;
	color:			#3e566c;
}

#smallMenu a {
	color:				#8daec0;
	font-size:			10px;
	text-decoration:	none;
}

#smallMenu a:hover { color:	#c9e0ec; }


#searchBox {
	position: 		absolute;
	top:			42px;
	right:			10px;
	color:			#3e566c;
}
/* Top END */

/* Horizontal navigation START */
#navHorizontal ul {
  	margin:     0;
  	padding:    0;
  	list-style: none;
}

#navHorizontal ul li {
  	margin:     	0;
  	height:			38px;
  	padding:    	0px 1px 0px 1px;
  	list-style: 	none;
  	display:    	block;
  	float:			left;
}

#navHorizontal ul li a{
  	padding:          0px 21px 2px 21px;
  	color:            white;
  	text-decoration:  none;
	font-family:	  Georgia, "Times New Roman", Times, serif;
	font-size:		  16px;
  	display:		  block;
}

#navHorizontal ul li a:hover, #navHorizontal ul li.current_page_item a{
  	color:            white;
  	text-decoration:  none;
  	background:		  url(images/main/menu_tab_on.gif) repeat-x;
}
/* Horizontal navigation END */

/* Contact START */
#contactInfo {
	width:			100%;
	background: 	url(images/main/line_dotted.gif) repeat-x bottom;
	padding:		10px 0px 20px 0px;
}

#contactInfo .title {
	font-size:		14px;
	font-weight:	bold;
	width:			150px;
	clear:			both;
	float:			left;
	margin-top:		10px;
}

#contactInfo .txt {
	font-size:		16px;
	float:			left;
	line-height:	20px;
	margin-top:		10px;
}

/* Contact END */

/* Content START */
.contentPhoto, img.alignleft {
	float:			left;
	margin:			5px 10px 10px 0px;
	border:			1px solid #8ba3b5;
}

.readMore {
	font-weight:	bold;
	margin-bottom:	10px;
}

.date {
	color:			#8ba3b5;
	font-size:		12px;
	padding:		3px 0 0 0;
	margin-top:		3px;
	margin-bottom:	10px;
}

div.news, div.post {
	margin-bottom:	20px;
	padding-bottom: 10px;
	background:		url(images/main/line_dotted.gif) repeat-x bottom;
}

div.tableOfContents {
	background:		#f1f4f7;
	width:			300px;
	float:			right;
	margin:			0px 0px 10px 10px;
	padding:		10px 10px 10px 10px;
}

.tableOfContents ul {
	margin: 		0px;
	padding: 		0px;
}

.tableOfContents li {
	background: 	url(images/main/bullet_02.gif) no-repeat 0px 9px;
	display:		block;
	font-weight:	bold;
	padding:		5px 0px 5px 15px;
}
/* Content END */

/* Right START */
#columnRight h1 {
	border-bottom:	3px solid #eaeef1;
	padding-bottom: 5px;
	margin:			0 0 5px 0;
	font-size:		24px;
}

div.marginBox {
	clear:			both;
	margin-bottom: 	30px;
}

div.testimonial {
	width:			270px;
	_width:			267px;
	background: 	url(images/main/round_top.gif) no-repeat #f1f4f7;
	font-style:		italic;
	font-size:		12px;
	margin-bottom:	6px;
}

div.testimonialBg {
	background: 	url(images/main/round_bottom.gif) no-repeat bottom;
	padding:		10px 15px 10px 15px;
}

div.testimonial .name {
	font-weight:	bold;
	text-align:		right;
	color:			#284861;
}

div.ad div {
	float:			left;
}

div.ad div.box {
	border:			1px solid #8ba3b5;
	padding:		1px;
	margin: 		3px 3px 3px 3px;
	width:			125px;
	height:			125px;
}
/* Right END */

/* Vertical navigation START */
#columnRight .marginBox ul {
  	margin:     0;
  	padding:    0;
  	list-style: none;
}

#columnRight .marginBox ul li {
  	margin:     	0;
  	padding:        10px 0px 10px 0px;
  	list-style: 	none;
  	display:    	block;
	background:		url(images/main/line_dotted.gif) repeat-x bottom;
	font-weight:	  bold;
	color:            #3d6683;
}

#columnRight .marginBox ul li a{
  	padding:          0px 0px 0px 21px;
  	text-decoration:  none;
	font-size:		  13px;
	background:		  url(images/main/bullet_01.gif) no-repeat 5px 4px;
}

#columnRight .marginBox ul li:hover, #columnRight #navVertical ul li.current-cat{
  	color:            #3d6683;
  	text-decoration:  none;
	background:	      #f1f4f7;
}

#columnRight .marginBox ul li.linkcat {
  	margin:     	0;
  	padding:        0px 0px 10px 0px;
  	list-style: 	none;
  	display:    	block;
	width:			270px;
	background:		none;
	font-weight:	bold;
	color:          #3d6683;
}


#columnRight .marginBox ul li h2{
  	border-bottom:	3px solid #eaeef1;
	padding:		10px 0px 5px 0px;
	margin:			0 0 5px 0;
	font-size:		24px;
	color:			#3d6683;
}


#columnRight .marginBox ul li.linkcat:hover{
  	color:			#3d6683;
  	text-decoration:  none;
	background:		none;
}

#columnRight .marginBox li ul{margin-left:10px;}
#columnRight .marginBox li ul li{background:none;margin-bottom:0px;padding-bottom:0px;}

/* Vertical navigation END */

/* Banner START */
#banner {
	height:			210px;
	margin-bottom:	10px;
}

#banner h1, #banner h1 a, #banner h1 a:hover {
	color:			white;
	margin:			0px;
	padding:		0px;
	font-size:		42px;
	text-decoration:none;
	background:		none;
}

#banner h2, #banner h2 a, #banner h2 a:hover {
	color:			white;
	margin:			0px;
	padding:		0px;
	font-size:		28px;
	text-decoration:none;
	background:		none;
}

#banner #bannerContent {
	padding:		10px;
}

#banner p {
	margin-top:		5px;
	color:			white;
	display:		block;
	width:			330px;
}

#banner div.readMore {
	width:			92px;
	height:			25px;
	background:		url(images/main/btn_read_more.gif) no-repeat;
	cursor:			pointer;
}
/* Banner END*/

/* Footer START */
#footer {
	font-size:        11px;
  	color:            #7794a8;
	text-align:		  center;
	padding-top: 	  15px;
}
/* Footer END */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	border-bottom:1px solid #dbe1e5;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
	}

#commentform #submit {
	margin: 10px 10px 10px 0px;
	}
/* End Form Elements */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background:white;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background:white;
	}

#wp-calendar a {
	display: block;
	background:#eaeef1;
	
	}

#wp-calendar caption {
	text-align: center;
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		20px;
	color:			#3d6683;
	margin:			5px 0px 15px 0px;
	}

#wp-calendar td {
	padding:5px 0 5px 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
/* End Various Tags & Classes*/

/* 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 */


/* Layout */

#mainBackground {
	background:	url(images/main/big_bg.jpg) no-repeat scroll top center;
	width:100%;
	display:table;
	margin:auto;
	padding:  0;
}

#pageBackground {
	background:	url(images/main/bg_page.gif) repeat-y top center;
	width:100%;
	display:table;
	margin:auto;
	padding:  0;
}

#mainContainer {
  	margin:   0 auto;
  	padding:  0;
  	width:    960px;
	border-bottom:		  10px solid #dbe1e5;
}


/* Header START */
#header {
  	width:            960px;
  	height:           181px;
  	background-color: none;
	position:		  relative;
}

#innerHeader {
	padding: 1px 0 0 0;
}
/* Header END */


/* Horizontal navigation START */
#navHorizontal {
	position:		  absolute;
	top: 			  102px;
	left:			  10px;
	height:           80px;
	line-height:      35px;
}

#innerNavHorizontal {
	padding: 0;
}
/* Horizontal navigation END */

/* Vertical navigation START */
#navVertical {
  	margin:           0;
  	padding:          0;
  	width:            190px;
}
/* Vertical navigation END */

/* Left column START */
#columnRight {
  	float:            left;
  	width:            305px;
	overflow:hidden;
}

#innerColumnRight {
	padding:	10px 20px 10px 15px;
}

#columnRight p, #columnRight p, #columnRight ul li, #columnRight ol li {
  	font-size:  13px;
}

#columnRight h2 {
  	font-size:  16px;
}
/* Left column END */

/* Middle column START */
#columnCenter {
  	float:            left;
  	width:            655px;
}

#innerColumnCenter {
	padding:	10px 15px 10px 20px;
}
/* Middle column END */


/* Footer START */
#footer {
  	width:            960px;
  	height:           50px;
  	background-color: white;
  	clear:            both;
	position:		  relative;
	left:0px;
	margin:auto;
}

#innerFooter {
	padding:	0;
}
/* Footer END */


.clearFloat {
	clear:	both;
	float:	none;
}

.clearfix:after {
  	content:      "."; 
  	display:      block; 
  	height:       0; 
  	clear:        both; 
  	visibility:   hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}



/* Forms */

input, textarea {
	border:			1px solid #7daac6;
}

#searchBox input.searchText {
	border:			2px solid #2c3c49;
	background: 	white;
	width:			245px;
	color:			#212931;
	vertical-align:	middle;
	padding:		2px;
	margin-left:	3px;
}

#searchBox input.searchButton {
	vertical-align:	middle;
	border:			0px;
}

.contactForm {
	margin:			20px 0px 10px 0px;
}

.contactForm label {
	padding:		3px;
	width:			100px;
	font-weight:	bold;
	font-size:		13px;
	display:		block;
	margin:			10px 0 0 0;
	color:			#3d6683;
}

.contactForm input.text {
	border:			1px solid #7daac6;
	display:		block;
	font-size:		13px;
	width:			200px;
	padding:		4px;
	margin:			0px;
}

.contactForm textarea.textarea {
	border:			1px solid #7daac6;
	display:		block;
	font-size:		13px;
	width:			400px;
	height:			150px;
	padding:		4px;
	margin:			0px;
}

.contactForm input.button {
	display:		block;
	margin-top:		10px;
	border:			0px;
}

.contactForm .row{
	clear:			both;
}
