/*
iPhone Theme Styles
*/

/* Link Styles */
a:link, a:visited {
	color: #db5d19;
	text-decoration: none;
}
a:hover {
	color: #db5d19;
	text-decoration: underline;
}
a:active {
	color: #db5d19;
	text-decoration: none;
}
h1 a:link, h1 a:visited {
	color: #303030;
	text-decoration: none;
}
.author_text h1 a {
	color: #db5d19;
}
h1 a:hover {
	color: #000;
	text-decoration: none;
}
h1 a:active {
	color: #303030;
	text-decoration: none;
}
/* Header */
.bolt {
	background: url(http://www.pixatel.com/repo_style/images/_theme/iphone/bolt.png) no-repeat 0 0;
}
#navigation ul li.active > a,
#navigation > ul li a:hover,
#navigation ul li.sub-nav:hover > a {
	border-color: #f7c46c;
	background: #dc611b;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1a135), to(#dc611b));
	background: -moz-linear-gradient(top,  #f1a135,  #dc611b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1a135', endColorstr='#dc611b');
}
#navigation ul li.sub-nav > a:hover:before,
#navigation ul li.sub-nav:hover > a:before {
	border-top-color: #f7c46c !important;
}
#navigation ul li.sub-nav > a:hover:after,
#navigation ul li.sub-nav:hover > a:after {
	border-top-color: #dc611b !important;
}
#navigation ul ul li a:hover {
	background: #db5d19;
}
/* Content */
#quicklook {
  background: #fdddb2 url(http://www.pixatel.com/repo_style/images/_theme/iphone/ql_post.png) no-repeat 17px 17px;
  border: 1px solid #f1c0a5;
}
.author_text span a {
	background: #db5d19;
}
#page_wrap #page_subnav li a:hover, 
#page_wrap #page_subnav li.current_page_item a  {
	color: #db5d19;
}
#page ul.tags {
	background: url(http://www.pixatel.com/repo_style/images/_theme/iphone/tags.gif) no-repeat 0 11px;
}
#cat_archive a, 
#the_search_term {
	color: #db5d19;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	background: #db5d19;
}
#bookmarks_wrap {
	border: 1px solid #db5e1a;
	background: #f19f34;
}
#bookmarks {
	border: 1px solid #8f5e1f;
}
.tabnav li a {
	border-bottom: 1px solid #dd6322;
}
.tabnav li a:hover, 
.tabnav li a:active, 
.tabnav li.ui-tabs-selected a {
	background: #f19f34 url(http://www.pixatel.com/repo_style/images/_theme/iphone/tab_on.gif) repeat-x 0 0;
	border: 1px solid #dd6322;
	border-bottom: 1px solid #f19f34;
	text-shadow: #dd6322 0 1px 0;
}
.tab_wrap {
	background: #f19f34;
	border: 1px solid #db5e1a;
}
.tabdiv {
	border: 1px solid #8f5e1f;
}
#page #related .box li {
	background: url(http://www.pixatel.com/repo_style/images/_theme/iphone/related_li.gif) no-repeat 0 12px;
}
.comment-reply-link a:hover {
	background: #db5d19;
}
.link_color a {
	background: #db5d19;
}
#submit {
	background: #db5d19;
}
#cancel-comment-reply a {
	background: #db5d19;
}
/* Sidebar */
#sidebar .sidehead a {
  color: #db5d19;
}
#sidebar #tweet li a.time_ago {
	color: #db5d19;
}
#subscribe {
	background: #db5d19 url(http://www.pixatel.com/repo_style/images/_theme/iphone/subscribe.jpg) no-repeat center top;
	border: 1px solid #f8aa3e;
	color: #fb9f35;
}
.quick_look h3 {
  background: url(http://www.pixatel.com/repo_style/images/_theme/iphone/ql_sidebar.png) no-repeat 0 0;
}
.quick_look a {
	border-color: #f7c46c !important;
	background: #dc611b;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1a135), to(#dc611b));
	background: -moz-linear-gradient(top,  #f1a135,  #dc611b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1a135', endColorstr='#dc611b');
}
/* Footer */
.bolt_small {
	background: url(http://www.pixatel.com/repo_style/images/_theme/iphone/bolt_small.png) no-repeat 0 0;
}