Theme Name: communipet2
Theme URI: www.pequenaweb.co.za
Author: Jo-Anne Tichart
Author URI: http://www.pequenaweb.co.za
Description: HTML to PHP wordpress conversion
Version: 1.0
Tags: black, animal, orange, tan, white, yellow, light, two-columns, right-sidebar,  custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready

*/



@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700);

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Merriweather', 'sans-serif';
	font-size: 1.1em;
	color: #666;
	font-size:0.9em;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: "Courier New", Courier, monospace;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	border-bottom-color: none;
	color: #f49f68;
}

a:focus {
	outline: none;
	text-decoration:none;
}


a.button { 
  
    background: linear-gradient(#F50000, #A80000);
    background-color: #333;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #8F0000;
    text-shadow: 1px 1px 0 #750000;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#A80000;
}

a.button-reversed { 
	background: linear-gradient(#777, #999);
	background-color: #888;
        text-shadow: 1px 1px 0 #555;
	color: #fff;
	border-color: #555;
}

a.button-reversed:hover {
	background: #777;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #d20000;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #999999;
}

h1 {
	color: #000;
	font-size: 2.7em;
	margin-bottom: 10px;
}

h2 {
	color: #666;
	font-size: 2.5em;
	letter-spacing: -1.5px;
	padding: 0 0 10px;
	margin: 0;
}

h3 {
	color: #444;
	font-size: 1.9em;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
    color: #d20000;
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
	padding: 0;
	list-style: disc;
}

li {
	padding-bottom: 10px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
	list-style: none !important;
}

.width {
	width: 100%;
	margin: 0 auto;
}

.logo {
	background:url(../images/logo.jpg);
	max-width:30%;
	height: 80px;
	float: left;
	text-align: left;
	}
	
.logo-text{
	max-width:70%;
	float: right;
	text-align:left;
	font-size:36px;
	
	}
	
	.textwidget {
}
.textwidget {

	color: #666666;
}
.login-username{color: #666666;}

.login-password{color: #666666;}


.login-remember{color: #666666;}

.frm_logout_link{color: #666666;}

#container {
	background-color: #fff;
	padding: 0px;
	max-width: 80%;
	margin: 0 auto;
}

header {
	padding: 10px 0;
	/*border-top: 2px solid #f0f0f0;*/
	border-bottom: 2px solid #f0f0f0;
	margin: 0 0 10px;
    	background-color: #fff;
	text-align: left;
}



header h1 {
	margin: 0;
	float: left;
}

header h1 a, header h1 a:hover {
    color: #999;
    font-size: 1.4em;
    padding: 10px 5px;
    letter-spacing: -4px;
    border-bottom: none;
    display: block;

}

header h1 a strong {
	font-weight: normal;
	color: #dd0000;
}




nav {
	border-top: 2px solid #f0f0f0;
	float: right;
}



nav ul {
  list-style: none;
  padding: 0;
  margin: 0px 0 0 20px;
  text-align: left;
  z-index: 9999;
}

nav li {
	text-align: left;
	display: block;
	float: left;
	padding: 0px;
}



nav a {
  text-decoration: none;
  color: #999;
  display: block;
  padding-left: 20px;
  padding-right:20px;
  border-bottom: 1px solid #888;
  transition: .3s background-color;
  text-transform: capitalize;
}

nav a:hover {

	color: #333;
	text-decoration: none;
}

nav a.active {
  display: block;
	float: left;
	padding: 10px 10px;
    color: #999;
    font-size: 0.9em;
	margin: 0 10px;
     border-bottom: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}

/* Sub Menus */
nav li li {
  width:auto;
  float: left;
}

nav li li {
  width:auto;

}
nav ul li li a {
	float: none;
	padding: 10px 5px;
}

nav ul li a:hover {
	color: #333;
	text-decoration: none;
}



/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 450px) {
  nav li {
    display: block;
	float: left;
	padding: 0px;
  }

  nav a {
    border-bottom: none;
  }

  nav > ul > li {
    text-align: center;
  }

  nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
  nav li ul {
    position: absolute;
    display: none;
    width: auto;
	 text-align: center;
  }

  nav li:hover ul {
    display: block;
	 text-align: center;
  }

  nav li ul li {
    display: block;
	 text-align: center;
  }

nav ul li li a {
	float: none;
	padding: 10px 5px;
}

nav ul li a:hover {
	color: #333;
	text-decoration: none;
}



}

/* intro */
div#intro {
	
	width: 100%;
	max-width:700px;
	background-color: #fff;
	border-bottom: 2px solid #f0f0f0;
}



a.button-slider {
	padding: 10px 15px;
	font-size: 0.8em;
	text-align: center;
	margin: 5px 10px 5px 0;
}

a.button-slider i { padding-right: 5px; }

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: none;
	margin: 25px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
}

.two-column {
	width: 66%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}


article {
    padding: 10px 10px 20px 5px;
 }

article  p {
    line-height: 30px ;
    color: #666;
 }
article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

/*** Side Menu Headers*/

.sidebar h5 {

	color: #f49f68 !important;
	font-weight:bold;
}

.button-primary{

	background-color: #f49f68 !important;
	color: #fff;
}
.sidebar {

vertical-align: middle;
	margin-top: 10px;
	padding: 2px;
	color: #666666;
	
}

.sidebar .widget_nav_menu ul li a {
    text-decoration: none important!;
    border-style: none;
    border-bottom-style: none;
   text-align: left;
   list-style: none !important;
}
.sidebar li { list-style-type: none; }
.sidebar ul { list-style-type: none; margin: 0; padding: 5px; }

.sidebar .widget_nav_menu ul li a:hover{
	color: #f49f68;
    text-decoration: none important!;
}
.right-sidebar {
	float: right;
	
}

.big-sidebar {
	width: 24%;
}

.left-sidebar { 
	float: left;
}

.small-sidebar { 
   width: 25%;
}



.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 6px 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;
	list-style: none !important;
	
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}


.sidebar .bg h4 {
	color: #666;
}


.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
	list-style: none !important;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}



.sidebar li ul li.text { 
	border-bottom: none;
}


.sidebar li ul li a {
	 border-bottom-color: #666;
	color: #666;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #dd0000;
	color: #dd0000;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}


.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	border-bottom: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#F50000, #A80000);
    background-color: #dd0000;
    color: #FFFFFF;
	border: 1px solid #8F0000;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px dashed #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #DB0000;
	border-bottom: 1px solid #A80000;
	color: #fff;
	padding: 5px 10px;
}


.two-blocks{

	display:inline-block;
	width:inherit;
	 }
	 
	#know_chip{
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	float:left;
	text-align:center;
	width:45%;
    text-decoration: none; 
	 }
	 
	  
   /*fivera blur*/
     #know_chip img {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
     #know_chip img:hover {
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
	 
	#transfer{
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	float:right;
	text-align:center;
	width:45%;
	 }
	 #transfer h1 {
	 color: #666666;}


.clear {
	clear: both;
}

/* Footer */

.footer {
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	
	width: 100%;
	text-align: left;
	padding: 20px 0px;
	
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer .footer-left{
	width: 31%;
	padding-left: 20px;
}

/* The company logo */

.footer h3{
	color:  #333;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer h3 span{
	
}

/* Footer links */

.footer .footer-links{
	color:  #ccc;
	margin: 2px 0 2px;
	padding: 0;
}

.footer .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer .footer-company-name{
	color: #333;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer .footer-center{
	width: 280px;
	padding-right:40px;
	
}

.footer .footer-center i{
	background-color: #ffffff;
	color: #33383b;
	font-size: 25px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer .footer-center p{
	display: inline-block;
	color: #333;
	vertical-align: middle;
	margin: 0;
}

.footer .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer .footer-center p a{
	color: #333;
	text-decoration: none;
	;
}


/* Footer Right */

.footer .footer-right{
	width: 350px;
	
}

.footer .footer-company-about{
	line-height: 20px;
	color: #333;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
}

.footer .footer-company-about span{
	display: block;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .footer-icons{
	margin-top: 25px;
}

.footer .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}



/* Buttons on My profile Page */

.prof-button {
	font-size:16px;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ededed 35%, #dfdfdf 70% );
	background:-ms-linear-gradient( top, #ededed 35%, #dfdfdf 70% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(35%, #ededed), color-stop(70%, #dfdfdf) );
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
	width:auto;
	height:auto;
	padding: 10px;
}

.prof-button li a {
	
text-decoration: none; }

.prof-button:hover {
	background:-moz-linear-gradient( center top, #dfdfdf 35%, #ededed 70% );
	background:-ms-linear-gradient( top, #dfdfdf 35%, #ededed 70% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(35%, #dfdfdf), color-stop(70%, #ededed) );
	background-color:#dfdfdf;
}.prof-button:active {
	position:relative;
	top:1px;
}


 




@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

	
	header { text-align: center; }

	header h1 { float: none; text-align: center; }

	header h1 a, header h1 a:hover { float: none; padding: 5px; }

	nav { float: none; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }

	div#container { width: auto; max-width: 100%; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; max-width: 100%; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 10px; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {


	body { font-size: 0.8em; }

	header { text-align: center; padding: 10px 0 5px; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.1em; }

	header h1, nav { float: none; }
	
	nav { height: auto; position: relative; }

	nav ul { margin: 0; }
	
	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }

	nav ul ul { margin: 0px 10px 5px; border-top-right-radius: 0; }

	nav ul li { margin: 5px 0; padding: 0; float: none; }

	nav ul li a { background-color: #f0f0f0; border-radius: 5px; }

	nav ul li a, .sf-menu li { float: none; }

	nav ul li li { margin: 0; }

	div#intro .intro-content { padding: 20px 5px; }
	
	div#intro div.intro-content-short { padding: 20px 5px 10px; }

	div#body { margin-top: 10px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }


}
.blue{
color: #0395e2;

}
.blue a {

color:  #0094d8 !important;}
