@import "css/reset.css";

body  {
	font: 12px; 
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 1.5; 
	color: #3e8aa0;
	text-shadow: 0 -1px 1px #9ec4cf;
	cursor: url(images/plane.png), auto;

}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	text-transform: ca;
	color: #fff;
}

h1  {font-size: 24px} h2  {font-size: 18px} h3  {font-size: 18px}
h4  {font-size: 14px} h5  {font-size: 12px} h6  {font-size: 10px}

p  {margin: 15px 0;}


a:link, a:visited  { color: #ffffff; text-decoration: none; cursor: url(images/magnify.png), auto; }

a:hover  { text-decoration: none; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: none;}



.grid_full  {
	width: 940px;
	margin: 0;
}

#container  {

}

#header  {}

#header h1, #header h2  { display: none; }

#logo  {
	float: left;
	margin: 20px 0 50px 0;
}


#date {
	float: left;
	margin: 45px 0 0 30px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

#orcalogo {
	float: right;
	margin: 20px 0;
}

/* 2.3 Navigation */

#navigation  {
	float: left;
	margin: 0;
	width:930px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav li {
	float: right;
	margin: 0 0 25px 25px;
	text-transform: lowercase;
}

#nav a:link, #nav a:visited {
	display: block;
	font-size: 14px;
	color: fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 10px;
}

#nav li a span  {
	display: block;
	padding: 8px 10px 8px 0;
	margin-right: -10px;
}

#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav a:hover  {
}

#nav .current_page_item a span, #nav a:hover span  {}

#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav a:hover  {
	background: url(images/navhover_left.png) no-repeat left top;
}

#nav .current_page_item a span, #nav a:hover span  {
	background: url(images/navhover_right.png) no-repeat right top;
}


/* 2.4 Homepage Picture Widgets */

.picture_widget  {
	position: relative;
	padding: 0px 0 0 0;
}

.page_gallery .picture_widget {
	border: 0;
	padding-top: 0;
}

.full-width .post-wrap {
	padding-top: 0;
}

.attachmentpage .picture_widget { border:none!important}

.heading  {
	margin: 0 0 20px 0;
}

.arh {  padding-bottom: 5px;  }

.singlepage { padding-top:20px}
.singlepage .picture_widget { border:0; padding:0}

.heading span  {
	float: left;
	font-size: 18px;
	font-weight: bold;
        
}

.picture_widget .image_box  {
	background:rgba(255, 255, 255, 0.3);
	position: relative!important;
	float: left;
	margin: 0 10px 20px 10px;
	border-top-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.picture_widget .image_box .date  {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background:rgba(0, 0, 0, 1) none repeat scroll 0 0;
}

.picture_widget .image_box .date a:link,
.picture_widget .image_box .date a:visited  {text-decoration:none; color:white}
.picture_widget .image_box .date a:hover, {}
.picture_widget .image_box .date a:active  { text-decoration:none;}


.picture_widget .image_box .text  {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 50%;
	padding: 10px 20px 10px 20px;
	background: url(images/transparent_overlay.png) repeat left top;
}

.picture_widget .image_box .text h3, .picture_widget .image_box .text h2  {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
}

.picture_widget .image_box .text a:link,
.picture_widget .image_box .text a:visited  {
	color: #fff;
}

.picture_widget .image_box .text a:hover,
.picture_widget .image_box .text a:active  {
    color: #fff;
    text-decoration: none;
}

.picture_widget .image_box .text h2 a:hover  {text-decoration: none;}

.picture_widget .image_box .text p  {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-style: italic;
	color: #d9d9d9;
}

.picture_widget .image_box img  { margin: 9px; }
.picture_widget .image_box img.wp-smiley  { margin: 0px; }

.picture_widget .image_box.first  { margin-left: 0; }
.picture_widget .image_box.last  { margin-right: 0; }

.picture_widget .slider_left  {
	position: absolute;
	top: 52%;
	left: -25px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 31px;
	width: 15px;
	background: url(images/slider_left.png) no-repeat left top;
}

.picture_widget .slider_right  {
	position: absolute;
	top: 52%;
	right: -25px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 31px;
	width: 15px;
	background: url(images/slider_right.png) no-repeat left top;
}

 .archive_link:link, .archive_link:visited,.post-parent:link,.post-parent:visited  {
	float: left;
	margin: 0 10px 20px 0;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 22px 6px 35px;
	color: #fff;
    border-top-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background:rgba(0, 0, 0, 1) url(images/pictures.png) 10px 50% no-repeat;
    /*
	background: url(images/archive_button.png) no-repeat left top;
    */
 }
 .archive_link:hover, .archive_link:active,.post-parent:hover,.post-parent:active  {
 	background-color:rgba(225, 225, 255, 0.3)
 } 
 
 .post-parent  {
	 background-image: none!important; padding: 6px 22px!important;
 }


 
 /* Slider */
 
.container { width:940px; height:200px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0; }
.slides .slide { position:absolute; top:0; width:940px; display:none; }

/* 2.5 Content */
.no-border { border:0px!important}
#content, .post-wrap,#innerpage ,.advert-content, .widget-ad, .home-page-widget,.footer-widgets,.wrapper  {}

.widget-ad { padding: 20px 0; text-align: center;}
#sidebar .widget-ad { border: 0; padding: 0; margin-bottom: 30px;

}

.post-wrap { padding:20px 0}
.post-wrap-1 { padding-top:0; border-top:0}


.post-wrap ul,.post-wrap ol  { padding-left: 20px; list-style: disc inside; margin-bottom: 10px;}
.post-wrap ul ul { padding-left: 10px; margin-bottom: 0px;}

.post-wrap ol { padding-left: 20px; list-style: decimal inside;margin-bottom: 10px;}
.post-wrap ol ol { padding-left: 10px; margin-bottom: 0px;}

.post-details { margin-bottom:0px; font-size:11px }

.page { padding:20px 0}

.innercontent { padding-bottom:20px; }
.pagecontent { color:#08981!important; font-size: 14px; background:rgba(255, 255, 255, 0.3); padding:20px 20px 50px 20px;   border-top-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}
.template-div { padding: 20px 0; }

.advert-content  { padding:10px 0;text-align:center;}
.advert-top {padding:10px 0;text-align:center;}

.more_entries {	height: 30px; line-height: 30px; }
.more_entries .alignleft a { display: block; float:left;}
.more_entries .alignright a { display: block; float:right;}

.blog-loop {}
.blog-holder { padding-bottom: 40px; }
.blog-title { margin-bottom: 20px;}
.blog-loop .post-wrap-1 { border-top: 0;}

.spacer {height:30px;}

/* Home Page Widgets */

.home-page-widget { font-size: 13px; padding: 0 0 20px 0;}   
 
.home-page-widget h3 { font-size: 23px; padding: 10px 0;}   

/* Footer Widgets */

.footer-widgets { margin:0px; padding-top:20px}
.footer-widgets .widget-col  { float:left; width:180px; padding: 20px; margin:0 20px 0 0;background:rgba(255, 255, 255, 0.3); border-top-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}
.footer-widgets .exhibit  { float:left; width:660px; padding: 20px;background:rgba(255, 255, 255, 0.3); border-top-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}

.footer-widgets .widget-col-last  { margin:0}
.footer-widgets .widget h3 { margin-left:0}
.footer-widgets .widget-ad { border:0}

/* 2.7 Footer */

#footer  {
	float: left;
	font-size: 12px;
        color:#fff;
}

#footer #copyright  {
	float: left;
	height: 100px;
}

#footer #credit  {
	float: right;
}

#footer #credit img  {
	vertical-align: middle;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

#widgets  {
	padding: 0px 0 0 10px;
}

.widget  {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}

.widget h3  {
	display: inline-block;
	margin: 0 0 20px -10px;
	padding: 3px 10px;
}

.widget ul  {
	margin-bottom: -21px;
}
.widget ul ul  {
    margin-bottom: 0px;
}


.widget ul ul li  { margin-left:10px }

.widget ul li a:link, .widget ul li a:visited  {
	display: block;
	line-height: 30px;
	padding: 0 0 0 10px;
}

.widget ul li a:hover  {}

.widget_recent_comments li  {
	padding: 6px 0 6px 10px;
	line-height: 18px;
}

.widget_recent_comments li a:link,
.widget_recent_comments li a:visited  {
	display: inline;
	padding: 0;
	line-height: 18px!important;
	background: none!important;
	border: none!important;
}

#searchform  {
	margin: 0;	
}

#searchform #s  {
	width: 210px;
	padding: 5px 0 5px 5px;
}

#searchform .submit  {
	padding: 4px 5px;
	text-transform: uppercase;
}

#flickr h3  {
	margin-bottom: 10px;
}

#flickr .flickr_badge_image  {
	margin: 14px 14px 0 0;
	float: left;
	width: 75px;
}

#twitter li  {
	margin: 10px 0;
}

#twitter a:link, #twitter a:visited  {
	display: inline;
	padding: 0;
	background-image: none;
	line-height: 18px;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	float: left;
	width: 620px;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.entry  {}

.entry p  {
	margin: 0 0 18px 0;
}

.entry p.tags  {
	font-size: 12px;
	text-transform: uppercase;
}

/* 4.1 Typographic Elements */

.post h2.title  {

}

.post h2.title a:link, .post h2.title a:visited  {

}

.entry h1  {}
.entry h2  {}
.entry h3 {}
.entry h4 {}
.entry h5 {}
.entry h6 {}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {

}

.entry blockquote  {
	padding: 10px 10px 10px 40px;
	color: #393939;
	font-style: italic;
	overflow: hidden;
	font-size: 12px;
}

.entry blockquote p  {
}

.entry ul  {
	padding: 0 0 0 30px;
}

.entry ul li  {
	list-style-type: circle;
}

.entry ul li ul li  {
	list-style-type: disc;
}

.entry ol  {
	padding: 0 0 0 30px;
}

.entry  ol li  {
	list-style-type: upper-latin;
}

.entry  ol li ol li  {
	list-style-type: lower-latin;
}

/* 4.2 Images */

.entry img  {
	padding: 5px;
	background-color:#EFEFEF;
    border:1px solid #FFFFFF;
}

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}  

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {

    border:0px solid #FFFFFF;
    text-align: center;
    background-color: #EFEFEF;
    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 */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Page Navi Plugin */ 
 .wp-pagenavi {
	 text-align: right;
}
 .wp-pagenavi * {
	background-color:rgba(0, 0, 0, 1)!important; color: white!important; border: 0!important; font-weight: 700!important; padding: 5px 15px!important;	
}
 .wp-pagenavi *:hover {
	background-color:rgba(0, 0, 0, 1)!important;	
}
 .wp-pagenavi span.pages {
	background: none!important;
	color: #191919!important;
}
.wp-pagenavi span.current {
	background-color:rgba(0, 0, 0, 1)!important;
}

.share {display:block;float:left;font-size:11px;font-style:normal;height:49px;margin-top:24px;}
.share div{width:95px;float:left;margin-bottom:5px;}
.share a{text-decoration:none;color:#fff;}
.share a span{display:block;float:left;font-style:normal;margin-top:1px;}
.share a img{float:left;height:15px;margin-right:5px;}
.share p{color:#fff;text-decoration:none;}
.share h3{margin-bottom:7px;font-style:normal;}

.topshare {display:block;float:left;font-size:11px;font-style:normal;height:49px;margin-top:24px;}
.topshare div{width:70px;float:left;margin-bottom:5px;}
.topshare a{text-decoration:none;color:#fff;}
.topshare a span{display:block;float:left;font-style:normal;margin-top:1px;}
.topshare a img{float:left;height:15px;margin-right:5px;}
.topshare p{color:#fff;text-decoration:none;}
.topshare h3{margin-bottom:7px;font-style:normal;}

.twitter {display:block;float:left;font-size:11px;font-style:normal;height:49px;padding-top:10px;}
.twitter div{float:left;margin-bottom:5px;}
.twitter a{text-decoration:none;color:#fff;}
.twitter a span{display:block;float:left;font-style:normal;margin-top:1px;}
.twitter a img{float:left;height:15px;margin-right:5px;}
.twitter p{color:#fff;text-decoration:none;}
.twitter h3{margin-bottom:7px;font-style:normal;}

.imageheader {display:block;float:left;font-style:normal;height:40px;padding-top:30px;}
.imageheader div{float:left;margin-bottom:5px;}
.imageheader a{text-decoration:none;color:#fff;}
.imageheader a span{display:block;float:left;font-style:normal;margin-top:1px;}
.imageheader a img{float:left;height:18px;margin-right:15px;}
.imageheader p{color:#fff;text-decoration:none;}
.imageheader h3{margin-bottom:7px;font-style:normal;}

.imagefooter {display:block;float:left;font-style:normal;height:40px;padding-top:0;}
.imagefooter div{float:left;margin-bottom:10px;}
.imagefooter a{text-decoration:none;color:#fff;}
.imagefooter a span{display:block;float:left;font-style:normal;margin-top:0px;}
.imagefooter a img{float:left;height:18px;margin-right:15px;}
.imagefooter p{color:#fff;text-decoration:none;}
.imagefooter h3{margin-bottom:7px;font-style:normal;}


.imagetop {display:block;float:left;font-style:normal;height:40px;padding-top:0;}
.imagetop div{float:left;margin-bottom:10px;}
.imagetop a{text-decoration:none;color:#fff;}
.imagetop a span{display:block;float:left;font-style:normal;margin-top:3px;}
.imagetop a img{float:left;height:25px;margin-right:15px;}
.imagetop p{color:#fff;text-decoration:none;}
.imagetop h3{margin-bottom:7px;font-style:normal;}


#flickr .flickr_badge_image  {
	border:3px solid #cecac3;
}

#flickr h3  {
	margin-bottom: 10px;
}

#flickr .flickr_badge_image  {
	margin: 14px 14px 0 0;
	float: left;
	width: 75px;
}

