/*
Theme Name: Title Says It All
Theme URI: http://www.freshpressthemes.com
Description: Title Says It All, need I say more? View more <a href="http://www.freshpressthemes.com">Fresh Themes</a>. If you need help with this theme please <a href="../wp-content/themes/TitleSaysItAll/readme.htm" target="_blank" >click here</a>.
Version: 1.0
Author: Hyder Jaffari
Author URI: http://www.freshpresthemes.com/

	Title Says It All
	 http://www.freshpressthemes.com

	This theme was designed and built by Hyder Jaffari,
	whose blog you will find at http://www.weborithm.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background: #171717;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.pagenav {
	width: 300px;
	margin: auto;
	font-size: 90%;
	text-align: center;
	padding: 10px 0px;
	color: #26ade4;
}
img.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border: 1px solid #ccc;
}
img.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #ccc;
}
img.aligncenter {
	margin: 0px auto;
	display: block;
	border: 1px solid #ccc;
}
form {
	margin: 0px;
	padding: 0px;
}

/* Common Link Elements Starts */

.blogtitle h1 a, h2.featuredtitle a, h2.mediatitle a, h2.singletitle a {
	color: #292929;
	text-decoration: none;
}
ul#nav li a, h2.featuredtitle a:hover, h2.mediatitle a:hover, h2.singletitle a:hover, .featuredmeta p a, .singlemeta p a, .post a, .mediapost a, #sidebarone ul li a, #sidebartwo ul li a, #sidebarthree ul li a, #sidebarfour ul li a, #featuredtabs a, #footer a, .pagenav a, ol#commentlist a, #comment_form a, .postsingle ul li a, #rsshead a, .textwidget a, .adrotatorwidget a {
	color: #26ade4;
	text-decoration: none;
}
h2.innerpages {
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	padding: 0px 0px 5px;
	margin: 0px 0px 25px;
	border-bottom: 1px dotted #999;
	color: #000;
	text-align:center;
}

/* Common Link Elements Ends */

/* Common Hover Elements Starts */

ul#nav li a:hover, .post a:hover, .mediapost a:hover, .excerptmeta p a:hover, #featuredtabs a:hover, #sidebarone ul li a:hover, #sidebartwo ul li a:hover, #sidebarthree ul li a:hover, #sidebarfour ul li a:hover, #footer a:hover, .pagenav a:hover, ol#commentlist a:hover, #comment_form a:hover, .featuredmeta p a:hover, .singlemeta p a:hover, .postsingle ul li a:hover, #rsshead a:hover, .textwidget a:hover, .adrotatorwidget a:hover {
	color: #126C94;
	text-decoration: none;
}
.post a:hover, .mediapost a:hover {
	text-decoration: underline;
}

/* Common Hover Elements Ends */

/* Main Container */

#container {
	width: 936px;
	background: #fff;
	padding: 0px 10px;
	margin: 0px auto 0px;
	border-right: 2px solid #4DBCE9;
	border-left: 2px solid #4DBCE9;
}

/* Main Containers Ends */

/* Header */

#header {
	margin: 0px 0px 20px;
}
.blogtitle {
	padding: 20px 0px;
}
.blogtitle h1 {
	font-size: 150%;
	color: #000;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	float: left;
}
.blogtitle h3 {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	font-weight: normal;
	color: #4DBCE9;
	line-height: 28px;
	text-align: right;
}

/* Header Ends */

/* Navigation */

.navigation {
	border: 1px dotted #B3CD1D;
	margin: 0px auto 0px;
	padding: 10px 0px;
	width: 617px;
	float:left;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul#nav li {
	background: url(images/arrow.gif) no-repeat left center;
	display: inline;
	padding: 0px 24px 0px 15px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
ul#nav ul {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
ul#nav ul li {
	padding: 0px 24px 0px 15px;
	float: left;
}
ul#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	color: #26ade4;
	width: 160px;
	font-size: 100%;
	float: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
}
ul#nav li:hover {
	background: url(images/arrow.gif) no-repeat 2px center;
}
#rsshead  {
	padding: 3px 5px;
	margin: auto;
	list-style: none;
	text-align:center;
	width: 295px;
	float: right;
	border: 1px dotted #B3CD1D;
}
#rsshead img {
	padding: 0px;
	margin: 0px 0px 0px 65px;
	float: left;
}
#rsshead p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	line-height: 30px;
}

/* Navigation Ends */

/* Featured Starts */

#featured {
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin: 20px 0px 0px;
	background: #f4f4f4;
}

/* Featured Boxes */

.featuredleft {
	float:left;
	width: 452px;
}
.feautredright {
	float:right;
	width: 425px;
}

/* Featured Headings */

h2.featuredtitle {
	font-weight: normal;
	font-size: 140%;
	margin: 0px 0px 10px;
	padding: 5px;
	font-style: italic;
	border: 1px solid #B3CD1D;
	background: #D1E751;
	width: 452px;
	float: left;
}
h2.mediatitle {
	font-weight: normal;
	font-size: 140%;
	margin: 0px 0px 10px;
	padding: 5px;
	font-style: italic;
	border: 1px solid #B3CD1D;
	background: #D1E751;
	width: 425px;
	float: right;
}

/* Featured Post & Video Post Styles */

#featuredpost {
	float: left;
	width: 452px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	background: #fff;
}
.postsingle {
	padding: 10px;
}
.post h2, .mediapost h2, .postsingle h2 {
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	padding: 15px 0px 5px;
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #999;
	color: #000;
}
.post h2:after, .mediapost h2:after, .postsingle h2:after, h2.innerpages:after {
	content: " \00BB";
}
.post h3, .mediapost h3, .postsingle h3 {
	font-size: 105%;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	margin: 15px 0px 10px;
	border-left: 2px dotted #999;
	color: #000;
}
.post ul, .mediapost ul, .postsingle ul, .post ol, .mediapost ol, .postsingle ol{
	margin: 0px 35px 15px;
	padding: 0px;
}
.post ul li, .mediapost ul li, .postsingle ul li, .post ol li, .mediapost ol li, .postsingle ol li {
	margin: 0px;
	padding: 4px 0px;
	font-size: 85%;
}
.post p, .mediapost p, .postsingle p {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	color: #292929;
	padding: 0px 0px 15px;
	margin: 0px;
	line-height: 22px;
}
.post blockquote, .mediapost blockquote, .postsingle blockquote {
	margin: 0px 20px 15px;
	padding: 0px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f9f9f9;
}
.post blockquote p, .mediapost blockquote p, .postsingle blockquote p {
	padding: 5px;
}

/* Featured Meta */

.featuredmeta, .singlemeta {
	padding: 0px;
	border-bottom: 1px dotted #e5e5e5;
	margin: 0px 0px 10px;
}
.singlemeta {
	border-top: 1px dotted #e5e5e5;
	margin-top: 10px;
}
.featuredmeta ul, .singlemeta ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.featuredmeta ul li, .singlemeta ul li {
	background: #fff url(images/arrow.gif) no-repeat 5px 20px;
	padding: 5px 5px 5px 20px;
	margin: 0px 5px 5px 0px;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	color: #292929;
	float: left;
	border: 1px solid #e5e5e5;
}
.singlemeta ul li {
	margin-top: 5px;
}
.featuredmeta ul li:hover, .singlemeta ul li:hover {
	background: #fff url(images/arrow.gif) no-repeat 7px 20px;
}
.featuredmeta p, .singlemeta p {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	color: #26ade4;
	padding: 0px;
	margin: 0px;
}

/* Featured Video */

.mediapost {
	float: right;
	width: 425px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	background: #fff;
}

/* Home Page Titles */

.posttitle {
	border: 2px dotted #999;
	padding: 0px;
}
.posttitle .title {
	width: 912px;
	background: #f4f4f4;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 100%;
}
.posttitle .alt {
	background: #fff;
	width: 912px;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.posttitle .title h2, .posttitle .alt h2 {
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.posttitle .title p, .posttitle .alt p {
	font: bold normal 70%/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.posttitle .title a, .posttitle .alt a {
	color: #292929;
	text-decoration: none;
}
.posttitle .title p a, .posttitle .alt p a {
	color: #999;
	text-decoration: none;
}
.posttitle .title a:hover, .posttitle .alt a:hover {
	color: #26ADE4;
}
.posttitle .alt:hover, .posttitle .title:hover {
	background: #D1E751;
	color: #26ADE4;
	border-bottom: 1px solid #999;
}

/* Home Page Titles Ends */

/* Single Post Pages */

#innercontainer {
	width: 936px;
}
#single {
	width: 619px;
	float:left;
}
#singleside {
	width: 305px;
	float:right;
}
#singlepost {
	border: 1px solid #e5e5e5;
	float:left;
	padding: 0px;
	width: 617px;
}
h2.singletitle {
	font-weight: normal;
	font-size: 120%;
	margin: 0px 0px 10px;
	padding: 5px;
	font-style: italic;
	border: 1px solid #B3CD1D;
	background: #D1E751;
	float: left;
	width: 607px;
}

/* Single Post Pages Ends */

/* Search */

#indexsearch {
	padding: 15px 0px;
}
#sitesearch {
	border:1px dotted #26ADE4;
	text-align:center;
	background: #f4f4f4;
}
#sitesearch #siteinput[type="text"]:focus {
	background: #fff;
}
#sitesearch #siteinput:hover {
	background: #D1E751;
	color: #26ADE4;
}
#sitesearch #siteinput {
	font-size: 100%;
	padding: 5px;
	color: #292929;
	border:none;
	background: #f4f4f4;
	text-align:center;
	width: 904px
}
#searchform {
	padding: 0px 0px 10px;
}
#searchform #s {
	border:1px solid #B3CD1D;
	width: 295px;
	padding: 6px 6px 7px;
	margin: 0px 0px 5px;
	background: #fff;
	text-align:center;
	font-size: 105%;
}

/* Search Ends */

/* Widget Areas */

#sidebarone, #sidebarthree, #sidebartwo {
	width: 305px;
	margin: 0px 0px 20px;
	float: left;
}
#sidebartwo {
	margin-right: 10px;
	margin-left: 10px;
}
#sidebarfour {
	width: 305px;
}
#sidebarone h2, #sidebartwo h2, #sidebarthree h2, #sidebarfour h2 {
	font-weight: normal;
	font-size: 120%;
	margin: 0px;
	padding: 5px;
	font-style: italic;
	border: 1px solid #B3CD1D;
	background: #D1E751;
	color: #292929;
}
#sidebarone li, #sidebartwo li, #sidebarthree li, #sidebarfour li {
	list-style:none;
}
#sidebarone ul, #sidebartwo ul, #sidebarthree ul, #sidebarfour ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebarone ul li, #sidebartwo ul li, #sidebarthree ul li, #sidebarfour ul li {
	background: #fff url(images/arrow.gif) no-repeat 10px center;
	padding: 7px 5px 7px 25px;
	margin: 0px;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	color: #292929;
	border-bottom: 1px solid #e5e5e5;
}
#sidebarone ul li:hover, #sidebartwo ul li:hover, #sidebarthree ul li:hover, #sidebarfour ul li:hover {
	background: #f4f4f4 url(images/arrow.gif) no-repeat 12px center;
	border-bottom: 1px solid #999;
}
.textwidget, .adrotatorwidget {
	padding: 5px 2px 5px 3px;
	font-size: 85%;
	line-height: 20px;
}
#cat {
	margin: 5px;
	width: 295px;
	background:#f4f4f4;
	border: 1px solid #e5e5e5;
	color: #26ADE4;
	font-size: 90%;
	line-height: 20px;
	padding: 5px;
}
#cat option, #archives option {
	color: #26ADE4;
	border-bottom: 1px dotted #999;
}
#archives select {
	margin: 5px;
	width: 295px;
	background:#f4f4f4;
	color: #26ADE4;	
	border: 1px solid #e5e5e5;
	padding: 5px;
	font-size: 90%;
}

/* Widget Areas Ends */

/* Calendar Starts */

#calendar_wrap {
	margin: 0px;
	padding: 5px;
	color: #26ADE4;
}
#wp-calendar {
	width: 295px;
	font-size: 90%;	
}
#today {
	text-align: center;
	background: #D1E751!important;
	color: #26ADE4;
}
table#wp-calendar td {
	text-align: center;
	background: #f4f4f4;
}
table#wp-calendar td:hover {
	background: #D1E751;
}
#today a, #wp-calendar a {
	color: #26ADE4;
}
#today a:hover, #wp-calendar a:hover {
	color: #292929;
	text-decoration: none;
}
#prev {
	text-align: left !important;
	padding: 0px 2px;
}
#next {
	text-align: right !important;
	padding: 0px 2px;
}

/* Calendar Ends */

/* Tags Starts */

#tag_cloud {
	padding: 0px !important;
}
#tag_cloud a {
	color: #26ADE4;
	font-size: 100% !important;
	line-height: 22px;
	padding: 0px 2px;
}
#tag_cloud a:hover {
	color: #292929;
	text-decoration: none;
}

/* Tags Ends */

.textwidget, .adrotatorwidget {
	padding: 5px 0px;
}

/* Tabs */

#featuredtabs {
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #e5e5e5;
}
#pre-tabber {
	min-height:100px;	
	height:auto !important;
	height: 150px;
	margin: 0;
	background:#eee;
	padding: 0;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
}

.tabberlive {
	padding: 0px;        
	width: 442px;
	border: none;
}
	
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

.tabbernav {
	margin: auto;
	padding: 5px 0px 0px;
	background: #fff;
	float: left;
}
.tabbernav li {
	float:left;
	margin: 0px 3px 2px 0px;	
	padding: 0px;
	background: #D1E751;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tabbernav li a {
	float:left;
	background: #f4f4f4;
	color: #292929!important;
	text-decoration:none;
	padding: 2px 5px;
	margin: 0px;
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
}
.tabbernav li a:visited {
	color:#292929;
	text-decoration: none;
}
.tabbernav li a:hover {
	background: #D1E751;
	color: #26ADE4 !important;
	text-decoration: none !important;
}
.tabbernav li.tabberactive a {
	background: #26ADE4;
	color: #fff !important;
	font-weight: normal;
	border-bottom: 1px solid #999;
}
.tabbernav li.tabberactive a:hover {
	background: #4DBCE9;
	color:#fff;
	text-decoration: none !important;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	background: #fff;
	padding: 0px;
	margin: 0px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	min-height: 140px;
	font-size: 100%;
	width: 450px;
	float: left;
}
.tabberlive .tabbertab ol {	
	margin: 5px 20px;
	padding:0;
}
.tabberlive .tabbertab ul {
	padding: 5px;
	margin: auto;
	list-style: none;
}
.tabberlive .tabbertab ul li {
	padding: 4px 10px 4px 25px;
	list-style: none;
	font-size: 80%;
	background: url(images/arrow.gif) no-repeat 10px center;
}
.tabberlive .tabbertab ul li:hover {
	background: url(images/arrow.gif) no-repeat 12px center;
}
.tabberlive .tabbertab p {
	line-height: 18px;
	padding: 0px 0px 10px !important;
	margin: 0px;
	font-style: normal !important;
}
.tabberlive .tabbertab a {	
}
.tabberlive .tabbertab .entry {
	padding: 0;
	margin: 0;
}
.tabberlive .tabbertab a:hover {
	border: none;
}
.tabberlive .tabbertab p {  
	padding: 0px 0px 15px;
	line-height: 20px;
	font-size: 90%;     
}
.tabbertab .tabbertabdefault {

}
ul.tabberrss {
	padding: 0px !important;
	margin: auto !important;
	list-style: none;
	width: 270px;
}
ul.tabberrss li {
	padding: 3px 0px !important;
	margin: 0px !important;
	display: block;
	float: left;
	background: none !important;
}
ul.tabberrss li img {
	padding: 0px;
	margin: 0px;
	float:left;
}
ul.tabberrss li span {
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 10px!important;
	float: left;
	font-size: 110%;
	text-align: center;
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
}

.tabberlive .tabbertab h3 {
	display: none;
}
.tabberlive .tabbertab h4 {
	font-size: 110%;
	color: #292929;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 10px 0px;
}

/* Email Subscribe Starts */

#emailfield {
	border: 1px solid #e5e5e5;
	width: 130px;
	height: 20px;
	padding: 6px 5px 2px;
	margin: 0px 10px 0px 0px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #26ADE4;
}
#emailsub {
	background: url(images/go.gif) no-repeat;	
	border: none;
	width: 40px;
	height: 24px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #292929;
}
#emailsub:hover {
	color: #26ADE4;
	cursor: pointer;
}

/* Email Subscribe Ends */

/* Comments Starts */

#comments {
	margin: 20px 0px 0px;
	padding: 0px;
	border-top: 1px solid #B3CD1D;
}
#respond {
	margin: 0px;
	border-top: 1px solid #B3CD1D;
}
#comments h3, #respond h3 {
	margin: 0px 0px 20px;
	font-size: 120%;
	font-weight:normal;
	color: #292929;
	padding:5px;
	background: #D1E751;
	text-align:center;
	border-bottom: 1px solid #B3CD1D;
}
#respond h3 {
	margin: 0px;
}

/* Main Comment Elements */

ol#commentlist {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ol#commentlist li { /* This is for the normal entry headings */
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 10px 10px;
	border-bottom: none;
	background: #fff;
	border-top: 1px solid #ccc;
}
ol#commentlist .entry { /* This is for the normal entry comments */
	border-top: none;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
}
ol#commentlist li.alternate { /* This is for the alternate entry headings */
	margin: 0px;
	padding: 0px 10px 10px;
	border-bottom: none;
	border-top: 1px solid #999;
	background: #fff;
}
ol#commentlist .alternate { /* This is for the alternate entry comments */
	border-bottom: 1px solid #999;
	border-top: none;
	margin: 0px;
	padding: 10px;
	background: #EFEFEF;
}
ol#commentlist li.author { /* This is for the author entry headings */
	margin: 0px;
	padding: 0px 10px 10px;
	background: #fff;
	border-top: 1px solid #b3cd1d;
	border-bottom: none;
}
ol#commentlist .author { /* This is for the author entry comments */
	border-bottom: 1px solid #B3CD1D;
	border-top: none;
	margin: 0px;
	padding: 10px;
	background: #D1E751;
}
ol#commentlist .entry p, ol#commentlist .author p, ol#commentlist .alternate p {
	font-size: 0.9em;
	color: #292929;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
}
ol#commentlist .entry blockquote, ol#commentlist .author blockquote, ol#commentlist .alternate blockquote {
	padding: 5px 5px 0px;
	margin: 10px 20px 10px;
	font-size: 0.9em;
}
ol#commentlist .entry blockquote p, ol#commentlist .author blockquote p, ol#commentlist .alternate blockquote p {
	line-height: 20px;
	padding: 0px 0px 5px;
}
ol#commentlist #comment span {
	float: right;
}
ol#commentlist li .avatar {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
}
.wait {
	padding: 10px;
	text-align: center;
	font-size: 120%;
	color: #26ADE4;
}
.entry ul, .entry ol {
	margin: 10px 30px;
	padding: 0px;
	list-style: disc;
}
.entry ul li, .entry ol li {
	margin: 0px;
	padding: 4px 0px !important;
	text-align:left !important;
	border: none !important;
	background: none !important;
}
.commentavatar {
	text-align: center;
	padding: 5px;
	margin: 0px;
}
#comment_form {
	padding: 10px;
	font-size: 75%;
	color: #858585;
}
#comment_form input {
	width: 280px;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #ccc;
	background: #f4f4f4;
}
#comment_form textarea {
	width: 585px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #F4f4f4;	
}
#comment_form #submit {
	width: 240px;
	padding: 5px;
	border: 1px solid #26ADE4;
	background: #4DBCE9;
	font-size: 120%;
	color: #fff;
}
/* If you don't care about IE users, go ahead and uncomment this.

#comment_form #submit:hover {
	border: 1px solid #B3CD1D;
	background: #D1E751;
	color: #292929;
	cursor: pointer;
}

*/
#comment_form input[type="text"]:focus, #comment_form textarea:focus {
	background: #ffffff;
	border: 1px solid #B3CD1D;
}
/* Comments Ends */

/* Credit Starts */

#footer {
	padding: 20px 10px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: auto;
	background: #f4f4f4;
	width: 936px;
	border-right: 2px solid #4DBCE9;
	border-left: 2px solid #4DBCE9;
}
#footer img {
	float: left;
}
#footer span {
	float:right;
	color: #292929;
}

/* Credit Ends */
