/*
Theme Name: YourDesign
Version: 1.0
Theme URI: http://yourdesign.co.za
Description: Designed by <a href="http://www.YourDesign.co.za">Michael Montgomery</a>.
Author: Michael Montgomery
Author URI: http://yourdesign.co.za
Tags: Two-columns, Fully-Widgetised, Custom-Admin, Jquery, Featured-Image ff3399
*/

@import url(css/colours.css);
@import url(css/typography.css);

/*************************
             Structure
*************************/
body {
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align:center;
	margin: 0;
	padding-top: 20px;
		}
p{
	line-height:170%;
	font-size: 15px;
}
h1 {
	font-size: 22px;
}

h1, h3, h2, #sidebar h3, #sub-features h3, #footer #footer-widgets h3, .widget h3 {
	font-size:22px;
	line-height: 40px!IMPORTANT;
	padding-top: 20px;
}
#footer #footer-widgets h3, .widget h3 { font-size:18px;}
h4{ font-size: 16px;}
h5{ font-size: 14px;}
h6 { font-size: 12px;}

#page {
		margin: 0;
		padding: 0;
		width: 100%;
		}
/*************************
           Header
*************************/
#header {	text-align:left;
		}
.header-text{ padding-top:40px; text-align:center;}
.header-sub-image{
	margin-top:-57px;
	overflow: hidden;
	width: 398px;
}
html>body .header-sub-image{
	margin-top:-54px;
}
/************************** ALT Header ********************/
#alt-header {
	height: 349px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
		}

#wrapper {
	text-align: left;
}	
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top:50px;
		}
#main_page_content h2 {
	font-size: 22px;
	padding: 20px 0 20px 0;
	margin:0px;
}
#main_page_content p {
	padding: 0 0 20px 30px;
	margin:0px;
	font-size: 14px;
}
#main_page_content ul {
	padding: 0 0 0 30px;
}
#main_page_content ul li {
	padding: 0px;
	font-size: 14px;
	line-height: 170%;
	list-style-position: outside;
	list-style-type: disc;
}
#footer-credits  p {
	margin: 0px;
	padding: 0px;
}
.post {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-left: 15px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}
/*************************
              Logo
*************************/

/*************************
              Images
*************************/
p img {
		padding: 0;
		max-width: 100%;
		}

img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		border: 3px solid #E4E4E4;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		border: 3px solid #E4E4E4;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
		
/*************************
              Lists
*************************
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/*************************
              Form Elements
*************************/
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

/**************************************************
	NAVIGATION
**************************************************/
.nav {
	text-transform: uppercase;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 45px!IMPORTANT;
	z-index: 999;
	display: block;
	padding-top: 10px;
	float: right;
}
/*************************
              Superfish
*************************/
.nav .sf-menu {
	float: right;
	margin-bottom:1em;
}
.sf-menu a {
	text-decoration:none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left:	none;
border-top:	none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#ff3399;
	text-decoration: none;
}
.sf-menu li {
	background:	none;
}
.sf-menu li li {
	border-top-width: 1px;
	border-top-style: solid;
	background: #fff;
	border-top-color: #CCCCCC;
}
.sf-menu li li li {
	background: #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	outline:0;
    color:#000;
	z-index: 999;
	text-decoration: none;
	background-color:#fff;
}
.page_item.current_page_item a{
   color:#000;
}

.postmetadata {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 15px;
	border-left-style: none;
}
/*************************
              Sidebar
*************************/
#sidebar{
	overflow:hidden;
	font-size: 14px;
	margin-bottom: 80px;
	text-align: left;
	padding-top: 70px;
	padding-bottom: 25px;
}
/*************************
              Ul / Li
*************************/
#sidebar ul {
	border:none;
}

#sidebar ul ul {
		margin: 0;
		padding: 0;
}
#sidebar li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	padding: 0px;
	display: block;
	border-bottom-style: none;
}
#sidebar li a {
	border:none;
	color:#999999;
	line-height:18px;
	padding:3px 0;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background:url(images/sidebar-ul-li-bg.jpg) repeat 0 0;
	display: block;
	height:100%;
}
#sidebar li a:hover {
	background-position:0 50;
	color:#ff3399;
	text-decoration: none;
}		
	
#sidebar h3 {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #000000;
		}		
#sidebar #recentcomments li{
	height:100%;
	padding: 5px;
}
#sidebar #recentcomments li a {
	border:none;
	padding:3px 0;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: none;
	height:100%;
	background-image: none;
}
#sidebar #recentcomments li a:hover {
	color: #ff3399;
}
#sidebar .widget  {
	margin: 0 0 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}

/*************************
              Search Form
*************************/
#sidebar #searchform  {
	margin: 15px 0 0 0;
	border: 1px solid #CCCCCC;
	position:relative;
	background-image: url(images/sidebar-ul-li-bg.jpg);
	background-position: left top;
}
#sidebar #searchform .btn {
	position:absolute;
	right:10px;
	bottom:0;
	top: 4px;
}
#sidebar .widget input#s, #sidebar .widget input.field  {
	width: 180px;
	margin-left:10px;
	border: 0;
	color:#999999;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-image: url(images/sidebar-ul-li-bg.jpg);
	background-position: left top;
}

.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 {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/*************************
              Comments
*************************/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/*************************
               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;
		}

/*************************
              Tags & Classes
*************************/
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/*************************
                Captions
*************************/
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}

.wp-caption-text{
	font-weight: bold;
	text-align: center;
}

/*************************
              Twitter
*************************/
#twitter {
	color:#777;
	font-size: 14px;
	min-height:42px;
	background-color: #f7f7f7;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 30px;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
}
.twitter-ico {
	height: 44px;
	width: 42px;
	float: left;
}
#twitter  #twitter_update_list { margin-left:65px; }
#twitter #twitter_update_list li { line-height:22px; }


/*************************
           Main Page Content
*************************/
#main_page_content{ }
/*************************
           Sub Features
*************************/
#sub-features {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sub-features .block { width:440px; margin:0 40px 30px 0; float:left; }
#sub-features .block.last { margin: 0 ; }
#sub-features .feature { margin-left:65px; }
#sub-features .attachment-thumbnail, #sub-features .attachment-post-thumbnail{ float:left; }
#sub-features h3 {padding:0; margin :5px 0; }
#sub-features p { padding-bottom:15px; margin-top:0;  }
.readmore-div{
	margin-top: -15px;
}
a.readmore, a.more-link {
	color:#333;
	font-size:11px;
	text-transform:uppercase;
	border:none;
	clear: both;
	background-color: #F9F9F9;
	text-align: center;
	width: 100px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
a.readmore:hover , a.more-link:hover{
	color:#ff3399;
	text-decoration:none;
	background-color: #E4E4E4;
}

/*************************
           Footer
*************************/
#footer-hr{
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 45px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#footer{
	margin: 0px;
	padding: 0px;
}
#footer #credit, #footer #copyright { color: #777; }
#footer #credit a, #footer #copyright a { color: #999; }

#footer #footer-credits br { height:5px;
}

#footer #footer-widgets { margin-top:20px; color:#bbbbbb; font-size:14px; }
#footer #footer-widgets p {
	color:#bbbbbb;
	font-size: 14px;
}
#footer #footer-widgets h3 {color:#fff; font-weight:normal;}

/* UL LI */
#footer #footer-widgets ul { border:none; }
#footer #footer-widgets li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #575757;
	padding: 0px;
	display: block;
}

#footer #footer-widgets li a {
	border:none;
	color:#999999;
	line-height:18px;
	padding:3px 0;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: block;
	height:100%;

}
#footer #footer-widgets li a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
#footer #recentcomments li { padding: 5px}
/*************************
           Widgets
*************************/

/* Generic Widgets */
#footer .widget  {
	margin: 0 0 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575757;
}

.widget h3  { margin: 0 0 15px 0;text-transform:uppercase; text-transform:uppercase; color:#777; }

.widget p { color:#666; }
.widget ul  { clear:both; }
.widget ul li  {
	padding-left:15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.widget ul li a  { display: block; padding: 3px 0; line-height: 18px; text-decoration: none; color:#666; }
.widget ul li a:hover  { color: #000; }
.widget ul ul  { padding: 0; margin:0; border-top: none; }

/* WIDGET FORMS */
#footer #searchform  {
	margin: 15px 0 0 0;
	border: 1px solid #999999;
	position:relative;
	background-color: #666666;
}
#footer #searchform .btn {
	position:absolute;
	right:10px;
	bottom:0;
	top: 4px;
}
#footer .widget input#s, #footer .widget input.field  {
	width: 180px;
	margin-left:10px;
	border: 0;
	color:#CCCCCC;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#footer .widget .screen-reader-text  { display: none; }
#footer-credits  p {

}
#design-by p{
	font-size:12px;
	float:right;
	margin: 0px;
	padding: 0px;
}
/* FLICKR */
.widget#flickr { border:none;}
#flickr h3  {}
#flickr h3 span{color:#0061D8;}
#flickr h3 span span{color:#FF1183;}
#flickr .flickr_badge_image  { width: 75px; float: left; margin: 4px 6px; }

#flickr .wrap  {
	margin-left: -5px;
	position: relative;
	margin-bottom: 25px;
	padding: 0;
	display: block;
}
#flickr a img  { float: left;  margin: 0;  display: block; border: #CECFC6 1px solid; padding: 3px;}
#flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{
	text-align:center;
	color:#9E9E9E;
	padding:5px;
}
#wp-calendar td{background:transparent;}


/*************************
           Comment Form
*************************/
#respond{
	width: 80%;
	margin-top: 40px;
	padding-left: 30px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #ff3399;
	font-size: 14px;
	}
#commentform #comment{
    padding: 8px;
}
/*************************
           subcat
*************************/
#subcat {

}
.imagehover{
	width: 325px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	margin-left: 80px;
	background-image: url(images/thumb-bg.jpg);
	background-position: right bottom;
			}
.imagehover .play {
	position:absolute;
	bottom:0;
	left:0;
	opacity:0.2;
	width:310px;
	height:235px;
	display: block;
	background-image: url(images/btn-play.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.archive-imagehover{
	width: 350px;
	height: 150px;
	overflow: hidden;
	position: relative;
	border: 1px solid #333333;
	margin-bottom: 30px;
	background-image: url(images/footer-bg.jpg);
			}

.archive-imagehover p, .imagehover p{
	font-size: 13px;
	line-height: 130%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
			}
.archive-imagehover img, .imagehover img{
	position: absolute;
	top: 0;
	left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
				}
.archive-imagehover span, .imagehover span{
	line-height: normal;
	font-size: 18px;
	height: 16px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	margin: 4px;
			}

.archive-imagehover .readmore-div, .imagehover .readmore-div{
	margin-top: -8px;
}
.archive-imagehover a.readmore , .archive-imagehover a.more-link, .imagehover a.readmore, a.more-link {
	color:#ff3399;
	font-size:10px;
	text-transform:uppercase;
	border:none;
	clear: both;
	background-color: #000;
	text-align: center;
	width: 100px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.archive-imagehover a.readmore:hover, .archive-imagehover a.more-link:hover, .imagehover a.readmore:hover , a.more-link:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000;
}

/*************************
           Commit
*************************/
.commit{ margin:20px 0}

.photographic_bg a {
	display:block;
	width:218px;
	height:153px;
	background-image: url(images/photographic.jpg);
	background-repeat: no-repeat;
}
.photographic_bg a:hover { background-position:0px -153px; }

.image_library_bg a {
	display:block;
	width:218px;
	height:153px;
	background-image: url(images/image.jpg);
	background-repeat: no-repeat;
}
.image_library_bg a:hover { background-position:0px -153px; }

.buy_online_bg a {
	display:block;
	width:218px;
	height:153px;
	background-image: url(images/shop.jpg);
	background-repeat: no-repeat;
}
.buy_online_bg a:hover { background-position:0px -153px; }
/*************************
           slogan
*************************/
.slogan {
	height: 300px;
	width: 50px;
	position: absolute;
	display: block;
	z-index:1000;
	margin-top: 120px;
	margin-left: 50px;
}

/*************************
     Singlepic Border/BG image
*************************/
.ngg-singlepic.ngg-center {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	background-image: url(images/single-pic-bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 55px;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*************************
     small ( Span )
*************************/
small {
	font-size: 12px;
	line-height: 170%;
	margin-top: 10px;
	margin-bottom: 10px;
		}
/*************************
     Archive Page Post
*************************/
.archive-post img {
	border: 2px solid #666666;
}

/***********************************************************************/
/*************************
             Structure
*************************/

.entry p a:visited {
	font-style: italic;
	color: #ff3399;
		}
/*************************
              Images
*************************/
img.alignright {
		border: 3px solid #E6E6E6;;
		}

img.alignleft {
		border: 3px solid #E6E6E6;;
		}
		
/*************************
              Lists
*************************/


/*************************
              Form Elements
*************************/

/**************************************************
	NAVIGATION
**************************************************/


	

/*************************
              Sidebar
*************************/
#sidebar{
}
/*************************
              Ul / Li
*************************/
#sidebar li {
	border-top-color: #e7e7e7;
}
#sidebar li a {
	color:#999999;
	background:url(../images/sidebar-ul-li-bg.jpg) repeat 0 0;
}
#sidebar li a:hover {
	color:#ff3399;
}		
#sidebar h3 {
	color: #000000;
	font-size: 18px;
		}		
#sidebar #recentcomments li a:hover {
	color: #ff3399;
}
#sidebar .widget  {
	border-bottom-color: #e7e7e7;
}

/*************************
              Search Form
*************************/
#sidebar #searchform  {
	border: 1px solid #CCCCCC;
	background-image: url(../images/sidebar-ul-li-bg.jpg);
}
#sidebar .widget input#s, #sidebar .widget input.field  {
	color:#999999;
	background-image: url(../images/sidebar-ul-li-bg.jpg);
}
/*************************
              Comments
*************************/

/*************************
               Calendar
*************************/

/*************************
              Tags & Classes
*************************/

/*************************
                Captions
*************************/

/*************************
              Logo
*************************/

/*************************
              Twitter
*************************/
#twitter {
	color:#777;
	background-color: #f7f7f7;
}
/*************************
           Feature Portfolio
*************************/

/*************************
           Feature Portfolio
*************************/

/*************************
           Feature Portfolio
*************************/
#featured_nav a {
	border: 1px solid #999999;
	background-color: #333333;
	color: #333333;
}
#featured_nav a.activeSlide {
	background-color: #FFFFFF;
	color: #000000;
}
/*************************
           Main Page Content
*************************/

/*************************
           Sub Features
*************************/
a.readmore, a.more-link {
	color:#333;
	background-color: #F9F9F9;
}
a.readmore:hover , a.more-link:hover{
	color:#fff;
	background-color: #CCCCCC;
}

/*************************
           Footer
*************************/

#footer #credit, #footer #copyright { color: #777; }
#footer #credit a, #footer #copyright a { color: #999; }

#footer #footer-widgets { 
    color:#bbbbbb;
	}
#footer #footer-widgets p {
	color:#bbbbbb;
}
#footer #footer-widgets h3 { color:#fff;}

/* UL LI */
#footer #footer-widgets li {
	border-top-width: 1px;
	border-top-color: #575757;
}

#footer #footer-widgets li a {

}
#footer #footer-widgets li a:hover {

}
/*************************
           Widgets
*************************/


/* Generic Widgets */
#footer .widget  {
	border-bottom-color: #575757;
}

.widget h3  { color:#777; }

.widget p { color:#666; }

.widget ul li a  { color:#666; }
.widget ul li a:hover  { color: #000; }

/* WIDGET FORMS */
#footer #searchform  {
	border: 1px solid #999999;
	background-color: #666666;
}
#footer .widget input#s, #footer .widget input.field  {
	color:#CCCCCC;
	background-color: #666666;
}
/* FLICKR */
#flickr h3 span{color:#0061D8;}
#flickr h3 span span{color:#FF1183;}
#flickr a img  { border: #CECFC6 1px solid; }
#flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */

/* CALENDAR */
#wp-calendar th,#wp-calendar td{
	color:#9E9E9E;
}
/*************************
           Contact Form 7
*************************/
div.wpcf7 {
	background-color: #f7f7f7;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #ff3399;
}

span.wpcf7-not-valid-tip {
	background: #fff;
	border: 1px solid #ff0000;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
}
.wpcf7-form input {
	border: 1px solid #CCCCCC;
	color: #ff3399;
}
.wpcf7-form textarea {
	color: #ff3399;
	border: 1px solid #CCCCCC;
}
.wpcf7-form .submit {
	border: 1px solid #CCCCCC;
	color: #ff3399;
	background-color: #FFFFFF;
}
/*************************
           Comment Form
*************************/
#commentform #author, #commentform #email, #commentform #url, #commentform #comment{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #ff3399;
	}
#respond .submit {
	border: 1px solid #CCCCCC;
	color: #ff3399;
	background-color: #FFFFFF;
}


/*************************
        excerptbox
*************************/
.excerpt_box {
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-bottom: 20px;
}
.excerpt_box h3 {
	padding-top: 0px;
	margin-top: -10px;
}
/*************************
        wp-pagenavi
*************************/

.wp-pagenavi {
	margin: 30px 0 30px 80px;
}

/*************************
        pre code 
*************************/
textarea, pre, code, kbd, samp, var, tt{font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;}

pre, code {-moz-border-radius:10px;-webkit-border-radius:10px;}
pre, code {font-size:1em;line-height:1.5em;}
pre{color:#000;padding:0.75em 1em 0.75em 1.8em;overflow:auto;background:#f5f5f5;font-size:1.33em;line-height:1.25em;margin:0 0 1.25em 0;border:1px solid #ddd;}

/****************************
   Start Of Contact Form Style 
*****************************/
#contact {
	text-align: left;
}
#contact p, label, legend {
	font-size: 14px;
	font-weight: bold;
}

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact {
	display: block;
	width: 500px;
	padding: 1px;

-moz-border-radius:5px; -webkit-border-radius:5px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	text-align: left;
}

/* Form style */
#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #00CC33; }
#contact label {
	display: inline-block;
	height: 26px;
	line-height: normal;
	width: 155px;
    text-align: left;
-moz-border-radius:5px; -webkit-border-radius:5px; 		padding-top: 5px;
	
}
#contact input, textarea, select {
	width: 280px;
	margin: 5px 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
-moz-border-radius:5px; -webkit-border-radius:5px; 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
} 
#contact textarea{ width: 280px;  } 
 
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }
