/*  
Theme Name: iPhoneTheme
Theme URI: http://all4wordpress.com/iPhoneTheme/
Description: Custom made iPhone theme.
Version: 1.0
Author: All4WordPress
Author URI: http://all4wordpress.com
*/


/*begin global styles */

* {
	margin: 0;
	padding: 0;
}

body {
background:#F4F4F4 none repeat scroll 0%;
font-family:Arial,Verdana,sans-serif,Helvetica;
font-size:12px;
color:#2E2E2E;
}

body * {
position:relative;
}

a {
color:#000000;

}

img {
border:0px;
}

#page {
background:transparent url(images/page-bg.png) repeat-x;
padding-top:15px;
}

a:hover , a:active {
background:#c0c0c0;
}


/*end global styles */

/*begin header styles */

#header {
background:url(images/header-bg.png) no-repeat scroll 0% 0%;
width:1000px;
height:52px;
margin:0px auto;
padding-bottom:15px;
}

#blogtitle {
background:transparent url(images/blogtitle-bg.png) no-repeat scroll 28px 8px;
float:left;
height:28px;
padding:10px 40px 10px 70px;
}

#blogtitle a {
color:#FFFFFF;
font-family:"Times New Roman";
font-size:28px;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:1px;
line-height:normal;
text-decoration:none;
}

#blogtitle a:hover,#blogtitle a:active {
background:transparent !important;
}

#mainnav {
background:transparent url(images/navlink-bg.png) no-repeat scroll 0px 5px;
float:left;
height:42px;
padding:5px 0px 0px 1px;
}

#mainnav div {
background:transparent url(images/navlink-bg.png) no-repeat scroll 100% 0px;
float:left;
height:27px;
padding:15px 1px 0px 0px;
}

#mainnav a {
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}

#mainnav a span {
padding:15px 10px 11px;
}

#mainnav a:hover span, #mainnav a:active span {
background:transparent url(images/navlink-bg.png) repeat-x scroll 0px 0px;
}


#searchform {
float:right;
padding:15px 24px 0px 0px;
}

#searchform span {
color:#FFFFFF;
float:left;
font-size:12px;
padding:4px 5px 0px 0px;
}

#searchfield {
background:#D3D3D3 none repeat scroll 0% 50%;
border-color:#696969 #d2d2d2 #d2d2d2 #696969;
border-width:1px;
float:left;
font-size:14px;
height:17px;
margin:2px 7px 0px 0px;
padding:1px 2px 0px 2px;
}

#searchsubmit {
background:transparent url(images/searchsubmit-bg.png) no-repeat scroll 0%;
border:0px none;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
width:64px;
}

/*end header styles */

/* begin container styles */

#container {
margin:10px auto;
width:1000px;
}

#content-right {
float:right;
width:400px;
margin-left:10px;
}

#feeds {
background:transparent url(images/feeds-bg.png) no-repeat scroll 0% 50%;
height:120px;
margin:0px 0px 0px 10px;
width:380px;
}

#feeds span {
color:#5F5F5F;
font-size:16px;
left:126px;
top:28px;
}

#feeds a {
color:#5F5F5F;
font-weight:bold;
}

/* begin sidebar styles */

.sidebar {
color:#2E2E2E;
float:right;
font-size:12px;
line-height:20px;
width:197px;
}

.sidebar ul, .sidebar li, .wide-widget ul, .wide-widget li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.sidebar  ul  li  ul {
margin-left:10px;

}

.sidebar h2 {
background:transparent url(images/widget-top-bg.png) no-repeat scroll 0% 50%;
color:#FFFFFF;
font-size:16px;
height:23px;
margin:20px 0px 10px;
padding:5px 0px 0px 14px;
width:183px;
}

.sidebar a, .wide-widget a {
color:#000000;
}

.sidebar a:hover, .sidebar a:active, .wide-widget a:hover, .wide-widget a:active {
background:transparent !important;
}

#right-sidebar {
margin-left:6px;
}

.sidebar a:hover, .sidebar a:active, .wide-widget a:hover, .wide-widget a:active {
font-weight:bold;
}

.wide-widget {
float:right;
width:400px;
}

.wide-widget h2 {
background:transparent url(images/wide-widget-top-bg.png) no-repeat scroll 0% 50%;
color:#FFFFFF;
font-size:16px;
height:23px;
margin:20px 0px 10px;
padding:5px 0px 0px 14px;
width:386px;
}

#calendar_wrap {
text-align:center;
}

#wp-calendar {
width:100%;
}

#wp-calendar #today {
border:1px dotted #cc4848;
}


/* end sidebar styles */

/* begin content-left styles */

#content-left {
width:580px;
}

.post {
}

.post-date {
background:transparent url(images/date-bg.png) no-repeat scroll 0% 50%;
float:left;
height:60px;
margin:0px 10px 0px 0px;
padding-top:2px;
text-align:center;
width:62px;
}

.month {
color:#FFFFFF;
font-size:11px;
}

.dayofmonth {
color:#2E2E2E;
font-family:"Times New Roman";
font-size:36px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}

.post h2 {
font-family:"Times New Roman";
font-weight:bold;
}

.post h2 a {
color:#2E2E2E;
font-size:28px;
text-decoration:none;
}

.post-category {
font-size:12px;
}
.post-category span {
font-weight:bold;
}
.post-category a {
color:#2E2E2E;
text-decoration:none;
}
.entry {
display:block;
font-size:12px;
line-height:18px;
margin-top:20px;
padding-left:10px;
}

.entry ul {
list-style:disc outside none;
padding-left:30px;
}

.entry ol {
list-style:decimal outside none;
padding-left:30px;
}

.entry li {
list-style:inherit;

}

.entry p {
margin:10px 0px;
}

.entry a {
color:#000000;
}

.entry blockquote {
background:transparent url(images/odd-blockquote-bg.png) no-repeat scroll 0% 0%;
border:2px dashed #B5B5B5;
color:#3C3C3C;
font-family:"Times New Roman";
font-weight:normal;
font-size:14px;
font-style:italic;
}

.entry blockquote p {
margin-left:54px;
}

.entry blockquote blockquote {
background:transparent url(images/even-blockquote-bg.png) no-repeat scroll 0% 0%!important;
margin:0px 4px;
}

.entry img {
margin:10px;
}

.postmetadata {
background:transparent url(images/metadata-bg.png) repeat scroll 0% 50%;
color:#FFFFFF;
font-size:12px;
height:30px;
margin:15px 0px 25px;
width:580px;
}

.postmetadata a {
color:#ffffff;
text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:active {
background:transparent !important;
text-decoration:underline;
}

.postmetadata .comment {
background:transparent url(images/comments-bg.png) no-repeat scroll 0%;
float:left;
margin-left:12px;
padding:6px 0px 6px 26px;
}

.postmetadata .post-comment {
background:transparent url(images/postcomment-bg.png) no-repeat scroll 0%;
float:left;
margin-left:12px;
padding:6px 0px 6px 26px;
}

.postmetadata .share-this {
background:transparent url(images/sharethis-bg.png) no-repeat scroll 0% 50%;
float:right;
margin-right:12px;
padding:6px 0px 6px 26px;
}

.pagetitle, h3#respond {
font-family:"Times New Roman";
font-size:28px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin-bottom:30px;
}

#content-left ul.archive-list {
font-size:14px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
line-height:22px;
}

#content-left ul.archive-list li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#content-left ul.archive-list a{
color:#2e2e2e;
}


/* begin comment styles */

h3#comments {
font-size:12px;
}

.commentlist {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.commentlist li {
font-size:12px;
margin-bottom:20px;
}

.comment-author {
font-weight:bold;
}

.comment-author a {
color:#2E2E2E;
}

.commentmetadata {
}

.comment-content {
background:transparent url(images/odd-blockquote-bg.png) no-repeat scroll 0% 0%;
border:2px dashed #B5B5B5;
min-height:50px;
padding:10px;
margin-top:5px;
}

.comment-content p {
margin-left:54px;
}

#commentform {
font-size:12px;
width:500px;
}

#commentform div {
margin-bottom:10px;
}

#commentform input, #commentform textarea {
margin-right:10px;
border-top:1px solid rgb(105,105,105);
border-bottom:1px solid rgb(210,210,210);
border-right:1px solid rgb(210,210,210);
border-left:1px solid rgb(105,105,105);
padding:1px 0px;
}

#commentform input#submit {
background:transparent url(images/commentsubmit-bg.png) no-repeat scroll 0% 50%;
height:28px;
width:70px;
color:#FFFFFF;
border:0px !important;
left:-3px;
}


/* begin footer sytles */

.clear{
clear:both;
}

#footer {
background:#464646 none repeat scroll 0%;
color:#FFFFFF;
font-size:12px;
margin-top:50px;
min-height:50px;
text-align:center;
}

#footer a {
color:#FFFFFF;
}

#footer a:hover, #footer a:active {
background:transparent !important;
}

#footer a:hover, #footer a:active {
font-weight:bold;
}