/*
Title:		EZINE CSS File 
Author:		imediapixel@gmail.com
*/

/* ----------------------- SUMMARY -----------------------

- GENERAL LAYOUT
  - BODY
  - CONTAINER
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, 
  - ORDER LIST
  - ITEM LIST
  - ARROW LIST
  - CHECK LIST
  - BULLET LIST
  - DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - LINE DIVIDER
  - BUTTON
  - TIPSY
	   
- HEADER
	- LOGO	
	- MENU CONTAINER
	- SITE TAGS
		
- SLIDESHOW
	- CONTAINERS
	- SLIDESHOW STYLING
	   - TEXT STYLING
	   - IMAGE STYLING
	
- LEFT BAR
  - CATEGORY MENU 
  
- RIGHTBAR
  - ARCHIVE MENU LIST
  - SEARCH BOX
  - NEWS SUBSCRIPTION
  - TWITTER UPDATE
  - FLICKR GALLERY
  - SIDEBAR BOX
  
- MAIN CONTENT
	- NEWS LIST
	- NEWS META POST
	- BOOKMARK LINKS
  	
- FOOTER
	- FOOTER NEWS LIST
	- FOOTER BOX STYLING
  - COPYRIGHT

- PORTFOLIO PAGE

- CONTACT PAGE


*/

/* Import CSS Reset File */
@import url("reset.css");
/* Import CSS 960 Grid System File */
@import url("960.css");
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css"); 

/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
  background : #ffffff;
  font: 62.5% Arial, Helvetica, sans-serif;
}

/* Heading */

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#757675;
	text-transform: capitalize;
	font-family: 'LeagueGothicRegular', Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:15px;
}
h3{
	font-size:24px; 
	margin-bottom:15px;
}
h4{
	font-size:20px; 
	line-height:16px; 
	margin-bottom:15px;
}
h5{
	font-size:16px; 
	margin-bottom: 12px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 12px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a,a:link,a:visited {
  color:#14387f; 
  text-decoration:none;
}
a:hover{
  color:#353535;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  font-size:1.2em;
  line-height:1.8em;
  margin-bottom:1.5em;
  color:#8f8f8f;
}
blockquote {
  margin: 15px 0;
  padding: 10px;
  color: #858585;
  background: url(../images/bgquote.jpg) repeat;
  font-style: italic; 
  line-height: 1.2em; 
  border-left: 8px solid #F0F0F0;
}
blockquote p {
  margin-bottom: 5px;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 1.4em;
  color: #858585;
  margin-bottom: 10px;
}
ol {
  margin: 20px;
  list-style-type: decimal;
}
ol li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
} 
/* Item List */
.itemlist {
  margin-bottom: 20px;
}
.itemlist li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/bullet1.png) 0 0 no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
/* Arrow List */
.arrowlist {
  margin-bottom: 20px;
}
.arrowlist li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/arrow.jpg) 0 .4em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
/* Check List */
.checklist {
  margin-bottom: 20px;
}
.checklist li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/check.gif) 0 .3em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
/* Check List */
.bulletlist {
  margin-bottom: 20px;
}
.bulletlist  li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/bullet_black.png) 0 .1em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}

/* Dropcap */
.dropcap{
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:10px;
	width:33%;
  font-style: italic; 
  line-height: 1.2em;
  border-left: 4px solid #DEDEDE;
  background: url(../images/bgquote.jpg) repeat;
}
.pullquote_left{
  border-right: 4px solid #DEDEDE;
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 15px 5px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 1px;
  border: 1px solid #D0EAF2;
  background: #fff;
}

/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 2.4em;
  color: #96C8CB;
  padding: 12px 12px 12px 57px;
  background: #DEFCFE url(../images/info.png) .5em .4em no-repeat;
} 
.error {
  margin: 15px 0;
  font-size: 2.4em;
  color: #D7A9A9;  
  padding: 12px 12px 12px 57px;
  background: #FFE5E5 url(../images/error.png) .5em .4em no-repeat;
} 
.warning {
  margin: 15px 0;
  font-size: 2.4em;
  color: #CACB90;  
  padding: 12px 12px 12px 57px;
  background: #FEFFD5 url(../images/warning.png) .5em .4em no-repeat;
} 
.success, 
.csuccess{
  margin: 15px 0;
  font-size: 2.4em;
  color: #B6CA94;  
  padding: 12px 12px 12px 57px;
  background: #F2FEDE url(../images/check.png)  .5em .4em no-repeat;
} 
.info,.error,.warning,.success {
  font-family: 'LeagueGothicRegular',Georgia, "Times New Roman", Times, serif;
}
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	
	
/* Button */
.button-blue,
a.button-blue,
.button-red,
a.button-red {
  background: #14387f;
  color: #ffffff;
  font-size: 1.2em;
  padding: 8px 10px;
  font-weight: bold;
  margin-right: 10px;
}
.button-red,
a.button-red  {
  background: #FF0000;
}

/* tipsy */
.tipsy { padding: 5px; font-size: 10px; background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #f00000; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
/* ----------------------- HEADER -----------------------*/
/* Header Section */
#headerbar {  
  height: 8px;
  background: url(../images/headerbar.jpg) bottom repeat-x;
}
#header {  
}
.headerright {
  margin-left: 0;
}
/* Logo */
#logo {
  width: 158px;
  height: 82px;
  background: url(../images/bglogo2.png) top center no-repeat;
}
.logo {
  padding-top: 15px;
  display: block;
  text-align: center;
}

/* Short navigation description */
span.menudesc {
  display: block;
  color: #14387f;
  font-size: 1.2em;
  text-transform: capitalize;
}

/* Site Tags */
#sitetag {
  margin-top: 30px;
  margin-bottom: 20px;
} 
#sitetag h1 {
  font-size: 6em;
  line-height: 1em;
  color: #757675;
}
.breadcrumbs {
  text-align: right;
  font-size: 1.2em;
  color: #8f8f8f;
  border-bottom: 1px solid #ececec;
  display: block;
  padding-bottom:5px;
  margin-bottom: 20px;
}
/* ----------------------- SLIDESHOW -----------------------*/
/* Slideshow */
#slideshow {
}
#featuredbox {
  margin-top: 2px;
  margin-left: 509px;
  position: absolute;
  padding: 5px 10px;
  background: #f00000;
  z-index: 99999;
}
#featuredbox h4 {
  color: #ffffff; 
  margin: 0;
}
#slidedivider {
  margin: 30px 0;
  height:12px;
  background: url(../images/slidedivider.jpg) repeat-x;
}
 /* The Nivo Slider styles */
#nivowrapper {
  width: 576px;
  height: 345px;
	padding: 1px;
  border: 1px solid #D0EAF2;
}
#nivoslider {
	position:relative;
	background: url(../images/loading2.gif) no-repeat 50% 50%; 
}
#nivoslider a{
	display:block;
}
#nivoslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:20px;
	background: url(../images/strip.png) repeat;
	color:#fff;
	width:576px;
	z-index:89;
}
.nivo-caption p {
	padding:10px 20px;
	margin:0;
	color: #006472;
	font-size:2em ;
	line-height: 1em;
	font-family: 'LeagueGothicRegular', Georgia, "Times New Roman", Times, serif;
}
.nivo-caption h5 {
  margin-bottom: 5px;
  color: #fff;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
#slidedeck_frame {
  width: 576px;
  height: 345px;
}   

/* ----------------------- LEFT BAR -----------------------*/
/* Left Menu / Category Menu */
ul#menu {
} 
ul#menu li {
  margin: 0 0 5px 0;
} 
ul#menu li a {
  text-align: right;
  display: block;
  font-size: 2.4em;
  font-family: 'LeagueGothicRegular',Georgia, "Times New Roman", Times, serif;
}

/* ----------------------- RIGHT BAR -----------------------*/
/* Archive Menu List */
ul.archivelist {}
ul.archivelist li {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
ul.archivelist li a {
  font-size: 1.1em;
  color: #868686; 
}
ul.archivelist li a:hover {
  color: #14387f;
}

/* Search Box */
#searchbox {}
.inputtext {
  border: 1px solid #f0f0f0;
  padding: 5px;
  color: #8f8f8f;
}
.searchbutton {
  background: url(../images/searchbutton.jpg) no-repeat;
  border: none;
  width: 22px;
  height: 22px;  
  position: absolute;
  margin:2px 0 0 -26px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.searchbutton {
  background: url(../images/searchbutton.jpg) no-repeat;
  border: none;
  width: 22px;
  height: 22px;  
  position: absolute;
  margin:-26px 0 0 138px;
  cursor: pointer;
}
}

/* News Subscription */
ul.subscribenews {  
}
ul.subscribenews li {
  margin: 8px 0;
  padding-bottom: 8px;
  font-size: 1.2em;
  border-bottom: 1px solid #f0f0f0;
}
ul.subscribenews li a {
  display: inline;
  color: #8f8f8f;
  font-weight: bold;
}
ul.subscribenews li a:hover {
  color: #14387f;
}
ul.subscribenews li span {
  float: right; 
}

/* Social Links */
ul.sociallink {}
ul.sociallink li {
  float: left;
  margin:0 4px 2px 0;
}
ul.sociallink li img {
  padding: 2px;
  background: #f0f0f0;
}
ul.sociallink li img:hover {
  background: #CDEFF7;
}

/* Flickr Gallery */
ul.flickrgallery {}
ul.flickrgallery li {
  float: left;
  margin:0 4px 4px 0;
}
ul.flickrgallery li img {
  padding: 3px;
  background: #f0f0f0;
}
ul.flickrgallery li img:hover {
  background: #CDEFF7;
}

/* Twitter */
div#twitter {
}
h3.twitter_icon {
  background: url(../images/twitter_fly.png) left no-repeat;
  padding: 10px 0 16px 54px;
}
p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../images/loading1.gif) 1em center no-repeat;
}
ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#twitter_update_list li {
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	color: #868686;
	font-style: italic;
	line-height: 1.4em;
}
ul#twitter_update_list li a {
	/* timestamp link */
}
ul#twitter_update_list li span {
	display: block;
}
ul#twitter_update_list li span a {
	/* links in tweet */
}
ul#twitter_update_list li.firstTweet {
}
ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}
a#profileLink {
  border-top: 1px solid #cccccc;
	display: block;
	padding: 0.3em 1em;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	color: #8f8f8f;
}

/* Sidebar Box */
.sidebox{
  margin-bottom: 30px;
}
.sidebox h3 {
  color: #14387f;
}


/* ----------------------- MAIN CONTENT -----------------------*/
/* News list */
.newspost {
  margin-bottom: 50px;
}
.newspost-alt {
  margin-bottom: 70px;
}
.post h3 {
  font-size: 3.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post h3 a {
  color: #5a5a5a;
}
.post h3 a:hover {
  color: #14387f;
}
.post-alt h3 {
  font-size: 2.4em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-alt h3 a {
  color: #5a5a5a;
}
.post-alt h3 a:hover {
  color: #14387f;
}

/* News Meta Post */
.topmeta,
.bottommeta {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #868686;
  border-bottom: 1px solid #f0f0f0;
}
.bottommeta-alt {
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #868686;
}
.topmeta a,
.bottommeta a,
.bottommeta-alt a  {
  font-weight:  bold; 
}
.bottommeta {
  border-bottom: none;
  border-top: 1px solid #f0f0f0;
}
.datepost {
  float: left;
}
.commentpost {
  padding: 4px 0 2px 30px;
  background: url(../images/bgcomment.png) left no-repeat ;
  float: right;
}
.categorypost {
  float: left;
}

/* Bookmark Links */
.bookmarkpost {
  float: right;
}
ul.bookmarklist {
}
ul.bookmarklist li {
  display: inline;
  float: left;
  margin: 0 3px;
}

/*------- Page Navigation -----*/
.navigation {
  border-top: 4px solid #f0f0f0;
  padding-top: 5px;  
  display: block;
  width: 100%;
  margin: 30px 0 10px 0;
}
.navigation a {
	padding: 6px; 
	margin: 2px;
	text-decoration: none;
	color: #9c9c9c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
}
.navigation a:hover {
	color: #14387f;
  border-bottom: 1px dotted #f0f0f0  
}

/* ----------------------- FOOTER -----------------------*/
#footerwrapper {
  background: #FCFCFC url(../images/bgfooter.jpg) top left repeat-x;
}
#footer {
  padding-top: 30px;
  padding-bottom: 10px;
}
/* Footer News List */
.postlist {}
.postlist li {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom:  1px solid #dadada;
}
.postlist li a  {
  font-size: 1.2em;
  font-weight: bold;
}
span.listdatepost {
  font-size: 1.1em;
  color: #8f8f8f;
  display: block;
  margin-top: 5px;
}
/* Footer Box */
.footerbox li:hover {
  background: #F2FCFF;
}
.bottom {
  padding: 10px;
  background: #14387f;
}
ul.footermenu {
  float: left;
}
ul.footermenu li {
  float: left;
  margin: 5px 10px;
  font-size: 1.2em;
}
ul.footermenu li a {
  color: #ffffff; 
  text-transform: capitalize;
  font-weight: bold;
}
ul.footermenu li a:hover {
  color: #126B81; 
}
/* Copyright */
.copyright {
  text-align: right;
  display: block;
}
.copyright a,
.copyright h3 {
  color: #ffffff; 
}
.copyright h3 span {
  color: #ffffff;
}
.copyright h3 {
  margin: 0;
}

/* ----------------------- PORTFOLIO PAGE -----------------------*/
ul#portfoliolist,
#gallerylist {
  margin: 0;
  padding: 0 0 30px 0;
}
ul#portfoliolist li {
  width: 280px;
  margin: 0 15px 50px 0;
  float: left;
}
ul#portfoliolist .zoom {
  background: url(../images/zoom.png) center center no-repeat;
  width: 280px;
}
ul#portfoliolist li.last {
  margin-right: 0; 
}
ul#portfoliolist li h3 {
  margin: 10px 0;
}
ul#gallerylist li {
  width: 180px;
  margin: 0 15px 15px 0;
  float: left;
}
ul#gallerylist li.last {
  margin-right: 0; 
}
ul#gallerylist .zoom {
  background: url(../images/zoom.png) center center no-repeat;
  width: 180px;
}

/* ----------------------- CONTACT PAGE -----------------------*/
.infobox {
  margin-bottom: 30px; 
  padding: 20px;
  background: url(../images/strip.png) repeat;
}
ul.defailinfo {}
ul.defailinfo li {
  width: 220px;
  float: left;
  font-size: 1.2em;
  color: #4a4a4a;
  line-height: 1.8em;
}
#maincontactform {
  margin: 30px 0;
}
#maincontactform label {
  font-size: 1.2em;
  color: #5a5a5a;
  font-weight: bold;
  display: block;
  margin-bottom:5px;
  clear: both;
}
.textfield {
  float: left;
  margin-bottom: 10px;
  color: #8a8a8a;
  width: 520px;
  height: 16px;
  line-height: 25px;
  border: 1px solid #eee;
  font-size: 1.2em;
  padding: 8px 10px;    
}
.textarea {
  float: left;
  margin: 0;
  padding: 8px 10px;
  color: #8a8a8a;  
  width: 520px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  overflow: hidden
}
.buttoncontact {
  background:#f00000;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding: 8px 10px;
  border: none;
}
.require {
  float: left;
  display: inline;
  color: #f00;
  font-weight: bold;
  margin-left: 5px;
}
.loading {
  background: url(../images/loading1.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 1.2em;
  color: #2C6D00;
  margin-left: 10px;
}