/*
 Theme Name:   Reddle for YesThatAllen
 Theme URI:    http://wordpress.org/themes/reddle
 Description:  Reddle Child Theme
 Author:       Jonathan and Allen
 Author URI:   http://piccolophoto.com
 Template:     reddle
 Version:      1.3.5 build 2
 Tags:         yes,that,allen
 Text Domain:  reddle-child-yesthatallen
*/


@import url("../reddle/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Near line 30 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 99%;
	box-sizing: border-box;
}

#main {
	padding:0;
}

/* near line 237   set the margin to 0  */

ul, ol {
	margin: 0;
}

/* Near line 461   */

#access ul {
	width: 325px;
	margin: 0 auto;
}
#access ul li a {
	border-color: #666;
}
#access ul li:hover a, #access li.current_page_item a, #access li.current-menu-item a {
	border-color: #136782;
}

#access ul ul {
	background: #666;
	border-top: 1px solid #444;
}
#access ul li:hover > ul {
	max-width: 200px;
	margin: 0;
	padding: 0;
}

#access ul li ul li, #access ul li ul li:hover {
	border-bottom: 1px solid #444;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 200px;
}

#access ul li ul li a {
	color:#fff;
	padding: 0 15px;
	width: 200px;
}
#access ul li ul li:hover a {
	background: #555;
}


/* near line 478  padding 20  */


#access a {
	padding: 0 10px;
}

a, a:visited {
	color:#136782;
}

/* near line 951, set the border to 3px */

.wp-caption {
	border: 3px solid #ddd;
}

.comments-link {
	position:relative;
	font-size:14px;
	top: 0;
	right: 0;
}

.comments-link a:before {
	backgorund:none;
	border: 0;
	content: '';
	position: relative;
}

.menu-toggle {
	display: none;
}